Uses of Class
com.google.cloud.dialogflow.v2.GcsSources
-
Packages that use GcsSources Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow API -
-
Uses of GcsSources in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return GcsSources Modifier and Type Method Description GcsSources
GcsSources.Builder. build()
GcsSources
GcsSources.Builder. buildPartial()
static GcsSources
GcsSources. getDefaultInstance()
GcsSources
GcsSources.Builder. getDefaultInstanceForType()
GcsSources
GcsSources. getDefaultInstanceForType()
GcsSources
ImportDocumentsRequest.Builder. getGcsSource()
Optional.GcsSources
ImportDocumentsRequest. getGcsSource()
Optional.GcsSources
ImportDocumentsRequestOrBuilder. getGcsSource()
Optional.GcsSources
InputConfig.Builder. getGcsSource()
The Cloud Storage URI has the form gs://<Google Cloud Storage bucket name>//agent*.json.GcsSources
InputConfig. getGcsSource()
The Cloud Storage URI has the form gs://<Google Cloud Storage bucket name>//agent*.json.GcsSources
InputConfigOrBuilder. getGcsSource()
The Cloud Storage URI has the form gs://<Google Cloud Storage bucket name>//agent*.json.static GcsSources
GcsSources. parseDelimitedFrom(InputStream input)
static GcsSources
GcsSources. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcsSources
GcsSources. parseFrom(byte[] data)
static GcsSources
GcsSources. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcsSources
GcsSources. parseFrom(com.google.protobuf.ByteString data)
static GcsSources
GcsSources. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcsSources
GcsSources. parseFrom(com.google.protobuf.CodedInputStream input)
static GcsSources
GcsSources. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcsSources
GcsSources. parseFrom(InputStream input)
static GcsSources
GcsSources. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcsSources
GcsSources. parseFrom(ByteBuffer data)
static GcsSources
GcsSources. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type GcsSources Modifier and Type Method Description com.google.protobuf.Parser<GcsSources>
GcsSources. getParserForType()
static com.google.protobuf.Parser<GcsSources>
GcsSources. parser()
Methods in com.google.cloud.dialogflow.v2 with parameters of type GcsSources Modifier and Type Method Description GcsSources.Builder
GcsSources.Builder. mergeFrom(GcsSources other)
ImportDocumentsRequest.Builder
ImportDocumentsRequest.Builder. mergeGcsSource(GcsSources value)
Optional.InputConfig.Builder
InputConfig.Builder. mergeGcsSource(GcsSources value)
The Cloud Storage URI has the form gs://<Google Cloud Storage bucket name>//agent*.json.static GcsSources.Builder
GcsSources. newBuilder(GcsSources prototype)
ImportDocumentsRequest.Builder
ImportDocumentsRequest.Builder. setGcsSource(GcsSources value)
Optional.InputConfig.Builder
InputConfig.Builder. setGcsSource(GcsSources value)
The Cloud Storage URI has the form gs://<Google Cloud Storage bucket name>//agent*.json.
-