Uses of Class
com.google.cloud.dialogflow.v2.GetVersionRequest
-
Packages that use GetVersionRequest Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow APIcom.google.cloud.dialogflow.v2.stub -
-
Uses of GetVersionRequest in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return GetVersionRequest Modifier and Type Method Description GetVersionRequest
GetVersionRequest.Builder. build()
GetVersionRequest
GetVersionRequest.Builder. buildPartial()
static GetVersionRequest
GetVersionRequest. getDefaultInstance()
GetVersionRequest
GetVersionRequest.Builder. getDefaultInstanceForType()
GetVersionRequest
GetVersionRequest. getDefaultInstanceForType()
static GetVersionRequest
GetVersionRequest. parseDelimitedFrom(InputStream input)
static GetVersionRequest
GetVersionRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetVersionRequest
GetVersionRequest. parseFrom(byte[] data)
static GetVersionRequest
GetVersionRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetVersionRequest
GetVersionRequest. parseFrom(com.google.protobuf.ByteString data)
static GetVersionRequest
GetVersionRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetVersionRequest
GetVersionRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetVersionRequest
GetVersionRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetVersionRequest
GetVersionRequest. parseFrom(InputStream input)
static GetVersionRequest
GetVersionRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetVersionRequest
GetVersionRequest. parseFrom(ByteBuffer data)
static GetVersionRequest
GetVersionRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type GetVersionRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetVersionRequest,Version>
VersionsGrpc. getGetVersionMethod()
com.google.protobuf.Parser<GetVersionRequest>
GetVersionRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<GetVersionRequest,Version>
VersionsClient. getVersionCallable()
Retrieves the specified agent version.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetVersionRequest,Version>
VersionsSettings.Builder. getVersionSettings()
Returns the builder for the settings used for calls to getVersion.com.google.api.gax.rpc.UnaryCallSettings<GetVersionRequest,Version>
VersionsSettings. getVersionSettings()
Returns the object with the settings used for calls to getVersion.static com.google.protobuf.Parser<GetVersionRequest>
GetVersionRequest. parser()
Methods in com.google.cloud.dialogflow.v2 with parameters of type GetVersionRequest Modifier and Type Method Description Version
VersionsClient. getVersion(GetVersionRequest request)
Retrieves the specified agent version.default void
VersionsGrpc.AsyncService. getVersion(GetVersionRequest request, io.grpc.stub.StreamObserver<Version> responseObserver)
Retrieves the specified agent version.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.void
VersionsGrpc.VersionsStub. getVersion(GetVersionRequest request, io.grpc.stub.StreamObserver<Version> responseObserver)
Retrieves the specified agent version.GetVersionRequest.Builder
GetVersionRequest.Builder. mergeFrom(GetVersionRequest other)
static GetVersionRequest.Builder
GetVersionRequest. newBuilder(GetVersionRequest prototype)
-
Uses of GetVersionRequest in com.google.cloud.dialogflow.v2.stub
Methods in com.google.cloud.dialogflow.v2.stub that return types with arguments of type GetVersionRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetVersionRequest,Version>
GrpcVersionsStub. getVersionCallable()
com.google.api.gax.rpc.UnaryCallable<GetVersionRequest,Version>
HttpJsonVersionsStub. getVersionCallable()
com.google.api.gax.rpc.UnaryCallable<GetVersionRequest,Version>
VersionsStub. getVersionCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetVersionRequest,Version>
VersionsStubSettings.Builder. getVersionSettings()
Returns the builder for the settings used for calls to getVersion.com.google.api.gax.rpc.UnaryCallSettings<GetVersionRequest,Version>
VersionsStubSettings. getVersionSettings()
Returns the object with the settings used for calls to getVersion.
-