public interface CreateDocumentSchemaRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDocumentSchema()
public abstract 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. |
getDocumentSchemaOrBuilder()
public abstract 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 abstract 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 abstract 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 abstract 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. |