Class CreateDocumentSchemaRequest.Builder (0.79.0)

public static final class CreateDocumentSchemaRequest.Builder extends GeneratedMessage.Builder<CreateDocumentSchemaRequest.Builder> implements CreateDocumentSchemaRequestOrBuilder

Request message for DocumentSchemaService.CreateDocumentSchema.

Protobuf type google.cloud.contentwarehouse.v1.CreateDocumentSchemaRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public CreateDocumentSchemaRequest build()
Returns
Type Description
CreateDocumentSchemaRequest

buildPartial()

public CreateDocumentSchemaRequest buildPartial()
Returns
Type Description
CreateDocumentSchemaRequest

clear()

public CreateDocumentSchemaRequest.Builder clear()
Returns
Type Description
CreateDocumentSchemaRequest.Builder
Overrides

clearDocumentSchema()

public CreateDocumentSchemaRequest.Builder clearDocumentSchema()

Required. The document schema to create.

.google.cloud.contentwarehouse.v1.DocumentSchema document_schema = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
CreateDocumentSchemaRequest.Builder

clearParent()

public CreateDocumentSchemaRequest.Builder clearParent()

Required. The parent name.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
CreateDocumentSchemaRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public CreateDocumentSchemaRequest getDefaultInstanceForType()
Returns
Type Description
CreateDocumentSchemaRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getDocumentSchema()

public DocumentSchema getDocumentSchema()

Required. The document schema to create.

.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 create.

.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 create.

.google.cloud.contentwarehouse.v1.DocumentSchema document_schema = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
DocumentSchemaOrBuilder

getParent()

public String getParent()

Required. The parent name.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. The parent name.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for parent.

hasDocumentSchema()

public boolean hasDocumentSchema()

Required. The document schema to create.

.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 CreateDocumentSchemaRequest.Builder mergeDocumentSchema(DocumentSchema value)

Required. The document schema to create.

.google.cloud.contentwarehouse.v1.DocumentSchema document_schema = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value DocumentSchema
Returns
Type Description
CreateDocumentSchemaRequest.Builder

mergeFrom(CreateDocumentSchemaRequest other)

public CreateDocumentSchemaRequest.Builder mergeFrom(CreateDocumentSchemaRequest other)
Parameter
Name Description
other CreateDocumentSchemaRequest
Returns
Type Description
CreateDocumentSchemaRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public CreateDocumentSchemaRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CreateDocumentSchemaRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

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

setDocumentSchema(DocumentSchema value)

public CreateDocumentSchemaRequest.Builder setDocumentSchema(DocumentSchema value)

Required. The document schema to create.

.google.cloud.contentwarehouse.v1.DocumentSchema document_schema = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value DocumentSchema
Returns
Type Description
CreateDocumentSchemaRequest.Builder

setDocumentSchema(DocumentSchema.Builder builderForValue)

public CreateDocumentSchemaRequest.Builder setDocumentSchema(DocumentSchema.Builder builderForValue)

Required. The document schema to create.

.google.cloud.contentwarehouse.v1.DocumentSchema document_schema = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
builderForValue DocumentSchema.Builder
Returns
Type Description
CreateDocumentSchemaRequest.Builder

setParent(String value)

public CreateDocumentSchemaRequest.Builder setParent(String value)

Required. The parent name.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The parent to set.

Returns
Type Description
CreateDocumentSchemaRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public CreateDocumentSchemaRequest.Builder setParentBytes(ByteString value)

Required. The parent name.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for parent to set.

Returns
Type Description
CreateDocumentSchemaRequest.Builder

This builder for chaining.