public interface CreateDocumentLinkRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDocumentLink()
public abstract DocumentLink getDocumentLink()
Required. Document links associated with the source documents (source_document_id).
.google.cloud.contentwarehouse.v1.DocumentLink document_link = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
DocumentLink | The documentLink. |
getDocumentLinkOrBuilder()
public abstract DocumentLinkOrBuilder getDocumentLinkOrBuilder()
Required. Document links associated with the source documents (source_document_id).
.google.cloud.contentwarehouse.v1.DocumentLink document_link = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
DocumentLinkOrBuilder |
getParent()
public abstract String getParent()
Required. Parent of the document-link to be created. parent of document-link should be a document. Format: projects/{project_number}/locations/{location}/documents/{source_document_id}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
String | The parent. |
getParentBytes()
public abstract ByteString getParentBytes()
Required. Parent of the document-link to be created. parent of document-link should be a document. Format: projects/{project_number}/locations/{location}/documents/{source_document_id}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
ByteString | The bytes for parent. |
getRequestMetadata()
public abstract RequestMetadata getRequestMetadata()
The meta information collected about the document creator, 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 document creator, used to enforce access control for the service.
.google.cloud.contentwarehouse.v1.RequestMetadata request_metadata = 3;
Type | Description |
RequestMetadataOrBuilder |
hasDocumentLink()
public abstract boolean hasDocumentLink()
Required. Document links associated with the source documents (source_document_id).
.google.cloud.contentwarehouse.v1.DocumentLink document_link = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
boolean | Whether the documentLink field is set. |
hasRequestMetadata()
public abstract boolean hasRequestMetadata()
The meta information collected about the document creator, 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. |