Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.GetVersionRequest
-
Packages that use GetVersionRequest Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3beta1.stub -
-
Uses of GetVersionRequest in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return GetVersionRequest Modifier and Type Method Description GetVersionRequestGetVersionRequest.Builder. build()GetVersionRequestGetVersionRequest.Builder. buildPartial()static GetVersionRequestGetVersionRequest. getDefaultInstance()GetVersionRequestGetVersionRequest.Builder. getDefaultInstanceForType()GetVersionRequestGetVersionRequest. getDefaultInstanceForType()static GetVersionRequestGetVersionRequest. parseDelimitedFrom(InputStream input)static GetVersionRequestGetVersionRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetVersionRequestGetVersionRequest. parseFrom(byte[] data)static GetVersionRequestGetVersionRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetVersionRequestGetVersionRequest. parseFrom(com.google.protobuf.ByteString data)static GetVersionRequestGetVersionRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetVersionRequestGetVersionRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetVersionRequestGetVersionRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetVersionRequestGetVersionRequest. parseFrom(InputStream input)static GetVersionRequestGetVersionRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetVersionRequestGetVersionRequest. parseFrom(ByteBuffer data)static GetVersionRequestGetVersionRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.cx.v3beta1 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 [Version][google.cloud.dialogflow.cx.v3beta1.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.cx.v3beta1 with parameters of type GetVersionRequest Modifier and Type Method Description VersionVersionsClient. getVersion(GetVersionRequest request)Retrieves the specified [Version][google.cloud.dialogflow.cx.v3beta1.Version].default voidVersionsGrpc.AsyncService. getVersion(GetVersionRequest request, io.grpc.stub.StreamObserver<Version> responseObserver)Retrieves the specified [Version][google.cloud.dialogflow.cx.v3beta1.Version].VersionVersionsGrpc.VersionsBlockingStub. getVersion(GetVersionRequest request)Retrieves the specified [Version][google.cloud.dialogflow.cx.v3beta1.Version].com.google.common.util.concurrent.ListenableFuture<Version>VersionsGrpc.VersionsFutureStub. getVersion(GetVersionRequest request)Retrieves the specified [Version][google.cloud.dialogflow.cx.v3beta1.Version].voidVersionsGrpc.VersionsStub. getVersion(GetVersionRequest request, io.grpc.stub.StreamObserver<Version> responseObserver)Retrieves the specified [Version][google.cloud.dialogflow.cx.v3beta1.Version].GetVersionRequest.BuilderGetVersionRequest.Builder. mergeFrom(GetVersionRequest other)static GetVersionRequest.BuilderGetVersionRequest. newBuilder(GetVersionRequest prototype) -
Uses of GetVersionRequest in com.google.cloud.dialogflow.cx.v3beta1.stub
Methods in com.google.cloud.dialogflow.cx.v3beta1.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.
-