Class GcsSource (2.37.0)

public final class GcsSource extends GeneratedMessageV3 implements GcsSourceOrBuilder

The Google Cloud Storage location for the input content.

Protobuf type google.cloud.automl.v1beta1.GcsSource

Implements

GcsSourceOrBuilder

Static Fields

INPUT_URIS_FIELD_NUMBER

public static final int INPUT_URIS_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static GcsSource getDefaultInstance()
Returns
TypeDescription
GcsSource

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static GcsSource.Builder newBuilder()
Returns
TypeDescription
GcsSource.Builder

newBuilder(GcsSource prototype)

public static GcsSource.Builder newBuilder(GcsSource prototype)
Parameter
NameDescription
prototypeGcsSource
Returns
TypeDescription
GcsSource.Builder

parseDelimitedFrom(InputStream input)

public static GcsSource parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
GcsSource
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GcsSource parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GcsSource
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static GcsSource parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
GcsSource
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static GcsSource parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GcsSource
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static GcsSource parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
GcsSource
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static GcsSource parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GcsSource
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static GcsSource parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
GcsSource
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static GcsSource parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GcsSource
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static GcsSource parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
GcsSource
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GcsSource parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GcsSource
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static GcsSource parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
GcsSource
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static GcsSource parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GcsSource
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<GcsSource> parser()
Returns
TypeDescription
Parser<GcsSource>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public GcsSource getDefaultInstanceForType()
Returns
TypeDescription
GcsSource

getInputUris(int index)

public String getInputUris(int index)

Required. Google Cloud Storage URIs to input files, up to 2000 characters long. Accepted forms:

  • Full object path, e.g. gs://bucket/directory/object.csv

repeated string input_uris = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The inputUris at the given index.

getInputUrisBytes(int index)

public ByteString getInputUrisBytes(int index)

Required. Google Cloud Storage URIs to input files, up to 2000 characters long. Accepted forms:

  • Full object path, e.g. gs://bucket/directory/object.csv

repeated string input_uris = 1;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the inputUris at the given index.

getInputUrisCount()

public int getInputUrisCount()

Required. Google Cloud Storage URIs to input files, up to 2000 characters long. Accepted forms:

  • Full object path, e.g. gs://bucket/directory/object.csv

repeated string input_uris = 1;

Returns
TypeDescription
int

The count of inputUris.

getInputUrisList()

public ProtocolStringList getInputUrisList()

Required. Google Cloud Storage URIs to input files, up to 2000 characters long. Accepted forms:

  • Full object path, e.g. gs://bucket/directory/object.csv

repeated string input_uris = 1;

Returns
TypeDescription
ProtocolStringList

A list containing the inputUris.

getParserForType()

public Parser<GcsSource> getParserForType()
Returns
TypeDescription
Parser<GcsSource>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public GcsSource.Builder newBuilderForType()
Returns
TypeDescription
GcsSource.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected GcsSource.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
GcsSource.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public GcsSource.Builder toBuilder()
Returns
TypeDescription
GcsSource.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException