Uses of Class
com.google.cloud.run.v2.stub.ExecutionsStub
-
Packages that use ExecutionsStub Package Description com.google.cloud.run.v2 A client to Cloud Run Admin APIcom.google.cloud.run.v2.stub -
-
Uses of ExecutionsStub in com.google.cloud.run.v2
Methods in com.google.cloud.run.v2 that return ExecutionsStub Modifier and Type Method Description ExecutionsStub
ExecutionsClient. getStub()
Methods in com.google.cloud.run.v2 with parameters of type ExecutionsStub Modifier and Type Method Description static ExecutionsClient
ExecutionsClient. create(ExecutionsStub stub)
Constructs an instance of ExecutionsClient, using the given stub for making calls.Constructors in com.google.cloud.run.v2 with parameters of type ExecutionsStub Constructor Description ExecutionsClient(ExecutionsStub stub)
-
Uses of ExecutionsStub in com.google.cloud.run.v2.stub
Subclasses of ExecutionsStub in com.google.cloud.run.v2.stub Modifier and Type Class Description class
GrpcExecutionsStub
gRPC stub implementation for the Executions service API.class
HttpJsonExecutionsStub
REST stub implementation for the Executions service API.Methods in com.google.cloud.run.v2.stub that return ExecutionsStub Modifier and Type Method Description ExecutionsStub
ExecutionsStubSettings. createStub()
-