public static final class GcsSources.Builder extends GeneratedMessageV3.Builder<GcsSources.Builder> implements GcsSourcesOrBuilder
Google Cloud Storage locations for the inputs.
Protobuf type google.cloud.dialogflow.v2beta1.GcsSources
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
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
Returns
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public GcsSources.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
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
Name |
Description |
value |
String
The uris to add.
|
Returns
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
Name |
Description |
value |
ByteString
The bytes of the uris to add.
|
Returns
build()
public GcsSources build()
Returns
buildPartial()
public GcsSources buildPartial()
Returns
clear()
public GcsSources.Builder clear()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public GcsSources.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public GcsSources.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
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
clone()
public GcsSources.Builder clone()
Returns
Overrides
getDefaultInstanceForType()
public GcsSources getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
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
Name |
Description |
index |
int
The index of the element to return.
|
Returns
Type |
Description |
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
Name |
Description |
index |
int
The index of the value to return.
|
Returns
Type |
Description |
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
Type |
Description |
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
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(GcsSources other)
public GcsSources.Builder mergeFrom(GcsSources other)
Parameter
Returns
public GcsSources.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public GcsSources.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final GcsSources.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public GcsSources.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public GcsSources.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final GcsSources.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
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
Name |
Description |
index |
int
The index to set the value at.
|
value |
String
The uris to set.
|
Returns