Package com.google.pubsub.v1
Class ListSchemasRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ListSchemasRequest.Builder>
-
- com.google.pubsub.v1.ListSchemasRequest.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,ListSchemasRequestOrBuilder
,Cloneable
- Enclosing class:
- ListSchemasRequest
public static final class ListSchemasRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListSchemasRequest.Builder> implements ListSchemasRequestOrBuilder
Request for the `ListSchemas` method.
Protobuf typegoogle.pubsub.v1.ListSchemasRequest
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ListSchemasRequest.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ListSchemasRequest
build()
ListSchemasRequest
buildPartial()
ListSchemasRequest.Builder
clear()
ListSchemasRequest.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
ListSchemasRequest.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
ListSchemasRequest.Builder
clearPageSize()
Maximum number of schemas to return.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.ListSchemasRequest.Builder
clearParent()
Required.ListSchemasRequest.Builder
clearView()
The set of Schema fields to return in the response.ListSchemasRequest.Builder
clone()
ListSchemasRequest
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
int
getPageSize()
Maximum number of schemas to return.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.com.google.protobuf.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
getParent()
Required.com.google.protobuf.ByteString
getParentBytes()
Required.SchemaView
getView()
The set of Schema fields to return in the response.int
getViewValue()
The set of Schema fields to return in the response.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
ListSchemasRequest.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ListSchemasRequest.Builder
mergeFrom(com.google.protobuf.Message other)
ListSchemasRequest.Builder
mergeFrom(ListSchemasRequest other)
ListSchemasRequest.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
ListSchemasRequest.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ListSchemasRequest.Builder
setPageSize(int value)
Maximum number of schemas to return.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.ListSchemasRequest.Builder
setPageTokenBytes(com.google.protobuf.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.ListSchemasRequest.Builder
setParent(String value)
Required.ListSchemasRequest.Builder
setParentBytes(com.google.protobuf.ByteString value)
Required.ListSchemasRequest.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
ListSchemasRequest.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
ListSchemasRequest.Builder
setView(SchemaView value)
The set of Schema fields to return in the response.ListSchemasRequest.Builder
setViewValue(int value)
The set of Schema fields to return in the response.-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListSchemasRequest.Builder>
-
clear
public ListSchemasRequest.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListSchemasRequest.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListSchemasRequest.Builder>
-
getDefaultInstanceForType
public ListSchemasRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public ListSchemasRequest build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ListSchemasRequest buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ListSchemasRequest.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListSchemasRequest.Builder>
-
setField
public ListSchemasRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListSchemasRequest.Builder>
-
clearField
public ListSchemasRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListSchemasRequest.Builder>
-
clearOneof
public ListSchemasRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListSchemasRequest.Builder>
-
setRepeatedField
public ListSchemasRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListSchemasRequest.Builder>
-
addRepeatedField
public ListSchemasRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListSchemasRequest.Builder>
-
mergeFrom
public ListSchemasRequest.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ListSchemasRequest.Builder>
-
mergeFrom
public ListSchemasRequest.Builder mergeFrom(ListSchemasRequest other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListSchemasRequest.Builder>
-
mergeFrom
public ListSchemasRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ListSchemasRequest.Builder>
- Throws:
IOException
-
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) = { ... }
- Specified by:
getParent
in interfaceListSchemasRequestOrBuilder
- Returns:
- The parent.
-
getParentBytes
public com.google.protobuf.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) = { ... }
- Specified by:
getParentBytes
in interfaceListSchemasRequestOrBuilder
- Returns:
- The bytes for parent.
-
setParent
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) = { ... }
- Parameters:
value
- The parent to set.- Returns:
- 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:
- This builder for chaining.
-
setParentBytes
public ListSchemasRequest.Builder setParentBytes(com.google.protobuf.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) = { ... }
- Parameters:
value
- The bytes for parent to set.- Returns:
- This builder for chaining.
-
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;
- Specified by:
getViewValue
in interfaceListSchemasRequestOrBuilder
- Returns:
- The enum numeric value on the wire for view.
-
setViewValue
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;
- Parameters:
value
- The enum numeric value on the wire for view to set.- Returns:
- This builder for chaining.
-
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;
- Specified by:
getView
in interfaceListSchemasRequestOrBuilder
- Returns:
- The view.
-
setView
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;
- Parameters:
value
- The view to set.- Returns:
- 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:
- This builder for chaining.
-
getPageSize
public int getPageSize()
Maximum number of schemas to return.
int32 page_size = 3;
- Specified by:
getPageSize
in interfaceListSchemasRequestOrBuilder
- Returns:
- The pageSize.
-
setPageSize
public ListSchemasRequest.Builder setPageSize(int value)
Maximum number of schemas to return.
int32 page_size = 3;
- Parameters:
value
- The pageSize to set.- Returns:
- This builder for chaining.
-
clearPageSize
public ListSchemasRequest.Builder clearPageSize()
Maximum number of schemas to return.
int32 page_size = 3;
- Returns:
- This builder for chaining.
-
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;
- Specified by:
getPageToken
in interfaceListSchemasRequestOrBuilder
- Returns:
- The pageToken.
-
getPageTokenBytes
public com.google.protobuf.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;
- Specified by:
getPageTokenBytes
in interfaceListSchemasRequestOrBuilder
- Returns:
- The bytes for pageToken.
-
setPageToken
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;
- Parameters:
value
- The pageToken to set.- Returns:
- 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:
- This builder for chaining.
-
setPageTokenBytes
public ListSchemasRequest.Builder setPageTokenBytes(com.google.protobuf.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;
- Parameters:
value
- The bytes for pageToken to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final ListSchemasRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListSchemasRequest.Builder>
-
mergeUnknownFields
public final ListSchemasRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListSchemasRequest.Builder>
-
-