Uses of Class
com.google.cloud.workflows.v1.ListWorkflowsResponse
-
Packages that use ListWorkflowsResponse Package Description com.google.cloud.workflows.v1 A client to Workflows APIcom.google.cloud.workflows.v1.stub -
-
Uses of ListWorkflowsResponse in com.google.cloud.workflows.v1
Methods in com.google.cloud.workflows.v1 that return ListWorkflowsResponse Modifier and Type Method Description ListWorkflowsResponse
ListWorkflowsResponse.Builder. build()
ListWorkflowsResponse
ListWorkflowsResponse.Builder. buildPartial()
static ListWorkflowsResponse
ListWorkflowsResponse. getDefaultInstance()
ListWorkflowsResponse
ListWorkflowsResponse.Builder. getDefaultInstanceForType()
ListWorkflowsResponse
ListWorkflowsResponse. getDefaultInstanceForType()
ListWorkflowsResponse
WorkflowsGrpc.WorkflowsBlockingStub. listWorkflows(ListWorkflowsRequest request)
Lists workflows in a given project and location.static ListWorkflowsResponse
ListWorkflowsResponse. parseDelimitedFrom(InputStream input)
static ListWorkflowsResponse
ListWorkflowsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListWorkflowsResponse
ListWorkflowsResponse. parseFrom(byte[] data)
static ListWorkflowsResponse
ListWorkflowsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListWorkflowsResponse
ListWorkflowsResponse. parseFrom(com.google.protobuf.ByteString data)
static ListWorkflowsResponse
ListWorkflowsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListWorkflowsResponse
ListWorkflowsResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListWorkflowsResponse
ListWorkflowsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListWorkflowsResponse
ListWorkflowsResponse. parseFrom(InputStream input)
static ListWorkflowsResponse
ListWorkflowsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListWorkflowsResponse
ListWorkflowsResponse. parseFrom(ByteBuffer data)
static ListWorkflowsResponse
ListWorkflowsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.workflows.v1 that return types with arguments of type ListWorkflowsResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListWorkflowsRequest,ListWorkflowsResponse>
WorkflowsGrpc. getListWorkflowsMethod()
com.google.protobuf.Parser<ListWorkflowsResponse>
ListWorkflowsResponse. getParserForType()
com.google.common.util.concurrent.ListenableFuture<ListWorkflowsResponse>
WorkflowsGrpc.WorkflowsFutureStub. listWorkflows(ListWorkflowsRequest request)
Lists workflows in a given project and location.com.google.api.gax.rpc.UnaryCallable<ListWorkflowsRequest,ListWorkflowsResponse>
WorkflowsClient. listWorkflowsCallable()
Lists workflows in a given project and location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListWorkflowsRequest,ListWorkflowsResponse,WorkflowsClient.ListWorkflowsPagedResponse>
WorkflowsSettings.Builder. listWorkflowsSettings()
Returns the builder for the settings used for calls to listWorkflows.com.google.api.gax.rpc.PagedCallSettings<ListWorkflowsRequest,ListWorkflowsResponse,WorkflowsClient.ListWorkflowsPagedResponse>
WorkflowsSettings. listWorkflowsSettings()
Returns the object with the settings used for calls to listWorkflows.static com.google.protobuf.Parser<ListWorkflowsResponse>
ListWorkflowsResponse. parser()
Methods in com.google.cloud.workflows.v1 with parameters of type ListWorkflowsResponse Modifier and Type Method Description protected WorkflowsClient.ListWorkflowsPage
WorkflowsClient.ListWorkflowsPage. createPage(com.google.api.gax.rpc.PageContext<ListWorkflowsRequest,ListWorkflowsResponse,Workflow> context, ListWorkflowsResponse response)
ListWorkflowsResponse.Builder
ListWorkflowsResponse.Builder. mergeFrom(ListWorkflowsResponse other)
static ListWorkflowsResponse.Builder
ListWorkflowsResponse. newBuilder(ListWorkflowsResponse prototype)
Method parameters in com.google.cloud.workflows.v1 with type arguments of type ListWorkflowsResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<WorkflowsClient.ListWorkflowsPagedResponse>
WorkflowsClient.ListWorkflowsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListWorkflowsRequest,ListWorkflowsResponse,Workflow> context, com.google.api.core.ApiFuture<ListWorkflowsResponse> futureResponse)
static com.google.api.core.ApiFuture<WorkflowsClient.ListWorkflowsPagedResponse>
WorkflowsClient.ListWorkflowsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListWorkflowsRequest,ListWorkflowsResponse,Workflow> context, com.google.api.core.ApiFuture<ListWorkflowsResponse> futureResponse)
protected WorkflowsClient.ListWorkflowsPage
WorkflowsClient.ListWorkflowsPage. createPage(com.google.api.gax.rpc.PageContext<ListWorkflowsRequest,ListWorkflowsResponse,Workflow> context, ListWorkflowsResponse response)
com.google.api.core.ApiFuture<WorkflowsClient.ListWorkflowsPage>
WorkflowsClient.ListWorkflowsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListWorkflowsRequest,ListWorkflowsResponse,Workflow> context, com.google.api.core.ApiFuture<ListWorkflowsResponse> futureResponse)
com.google.api.core.ApiFuture<WorkflowsClient.ListWorkflowsPage>
WorkflowsClient.ListWorkflowsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListWorkflowsRequest,ListWorkflowsResponse,Workflow> context, com.google.api.core.ApiFuture<ListWorkflowsResponse> futureResponse)
default void
WorkflowsGrpc.AsyncService. listWorkflows(ListWorkflowsRequest request, io.grpc.stub.StreamObserver<ListWorkflowsResponse> responseObserver)
Lists workflows in a given project and location.void
WorkflowsGrpc.WorkflowsStub. listWorkflows(ListWorkflowsRequest request, io.grpc.stub.StreamObserver<ListWorkflowsResponse> responseObserver)
Lists workflows in a given project and location. -
Uses of ListWorkflowsResponse in com.google.cloud.workflows.v1.stub
Methods in com.google.cloud.workflows.v1.stub that return types with arguments of type ListWorkflowsResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListWorkflowsRequest,ListWorkflowsResponse>
GrpcWorkflowsStub. listWorkflowsCallable()
com.google.api.gax.rpc.UnaryCallable<ListWorkflowsRequest,ListWorkflowsResponse>
HttpJsonWorkflowsStub. listWorkflowsCallable()
com.google.api.gax.rpc.UnaryCallable<ListWorkflowsRequest,ListWorkflowsResponse>
WorkflowsStub. listWorkflowsCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListWorkflowsRequest,ListWorkflowsResponse,WorkflowsClient.ListWorkflowsPagedResponse>
WorkflowsStubSettings.Builder. listWorkflowsSettings()
Returns the builder for the settings used for calls to listWorkflows.com.google.api.gax.rpc.PagedCallSettings<ListWorkflowsRequest,ListWorkflowsResponse,WorkflowsClient.ListWorkflowsPagedResponse>
WorkflowsStubSettings. listWorkflowsSettings()
Returns the object with the settings used for calls to listWorkflows.
-