Uses of Class
com.google.cloud.bigquery.migration.v2alpha.GetMigrationWorkflowRequest
-
Packages that use GetMigrationWorkflowRequest Package Description com.google.cloud.bigquery.migration.v2alpha A client to BigQuery Migration APIcom.google.cloud.bigquery.migration.v2alpha.stub -
-
Uses of GetMigrationWorkflowRequest in com.google.cloud.bigquery.migration.v2alpha
Methods in com.google.cloud.bigquery.migration.v2alpha that return GetMigrationWorkflowRequest Modifier and Type Method Description GetMigrationWorkflowRequest
GetMigrationWorkflowRequest.Builder. build()
GetMigrationWorkflowRequest
GetMigrationWorkflowRequest.Builder. buildPartial()
static GetMigrationWorkflowRequest
GetMigrationWorkflowRequest. getDefaultInstance()
GetMigrationWorkflowRequest
GetMigrationWorkflowRequest.Builder. getDefaultInstanceForType()
GetMigrationWorkflowRequest
GetMigrationWorkflowRequest. getDefaultInstanceForType()
static GetMigrationWorkflowRequest
GetMigrationWorkflowRequest. parseDelimitedFrom(InputStream input)
static GetMigrationWorkflowRequest
GetMigrationWorkflowRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetMigrationWorkflowRequest
GetMigrationWorkflowRequest. parseFrom(byte[] data)
static GetMigrationWorkflowRequest
GetMigrationWorkflowRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetMigrationWorkflowRequest
GetMigrationWorkflowRequest. parseFrom(com.google.protobuf.ByteString data)
static GetMigrationWorkflowRequest
GetMigrationWorkflowRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetMigrationWorkflowRequest
GetMigrationWorkflowRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetMigrationWorkflowRequest
GetMigrationWorkflowRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetMigrationWorkflowRequest
GetMigrationWorkflowRequest. parseFrom(InputStream input)
static GetMigrationWorkflowRequest
GetMigrationWorkflowRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetMigrationWorkflowRequest
GetMigrationWorkflowRequest. parseFrom(ByteBuffer data)
static GetMigrationWorkflowRequest
GetMigrationWorkflowRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.bigquery.migration.v2alpha that return types with arguments of type GetMigrationWorkflowRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetMigrationWorkflowRequest,MigrationWorkflow>
MigrationServiceGrpc. getGetMigrationWorkflowMethod()
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.com.google.protobuf.Parser<GetMigrationWorkflowRequest>
GetMigrationWorkflowRequest. getParserForType()
static com.google.protobuf.Parser<GetMigrationWorkflowRequest>
GetMigrationWorkflowRequest. parser()
Methods in com.google.cloud.bigquery.migration.v2alpha with parameters of type GetMigrationWorkflowRequest Modifier and Type Method Description MigrationWorkflow
MigrationServiceClient. getMigrationWorkflow(GetMigrationWorkflowRequest request)
Gets a previously created migration workflow.default void
MigrationServiceGrpc.AsyncService. getMigrationWorkflow(GetMigrationWorkflowRequest request, io.grpc.stub.StreamObserver<MigrationWorkflow> responseObserver)
Gets a previously created migration workflow.MigrationWorkflow
MigrationServiceGrpc.MigrationServiceBlockingStub. getMigrationWorkflow(GetMigrationWorkflowRequest request)
Gets a previously created migration workflow.com.google.common.util.concurrent.ListenableFuture<MigrationWorkflow>
MigrationServiceGrpc.MigrationServiceFutureStub. getMigrationWorkflow(GetMigrationWorkflowRequest request)
Gets a previously created migration workflow.void
MigrationServiceGrpc.MigrationServiceStub. getMigrationWorkflow(GetMigrationWorkflowRequest request, io.grpc.stub.StreamObserver<MigrationWorkflow> responseObserver)
Gets a previously created migration workflow.GetMigrationWorkflowRequest.Builder
GetMigrationWorkflowRequest.Builder. mergeFrom(GetMigrationWorkflowRequest other)
static GetMigrationWorkflowRequest.Builder
GetMigrationWorkflowRequest. newBuilder(GetMigrationWorkflowRequest prototype)
-
Uses of GetMigrationWorkflowRequest in com.google.cloud.bigquery.migration.v2alpha.stub
Methods in com.google.cloud.bigquery.migration.v2alpha.stub that return types with arguments of type GetMigrationWorkflowRequest Modifier and Type Method Description 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.
-