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 GetExecutionRequestGetExecutionRequest.Builder. build()GetExecutionRequestGetExecutionRequest.Builder. buildPartial()static GetExecutionRequestGetExecutionRequest. getDefaultInstance()GetExecutionRequestGetExecutionRequest.Builder. getDefaultInstanceForType()GetExecutionRequestGetExecutionRequest. getDefaultInstanceForType()static GetExecutionRequestGetExecutionRequest. parseDelimitedFrom(InputStream input)static GetExecutionRequestGetExecutionRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetExecutionRequestGetExecutionRequest. parseFrom(byte[] data)static GetExecutionRequestGetExecutionRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetExecutionRequestGetExecutionRequest. parseFrom(com.google.protobuf.ByteString data)static GetExecutionRequestGetExecutionRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetExecutionRequestGetExecutionRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetExecutionRequestGetExecutionRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetExecutionRequestGetExecutionRequest. parseFrom(InputStream input)static GetExecutionRequestGetExecutionRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetExecutionRequestGetExecutionRequest. parseFrom(ByteBuffer data)static GetExecutionRequestGetExecutionRequest. 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 ExecutionExecutionsClient. getExecution(GetExecutionRequest request)Returns an execution of the given name.default voidExecutionsGrpc.AsyncService. getExecution(GetExecutionRequest request, io.grpc.stub.StreamObserver<Execution> responseObserver)Returns an execution of the given name.ExecutionExecutionsGrpc.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.voidExecutionsGrpc.ExecutionsStub. getExecution(GetExecutionRequest request, io.grpc.stub.StreamObserver<Execution> responseObserver)Returns an execution of the given name.GetExecutionRequest.BuilderGetExecutionRequest.Builder. mergeFrom(GetExecutionRequest other)static GetExecutionRequest.BuilderGetExecutionRequest. 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.
-