Uses of Class
com.google.cloud.bigquery.migration.v2alpha.DeleteMigrationWorkflowRequest
-
Packages that use DeleteMigrationWorkflowRequest Package Description com.google.cloud.bigquery.migration.v2alpha A client to BigQuery Migration APIcom.google.cloud.bigquery.migration.v2alpha.stub -
-
Uses of DeleteMigrationWorkflowRequest in com.google.cloud.bigquery.migration.v2alpha
Methods in com.google.cloud.bigquery.migration.v2alpha that return DeleteMigrationWorkflowRequest Modifier and Type Method Description DeleteMigrationWorkflowRequestDeleteMigrationWorkflowRequest.Builder. build()DeleteMigrationWorkflowRequestDeleteMigrationWorkflowRequest.Builder. buildPartial()static DeleteMigrationWorkflowRequestDeleteMigrationWorkflowRequest. getDefaultInstance()DeleteMigrationWorkflowRequestDeleteMigrationWorkflowRequest.Builder. getDefaultInstanceForType()DeleteMigrationWorkflowRequestDeleteMigrationWorkflowRequest. getDefaultInstanceForType()static DeleteMigrationWorkflowRequestDeleteMigrationWorkflowRequest. parseDelimitedFrom(InputStream input)static DeleteMigrationWorkflowRequestDeleteMigrationWorkflowRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteMigrationWorkflowRequestDeleteMigrationWorkflowRequest. parseFrom(byte[] data)static DeleteMigrationWorkflowRequestDeleteMigrationWorkflowRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteMigrationWorkflowRequestDeleteMigrationWorkflowRequest. parseFrom(com.google.protobuf.ByteString data)static DeleteMigrationWorkflowRequestDeleteMigrationWorkflowRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteMigrationWorkflowRequestDeleteMigrationWorkflowRequest. parseFrom(com.google.protobuf.CodedInputStream input)static DeleteMigrationWorkflowRequestDeleteMigrationWorkflowRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteMigrationWorkflowRequestDeleteMigrationWorkflowRequest. parseFrom(InputStream input)static DeleteMigrationWorkflowRequestDeleteMigrationWorkflowRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteMigrationWorkflowRequestDeleteMigrationWorkflowRequest. parseFrom(ByteBuffer data)static DeleteMigrationWorkflowRequestDeleteMigrationWorkflowRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.bigquery.migration.v2alpha that return types with arguments of type DeleteMigrationWorkflowRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteMigrationWorkflowRequest,com.google.protobuf.Empty>MigrationServiceClient. deleteMigrationWorkflowCallable()Deletes a migration workflow by name.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteMigrationWorkflowRequest,com.google.protobuf.Empty>MigrationServiceSettings.Builder. deleteMigrationWorkflowSettings()Returns the builder for the settings used for calls to deleteMigrationWorkflow.com.google.api.gax.rpc.UnaryCallSettings<DeleteMigrationWorkflowRequest,com.google.protobuf.Empty>MigrationServiceSettings. deleteMigrationWorkflowSettings()Returns the object with the settings used for calls to deleteMigrationWorkflow.static io.grpc.MethodDescriptor<DeleteMigrationWorkflowRequest,com.google.protobuf.Empty>MigrationServiceGrpc. getDeleteMigrationWorkflowMethod()com.google.protobuf.Parser<DeleteMigrationWorkflowRequest>DeleteMigrationWorkflowRequest. getParserForType()static com.google.protobuf.Parser<DeleteMigrationWorkflowRequest>DeleteMigrationWorkflowRequest. parser()Methods in com.google.cloud.bigquery.migration.v2alpha with parameters of type DeleteMigrationWorkflowRequest Modifier and Type Method Description voidMigrationServiceClient. deleteMigrationWorkflow(DeleteMigrationWorkflowRequest request)Deletes a migration workflow by name.default voidMigrationServiceGrpc.AsyncService. deleteMigrationWorkflow(DeleteMigrationWorkflowRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Deletes a migration workflow by name.com.google.protobuf.EmptyMigrationServiceGrpc.MigrationServiceBlockingStub. deleteMigrationWorkflow(DeleteMigrationWorkflowRequest request)Deletes a migration workflow by name.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>MigrationServiceGrpc.MigrationServiceFutureStub. deleteMigrationWorkflow(DeleteMigrationWorkflowRequest request)Deletes a migration workflow by name.voidMigrationServiceGrpc.MigrationServiceStub. deleteMigrationWorkflow(DeleteMigrationWorkflowRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Deletes a migration workflow by name.DeleteMigrationWorkflowRequest.BuilderDeleteMigrationWorkflowRequest.Builder. mergeFrom(DeleteMigrationWorkflowRequest other)static DeleteMigrationWorkflowRequest.BuilderDeleteMigrationWorkflowRequest. newBuilder(DeleteMigrationWorkflowRequest prototype) -
Uses of DeleteMigrationWorkflowRequest in com.google.cloud.bigquery.migration.v2alpha.stub
Methods in com.google.cloud.bigquery.migration.v2alpha.stub that return types with arguments of type DeleteMigrationWorkflowRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteMigrationWorkflowRequest,com.google.protobuf.Empty>GrpcMigrationServiceStub. deleteMigrationWorkflowCallable()com.google.api.gax.rpc.UnaryCallable<DeleteMigrationWorkflowRequest,com.google.protobuf.Empty>HttpJsonMigrationServiceStub. deleteMigrationWorkflowCallable()com.google.api.gax.rpc.UnaryCallable<DeleteMigrationWorkflowRequest,com.google.protobuf.Empty>MigrationServiceStub. deleteMigrationWorkflowCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteMigrationWorkflowRequest,com.google.protobuf.Empty>MigrationServiceStubSettings.Builder. deleteMigrationWorkflowSettings()Returns the builder for the settings used for calls to deleteMigrationWorkflow.com.google.api.gax.rpc.UnaryCallSettings<DeleteMigrationWorkflowRequest,com.google.protobuf.Empty>MigrationServiceStubSettings. deleteMigrationWorkflowSettings()Returns the object with the settings used for calls to deleteMigrationWorkflow.
-