Uses of Class
com.google.cloud.dataform.v1beta1.ListWorkflowInvocationsRequest
-
Packages that use ListWorkflowInvocationsRequest Package Description com.google.cloud.dataform.v1beta1 A client to Dataform APIcom.google.cloud.dataform.v1beta1.stub -
-
Uses of ListWorkflowInvocationsRequest in com.google.cloud.dataform.v1beta1
Methods in com.google.cloud.dataform.v1beta1 that return ListWorkflowInvocationsRequest Modifier and Type Method Description ListWorkflowInvocationsRequestListWorkflowInvocationsRequest.Builder. build()ListWorkflowInvocationsRequestListWorkflowInvocationsRequest.Builder. buildPartial()static ListWorkflowInvocationsRequestListWorkflowInvocationsRequest. getDefaultInstance()ListWorkflowInvocationsRequestListWorkflowInvocationsRequest.Builder. getDefaultInstanceForType()ListWorkflowInvocationsRequestListWorkflowInvocationsRequest. getDefaultInstanceForType()static ListWorkflowInvocationsRequestListWorkflowInvocationsRequest. parseDelimitedFrom(InputStream input)static ListWorkflowInvocationsRequestListWorkflowInvocationsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListWorkflowInvocationsRequestListWorkflowInvocationsRequest. parseFrom(byte[] data)static ListWorkflowInvocationsRequestListWorkflowInvocationsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListWorkflowInvocationsRequestListWorkflowInvocationsRequest. parseFrom(com.google.protobuf.ByteString data)static ListWorkflowInvocationsRequestListWorkflowInvocationsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListWorkflowInvocationsRequestListWorkflowInvocationsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListWorkflowInvocationsRequestListWorkflowInvocationsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListWorkflowInvocationsRequestListWorkflowInvocationsRequest. parseFrom(InputStream input)static ListWorkflowInvocationsRequestListWorkflowInvocationsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListWorkflowInvocationsRequestListWorkflowInvocationsRequest. parseFrom(ByteBuffer data)static ListWorkflowInvocationsRequestListWorkflowInvocationsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dataform.v1beta1 that return types with arguments of type ListWorkflowInvocationsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListWorkflowInvocationsRequest,ListWorkflowInvocationsResponse>DataformGrpc. getListWorkflowInvocationsMethod()com.google.protobuf.Parser<ListWorkflowInvocationsRequest>ListWorkflowInvocationsRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<ListWorkflowInvocationsRequest,ListWorkflowInvocationsResponse>DataformClient. listWorkflowInvocationsCallable()Lists WorkflowInvocations in a given Repository.com.google.api.gax.rpc.UnaryCallable<ListWorkflowInvocationsRequest,DataformClient.ListWorkflowInvocationsPagedResponse>DataformClient. listWorkflowInvocationsPagedCallable()Lists WorkflowInvocations in a given Repository.com.google.api.gax.rpc.PagedCallSettings.Builder<ListWorkflowInvocationsRequest,ListWorkflowInvocationsResponse,DataformClient.ListWorkflowInvocationsPagedResponse>DataformSettings.Builder. listWorkflowInvocationsSettings()Returns the builder for the settings used for calls to listWorkflowInvocations.com.google.api.gax.rpc.PagedCallSettings<ListWorkflowInvocationsRequest,ListWorkflowInvocationsResponse,DataformClient.ListWorkflowInvocationsPagedResponse>DataformSettings. listWorkflowInvocationsSettings()Returns the object with the settings used for calls to listWorkflowInvocations.static com.google.protobuf.Parser<ListWorkflowInvocationsRequest>ListWorkflowInvocationsRequest. parser()Methods in com.google.cloud.dataform.v1beta1 with parameters of type ListWorkflowInvocationsRequest Modifier and Type Method Description DataformClient.ListWorkflowInvocationsPagedResponseDataformClient. listWorkflowInvocations(ListWorkflowInvocationsRequest request)Lists WorkflowInvocations in a given Repository.default voidDataformGrpc.AsyncService. listWorkflowInvocations(ListWorkflowInvocationsRequest request, io.grpc.stub.StreamObserver<ListWorkflowInvocationsResponse> responseObserver)Lists WorkflowInvocations in a given Repository.ListWorkflowInvocationsResponseDataformGrpc.DataformBlockingStub. listWorkflowInvocations(ListWorkflowInvocationsRequest request)Lists WorkflowInvocations in a given Repository.com.google.common.util.concurrent.ListenableFuture<ListWorkflowInvocationsResponse>DataformGrpc.DataformFutureStub. listWorkflowInvocations(ListWorkflowInvocationsRequest request)Lists WorkflowInvocations in a given Repository.voidDataformGrpc.DataformStub. listWorkflowInvocations(ListWorkflowInvocationsRequest request, io.grpc.stub.StreamObserver<ListWorkflowInvocationsResponse> responseObserver)Lists WorkflowInvocations in a given Repository.ListWorkflowInvocationsRequest.BuilderListWorkflowInvocationsRequest.Builder. mergeFrom(ListWorkflowInvocationsRequest other)static ListWorkflowInvocationsRequest.BuilderListWorkflowInvocationsRequest. newBuilder(ListWorkflowInvocationsRequest prototype)Method parameters in com.google.cloud.dataform.v1beta1 with type arguments of type ListWorkflowInvocationsRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<DataformClient.ListWorkflowInvocationsPagedResponse>DataformClient.ListWorkflowInvocationsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListWorkflowInvocationsRequest,ListWorkflowInvocationsResponse,WorkflowInvocation> context, com.google.api.core.ApiFuture<ListWorkflowInvocationsResponse> futureResponse)protected DataformClient.ListWorkflowInvocationsPageDataformClient.ListWorkflowInvocationsPage. createPage(com.google.api.gax.rpc.PageContext<ListWorkflowInvocationsRequest,ListWorkflowInvocationsResponse,WorkflowInvocation> context, ListWorkflowInvocationsResponse response)com.google.api.core.ApiFuture<DataformClient.ListWorkflowInvocationsPage>DataformClient.ListWorkflowInvocationsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListWorkflowInvocationsRequest,ListWorkflowInvocationsResponse,WorkflowInvocation> context, com.google.api.core.ApiFuture<ListWorkflowInvocationsResponse> futureResponse) -
Uses of ListWorkflowInvocationsRequest in com.google.cloud.dataform.v1beta1.stub
-