public static final class ListSchemaRevisionsRequest.Builder extends GeneratedMessage.Builder<ListSchemaRevisionsRequest.Builder> implements ListSchemaRevisionsRequestOrBuilder Request for the ListSchemaRevisions method.
Protobuf type google.pubsub.v1.ListSchemaRevisionsRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListSchemaRevisionsRequest.BuilderImplements
ListSchemaRevisionsRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ListSchemaRevisionsRequest build()| Returns | |
|---|---|
| Type | Description |
ListSchemaRevisionsRequest |
|
buildPartial()
public ListSchemaRevisionsRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
ListSchemaRevisionsRequest |
|
clear()
public ListSchemaRevisionsRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListSchemaRevisionsRequest.Builder |
|
clearName()
public ListSchemaRevisionsRequest.Builder clearName()Required. The name of the schema to list revisions for.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ListSchemaRevisionsRequest.Builder |
This builder for chaining. |
clearPageSize()
public ListSchemaRevisionsRequest.Builder clearPageSize()The maximum number of revisions to return per page.
int32 page_size = 3;
| Returns | |
|---|---|
| Type | Description |
ListSchemaRevisionsRequest.Builder |
This builder for chaining. |
clearPageToken()
public ListSchemaRevisionsRequest.Builder clearPageToken()The page token, received from a previous ListSchemaRevisions call. Provide this to retrieve the subsequent page.
string page_token = 4;
| Returns | |
|---|---|
| Type | Description |
ListSchemaRevisionsRequest.Builder |
This builder for chaining. |
clearView()
public ListSchemaRevisionsRequest.Builder clearView() The set of Schema fields to return in the response. If not set, returns
Schemas with name and type, but not definition. Set to FULL to
retrieve all fields.
.google.pubsub.v1.SchemaView view = 2;
| Returns | |
|---|---|
| Type | Description |
ListSchemaRevisionsRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ListSchemaRevisionsRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListSchemaRevisionsRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getName()
public String getName()Required. The name of the schema to list revisions for.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()Required. The name of the schema to list revisions for.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getPageSize()
public int getPageSize()The maximum number of revisions to return per page.
int32 page_size = 3;
| Returns | |
|---|---|
| Type | Description |
int |
The pageSize. |
getPageToken()
public String getPageToken()The page token, received from a previous ListSchemaRevisions call. Provide this to retrieve the subsequent page.
string page_token = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The pageToken. |
getPageTokenBytes()
public ByteString getPageTokenBytes()The page token, received from a previous ListSchemaRevisions call. Provide this to retrieve the subsequent page.
string page_token = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for pageToken. |
getView()
public SchemaView getView() The set of Schema fields to return in the response. If not set, returns
Schemas with name and type, but not definition. Set to FULL to
retrieve all fields.
.google.pubsub.v1.SchemaView view = 2;
| Returns | |
|---|---|
| Type | Description |
SchemaView |
The view. |
getViewValue()
public int getViewValue() The set of Schema fields to return in the response. If not set, returns
Schemas with name and type, but not definition. Set to FULL to
retrieve all fields.
.google.pubsub.v1.SchemaView view = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for view. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListSchemaRevisionsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListSchemaRevisionsRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListSchemaRevisionsRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListSchemaRevisionsRequest.Builder |
|
mergeFrom(ListSchemaRevisionsRequest other)
public ListSchemaRevisionsRequest.Builder mergeFrom(ListSchemaRevisionsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListSchemaRevisionsRequest |
| Returns | |
|---|---|
| Type | Description |
ListSchemaRevisionsRequest.Builder |
|
setName(String value)
public ListSchemaRevisionsRequest.Builder setName(String value)Required. The name of the schema to list revisions for.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
ListSchemaRevisionsRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public ListSchemaRevisionsRequest.Builder setNameBytes(ByteString value)Required. The name of the schema to list revisions for.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
ListSchemaRevisionsRequest.Builder |
This builder for chaining. |
setPageSize(int value)
public ListSchemaRevisionsRequest.Builder setPageSize(int value)The maximum number of revisions to return per page.
int32 page_size = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe pageSize to set. |
| Returns | |
|---|---|
| Type | Description |
ListSchemaRevisionsRequest.Builder |
This builder for chaining. |
setPageToken(String value)
public ListSchemaRevisionsRequest.Builder setPageToken(String value)The page token, received from a previous ListSchemaRevisions call. Provide this to retrieve the subsequent page.
string page_token = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListSchemaRevisionsRequest.Builder |
This builder for chaining. |
setPageTokenBytes(ByteString value)
public ListSchemaRevisionsRequest.Builder setPageTokenBytes(ByteString value)The page token, received from a previous ListSchemaRevisions call. Provide this to retrieve the subsequent page.
string page_token = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListSchemaRevisionsRequest.Builder |
This builder for chaining. |
setView(SchemaView value)
public ListSchemaRevisionsRequest.Builder setView(SchemaView value) The set of Schema fields to return in the response. If not set, returns
Schemas with name and type, but not definition. Set to FULL to
retrieve all fields.
.google.pubsub.v1.SchemaView view = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
SchemaViewThe view to set. |
| Returns | |
|---|---|
| Type | Description |
ListSchemaRevisionsRequest.Builder |
This builder for chaining. |
setViewValue(int value)
public ListSchemaRevisionsRequest.Builder setViewValue(int value) The set of Schema fields to return in the response. If not set, returns
Schemas with name and type, but not definition. Set to FULL to
retrieve all fields.
.google.pubsub.v1.SchemaView view = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for view to set. |
| Returns | |
|---|---|
| Type | Description |
ListSchemaRevisionsRequest.Builder |
This builder for chaining. |