public static final class Dataset.GCSManagedConfig extends GeneratedMessage implements Dataset.GCSManagedConfigOrBuilderConfiguration specific to the Cloud Storage-based implementation.
Protobuf type google.cloud.documentai.v1beta3.Dataset.GCSManagedConfig
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > Dataset.GCSManagedConfigImplements
Dataset.GCSManagedConfigOrBuilderStatic Fields
GCS_PREFIX_FIELD_NUMBER
public static final int GCS_PREFIX_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static Dataset.GCSManagedConfig getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
Dataset.GCSManagedConfig |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static Dataset.GCSManagedConfig.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
Dataset.GCSManagedConfig.Builder |
|
newBuilder(Dataset.GCSManagedConfig prototype)
public static Dataset.GCSManagedConfig.Builder newBuilder(Dataset.GCSManagedConfig prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
Dataset.GCSManagedConfig |
| Returns | |
|---|---|
| Type | Description |
Dataset.GCSManagedConfig.Builder |
|
parseDelimitedFrom(InputStream input)
public static Dataset.GCSManagedConfig parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
Dataset.GCSManagedConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Dataset.GCSManagedConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Dataset.GCSManagedConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static Dataset.GCSManagedConfig parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
Dataset.GCSManagedConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Dataset.GCSManagedConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Dataset.GCSManagedConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static Dataset.GCSManagedConfig parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
Dataset.GCSManagedConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Dataset.GCSManagedConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Dataset.GCSManagedConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static Dataset.GCSManagedConfig parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
Dataset.GCSManagedConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Dataset.GCSManagedConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Dataset.GCSManagedConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static Dataset.GCSManagedConfig parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
Dataset.GCSManagedConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Dataset.GCSManagedConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Dataset.GCSManagedConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static Dataset.GCSManagedConfig parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
Dataset.GCSManagedConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Dataset.GCSManagedConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Dataset.GCSManagedConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<Dataset.GCSManagedConfig> parser()| Returns | |
|---|---|
| Type | Description |
Parser<GCSManagedConfig> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public Dataset.GCSManagedConfig getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
Dataset.GCSManagedConfig |
|
getGcsPrefix()
public GcsPrefix getGcsPrefix()Required. The Cloud Storage URI (a directory) where the documents belonging to the dataset must be stored.
.google.cloud.documentai.v1beta3.GcsPrefix gcs_prefix = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GcsPrefix |
The gcsPrefix. |
getGcsPrefixOrBuilder()
public GcsPrefixOrBuilder getGcsPrefixOrBuilder()Required. The Cloud Storage URI (a directory) where the documents belonging to the dataset must be stored.
.google.cloud.documentai.v1beta3.GcsPrefix gcs_prefix = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GcsPrefixOrBuilder |
|
getParserForType()
public Parser<Dataset.GCSManagedConfig> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<GCSManagedConfig> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hasGcsPrefix()
public boolean hasGcsPrefix()Required. The Cloud Storage URI (a directory) where the documents belonging to the dataset must be stored.
.google.cloud.documentai.v1beta3.GcsPrefix gcs_prefix = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the gcsPrefix field is set. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public Dataset.GCSManagedConfig.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
Dataset.GCSManagedConfig.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected Dataset.GCSManagedConfig.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
Dataset.GCSManagedConfig.Builder |
|
toBuilder()
public Dataset.GCSManagedConfig.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
Dataset.GCSManagedConfig.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|