public static final class ListSchemaRevisionsRequest.Builder extends GeneratedMessageV3.Builder<ListSchemaRevisionsRequest.Builder> implements ListSchemaRevisionsRequestOrBuilder
Request for the ListSchemaRevisions
method.
Protobuf type google.pubsub.v1.ListSchemaRevisionsRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListSchemaRevisionsRequest.BuilderImplements
ListSchemaRevisionsRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListSchemaRevisionsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
ListSchemaRevisionsRequest.Builder |
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 |
clearField(Descriptors.FieldDescriptor field)
public ListSchemaRevisionsRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
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. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ListSchemaRevisionsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
ListSchemaRevisionsRequest.Builder |
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. |
clone()
public ListSchemaRevisionsRequest.Builder clone()
Returns | |
---|---|
Type | Description |
ListSchemaRevisionsRequest.Builder |
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 GeneratedMessageV3.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 |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListSchemaRevisionsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ListSchemaRevisionsRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ListSchemaRevisionsRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
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 |
String The 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 |
ByteString The 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 |
int The 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 |
String The 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 |
ByteString The bytes for pageToken to set. |
Returns | |
---|---|
Type | Description |
ListSchemaRevisionsRequest.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListSchemaRevisionsRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
ListSchemaRevisionsRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ListSchemaRevisionsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ListSchemaRevisionsRequest.Builder |
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 |
SchemaView The 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 |
int The enum numeric value on the wire for view to set. |
Returns | |
---|---|
Type | Description |
ListSchemaRevisionsRequest.Builder |
This builder for chaining. |