Uses of Class
com.google.cloud.workflows.v1beta.GetWorkflowRequest
-
Packages that use GetWorkflowRequest Package Description com.google.cloud.workflows.v1beta A client to Workflows APIcom.google.cloud.workflows.v1beta.stub -
-
Uses of GetWorkflowRequest in com.google.cloud.workflows.v1beta
Methods in com.google.cloud.workflows.v1beta that return GetWorkflowRequest Modifier and Type Method Description GetWorkflowRequest
GetWorkflowRequest.Builder. build()
GetWorkflowRequest
GetWorkflowRequest.Builder. buildPartial()
static GetWorkflowRequest
GetWorkflowRequest. getDefaultInstance()
GetWorkflowRequest
GetWorkflowRequest.Builder. getDefaultInstanceForType()
GetWorkflowRequest
GetWorkflowRequest. getDefaultInstanceForType()
static GetWorkflowRequest
GetWorkflowRequest. parseDelimitedFrom(InputStream input)
static GetWorkflowRequest
GetWorkflowRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetWorkflowRequest
GetWorkflowRequest. parseFrom(byte[] data)
static GetWorkflowRequest
GetWorkflowRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetWorkflowRequest
GetWorkflowRequest. parseFrom(com.google.protobuf.ByteString data)
static GetWorkflowRequest
GetWorkflowRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetWorkflowRequest
GetWorkflowRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetWorkflowRequest
GetWorkflowRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetWorkflowRequest
GetWorkflowRequest. parseFrom(InputStream input)
static GetWorkflowRequest
GetWorkflowRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetWorkflowRequest
GetWorkflowRequest. parseFrom(ByteBuffer data)
static GetWorkflowRequest
GetWorkflowRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.workflows.v1beta that return types with arguments of type GetWorkflowRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetWorkflowRequest,Workflow>
WorkflowsGrpc. getGetWorkflowMethod()
com.google.protobuf.Parser<GetWorkflowRequest>
GetWorkflowRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<GetWorkflowRequest,Workflow>
WorkflowsClient. getWorkflowCallable()
Gets details of a single Workflow.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetWorkflowRequest,Workflow>
WorkflowsSettings.Builder. getWorkflowSettings()
Returns the builder for the settings used for calls to getWorkflow.com.google.api.gax.rpc.UnaryCallSettings<GetWorkflowRequest,Workflow>
WorkflowsSettings. getWorkflowSettings()
Returns the object with the settings used for calls to getWorkflow.static com.google.protobuf.Parser<GetWorkflowRequest>
GetWorkflowRequest. parser()
Methods in com.google.cloud.workflows.v1beta with parameters of type GetWorkflowRequest Modifier and Type Method Description Workflow
WorkflowsClient. getWorkflow(GetWorkflowRequest request)
Gets details of a single Workflow.default void
WorkflowsGrpc.AsyncService. getWorkflow(GetWorkflowRequest request, io.grpc.stub.StreamObserver<Workflow> responseObserver)
Gets details of a single Workflow.Workflow
WorkflowsGrpc.WorkflowsBlockingStub. getWorkflow(GetWorkflowRequest request)
Gets details of a single Workflow.com.google.common.util.concurrent.ListenableFuture<Workflow>
WorkflowsGrpc.WorkflowsFutureStub. getWorkflow(GetWorkflowRequest request)
Gets details of a single Workflow.void
WorkflowsGrpc.WorkflowsStub. getWorkflow(GetWorkflowRequest request, io.grpc.stub.StreamObserver<Workflow> responseObserver)
Gets details of a single Workflow.GetWorkflowRequest.Builder
GetWorkflowRequest.Builder. mergeFrom(GetWorkflowRequest other)
static GetWorkflowRequest.Builder
GetWorkflowRequest. newBuilder(GetWorkflowRequest prototype)
-
Uses of GetWorkflowRequest in com.google.cloud.workflows.v1beta.stub
Methods in com.google.cloud.workflows.v1beta.stub that return types with arguments of type GetWorkflowRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetWorkflowRequest,Workflow>
GrpcWorkflowsStub. getWorkflowCallable()
com.google.api.gax.rpc.UnaryCallable<GetWorkflowRequest,Workflow>
HttpJsonWorkflowsStub. getWorkflowCallable()
com.google.api.gax.rpc.UnaryCallable<GetWorkflowRequest,Workflow>
WorkflowsStub. getWorkflowCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetWorkflowRequest,Workflow>
WorkflowsStubSettings.Builder. getWorkflowSettings()
Returns the builder for the settings used for calls to getWorkflow.com.google.api.gax.rpc.UnaryCallSettings<GetWorkflowRequest,Workflow>
WorkflowsStubSettings. getWorkflowSettings()
Returns the object with the settings used for calls to getWorkflow.
-