public static final class ListDocumentSchemasResponse.Builder extends GeneratedMessageV3.Builder<ListDocumentSchemasResponse.Builder> implements ListDocumentSchemasResponseOrBuilder
Response message for DocumentSchemaService.ListDocumentSchemas.
Protobuf type google.cloud.contentwarehouse.v1.ListDocumentSchemasResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
addAllDocumentSchemas(Iterable<? extends DocumentSchema> values)
public ListDocumentSchemasResponse.Builder addAllDocumentSchemas(Iterable<? extends DocumentSchema> values)
The document schemas from the specified parent.
repeated .google.cloud.contentwarehouse.v1.DocumentSchema document_schemas = 1;
Parameter
Name | Description |
values | Iterable<? extends com.google.cloud.contentwarehouse.v1.DocumentSchema>
|
Returns
addDocumentSchemas(DocumentSchema value)
public ListDocumentSchemasResponse.Builder addDocumentSchemas(DocumentSchema value)
The document schemas from the specified parent.
repeated .google.cloud.contentwarehouse.v1.DocumentSchema document_schemas = 1;
Parameter
Returns
addDocumentSchemas(DocumentSchema.Builder builderForValue)
public ListDocumentSchemasResponse.Builder addDocumentSchemas(DocumentSchema.Builder builderForValue)
The document schemas from the specified parent.
repeated .google.cloud.contentwarehouse.v1.DocumentSchema document_schemas = 1;
Parameter
Returns
addDocumentSchemas(int index, DocumentSchema value)
public ListDocumentSchemasResponse.Builder addDocumentSchemas(int index, DocumentSchema value)
The document schemas from the specified parent.
repeated .google.cloud.contentwarehouse.v1.DocumentSchema document_schemas = 1;
Parameters
Returns
addDocumentSchemas(int index, DocumentSchema.Builder builderForValue)
public ListDocumentSchemasResponse.Builder addDocumentSchemas(int index, DocumentSchema.Builder builderForValue)
The document schemas from the specified parent.
repeated .google.cloud.contentwarehouse.v1.DocumentSchema document_schemas = 1;
Parameters
Returns
addDocumentSchemasBuilder()
public DocumentSchema.Builder addDocumentSchemasBuilder()
The document schemas from the specified parent.
repeated .google.cloud.contentwarehouse.v1.DocumentSchema document_schemas = 1;
Returns
addDocumentSchemasBuilder(int index)
public DocumentSchema.Builder addDocumentSchemasBuilder(int index)
The document schemas from the specified parent.
repeated .google.cloud.contentwarehouse.v1.DocumentSchema document_schemas = 1;
Parameter
Returns
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListDocumentSchemasResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public ListDocumentSchemasResponse build()
Returns
buildPartial()
public ListDocumentSchemasResponse buildPartial()
Returns
clear()
public ListDocumentSchemasResponse.Builder clear()
Returns
Overrides
clearDocumentSchemas()
public ListDocumentSchemasResponse.Builder clearDocumentSchemas()
The document schemas from the specified parent.
repeated .google.cloud.contentwarehouse.v1.DocumentSchema document_schemas = 1;
Returns
clearField(Descriptors.FieldDescriptor field)
public ListDocumentSchemasResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearNextPageToken()
public ListDocumentSchemasResponse.Builder clearNextPageToken()
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Returns
clearOneof(Descriptors.OneofDescriptor oneof)
public ListDocumentSchemasResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clone()
public ListDocumentSchemasResponse.Builder clone()
Returns
Overrides
getDefaultInstanceForType()
public ListDocumentSchemasResponse getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
getDocumentSchemas(int index)
public DocumentSchema getDocumentSchemas(int index)
The document schemas from the specified parent.
repeated .google.cloud.contentwarehouse.v1.DocumentSchema document_schemas = 1;
Parameter
Returns
getDocumentSchemasBuilder(int index)
public DocumentSchema.Builder getDocumentSchemasBuilder(int index)
The document schemas from the specified parent.
repeated .google.cloud.contentwarehouse.v1.DocumentSchema document_schemas = 1;
Parameter
Returns
getDocumentSchemasBuilderList()
public List<DocumentSchema.Builder> getDocumentSchemasBuilderList()
The document schemas from the specified parent.
repeated .google.cloud.contentwarehouse.v1.DocumentSchema document_schemas = 1;
Returns
getDocumentSchemasCount()
public int getDocumentSchemasCount()
The document schemas from the specified parent.
repeated .google.cloud.contentwarehouse.v1.DocumentSchema document_schemas = 1;
Returns
getDocumentSchemasList()
public List<DocumentSchema> getDocumentSchemasList()
The document schemas from the specified parent.
repeated .google.cloud.contentwarehouse.v1.DocumentSchema document_schemas = 1;
Returns
getDocumentSchemasOrBuilder(int index)
public DocumentSchemaOrBuilder getDocumentSchemasOrBuilder(int index)
The document schemas from the specified parent.
repeated .google.cloud.contentwarehouse.v1.DocumentSchema document_schemas = 1;
Parameter
Returns
getDocumentSchemasOrBuilderList()
public List<? extends DocumentSchemaOrBuilder> getDocumentSchemasOrBuilderList()
The document schemas from the specified parent.
repeated .google.cloud.contentwarehouse.v1.DocumentSchema document_schemas = 1;
Returns
Type | Description |
List<? extends com.google.cloud.contentwarehouse.v1.DocumentSchemaOrBuilder> | |
getNextPageToken()
public String getNextPageToken()
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Returns
Type | Description |
String | The nextPageToken.
|
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Returns
Type | Description |
ByteString | The bytes for nextPageToken.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(ListDocumentSchemasResponse other)
public ListDocumentSchemasResponse.Builder mergeFrom(ListDocumentSchemasResponse other)
Parameter
Returns
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListDocumentSchemasResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public ListDocumentSchemasResponse.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListDocumentSchemasResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
removeDocumentSchemas(int index)
public ListDocumentSchemasResponse.Builder removeDocumentSchemas(int index)
The document schemas from the specified parent.
repeated .google.cloud.contentwarehouse.v1.DocumentSchema document_schemas = 1;
Parameter
Returns
setDocumentSchemas(int index, DocumentSchema value)
public ListDocumentSchemasResponse.Builder setDocumentSchemas(int index, DocumentSchema value)
The document schemas from the specified parent.
repeated .google.cloud.contentwarehouse.v1.DocumentSchema document_schemas = 1;
Parameters
Returns
setDocumentSchemas(int index, DocumentSchema.Builder builderForValue)
public ListDocumentSchemasResponse.Builder setDocumentSchemas(int index, DocumentSchema.Builder builderForValue)
The document schemas from the specified parent.
repeated .google.cloud.contentwarehouse.v1.DocumentSchema document_schemas = 1;
Parameters
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public ListDocumentSchemasResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setNextPageToken(String value)
public ListDocumentSchemasResponse.Builder setNextPageToken(String value)
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Parameter
Name | Description |
value | String
The nextPageToken to set.
|
Returns
setNextPageTokenBytes(ByteString value)
public ListDocumentSchemasResponse.Builder setNextPageTokenBytes(ByteString value)
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Parameter
Name | Description |
value | ByteString
The bytes for nextPageToken to set.
|
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListDocumentSchemasResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ListDocumentSchemasResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides