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.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
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()
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>
|
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;
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;
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;
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;
addDocumentSchemasBuilder()
public DocumentSchema.Builder addDocumentSchemasBuilder()
The document schemas from the specified parent.
repeated .google.cloud.contentwarehouse.v1.DocumentSchema document_schemas = 1;
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 |
Name |
Description |
index |
int
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListDocumentSchemasResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public ListDocumentSchemasResponse build()
buildPartial()
public ListDocumentSchemasResponse buildPartial()
clear()
public ListDocumentSchemasResponse.Builder clear()
Overrides
clearDocumentSchemas()
public ListDocumentSchemasResponse.Builder clearDocumentSchemas()
The document schemas from the specified parent.
repeated .google.cloud.contentwarehouse.v1.DocumentSchema document_schemas = 1;
clearField(Descriptors.FieldDescriptor field)
public ListDocumentSchemasResponse.Builder clearField(Descriptors.FieldDescriptor field)
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;
clearOneof(Descriptors.OneofDescriptor oneof)
public ListDocumentSchemasResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public ListDocumentSchemasResponse.Builder clone()
Overrides
getDefaultInstanceForType()
public ListDocumentSchemasResponse getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
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 |
Name |
Description |
index |
int
|
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 |
Name |
Description |
index |
int
|
getDocumentSchemasBuilderList()
public List<DocumentSchema.Builder> getDocumentSchemasBuilderList()
The document schemas from the specified parent.
repeated .google.cloud.contentwarehouse.v1.DocumentSchema document_schemas = 1;
getDocumentSchemasCount()
public int getDocumentSchemasCount()
The document schemas from the specified parent.
repeated .google.cloud.contentwarehouse.v1.DocumentSchema document_schemas = 1;
Returns |
Type |
Description |
int |
|
getDocumentSchemasList()
public List<DocumentSchema> getDocumentSchemasList()
The document schemas from the specified parent.
repeated .google.cloud.contentwarehouse.v1.DocumentSchema document_schemas = 1;
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 |
Name |
Description |
index |
int
|
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()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(ListDocumentSchemasResponse other)
public ListDocumentSchemasResponse.Builder mergeFrom(ListDocumentSchemasResponse other)
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListDocumentSchemasResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ListDocumentSchemasResponse.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListDocumentSchemasResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
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 |
Name |
Description |
index |
int
|
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;
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;
setField(Descriptors.FieldDescriptor field, Object value)
public ListDocumentSchemasResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
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.
|
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.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListDocumentSchemasResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ListDocumentSchemasResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides