public static final class ListSchemasRequest.Builder extends GeneratedMessageV3.Builder<ListSchemasRequest.Builder> implements ListSchemasRequestOrBuilder
Request for the ListSchemas
method.
Protobuf type google.pubsub.v1.ListSchemasRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListSchemasRequest.BuilderImplements
ListSchemasRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListSchemasRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
ListSchemasRequest.Builder |
build()
public ListSchemasRequest build()
Returns | |
---|---|
Type | Description |
ListSchemasRequest |
buildPartial()
public ListSchemasRequest buildPartial()
Returns | |
---|---|
Type | Description |
ListSchemasRequest |
clear()
public ListSchemasRequest.Builder clear()
Returns | |
---|---|
Type | Description |
ListSchemasRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public ListSchemasRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
ListSchemasRequest.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public ListSchemasRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
ListSchemasRequest.Builder |
clearPageSize()
public ListSchemasRequest.Builder clearPageSize()
Maximum number of schemas to return.
int32 page_size = 3;
Returns | |
---|---|
Type | Description |
ListSchemasRequest.Builder |
This builder for chaining. |
clearPageToken()
public ListSchemasRequest.Builder clearPageToken()
The value returned by the last ListSchemasResponse
; indicates that
this is a continuation of a prior ListSchemas
call, and that the
system should return the next page of data.
string page_token = 4;
Returns | |
---|---|
Type | Description |
ListSchemasRequest.Builder |
This builder for chaining. |
clearParent()
public ListSchemasRequest.Builder clearParent()
Required. The name of the project in which to list schemas.
Format is projects/{project-id}
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ListSchemasRequest.Builder |
This builder for chaining. |
clearView()
public ListSchemasRequest.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 |
ListSchemasRequest.Builder |
This builder for chaining. |
clone()
public ListSchemasRequest.Builder clone()
Returns | |
---|---|
Type | Description |
ListSchemasRequest.Builder |
getDefaultInstanceForType()
public ListSchemasRequest getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
ListSchemasRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getPageSize()
public int getPageSize()
Maximum number of schemas to return.
int32 page_size = 3;
Returns | |
---|---|
Type | Description |
int |
The pageSize. |
getPageToken()
public String getPageToken()
The value returned by the last ListSchemasResponse
; indicates that
this is a continuation of a prior ListSchemas
call, and that the
system should return the next page of data.
string page_token = 4;
Returns | |
---|---|
Type | Description |
String |
The pageToken. |
getPageTokenBytes()
public ByteString getPageTokenBytes()
The value returned by the last ListSchemasResponse
; indicates that
this is a continuation of a prior ListSchemas
call, and that the
system should return the next page of data.
string page_token = 4;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for pageToken. |
getParent()
public String getParent()
Required. The name of the project in which to list schemas.
Format is projects/{project-id}
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The parent. |
getParentBytes()
public ByteString getParentBytes()
Required. The name of the project in which to list schemas.
Format is projects/{project-id}
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for parent. |
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 ListSchemasRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListSchemasRequest.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public ListSchemasRequest.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
ListSchemasRequest.Builder |
mergeFrom(ListSchemasRequest other)
public ListSchemasRequest.Builder mergeFrom(ListSchemasRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListSchemasRequest |
Returns | |
---|---|
Type | Description |
ListSchemasRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListSchemasRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ListSchemasRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ListSchemasRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
ListSchemasRequest.Builder |
setPageSize(int value)
public ListSchemasRequest.Builder setPageSize(int value)
Maximum number of schemas to return.
int32 page_size = 3;
Parameter | |
---|---|
Name | Description |
value |
int The pageSize to set. |
Returns | |
---|---|
Type | Description |
ListSchemasRequest.Builder |
This builder for chaining. |
setPageToken(String value)
public ListSchemasRequest.Builder setPageToken(String value)
The value returned by the last ListSchemasResponse
; indicates that
this is a continuation of a prior ListSchemas
call, and that the
system should return the next page of data.
string page_token = 4;
Parameter | |
---|---|
Name | Description |
value |
String The pageToken to set. |
Returns | |
---|---|
Type | Description |
ListSchemasRequest.Builder |
This builder for chaining. |
setPageTokenBytes(ByteString value)
public ListSchemasRequest.Builder setPageTokenBytes(ByteString value)
The value returned by the last ListSchemasResponse
; indicates that
this is a continuation of a prior ListSchemas
call, and that the
system should return the next page of data.
string page_token = 4;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for pageToken to set. |
Returns | |
---|---|
Type | Description |
ListSchemasRequest.Builder |
This builder for chaining. |
setParent(String value)
public ListSchemasRequest.Builder setParent(String value)
Required. The name of the project in which to list schemas.
Format is projects/{project-id}
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
value |
String The parent to set. |
Returns | |
---|---|
Type | Description |
ListSchemasRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public ListSchemasRequest.Builder setParentBytes(ByteString value)
Required. The name of the project in which to list schemas.
Format is projects/{project-id}
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for parent to set. |
Returns | |
---|---|
Type | Description |
ListSchemasRequest.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListSchemasRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
ListSchemasRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ListSchemasRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ListSchemasRequest.Builder |
setView(SchemaView value)
public ListSchemasRequest.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 |
ListSchemasRequest.Builder |
This builder for chaining. |
setViewValue(int value)
public ListSchemasRequest.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 |
ListSchemasRequest.Builder |
This builder for chaining. |