public interface CreateDocumentRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCloudAiDocumentOption()
public abstract CloudAIDocumentOption getCloudAiDocumentOption()Request Option for processing Cloud AI Document in CW Document.
.google.cloud.contentwarehouse.v1.CloudAIDocumentOption cloud_ai_document_option = 5;
| Type | Description |
CloudAIDocumentOption |
The cloudAiDocumentOption. |
getCloudAiDocumentOptionOrBuilder()
public abstract CloudAIDocumentOptionOrBuilder getCloudAiDocumentOptionOrBuilder()Request Option for processing Cloud AI Document in CW Document.
.google.cloud.contentwarehouse.v1.CloudAIDocumentOption cloud_ai_document_option = 5;
| Type | Description |
CloudAIDocumentOptionOrBuilder |
getCreateMask()
public abstract FieldMask getCreateMask() Field mask for creating Document fields. If mask path is empty,
it means all fields are masked.
For the FieldMask definition,
see
https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
.google.protobuf.FieldMask create_mask = 6;
| Type | Description |
FieldMask |
The createMask. |
getCreateMaskOrBuilder()
public abstract FieldMaskOrBuilder getCreateMaskOrBuilder() Field mask for creating Document fields. If mask path is empty,
it means all fields are masked.
For the FieldMask definition,
see
https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
.google.protobuf.FieldMask create_mask = 6;
| Type | Description |
FieldMaskOrBuilder |
getDocument()
public abstract Document getDocument()Required. The document to create.
.google.cloud.contentwarehouse.v1.Document document = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
Document |
The document. |
getDocumentOrBuilder()
public abstract DocumentOrBuilder getDocumentOrBuilder()Required. The document to create.
.google.cloud.contentwarehouse.v1.Document document = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
DocumentOrBuilder |
getParent()
public abstract String getParent()Required. The parent name. Format: projects/{project_number}/locations/{location}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()Required. The parent name. Format: projects/{project_number}/locations/{location}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
ByteString |
The bytes for parent. |
getPolicy()
public abstract Policy getPolicy()Default document policy during creation. Conditions defined in the policy will be ignored.
.google.iam.v1.Policy policy = 4;
| Type | Description |
com.google.iam.v1.Policy |
The policy. |
getPolicyOrBuilder()
public abstract PolicyOrBuilder getPolicyOrBuilder()Default document policy during creation. Conditions defined in the policy will be ignored.
.google.iam.v1.Policy policy = 4;
| Type | Description |
com.google.iam.v1.PolicyOrBuilder |
getRequestMetadata()
public abstract RequestMetadata getRequestMetadata()The meta information collected about the end user, used to enforce access control for the service.
.google.cloud.contentwarehouse.v1.RequestMetadata request_metadata = 3;
| Type | Description |
RequestMetadata |
The requestMetadata. |
getRequestMetadataOrBuilder()
public abstract RequestMetadataOrBuilder getRequestMetadataOrBuilder()The meta information collected about the end user, used to enforce access control for the service.
.google.cloud.contentwarehouse.v1.RequestMetadata request_metadata = 3;
| Type | Description |
RequestMetadataOrBuilder |
hasCloudAiDocumentOption()
public abstract boolean hasCloudAiDocumentOption()Request Option for processing Cloud AI Document in CW Document.
.google.cloud.contentwarehouse.v1.CloudAIDocumentOption cloud_ai_document_option = 5;
| Type | Description |
boolean |
Whether the cloudAiDocumentOption field is set. |
hasCreateMask()
public abstract boolean hasCreateMask() Field mask for creating Document fields. If mask path is empty,
it means all fields are masked.
For the FieldMask definition,
see
https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
.google.protobuf.FieldMask create_mask = 6;
| Type | Description |
boolean |
Whether the createMask field is set. |
hasDocument()
public abstract boolean hasDocument()Required. The document to create.
.google.cloud.contentwarehouse.v1.Document document = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
boolean |
Whether the document field is set. |
hasPolicy()
public abstract boolean hasPolicy()Default document policy during creation. Conditions defined in the policy will be ignored.
.google.iam.v1.Policy policy = 4;
| Type | Description |
boolean |
Whether the policy field is set. |
hasRequestMetadata()
public abstract boolean hasRequestMetadata()The meta information collected about the end user, used to enforce access control for the service.
.google.cloud.contentwarehouse.v1.RequestMetadata request_metadata = 3;
| Type | Description |
boolean |
Whether the requestMetadata field is set. |