Uses of Class
com.google.cloud.clouddms.v1.DataMigrationServiceClient.FetchStaticIpsPagedResponse
-
Packages that use DataMigrationServiceClient.FetchStaticIpsPagedResponse Package Description com.google.cloud.clouddms.v1 A client to Database Migration APIcom.google.cloud.clouddms.v1.stub -
-
Uses of DataMigrationServiceClient.FetchStaticIpsPagedResponse in com.google.cloud.clouddms.v1
Methods in com.google.cloud.clouddms.v1 that return DataMigrationServiceClient.FetchStaticIpsPagedResponse Modifier and Type Method Description DataMigrationServiceClient.FetchStaticIpsPagedResponseDataMigrationServiceClient. 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.DataMigrationServiceClient.FetchStaticIpsPagedResponseDataMigrationServiceClient. fetchStaticIps(LocationName name)Fetches a set of static IP addresses that need to be allowlisted by the customer when using the static-IP connectivity method.DataMigrationServiceClient.FetchStaticIpsPagedResponseDataMigrationServiceClient. fetchStaticIps(String name)Fetches a set of static IP addresses that need to be allowlisted by the customer when using the static-IP connectivity method.Methods in com.google.cloud.clouddms.v1 that return types with arguments of type DataMigrationServiceClient.FetchStaticIpsPagedResponse 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)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. -
Uses of DataMigrationServiceClient.FetchStaticIpsPagedResponse in com.google.cloud.clouddms.v1.stub
Methods in com.google.cloud.clouddms.v1.stub that return types with arguments of type DataMigrationServiceClient.FetchStaticIpsPagedResponse Modifier and Type Method Description 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.
-