Class InputConfig.Builder (4.48.0)

public static final class InputConfig.Builder extends GeneratedMessageV3.Builder<InputConfig.Builder> implements InputConfigOrBuilder

Represents the configuration of importing a set of conversation files in Google Cloud Storage.

Protobuf type google.cloud.dialogflow.v2.InputConfig

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public InputConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
InputConfig.Builder
Overrides

build()

public InputConfig build()
Returns
Type Description
InputConfig

buildPartial()

public InputConfig buildPartial()
Returns
Type Description
InputConfig

clear()

public InputConfig.Builder clear()
Returns
Type Description
InputConfig.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public InputConfig.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
InputConfig.Builder
Overrides

clearGcsSource()

public InputConfig.Builder clearGcsSource()

The Cloud Storage URI has the form gs://<Google Cloud Storage bucket name>//agent*.json. Wildcards are allowed and will be expanded into all matched JSON files, which will be read as one conversation per file.

.google.cloud.dialogflow.v2.GcsSources gcs_source = 1;

Returns
Type Description
InputConfig.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

public InputConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
InputConfig.Builder
Overrides

clearSource()

public InputConfig.Builder clearSource()
Returns
Type Description
InputConfig.Builder

clone()

public InputConfig.Builder clone()
Returns
Type Description
InputConfig.Builder
Overrides

getDefaultInstanceForType()

public InputConfig getDefaultInstanceForType()
Returns
Type Description
InputConfig

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getGcsSource()

public GcsSources getGcsSource()

The Cloud Storage URI has the form gs://<Google Cloud Storage bucket name>//agent*.json. Wildcards are allowed and will be expanded into all matched JSON files, which will be read as one conversation per file.

.google.cloud.dialogflow.v2.GcsSources gcs_source = 1;

Returns
Type Description
GcsSources

The gcsSource.

getGcsSourceBuilder()

public GcsSources.Builder getGcsSourceBuilder()

The Cloud Storage URI has the form gs://<Google Cloud Storage bucket name>//agent*.json. Wildcards are allowed and will be expanded into all matched JSON files, which will be read as one conversation per file.

.google.cloud.dialogflow.v2.GcsSources gcs_source = 1;

Returns
Type Description
GcsSources.Builder

getGcsSourceOrBuilder()

public GcsSourcesOrBuilder getGcsSourceOrBuilder()

The Cloud Storage URI has the form gs://<Google Cloud Storage bucket name>//agent*.json. Wildcards are allowed and will be expanded into all matched JSON files, which will be read as one conversation per file.

.google.cloud.dialogflow.v2.GcsSources gcs_source = 1;

Returns
Type Description
GcsSourcesOrBuilder

getSourceCase()

public InputConfig.SourceCase getSourceCase()
Returns
Type Description
InputConfig.SourceCase

hasGcsSource()

public boolean hasGcsSource()

The Cloud Storage URI has the form gs://<Google Cloud Storage bucket name>//agent*.json. Wildcards are allowed and will be expanded into all matched JSON files, which will be read as one conversation per file.

.google.cloud.dialogflow.v2.GcsSources gcs_source = 1;

Returns
Type Description
boolean

Whether the gcsSource field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(InputConfig other)

public InputConfig.Builder mergeFrom(InputConfig other)
Parameter
Name Description
other InputConfig
Returns
Type Description
InputConfig.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public InputConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
InputConfig.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public InputConfig.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
InputConfig.Builder
Overrides

mergeGcsSource(GcsSources value)

public InputConfig.Builder mergeGcsSource(GcsSources value)

The Cloud Storage URI has the form gs://<Google Cloud Storage bucket name>//agent*.json. Wildcards are allowed and will be expanded into all matched JSON files, which will be read as one conversation per file.

.google.cloud.dialogflow.v2.GcsSources gcs_source = 1;

Parameter
Name Description
value GcsSources
Returns
Type Description
InputConfig.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final InputConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
InputConfig.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public InputConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
InputConfig.Builder
Overrides

setGcsSource(GcsSources value)

public InputConfig.Builder setGcsSource(GcsSources value)

The Cloud Storage URI has the form gs://<Google Cloud Storage bucket name>//agent*.json. Wildcards are allowed and will be expanded into all matched JSON files, which will be read as one conversation per file.

.google.cloud.dialogflow.v2.GcsSources gcs_source = 1;

Parameter
Name Description
value GcsSources
Returns
Type Description
InputConfig.Builder

setGcsSource(GcsSources.Builder builderForValue)

public InputConfig.Builder setGcsSource(GcsSources.Builder builderForValue)

The Cloud Storage URI has the form gs://<Google Cloud Storage bucket name>//agent*.json. Wildcards are allowed and will be expanded into all matched JSON files, which will be read as one conversation per file.

.google.cloud.dialogflow.v2.GcsSources gcs_source = 1;

Parameter
Name Description
builderForValue GcsSources.Builder
Returns
Type Description
InputConfig.Builder

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

public InputConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
InputConfig.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final InputConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
InputConfig.Builder
Overrides