Uses of Class
com.google.cloud.dialogflow.v2beta1.GcsSources
-
Packages that use GcsSources Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow API -
-
Uses of GcsSources in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 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.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.v2beta1 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.v2beta1 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.static GcsSources.Builder
GcsSources. newBuilder(GcsSources prototype)
ImportDocumentsRequest.Builder
ImportDocumentsRequest.Builder. setGcsSource(GcsSources value)
Optional.
-