Uses of Class
com.google.cloud.bigquery.migration.v2alpha.ListMigrationWorkflowsRequest
-
Packages that use ListMigrationWorkflowsRequest Package Description com.google.cloud.bigquery.migration.v2alpha A client to BigQuery Migration APIcom.google.cloud.bigquery.migration.v2alpha.stub -
-
Uses of ListMigrationWorkflowsRequest in com.google.cloud.bigquery.migration.v2alpha
Methods in com.google.cloud.bigquery.migration.v2alpha that return ListMigrationWorkflowsRequest Modifier and Type Method Description ListMigrationWorkflowsRequestListMigrationWorkflowsRequest.Builder. build()ListMigrationWorkflowsRequestListMigrationWorkflowsRequest.Builder. buildPartial()static ListMigrationWorkflowsRequestListMigrationWorkflowsRequest. getDefaultInstance()ListMigrationWorkflowsRequestListMigrationWorkflowsRequest.Builder. getDefaultInstanceForType()ListMigrationWorkflowsRequestListMigrationWorkflowsRequest. getDefaultInstanceForType()static ListMigrationWorkflowsRequestListMigrationWorkflowsRequest. parseDelimitedFrom(InputStream input)static ListMigrationWorkflowsRequestListMigrationWorkflowsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListMigrationWorkflowsRequestListMigrationWorkflowsRequest. parseFrom(byte[] data)static ListMigrationWorkflowsRequestListMigrationWorkflowsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListMigrationWorkflowsRequestListMigrationWorkflowsRequest. parseFrom(com.google.protobuf.ByteString data)static ListMigrationWorkflowsRequestListMigrationWorkflowsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListMigrationWorkflowsRequestListMigrationWorkflowsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListMigrationWorkflowsRequestListMigrationWorkflowsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListMigrationWorkflowsRequestListMigrationWorkflowsRequest. parseFrom(InputStream input)static ListMigrationWorkflowsRequestListMigrationWorkflowsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListMigrationWorkflowsRequestListMigrationWorkflowsRequest. parseFrom(ByteBuffer data)static ListMigrationWorkflowsRequestListMigrationWorkflowsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.bigquery.migration.v2alpha that return types with arguments of type ListMigrationWorkflowsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListMigrationWorkflowsRequest,ListMigrationWorkflowsResponse>MigrationServiceGrpc. getListMigrationWorkflowsMethod()com.google.protobuf.Parser<ListMigrationWorkflowsRequest>ListMigrationWorkflowsRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<ListMigrationWorkflowsRequest,ListMigrationWorkflowsResponse>MigrationServiceClient. listMigrationWorkflowsCallable()Lists previously created migration workflow.com.google.api.gax.rpc.UnaryCallable<ListMigrationWorkflowsRequest,MigrationServiceClient.ListMigrationWorkflowsPagedResponse>MigrationServiceClient. listMigrationWorkflowsPagedCallable()Lists previously created migration workflow.com.google.api.gax.rpc.PagedCallSettings.Builder<ListMigrationWorkflowsRequest,ListMigrationWorkflowsResponse,MigrationServiceClient.ListMigrationWorkflowsPagedResponse>MigrationServiceSettings.Builder. listMigrationWorkflowsSettings()Returns the builder for the settings used for calls to listMigrationWorkflows.com.google.api.gax.rpc.PagedCallSettings<ListMigrationWorkflowsRequest,ListMigrationWorkflowsResponse,MigrationServiceClient.ListMigrationWorkflowsPagedResponse>MigrationServiceSettings. listMigrationWorkflowsSettings()Returns the object with the settings used for calls to listMigrationWorkflows.static com.google.protobuf.Parser<ListMigrationWorkflowsRequest>ListMigrationWorkflowsRequest. parser()Methods in com.google.cloud.bigquery.migration.v2alpha with parameters of type ListMigrationWorkflowsRequest Modifier and Type Method Description MigrationServiceClient.ListMigrationWorkflowsPagedResponseMigrationServiceClient. listMigrationWorkflows(ListMigrationWorkflowsRequest request)Lists previously created migration workflow.default voidMigrationServiceGrpc.AsyncService. listMigrationWorkflows(ListMigrationWorkflowsRequest request, io.grpc.stub.StreamObserver<ListMigrationWorkflowsResponse> responseObserver)Lists previously created migration workflow.ListMigrationWorkflowsResponseMigrationServiceGrpc.MigrationServiceBlockingStub. listMigrationWorkflows(ListMigrationWorkflowsRequest request)Lists previously created migration workflow.com.google.common.util.concurrent.ListenableFuture<ListMigrationWorkflowsResponse>MigrationServiceGrpc.MigrationServiceFutureStub. listMigrationWorkflows(ListMigrationWorkflowsRequest request)Lists previously created migration workflow.voidMigrationServiceGrpc.MigrationServiceStub. listMigrationWorkflows(ListMigrationWorkflowsRequest request, io.grpc.stub.StreamObserver<ListMigrationWorkflowsResponse> responseObserver)Lists previously created migration workflow.ListMigrationWorkflowsRequest.BuilderListMigrationWorkflowsRequest.Builder. mergeFrom(ListMigrationWorkflowsRequest other)static ListMigrationWorkflowsRequest.BuilderListMigrationWorkflowsRequest. newBuilder(ListMigrationWorkflowsRequest prototype)Method parameters in com.google.cloud.bigquery.migration.v2alpha with type arguments of type ListMigrationWorkflowsRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<MigrationServiceClient.ListMigrationWorkflowsPagedResponse>MigrationServiceClient.ListMigrationWorkflowsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListMigrationWorkflowsRequest,ListMigrationWorkflowsResponse,MigrationWorkflow> context, com.google.api.core.ApiFuture<ListMigrationWorkflowsResponse> futureResponse)protected MigrationServiceClient.ListMigrationWorkflowsPageMigrationServiceClient.ListMigrationWorkflowsPage. createPage(com.google.api.gax.rpc.PageContext<ListMigrationWorkflowsRequest,ListMigrationWorkflowsResponse,MigrationWorkflow> context, ListMigrationWorkflowsResponse response)com.google.api.core.ApiFuture<MigrationServiceClient.ListMigrationWorkflowsPage>MigrationServiceClient.ListMigrationWorkflowsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListMigrationWorkflowsRequest,ListMigrationWorkflowsResponse,MigrationWorkflow> context, com.google.api.core.ApiFuture<ListMigrationWorkflowsResponse> futureResponse) -
Uses of ListMigrationWorkflowsRequest in com.google.cloud.bigquery.migration.v2alpha.stub
-