Uses of Class
com.google.cloud.clouddms.v1.FetchStaticIpsRequest
-
Packages that use FetchStaticIpsRequest Package Description com.google.cloud.clouddms.v1 A client to Database Migration APIcom.google.cloud.clouddms.v1.stub -
-
Uses of FetchStaticIpsRequest in com.google.cloud.clouddms.v1
Methods in com.google.cloud.clouddms.v1 that return FetchStaticIpsRequest Modifier and Type Method Description FetchStaticIpsRequest
FetchStaticIpsRequest.Builder. build()
FetchStaticIpsRequest
FetchStaticIpsRequest.Builder. buildPartial()
static FetchStaticIpsRequest
FetchStaticIpsRequest. getDefaultInstance()
FetchStaticIpsRequest
FetchStaticIpsRequest.Builder. getDefaultInstanceForType()
FetchStaticIpsRequest
FetchStaticIpsRequest. getDefaultInstanceForType()
static FetchStaticIpsRequest
FetchStaticIpsRequest. parseDelimitedFrom(InputStream input)
static FetchStaticIpsRequest
FetchStaticIpsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FetchStaticIpsRequest
FetchStaticIpsRequest. parseFrom(byte[] data)
static FetchStaticIpsRequest
FetchStaticIpsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FetchStaticIpsRequest
FetchStaticIpsRequest. parseFrom(com.google.protobuf.ByteString data)
static FetchStaticIpsRequest
FetchStaticIpsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FetchStaticIpsRequest
FetchStaticIpsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static FetchStaticIpsRequest
FetchStaticIpsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FetchStaticIpsRequest
FetchStaticIpsRequest. parseFrom(InputStream input)
static FetchStaticIpsRequest
FetchStaticIpsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FetchStaticIpsRequest
FetchStaticIpsRequest. parseFrom(ByteBuffer data)
static FetchStaticIpsRequest
FetchStaticIpsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.clouddms.v1 that return types with arguments of type FetchStaticIpsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<FetchStaticIpsRequest,FetchStaticIpsResponse>
DataMigrationServiceClient. fetchStaticIpsCallable()
Fetches a set of static IP addresses that need to be allowlisted by the customer when using the static-IP connectivity method.com.google.api.gax.rpc.UnaryCallable<FetchStaticIpsRequest,DataMigrationServiceClient.FetchStaticIpsPagedResponse>
DataMigrationServiceClient. fetchStaticIpsPagedCallable()
Fetches a set of static IP addresses that need to be allowlisted by the customer when using the static-IP connectivity method.com.google.api.gax.rpc.PagedCallSettings.Builder<FetchStaticIpsRequest,FetchStaticIpsResponse,DataMigrationServiceClient.FetchStaticIpsPagedResponse>
DataMigrationServiceSettings.Builder. fetchStaticIpsSettings()
Returns the builder for the settings used for calls to fetchStaticIps.com.google.api.gax.rpc.PagedCallSettings<FetchStaticIpsRequest,FetchStaticIpsResponse,DataMigrationServiceClient.FetchStaticIpsPagedResponse>
DataMigrationServiceSettings. fetchStaticIpsSettings()
Returns the object with the settings used for calls to fetchStaticIps.static io.grpc.MethodDescriptor<FetchStaticIpsRequest,FetchStaticIpsResponse>
DataMigrationServiceGrpc. getFetchStaticIpsMethod()
com.google.protobuf.Parser<FetchStaticIpsRequest>
FetchStaticIpsRequest. getParserForType()
static com.google.protobuf.Parser<FetchStaticIpsRequest>
FetchStaticIpsRequest. parser()
Methods in com.google.cloud.clouddms.v1 with parameters of type FetchStaticIpsRequest Modifier and Type Method Description DataMigrationServiceClient.FetchStaticIpsPagedResponse
DataMigrationServiceClient. fetchStaticIps(FetchStaticIpsRequest request)
Fetches a set of static IP addresses that need to be allowlisted by the customer when using the static-IP connectivity method.default void
DataMigrationServiceGrpc.AsyncService. fetchStaticIps(FetchStaticIpsRequest request, io.grpc.stub.StreamObserver<FetchStaticIpsResponse> responseObserver)
Fetches a set of static IP addresses that need to be allowlisted by the customer when using the static-IP connectivity method.FetchStaticIpsResponse
DataMigrationServiceGrpc.DataMigrationServiceBlockingStub. fetchStaticIps(FetchStaticIpsRequest request)
Fetches a set of static IP addresses that need to be allowlisted by the customer when using the static-IP connectivity method.com.google.common.util.concurrent.ListenableFuture<FetchStaticIpsResponse>
DataMigrationServiceGrpc.DataMigrationServiceFutureStub. fetchStaticIps(FetchStaticIpsRequest request)
Fetches a set of static IP addresses that need to be allowlisted by the customer when using the static-IP connectivity method.void
DataMigrationServiceGrpc.DataMigrationServiceStub. fetchStaticIps(FetchStaticIpsRequest request, io.grpc.stub.StreamObserver<FetchStaticIpsResponse> responseObserver)
Fetches a set of static IP addresses that need to be allowlisted by the customer when using the static-IP connectivity method.FetchStaticIpsRequest.Builder
FetchStaticIpsRequest.Builder. mergeFrom(FetchStaticIpsRequest other)
static FetchStaticIpsRequest.Builder
FetchStaticIpsRequest. newBuilder(FetchStaticIpsRequest prototype)
Method parameters in com.google.cloud.clouddms.v1 with type arguments of type FetchStaticIpsRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<DataMigrationServiceClient.FetchStaticIpsPagedResponse>
DataMigrationServiceClient.FetchStaticIpsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<FetchStaticIpsRequest,FetchStaticIpsResponse,String> context, com.google.api.core.ApiFuture<FetchStaticIpsResponse> futureResponse)
protected DataMigrationServiceClient.FetchStaticIpsPage
DataMigrationServiceClient.FetchStaticIpsPage. createPage(com.google.api.gax.rpc.PageContext<FetchStaticIpsRequest,FetchStaticIpsResponse,String> context, FetchStaticIpsResponse response)
com.google.api.core.ApiFuture<DataMigrationServiceClient.FetchStaticIpsPage>
DataMigrationServiceClient.FetchStaticIpsPage. createPageAsync(com.google.api.gax.rpc.PageContext<FetchStaticIpsRequest,FetchStaticIpsResponse,String> context, com.google.api.core.ApiFuture<FetchStaticIpsResponse> futureResponse)
-
Uses of FetchStaticIpsRequest in com.google.cloud.clouddms.v1.stub
Methods in com.google.cloud.clouddms.v1.stub that return types with arguments of type FetchStaticIpsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<FetchStaticIpsRequest,FetchStaticIpsResponse>
DataMigrationServiceStub. fetchStaticIpsCallable()
com.google.api.gax.rpc.UnaryCallable<FetchStaticIpsRequest,FetchStaticIpsResponse>
GrpcDataMigrationServiceStub. fetchStaticIpsCallable()
com.google.api.gax.rpc.UnaryCallable<FetchStaticIpsRequest,DataMigrationServiceClient.FetchStaticIpsPagedResponse>
DataMigrationServiceStub. fetchStaticIpsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<FetchStaticIpsRequest,DataMigrationServiceClient.FetchStaticIpsPagedResponse>
GrpcDataMigrationServiceStub. fetchStaticIpsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<FetchStaticIpsRequest,FetchStaticIpsResponse,DataMigrationServiceClient.FetchStaticIpsPagedResponse>
DataMigrationServiceStubSettings.Builder. fetchStaticIpsSettings()
Returns the builder for the settings used for calls to fetchStaticIps.com.google.api.gax.rpc.PagedCallSettings<FetchStaticIpsRequest,FetchStaticIpsResponse,DataMigrationServiceClient.FetchStaticIpsPagedResponse>
DataMigrationServiceStubSettings. fetchStaticIpsSettings()
Returns the object with the settings used for calls to fetchStaticIps.
-