Package | Description |
---|---|
com.google.cloud.dialogflow.v2 |
A client to Dialogflow API
|
com.google.cloud.dialogflow.v2.stub |
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<GetVersionRequest,Version> |
VersionsGrpc.getGetVersionMethod() |
Parser<GetVersionRequest> |
GetVersionRequest.getParserForType() |
UnaryCallable<GetVersionRequest,Version> |
VersionsClient.getVersionCallable()
Retrieves the specified agent version.
|
UnaryCallSettings<GetVersionRequest,Version> |
VersionsSettings.getVersionSettings()
Returns the object with the settings used for calls to getVersion.
|
UnaryCallSettings.Builder<GetVersionRequest,Version> |
VersionsSettings.Builder.getVersionSettings()
Returns the builder for the settings used for calls to getVersion.
|
static Parser<GetVersionRequest> |
GetVersionRequest.parser() |
Modifier and Type | Method and Description |
---|---|
Version |
VersionsGrpc.VersionsBlockingStub.getVersion(GetVersionRequest request)
Retrieves the specified agent version.
|
com.google.common.util.concurrent.ListenableFuture<Version> |
VersionsGrpc.VersionsFutureStub.getVersion(GetVersionRequest request)
Retrieves the specified agent version.
|
Version |
VersionsClient.getVersion(GetVersionRequest request)
Retrieves the specified agent version.
|
void |
VersionsGrpc.VersionsImplBase.getVersion(GetVersionRequest request,
StreamObserver<Version> responseObserver)
Retrieves the specified agent version.
|
void |
VersionsGrpc.VersionsStub.getVersion(GetVersionRequest request,
StreamObserver<Version> responseObserver)
Retrieves the specified agent version.
|
GetVersionRequest.Builder |
GetVersionRequest.Builder.mergeFrom(GetVersionRequest other) |
static GetVersionRequest.Builder |
GetVersionRequest.newBuilder(GetVersionRequest prototype) |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<GetVersionRequest,Version> |
HttpJsonVersionsStub.getVersionCallable() |
UnaryCallable<GetVersionRequest,Version> |
VersionsStub.getVersionCallable() |
UnaryCallable<GetVersionRequest,Version> |
GrpcVersionsStub.getVersionCallable() |
UnaryCallSettings<GetVersionRequest,Version> |
VersionsStubSettings.getVersionSettings()
Returns the object with the settings used for calls to getVersion.
|
UnaryCallSettings.Builder<GetVersionRequest,Version> |
VersionsStubSettings.Builder.getVersionSettings()
Returns the builder for the settings used for calls to getVersion.
|
Copyright © 2022 Google LLC. All rights reserved.