Package com.google.cloud.dialogflow.v2
Interface InputConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InputConfig
,InputConfig.Builder
public interface InputConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GcsSources
getGcsSource()
The Cloud Storage URI has the form gs://<Google Cloud Storage bucket name>//agent*.json.GcsSourcesOrBuilder
getGcsSourceOrBuilder()
The Cloud Storage URI has the form gs://<Google Cloud Storage bucket name>//agent*.json.InputConfig.SourceCase
getSourceCase()
boolean
hasGcsSource()
The Cloud Storage URI has the form gs://<Google Cloud Storage bucket name>//agent*.json.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasGcsSource
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:
- Whether the gcsSource field is set.
-
getGcsSource
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:
- The gcsSource.
-
getGcsSourceOrBuilder
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;
-
getSourceCase
InputConfig.SourceCase getSourceCase()
-
-