public static interface DocumentOutputConfig.GcsOutputConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.FieldMask |
getFieldMask()
Specifies which fields to include in the output documents.
|
com.google.protobuf.FieldMaskOrBuilder |
getFieldMaskOrBuilder()
Specifies which fields to include in the output documents.
|
String |
getGcsUri()
The Cloud Storage uri (a directory) of the output.
|
com.google.protobuf.ByteString |
getGcsUriBytes()
The Cloud Storage uri (a directory) of the output.
|
boolean |
hasFieldMask()
Specifies which fields to include in the output documents.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getGcsUri()
The Cloud Storage uri (a directory) of the output.
string gcs_uri = 1;com.google.protobuf.ByteString getGcsUriBytes()
The Cloud Storage uri (a directory) of the output.
string gcs_uri = 1;boolean hasFieldMask()
Specifies which fields to include in the output documents.
Only supports top level document and pages field so it must be in the
form of `{document_field_name}` or `pages.{page_field_name}`.
.google.protobuf.FieldMask field_mask = 2;com.google.protobuf.FieldMask getFieldMask()
Specifies which fields to include in the output documents.
Only supports top level document and pages field so it must be in the
form of `{document_field_name}` or `pages.{page_field_name}`.
.google.protobuf.FieldMask field_mask = 2;com.google.protobuf.FieldMaskOrBuilder getFieldMaskOrBuilder()
Specifies which fields to include in the output documents.
Only supports top level document and pages field so it must be in the
form of `{document_field_name}` or `pages.{page_field_name}`.
.google.protobuf.FieldMask field_mask = 2;Copyright © 2022 Google LLC. All rights reserved.