Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.GetDeploymentRequest
-
Packages that use GetDeploymentRequest Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3beta1.stub -
-
Uses of GetDeploymentRequest in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return GetDeploymentRequest Modifier and Type Method Description GetDeploymentRequestGetDeploymentRequest.Builder. build()GetDeploymentRequestGetDeploymentRequest.Builder. buildPartial()static GetDeploymentRequestGetDeploymentRequest. getDefaultInstance()GetDeploymentRequestGetDeploymentRequest.Builder. getDefaultInstanceForType()GetDeploymentRequestGetDeploymentRequest. getDefaultInstanceForType()static GetDeploymentRequestGetDeploymentRequest. parseDelimitedFrom(InputStream input)static GetDeploymentRequestGetDeploymentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDeploymentRequestGetDeploymentRequest. parseFrom(byte[] data)static GetDeploymentRequestGetDeploymentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDeploymentRequestGetDeploymentRequest. parseFrom(com.google.protobuf.ByteString data)static GetDeploymentRequestGetDeploymentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDeploymentRequestGetDeploymentRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetDeploymentRequestGetDeploymentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDeploymentRequestGetDeploymentRequest. parseFrom(InputStream input)static GetDeploymentRequestGetDeploymentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDeploymentRequestGetDeploymentRequest. parseFrom(ByteBuffer data)static GetDeploymentRequestGetDeploymentRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.cx.v3beta1 that return types with arguments of type GetDeploymentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetDeploymentRequest,Deployment>DeploymentsClient. getDeploymentCallable()Retrieves the specified [Deployment][google.cloud.dialogflow.cx.v3beta1.Deployment].com.google.api.gax.rpc.UnaryCallSettings.Builder<GetDeploymentRequest,Deployment>DeploymentsSettings.Builder. getDeploymentSettings()Returns the builder for the settings used for calls to getDeployment.com.google.api.gax.rpc.UnaryCallSettings<GetDeploymentRequest,Deployment>DeploymentsSettings. getDeploymentSettings()Returns the object with the settings used for calls to getDeployment.static io.grpc.MethodDescriptor<GetDeploymentRequest,Deployment>DeploymentsGrpc. getGetDeploymentMethod()com.google.protobuf.Parser<GetDeploymentRequest>GetDeploymentRequest. getParserForType()static com.google.protobuf.Parser<GetDeploymentRequest>GetDeploymentRequest. parser()Methods in com.google.cloud.dialogflow.cx.v3beta1 with parameters of type GetDeploymentRequest Modifier and Type Method Description DeploymentDeploymentsClient. getDeployment(GetDeploymentRequest request)Retrieves the specified [Deployment][google.cloud.dialogflow.cx.v3beta1.Deployment].default voidDeploymentsGrpc.AsyncService. getDeployment(GetDeploymentRequest request, io.grpc.stub.StreamObserver<Deployment> responseObserver)Retrieves the specified [Deployment][google.cloud.dialogflow.cx.v3beta1.Deployment].DeploymentDeploymentsGrpc.DeploymentsBlockingStub. getDeployment(GetDeploymentRequest request)Retrieves the specified [Deployment][google.cloud.dialogflow.cx.v3beta1.Deployment].com.google.common.util.concurrent.ListenableFuture<Deployment>DeploymentsGrpc.DeploymentsFutureStub. getDeployment(GetDeploymentRequest request)Retrieves the specified [Deployment][google.cloud.dialogflow.cx.v3beta1.Deployment].voidDeploymentsGrpc.DeploymentsStub. getDeployment(GetDeploymentRequest request, io.grpc.stub.StreamObserver<Deployment> responseObserver)Retrieves the specified [Deployment][google.cloud.dialogflow.cx.v3beta1.Deployment].GetDeploymentRequest.BuilderGetDeploymentRequest.Builder. mergeFrom(GetDeploymentRequest other)static GetDeploymentRequest.BuilderGetDeploymentRequest. newBuilder(GetDeploymentRequest prototype) -
Uses of GetDeploymentRequest in com.google.cloud.dialogflow.cx.v3beta1.stub
Methods in com.google.cloud.dialogflow.cx.v3beta1.stub that return types with arguments of type GetDeploymentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetDeploymentRequest,Deployment>DeploymentsStub. getDeploymentCallable()com.google.api.gax.rpc.UnaryCallable<GetDeploymentRequest,Deployment>GrpcDeploymentsStub. getDeploymentCallable()com.google.api.gax.rpc.UnaryCallable<GetDeploymentRequest,Deployment>HttpJsonDeploymentsStub. getDeploymentCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetDeploymentRequest,Deployment>DeploymentsStubSettings.Builder. getDeploymentSettings()Returns the builder for the settings used for calls to getDeployment.com.google.api.gax.rpc.UnaryCallSettings<GetDeploymentRequest,Deployment>DeploymentsStubSettings. getDeploymentSettings()Returns the object with the settings used for calls to getDeployment.
-