Class MigrationServiceGrpc (3.38.0)

public final class MigrationServiceGrpc

A service that migrates resources from automl.googleapis.com, datalabeling.googleapis.com and ml.googleapis.com to Vertex AI.

Inheritance

java.lang.Object > MigrationServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(MigrationServiceGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(MigrationServiceGrpc.AsyncService service)
Parameter
NameDescription
serviceMigrationServiceGrpc.AsyncService
Returns
TypeDescription
io.grpc.ServerServiceDefinition

getBatchMigrateResourcesMethod()

public static MethodDescriptor<BatchMigrateResourcesRequest,Operation> getBatchMigrateResourcesMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<BatchMigrateResourcesRequest,Operation>

getSearchMigratableResourcesMethod()

public static MethodDescriptor<SearchMigratableResourcesRequest,SearchMigratableResourcesResponse> getSearchMigratableResourcesMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<SearchMigratableResourcesRequest,SearchMigratableResourcesResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
TypeDescription
io.grpc.ServiceDescriptor

newBlockingStub(Channel channel)

public static MigrationServiceGrpc.MigrationServiceBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
MigrationServiceGrpc.MigrationServiceBlockingStub

newFutureStub(Channel channel)

public static MigrationServiceGrpc.MigrationServiceFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
MigrationServiceGrpc.MigrationServiceFutureStub

newStub(Channel channel)

public static MigrationServiceGrpc.MigrationServiceStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
MigrationServiceGrpc.MigrationServiceStub