Interface UpdateDocumentSchemaRequestOrBuilder (0.37.0)

public interface UpdateDocumentSchemaRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDocumentSchema()

public abstract DocumentSchema getDocumentSchema()

Required. The document schema to update with.

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

Returns
TypeDescription
DocumentSchema

The documentSchema.

getDocumentSchemaOrBuilder()

public abstract DocumentSchemaOrBuilder getDocumentSchemaOrBuilder()

Required. The document schema to update with.

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

Returns
TypeDescription
DocumentSchemaOrBuilder

getName()

public abstract 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
TypeDescription
String

The name.

getNameBytes()

public abstract 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
TypeDescription
ByteString

The bytes for name.

hasDocumentSchema()

public abstract boolean hasDocumentSchema()

Required. The document schema to update with.

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

Returns
TypeDescription
boolean

Whether the documentSchema field is set.