Uses of Class
com.google.cloud.bigquery.migration.v2.MigrationWorkflow
-
Packages that use MigrationWorkflow Package Description com.google.cloud.bigquery.migration.v2 A client to BigQuery Migration APIcom.google.cloud.bigquery.migration.v2.stub -
-
Uses of MigrationWorkflow in com.google.cloud.bigquery.migration.v2
Methods in com.google.cloud.bigquery.migration.v2 that return MigrationWorkflow Modifier and Type Method Description MigrationWorkflow
MigrationWorkflow.Builder. build()
MigrationWorkflow
MigrationWorkflow.Builder. buildPartial()
MigrationWorkflow
MigrationServiceClient. createMigrationWorkflow(CreateMigrationWorkflowRequest request)
Creates a migration workflow.MigrationWorkflow
MigrationServiceClient. createMigrationWorkflow(LocationName parent, MigrationWorkflow migrationWorkflow)
Creates a migration workflow.MigrationWorkflow
MigrationServiceClient. createMigrationWorkflow(String parent, MigrationWorkflow migrationWorkflow)
Creates a migration workflow.MigrationWorkflow
MigrationServiceGrpc.MigrationServiceBlockingStub. createMigrationWorkflow(CreateMigrationWorkflowRequest request)
Creates a migration workflow.static MigrationWorkflow
MigrationWorkflow. getDefaultInstance()
MigrationWorkflow
MigrationWorkflow.Builder. getDefaultInstanceForType()
MigrationWorkflow
MigrationWorkflow. getDefaultInstanceForType()
MigrationWorkflow
CreateMigrationWorkflowRequest.Builder. getMigrationWorkflow()
Required.MigrationWorkflow
CreateMigrationWorkflowRequest. getMigrationWorkflow()
Required.MigrationWorkflow
CreateMigrationWorkflowRequestOrBuilder. getMigrationWorkflow()
Required.MigrationWorkflow
MigrationServiceClient. getMigrationWorkflow(GetMigrationWorkflowRequest request)
Gets a previously created migration workflow.MigrationWorkflow
MigrationServiceClient. getMigrationWorkflow(MigrationWorkflowName name)
Gets a previously created migration workflow.MigrationWorkflow
MigrationServiceClient. getMigrationWorkflow(String name)
Gets a previously created migration workflow.MigrationWorkflow
MigrationServiceGrpc.MigrationServiceBlockingStub. getMigrationWorkflow(GetMigrationWorkflowRequest request)
Gets a previously created migration workflow.MigrationWorkflow
ListMigrationWorkflowsResponse.Builder. getMigrationWorkflows(int index)
The migration workflows for the specified project / location.MigrationWorkflow
ListMigrationWorkflowsResponse. getMigrationWorkflows(int index)
The migration workflows for the specified project / location.MigrationWorkflow
ListMigrationWorkflowsResponseOrBuilder. getMigrationWorkflows(int index)
The migration workflows for the specified project / location.static MigrationWorkflow
MigrationWorkflow. parseDelimitedFrom(InputStream input)
static MigrationWorkflow
MigrationWorkflow. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MigrationWorkflow
MigrationWorkflow. parseFrom(byte[] data)
static MigrationWorkflow
MigrationWorkflow. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MigrationWorkflow
MigrationWorkflow. parseFrom(com.google.protobuf.ByteString data)
static MigrationWorkflow
MigrationWorkflow. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MigrationWorkflow
MigrationWorkflow. parseFrom(com.google.protobuf.CodedInputStream input)
static MigrationWorkflow
MigrationWorkflow. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MigrationWorkflow
MigrationWorkflow. parseFrom(InputStream input)
static MigrationWorkflow
MigrationWorkflow. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MigrationWorkflow
MigrationWorkflow. parseFrom(ByteBuffer data)
static MigrationWorkflow
MigrationWorkflow. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.bigquery.migration.v2 that return types with arguments of type MigrationWorkflow Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<MigrationWorkflow>
MigrationServiceGrpc.MigrationServiceFutureStub. createMigrationWorkflow(CreateMigrationWorkflowRequest request)
Creates a migration workflow.com.google.api.gax.rpc.UnaryCallable<CreateMigrationWorkflowRequest,MigrationWorkflow>
MigrationServiceClient. createMigrationWorkflowCallable()
Creates a migration workflow.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateMigrationWorkflowRequest,MigrationWorkflow>
MigrationServiceSettings.Builder. createMigrationWorkflowSettings()
Returns the builder for the settings used for calls to createMigrationWorkflow.com.google.api.gax.rpc.UnaryCallSettings<CreateMigrationWorkflowRequest,MigrationWorkflow>
MigrationServiceSettings. createMigrationWorkflowSettings()
Returns the object with the settings used for calls to createMigrationWorkflow.static io.grpc.MethodDescriptor<CreateMigrationWorkflowRequest,MigrationWorkflow>
MigrationServiceGrpc. getCreateMigrationWorkflowMethod()
static io.grpc.MethodDescriptor<GetMigrationWorkflowRequest,MigrationWorkflow>
MigrationServiceGrpc. getGetMigrationWorkflowMethod()
com.google.common.util.concurrent.ListenableFuture<MigrationWorkflow>
MigrationServiceGrpc.MigrationServiceFutureStub. getMigrationWorkflow(GetMigrationWorkflowRequest request)
Gets a previously created migration workflow.com.google.api.gax.rpc.UnaryCallable<GetMigrationWorkflowRequest,MigrationWorkflow>
MigrationServiceClient. getMigrationWorkflowCallable()
Gets a previously created migration workflow.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetMigrationWorkflowRequest,MigrationWorkflow>
MigrationServiceSettings.Builder. getMigrationWorkflowSettings()
Returns the builder for the settings used for calls to getMigrationWorkflow.com.google.api.gax.rpc.UnaryCallSettings<GetMigrationWorkflowRequest,MigrationWorkflow>
MigrationServiceSettings. getMigrationWorkflowSettings()
Returns the object with the settings used for calls to getMigrationWorkflow.List<MigrationWorkflow>
ListMigrationWorkflowsResponse.Builder. getMigrationWorkflowsList()
The migration workflows for the specified project / location.List<MigrationWorkflow>
ListMigrationWorkflowsResponse. getMigrationWorkflowsList()
The migration workflows for the specified project / location.List<MigrationWorkflow>
ListMigrationWorkflowsResponseOrBuilder. getMigrationWorkflowsList()
The migration workflows for the specified project / location.com.google.protobuf.Parser<MigrationWorkflow>
MigrationWorkflow. getParserForType()
static com.google.protobuf.Parser<MigrationWorkflow>
MigrationWorkflow. parser()
Methods in com.google.cloud.bigquery.migration.v2 with parameters of type MigrationWorkflow Modifier and Type Method Description ListMigrationWorkflowsResponse.Builder
ListMigrationWorkflowsResponse.Builder. addMigrationWorkflows(int index, MigrationWorkflow value)
The migration workflows for the specified project / location.ListMigrationWorkflowsResponse.Builder
ListMigrationWorkflowsResponse.Builder. addMigrationWorkflows(MigrationWorkflow value)
The migration workflows for the specified project / location.MigrationWorkflow
MigrationServiceClient. createMigrationWorkflow(LocationName parent, MigrationWorkflow migrationWorkflow)
Creates a migration workflow.MigrationWorkflow
MigrationServiceClient. createMigrationWorkflow(String parent, MigrationWorkflow migrationWorkflow)
Creates a migration workflow.MigrationWorkflow.Builder
MigrationWorkflow.Builder. mergeFrom(MigrationWorkflow other)
CreateMigrationWorkflowRequest.Builder
CreateMigrationWorkflowRequest.Builder. mergeMigrationWorkflow(MigrationWorkflow value)
Required.static MigrationWorkflow.Builder
MigrationWorkflow. newBuilder(MigrationWorkflow prototype)
CreateMigrationWorkflowRequest.Builder
CreateMigrationWorkflowRequest.Builder. setMigrationWorkflow(MigrationWorkflow value)
Required.ListMigrationWorkflowsResponse.Builder
ListMigrationWorkflowsResponse.Builder. setMigrationWorkflows(int index, MigrationWorkflow value)
The migration workflows for the specified project / location.Method parameters in com.google.cloud.bigquery.migration.v2 with type arguments of type MigrationWorkflow Modifier and Type Method Description ListMigrationWorkflowsResponse.Builder
ListMigrationWorkflowsResponse.Builder. addAllMigrationWorkflows(Iterable<? extends MigrationWorkflow> values)
The migration workflows for the specified project / location.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)
default void
MigrationServiceGrpc.AsyncService. createMigrationWorkflow(CreateMigrationWorkflowRequest request, io.grpc.stub.StreamObserver<MigrationWorkflow> responseObserver)
Creates a migration workflow.void
MigrationServiceGrpc.MigrationServiceStub. createMigrationWorkflow(CreateMigrationWorkflowRequest request, io.grpc.stub.StreamObserver<MigrationWorkflow> responseObserver)
Creates a migration workflow.protected MigrationServiceClient.ListMigrationWorkflowsPage
MigrationServiceClient.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)
default void
MigrationServiceGrpc.AsyncService. getMigrationWorkflow(GetMigrationWorkflowRequest request, io.grpc.stub.StreamObserver<MigrationWorkflow> responseObserver)
Gets a previously created migration workflow.void
MigrationServiceGrpc.MigrationServiceStub. getMigrationWorkflow(GetMigrationWorkflowRequest request, io.grpc.stub.StreamObserver<MigrationWorkflow> responseObserver)
Gets a previously created migration workflow. -
Uses of MigrationWorkflow in com.google.cloud.bigquery.migration.v2.stub
Methods in com.google.cloud.bigquery.migration.v2.stub that return types with arguments of type MigrationWorkflow Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateMigrationWorkflowRequest,MigrationWorkflow>
GrpcMigrationServiceStub. createMigrationWorkflowCallable()
com.google.api.gax.rpc.UnaryCallable<CreateMigrationWorkflowRequest,MigrationWorkflow>
HttpJsonMigrationServiceStub. createMigrationWorkflowCallable()
com.google.api.gax.rpc.UnaryCallable<CreateMigrationWorkflowRequest,MigrationWorkflow>
MigrationServiceStub. createMigrationWorkflowCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateMigrationWorkflowRequest,MigrationWorkflow>
MigrationServiceStubSettings.Builder. createMigrationWorkflowSettings()
Returns the builder for the settings used for calls to createMigrationWorkflow.com.google.api.gax.rpc.UnaryCallSettings<CreateMigrationWorkflowRequest,MigrationWorkflow>
MigrationServiceStubSettings. createMigrationWorkflowSettings()
Returns the object with the settings used for calls to createMigrationWorkflow.com.google.api.gax.rpc.UnaryCallable<GetMigrationWorkflowRequest,MigrationWorkflow>
GrpcMigrationServiceStub. getMigrationWorkflowCallable()
com.google.api.gax.rpc.UnaryCallable<GetMigrationWorkflowRequest,MigrationWorkflow>
HttpJsonMigrationServiceStub. getMigrationWorkflowCallable()
com.google.api.gax.rpc.UnaryCallable<GetMigrationWorkflowRequest,MigrationWorkflow>
MigrationServiceStub. getMigrationWorkflowCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetMigrationWorkflowRequest,MigrationWorkflow>
MigrationServiceStubSettings.Builder. getMigrationWorkflowSettings()
Returns the builder for the settings used for calls to getMigrationWorkflow.com.google.api.gax.rpc.UnaryCallSettings<GetMigrationWorkflowRequest,MigrationWorkflow>
MigrationServiceStubSettings. getMigrationWorkflowSettings()
Returns the object with the settings used for calls to getMigrationWorkflow.
-