Uses of Class
com.google.cloud.workflows.v1.GetWorkflowRequest
-
Packages that use GetWorkflowRequest Package Description com.google.cloud.workflows.v1 A client to Workflows APIcom.google.cloud.workflows.v1.stub -
-
Uses of GetWorkflowRequest in com.google.cloud.workflows.v1
Methods in com.google.cloud.workflows.v1 that return GetWorkflowRequest Modifier and Type Method Description GetWorkflowRequestGetWorkflowRequest.Builder. build()GetWorkflowRequestGetWorkflowRequest.Builder. buildPartial()static GetWorkflowRequestGetWorkflowRequest. getDefaultInstance()GetWorkflowRequestGetWorkflowRequest.Builder. getDefaultInstanceForType()GetWorkflowRequestGetWorkflowRequest. getDefaultInstanceForType()static GetWorkflowRequestGetWorkflowRequest. parseDelimitedFrom(InputStream input)static GetWorkflowRequestGetWorkflowRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetWorkflowRequestGetWorkflowRequest. parseFrom(byte[] data)static GetWorkflowRequestGetWorkflowRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetWorkflowRequestGetWorkflowRequest. parseFrom(com.google.protobuf.ByteString data)static GetWorkflowRequestGetWorkflowRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetWorkflowRequestGetWorkflowRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetWorkflowRequestGetWorkflowRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetWorkflowRequestGetWorkflowRequest. parseFrom(InputStream input)static GetWorkflowRequestGetWorkflowRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetWorkflowRequestGetWorkflowRequest. parseFrom(ByteBuffer data)static GetWorkflowRequestGetWorkflowRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.workflows.v1 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.v1 with parameters of type GetWorkflowRequest Modifier and Type Method Description WorkflowWorkflowsClient. getWorkflow(GetWorkflowRequest request)Gets details of a single workflow.default voidWorkflowsGrpc.AsyncService. getWorkflow(GetWorkflowRequest request, io.grpc.stub.StreamObserver<Workflow> responseObserver)Gets details of a single workflow.WorkflowWorkflowsGrpc.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.voidWorkflowsGrpc.WorkflowsStub. getWorkflow(GetWorkflowRequest request, io.grpc.stub.StreamObserver<Workflow> responseObserver)Gets details of a single workflow.GetWorkflowRequest.BuilderGetWorkflowRequest.Builder. mergeFrom(GetWorkflowRequest other)static GetWorkflowRequest.BuilderGetWorkflowRequest. newBuilder(GetWorkflowRequest prototype) -
Uses of GetWorkflowRequest in com.google.cloud.workflows.v1.stub
Methods in com.google.cloud.workflows.v1.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.
-