Uses of Class
com.google.cloud.dialogflow.cx.v3.GetDeploymentRequest
-
Packages that use GetDeploymentRequest Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3.stub -
-
Uses of GetDeploymentRequest in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return GetDeploymentRequest Modifier and Type Method Description GetDeploymentRequest
GetDeploymentRequest.Builder. build()
GetDeploymentRequest
GetDeploymentRequest.Builder. buildPartial()
static GetDeploymentRequest
GetDeploymentRequest. getDefaultInstance()
GetDeploymentRequest
GetDeploymentRequest.Builder. getDefaultInstanceForType()
GetDeploymentRequest
GetDeploymentRequest. getDefaultInstanceForType()
static GetDeploymentRequest
GetDeploymentRequest. parseDelimitedFrom(InputStream input)
static GetDeploymentRequest
GetDeploymentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDeploymentRequest
GetDeploymentRequest. parseFrom(byte[] data)
static GetDeploymentRequest
GetDeploymentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDeploymentRequest
GetDeploymentRequest. parseFrom(com.google.protobuf.ByteString data)
static GetDeploymentRequest
GetDeploymentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDeploymentRequest
GetDeploymentRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetDeploymentRequest
GetDeploymentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDeploymentRequest
GetDeploymentRequest. parseFrom(InputStream input)
static GetDeploymentRequest
GetDeploymentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDeploymentRequest
GetDeploymentRequest. parseFrom(ByteBuffer data)
static GetDeploymentRequest
GetDeploymentRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.cx.v3 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.v3.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.v3 with parameters of type GetDeploymentRequest Modifier and Type Method Description Deployment
DeploymentsClient. getDeployment(GetDeploymentRequest request)
Retrieves the specified [Deployment][google.cloud.dialogflow.cx.v3.Deployment].default void
DeploymentsGrpc.AsyncService. getDeployment(GetDeploymentRequest request, io.grpc.stub.StreamObserver<Deployment> responseObserver)
Retrieves the specified [Deployment][google.cloud.dialogflow.cx.v3.Deployment].Deployment
DeploymentsGrpc.DeploymentsBlockingStub. getDeployment(GetDeploymentRequest request)
Retrieves the specified [Deployment][google.cloud.dialogflow.cx.v3.Deployment].com.google.common.util.concurrent.ListenableFuture<Deployment>
DeploymentsGrpc.DeploymentsFutureStub. getDeployment(GetDeploymentRequest request)
Retrieves the specified [Deployment][google.cloud.dialogflow.cx.v3.Deployment].void
DeploymentsGrpc.DeploymentsStub. getDeployment(GetDeploymentRequest request, io.grpc.stub.StreamObserver<Deployment> responseObserver)
Retrieves the specified [Deployment][google.cloud.dialogflow.cx.v3.Deployment].GetDeploymentRequest.Builder
GetDeploymentRequest.Builder. mergeFrom(GetDeploymentRequest other)
static GetDeploymentRequest.Builder
GetDeploymentRequest. newBuilder(GetDeploymentRequest prototype)
-
Uses of GetDeploymentRequest in com.google.cloud.dialogflow.cx.v3.stub
Methods in com.google.cloud.dialogflow.cx.v3.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.
-