Class GcsSources.Builder (4.43.0)

public static final class GcsSources.Builder extends GeneratedMessageV3.Builder<GcsSources.Builder> implements GcsSourcesOrBuilder

Google Cloud Storage location for the inputs.

Protobuf type google.cloud.dialogflow.v2.GcsSources

Implements

GcsSourcesOrBuilder

Static Methods

getDescriptor()

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

Methods

addAllUris(Iterable<String> values)

public GcsSources.Builder addAllUris(Iterable<String> values)

Required. Google Cloud Storage URIs for the inputs. A URI is of the form: gs://bucket/object-prefix-or-name Whether a prefix or name is used depends on the use case.

repeated string uris = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valuesIterable<String>

The uris to add.

Returns
TypeDescription
GcsSources.Builder

This builder for chaining.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public GcsSources.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
GcsSources.Builder
Overrides

addUris(String value)

public GcsSources.Builder addUris(String value)

Required. Google Cloud Storage URIs for the inputs. A URI is of the form: gs://bucket/object-prefix-or-name Whether a prefix or name is used depends on the use case.

repeated string uris = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueString

The uris to add.

Returns
TypeDescription
GcsSources.Builder

This builder for chaining.

addUrisBytes(ByteString value)

public GcsSources.Builder addUrisBytes(ByteString value)

Required. Google Cloud Storage URIs for the inputs. A URI is of the form: gs://bucket/object-prefix-or-name Whether a prefix or name is used depends on the use case.

repeated string uris = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueByteString

The bytes of the uris to add.

Returns
TypeDescription
GcsSources.Builder

This builder for chaining.

build()

public GcsSources build()
Returns
TypeDescription
GcsSources

buildPartial()

public GcsSources buildPartial()
Returns
TypeDescription
GcsSources

clear()

public GcsSources.Builder clear()
Returns
TypeDescription
GcsSources.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public GcsSources.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
GcsSources.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public GcsSources.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
GcsSources.Builder
Overrides

clearUris()

public GcsSources.Builder clearUris()

Required. Google Cloud Storage URIs for the inputs. A URI is of the form: gs://bucket/object-prefix-or-name Whether a prefix or name is used depends on the use case.

repeated string uris = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
GcsSources.Builder

This builder for chaining.

clone()

public GcsSources.Builder clone()
Returns
TypeDescription
GcsSources.Builder
Overrides

getDefaultInstanceForType()

public GcsSources getDefaultInstanceForType()
Returns
TypeDescription
GcsSources

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getUris(int index)

public String getUris(int index)

Required. Google Cloud Storage URIs for the inputs. A URI is of the form: gs://bucket/object-prefix-or-name Whether a prefix or name is used depends on the use case.

repeated string uris = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The uris at the given index.

getUrisBytes(int index)

public ByteString getUrisBytes(int index)

Required. Google Cloud Storage URIs for the inputs. A URI is of the form: gs://bucket/object-prefix-or-name Whether a prefix or name is used depends on the use case.

repeated string uris = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the uris at the given index.

getUrisCount()

public int getUrisCount()

Required. Google Cloud Storage URIs for the inputs. A URI is of the form: gs://bucket/object-prefix-or-name Whether a prefix or name is used depends on the use case.

repeated string uris = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
int

The count of uris.

getUrisList()

public ProtocolStringList getUrisList()

Required. Google Cloud Storage URIs for the inputs. A URI is of the form: gs://bucket/object-prefix-or-name Whether a prefix or name is used depends on the use case.

repeated string uris = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ProtocolStringList

A list containing the uris.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(GcsSources other)

public GcsSources.Builder mergeFrom(GcsSources other)
Parameter
NameDescription
otherGcsSources
Returns
TypeDescription
GcsSources.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public GcsSources.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GcsSources.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public GcsSources.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
GcsSources.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final GcsSources.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
GcsSources.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public GcsSources.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
GcsSources.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public GcsSources.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
GcsSources.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final GcsSources.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
GcsSources.Builder
Overrides

setUris(int index, String value)

public GcsSources.Builder setUris(int index, String value)

Required. Google Cloud Storage URIs for the inputs. A URI is of the form: gs://bucket/object-prefix-or-name Whether a prefix or name is used depends on the use case.

repeated string uris = 2 [(.google.api.field_behavior) = REQUIRED];

Parameters
NameDescription
indexint

The index to set the value at.

valueString

The uris to set.

Returns
TypeDescription
GcsSources.Builder

This builder for chaining.