Uses of Class
com.google.cloud.workflows.executions.v1.GetExecutionRequest
-
Packages that use GetExecutionRequest Package Description com.google.cloud.workflows.executions.v1 A client to Workflow Executions APIcom.google.cloud.workflows.executions.v1.stub -
-
Uses of GetExecutionRequest in com.google.cloud.workflows.executions.v1
Methods in com.google.cloud.workflows.executions.v1 that return GetExecutionRequest Modifier and Type Method Description GetExecutionRequest
GetExecutionRequest.Builder. build()
GetExecutionRequest
GetExecutionRequest.Builder. buildPartial()
static GetExecutionRequest
GetExecutionRequest. getDefaultInstance()
GetExecutionRequest
GetExecutionRequest.Builder. getDefaultInstanceForType()
GetExecutionRequest
GetExecutionRequest. getDefaultInstanceForType()
static GetExecutionRequest
GetExecutionRequest. parseDelimitedFrom(InputStream input)
static GetExecutionRequest
GetExecutionRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetExecutionRequest
GetExecutionRequest. parseFrom(byte[] data)
static GetExecutionRequest
GetExecutionRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetExecutionRequest
GetExecutionRequest. parseFrom(com.google.protobuf.ByteString data)
static GetExecutionRequest
GetExecutionRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetExecutionRequest
GetExecutionRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetExecutionRequest
GetExecutionRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetExecutionRequest
GetExecutionRequest. parseFrom(InputStream input)
static GetExecutionRequest
GetExecutionRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetExecutionRequest
GetExecutionRequest. parseFrom(ByteBuffer data)
static GetExecutionRequest
GetExecutionRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.workflows.executions.v1 that return types with arguments of type GetExecutionRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetExecutionRequest,Execution>
ExecutionsClient. getExecutionCallable()
Returns an execution of the given name.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetExecutionRequest,Execution>
ExecutionsSettings.Builder. getExecutionSettings()
Returns the builder for the settings used for calls to getExecution.com.google.api.gax.rpc.UnaryCallSettings<GetExecutionRequest,Execution>
ExecutionsSettings. getExecutionSettings()
Returns the object with the settings used for calls to getExecution.static io.grpc.MethodDescriptor<GetExecutionRequest,Execution>
ExecutionsGrpc. getGetExecutionMethod()
com.google.protobuf.Parser<GetExecutionRequest>
GetExecutionRequest. getParserForType()
static com.google.protobuf.Parser<GetExecutionRequest>
GetExecutionRequest. parser()
Methods in com.google.cloud.workflows.executions.v1 with parameters of type GetExecutionRequest Modifier and Type Method Description Execution
ExecutionsClient. getExecution(GetExecutionRequest request)
Returns an execution of the given name.default void
ExecutionsGrpc.AsyncService. getExecution(GetExecutionRequest request, io.grpc.stub.StreamObserver<Execution> responseObserver)
Returns an execution of the given name.Execution
ExecutionsGrpc.ExecutionsBlockingStub. getExecution(GetExecutionRequest request)
Returns an execution of the given name.com.google.common.util.concurrent.ListenableFuture<Execution>
ExecutionsGrpc.ExecutionsFutureStub. getExecution(GetExecutionRequest request)
Returns an execution of the given name.void
ExecutionsGrpc.ExecutionsStub. getExecution(GetExecutionRequest request, io.grpc.stub.StreamObserver<Execution> responseObserver)
Returns an execution of the given name.GetExecutionRequest.Builder
GetExecutionRequest.Builder. mergeFrom(GetExecutionRequest other)
static GetExecutionRequest.Builder
GetExecutionRequest. newBuilder(GetExecutionRequest prototype)
-
Uses of GetExecutionRequest in com.google.cloud.workflows.executions.v1.stub
Methods in com.google.cloud.workflows.executions.v1.stub that return types with arguments of type GetExecutionRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetExecutionRequest,Execution>
ExecutionsStub. getExecutionCallable()
com.google.api.gax.rpc.UnaryCallable<GetExecutionRequest,Execution>
GrpcExecutionsStub. getExecutionCallable()
com.google.api.gax.rpc.UnaryCallable<GetExecutionRequest,Execution>
HttpJsonExecutionsStub. getExecutionCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetExecutionRequest,Execution>
ExecutionsStubSettings.Builder. getExecutionSettings()
Returns the builder for the settings used for calls to getExecution.com.google.api.gax.rpc.UnaryCallSettings<GetExecutionRequest,Execution>
ExecutionsStubSettings. getExecutionSettings()
Returns the object with the settings used for calls to getExecution.
-