Package | Description |
---|---|
com.google.cloud.dialogflow.v2 |
A client to Dialogflow API
|
Modifier and Type | Method and Description |
---|---|
GcsSources |
GcsSources.Builder.build() |
GcsSources |
GcsSources.Builder.buildPartial() |
static GcsSources |
GcsSources.getDefaultInstance() |
GcsSources |
GcsSources.getDefaultInstanceForType() |
GcsSources |
GcsSources.Builder.getDefaultInstanceForType() |
GcsSources |
ImportDocumentsRequestOrBuilder.getGcsSource()
The Google Cloud Storage location for the documents.
|
GcsSources |
InputConfigOrBuilder.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 |
InputConfig.Builder.getGcsSource()
The Cloud Storage URI has the form gs://<Google Cloud Storage bucket
name>//agent*.json.
|
GcsSources |
ImportDocumentsRequest.getGcsSource()
The Google Cloud Storage location for the documents.
|
GcsSources |
ImportDocumentsRequest.Builder.getGcsSource()
The Google Cloud Storage location for the documents.
|
static GcsSources |
GcsSources.parseDelimitedFrom(InputStream input) |
static GcsSources |
GcsSources.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static GcsSources |
GcsSources.parseFrom(byte[] data) |
static GcsSources |
GcsSources.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static GcsSources |
GcsSources.parseFrom(ByteBuffer data) |
static GcsSources |
GcsSources.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static GcsSources |
GcsSources.parseFrom(ByteString data) |
static GcsSources |
GcsSources.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static GcsSources |
GcsSources.parseFrom(CodedInputStream input) |
static GcsSources |
GcsSources.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static GcsSources |
GcsSources.parseFrom(InputStream input) |
static GcsSources |
GcsSources.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Parser<GcsSources> |
GcsSources.getParserForType() |
static Parser<GcsSources> |
GcsSources.parser() |
Modifier and Type | Method and Description |
---|---|
GcsSources.Builder |
GcsSources.Builder.mergeFrom(GcsSources other) |
InputConfig.Builder |
InputConfig.Builder.mergeGcsSource(GcsSources value)
The Cloud Storage URI has the form gs://<Google Cloud Storage bucket
name>//agent*.json.
|
ImportDocumentsRequest.Builder |
ImportDocumentsRequest.Builder.mergeGcsSource(GcsSources value)
The Google Cloud Storage location for the documents.
|
static GcsSources.Builder |
GcsSources.newBuilder(GcsSources prototype) |
InputConfig.Builder |
InputConfig.Builder.setGcsSource(GcsSources value)
The Cloud Storage URI has the form gs://<Google Cloud Storage bucket
name>//agent*.json.
|
ImportDocumentsRequest.Builder |
ImportDocumentsRequest.Builder.setGcsSource(GcsSources value)
The Google Cloud Storage location for the documents.
|
Copyright © 2022 Google LLC. All rights reserved.