Class DeploymentsStub
- java.lang.Object
-
- com.google.cloud.dialogflow.cx.v3beta1.stub.DeploymentsStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource,AutoCloseable
- Direct Known Subclasses:
GrpcDeploymentsStub,HttpJsonDeploymentsStub
@BetaApi @Generated("by gapic-generator-java") public abstract class DeploymentsStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the Deployments service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description DeploymentsStub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidclose()com.google.api.gax.rpc.UnaryCallable<GetDeploymentRequest,Deployment>getDeploymentCallable()com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>getLocationCallable()com.google.api.gax.rpc.UnaryCallable<ListDeploymentsRequest,ListDeploymentsResponse>listDeploymentsCallable()com.google.api.gax.rpc.UnaryCallable<ListDeploymentsRequest,DeploymentsClient.ListDeploymentsPagedResponse>listDeploymentsPagedCallable()com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse>listLocationsCallable()com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,DeploymentsClient.ListLocationsPagedResponse>listLocationsPagedCallable()
-
-
-
Method Detail
-
listDeploymentsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListDeploymentsRequest,DeploymentsClient.ListDeploymentsPagedResponse> listDeploymentsPagedCallable()
-
listDeploymentsCallable
public com.google.api.gax.rpc.UnaryCallable<ListDeploymentsRequest,ListDeploymentsResponse> listDeploymentsCallable()
-
getDeploymentCallable
public com.google.api.gax.rpc.UnaryCallable<GetDeploymentRequest,Deployment> getDeploymentCallable()
-
listLocationsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,DeploymentsClient.ListLocationsPagedResponse> listLocationsPagedCallable()
-
listLocationsCallable
public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> listLocationsCallable()
-
getLocationCallable
public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> getLocationCallable()
-
close
public abstract void close()
- Specified by:
closein interfaceAutoCloseable
-
-