Class UpdateDocumentSchemaRequest.Builder (0.79.0)

public static final class UpdateDocumentSchemaRequest.Builder extends GeneratedMessage.Builder<UpdateDocumentSchemaRequest.Builder> implements UpdateDocumentSchemaRequestOrBuilder

Request message for DocumentSchemaService.UpdateDocumentSchema.

Protobuf type google.cloud.contentwarehouse.v1.UpdateDocumentSchemaRequest

Static 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
Overrides

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
Overrides

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
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

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
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public UpdateDocumentSchemaRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
UpdateDocumentSchemaRequest.Builder
Overrides

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 String

The 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 ByteString

The bytes for name to set.

Returns
Type Description
UpdateDocumentSchemaRequest.Builder

This builder for chaining.