public static final class UpdateDocumentSchemaRequest.Builder extends GeneratedMessage.Builder<UpdateDocumentSchemaRequest.Builder> implements UpdateDocumentSchemaRequestOrBuilderRequest message for DocumentSchemaService.UpdateDocumentSchema.
Protobuf type google.cloud.contentwarehouse.v1.UpdateDocumentSchemaRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UpdateDocumentSchemaRequest.BuilderImplements
UpdateDocumentSchemaRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UpdateDocumentSchemaRequest build()| Returns | |
|---|---|
| Type | Description |
UpdateDocumentSchemaRequest |
|
buildPartial()
public UpdateDocumentSchemaRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
UpdateDocumentSchemaRequest |
|
clear()
public UpdateDocumentSchemaRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
UpdateDocumentSchemaRequest.Builder |
|
clearDocumentSchema()
public UpdateDocumentSchemaRequest.Builder clearDocumentSchema()Required. The document schema to update with.
.google.cloud.contentwarehouse.v1.DocumentSchema document_schema = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdateDocumentSchemaRequest.Builder |
|
clearName()
public UpdateDocumentSchemaRequest.Builder clearName()Required. The name of the document schema to update. Format: projects/{project_number}/locations/{location}/documentSchemas/{document_schema_id}.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
UpdateDocumentSchemaRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public UpdateDocumentSchemaRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpdateDocumentSchemaRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getDocumentSchema()
public DocumentSchema getDocumentSchema()Required. The document schema to update with.
.google.cloud.contentwarehouse.v1.DocumentSchema document_schema = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
DocumentSchema |
The documentSchema. |
getDocumentSchemaBuilder()
public DocumentSchema.Builder getDocumentSchemaBuilder()Required. The document schema to update with.
.google.cloud.contentwarehouse.v1.DocumentSchema document_schema = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
DocumentSchema.Builder |
|
getDocumentSchemaOrBuilder()
public DocumentSchemaOrBuilder getDocumentSchemaOrBuilder()Required. The document schema to update with.
.google.cloud.contentwarehouse.v1.DocumentSchema document_schema = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
DocumentSchemaOrBuilder |
|
getName()
public String getName()Required. The name of the document schema to update. Format: projects/{project_number}/locations/{location}/documentSchemas/{document_schema_id}.
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 document schema to update. Format: projects/{project_number}/locations/{location}/documentSchemas/{document_schema_id}.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
hasDocumentSchema()
public boolean hasDocumentSchema()Required. The document schema to update with.
.google.cloud.contentwarehouse.v1.DocumentSchema document_schema = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the documentSchema field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeDocumentSchema(DocumentSchema value)
public UpdateDocumentSchemaRequest.Builder mergeDocumentSchema(DocumentSchema value)Required. The document schema to update with.
.google.cloud.contentwarehouse.v1.DocumentSchema document_schema = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
DocumentSchema |
| Returns | |
|---|---|
| Type | Description |
UpdateDocumentSchemaRequest.Builder |
|
mergeFrom(UpdateDocumentSchemaRequest other)
public UpdateDocumentSchemaRequest.Builder mergeFrom(UpdateDocumentSchemaRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateDocumentSchemaRequest |
| Returns | |
|---|---|
| Type | Description |
UpdateDocumentSchemaRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdateDocumentSchemaRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateDocumentSchemaRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UpdateDocumentSchemaRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UpdateDocumentSchemaRequest.Builder |
|
setDocumentSchema(DocumentSchema value)
public UpdateDocumentSchemaRequest.Builder setDocumentSchema(DocumentSchema value)Required. The document schema to update with.
.google.cloud.contentwarehouse.v1.DocumentSchema document_schema = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
DocumentSchema |
| Returns | |
|---|---|
| Type | Description |
UpdateDocumentSchemaRequest.Builder |
|
setDocumentSchema(DocumentSchema.Builder builderForValue)
public UpdateDocumentSchemaRequest.Builder setDocumentSchema(DocumentSchema.Builder builderForValue)Required. The document schema to update with.
.google.cloud.contentwarehouse.v1.DocumentSchema document_schema = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
DocumentSchema.Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateDocumentSchemaRequest.Builder |
|
setName(String value)
public UpdateDocumentSchemaRequest.Builder setName(String value)Required. The name of the document schema to update. Format: projects/{project_number}/locations/{location}/documentSchemas/{document_schema_id}.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
UpdateDocumentSchemaRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public UpdateDocumentSchemaRequest.Builder setNameBytes(ByteString value)Required. The name of the document schema to update. Format: projects/{project_number}/locations/{location}/documentSchemas/{document_schema_id}.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
UpdateDocumentSchemaRequest.Builder |
This builder for chaining. |