Uses of Class
com.google.cloud.clouddms.v1.DataMigrationServiceClient.ListMappingRulesPagedResponse
-
Packages that use DataMigrationServiceClient.ListMappingRulesPagedResponse Package Description com.google.cloud.clouddms.v1 A client to Database Migration APIcom.google.cloud.clouddms.v1.stub -
-
Uses of DataMigrationServiceClient.ListMappingRulesPagedResponse in com.google.cloud.clouddms.v1
Methods in com.google.cloud.clouddms.v1 that return DataMigrationServiceClient.ListMappingRulesPagedResponse Modifier and Type Method Description DataMigrationServiceClient.ListMappingRulesPagedResponse
DataMigrationServiceClient. listMappingRules(ConversionWorkspaceName parent)
Lists the mapping rules for a specific conversion workspace.DataMigrationServiceClient.ListMappingRulesPagedResponse
DataMigrationServiceClient. listMappingRules(ListMappingRulesRequest request)
Lists the mapping rules for a specific conversion workspace.DataMigrationServiceClient.ListMappingRulesPagedResponse
DataMigrationServiceClient. listMappingRules(String parent)
Lists the mapping rules for a specific conversion workspace.Methods in com.google.cloud.clouddms.v1 that return types with arguments of type DataMigrationServiceClient.ListMappingRulesPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<DataMigrationServiceClient.ListMappingRulesPagedResponse>
DataMigrationServiceClient.ListMappingRulesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListMappingRulesRequest,ListMappingRulesResponse,MappingRule> context, com.google.api.core.ApiFuture<ListMappingRulesResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListMappingRulesRequest,DataMigrationServiceClient.ListMappingRulesPagedResponse>
DataMigrationServiceClient. listMappingRulesPagedCallable()
Lists the mapping rules for a specific conversion workspace.com.google.api.gax.rpc.PagedCallSettings.Builder<ListMappingRulesRequest,ListMappingRulesResponse,DataMigrationServiceClient.ListMappingRulesPagedResponse>
DataMigrationServiceSettings.Builder. listMappingRulesSettings()
Returns the builder for the settings used for calls to listMappingRules.com.google.api.gax.rpc.PagedCallSettings<ListMappingRulesRequest,ListMappingRulesResponse,DataMigrationServiceClient.ListMappingRulesPagedResponse>
DataMigrationServiceSettings. listMappingRulesSettings()
Returns the object with the settings used for calls to listMappingRules. -
Uses of DataMigrationServiceClient.ListMappingRulesPagedResponse in com.google.cloud.clouddms.v1.stub
Methods in com.google.cloud.clouddms.v1.stub that return types with arguments of type DataMigrationServiceClient.ListMappingRulesPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListMappingRulesRequest,DataMigrationServiceClient.ListMappingRulesPagedResponse>
DataMigrationServiceStub. listMappingRulesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListMappingRulesRequest,DataMigrationServiceClient.ListMappingRulesPagedResponse>
GrpcDataMigrationServiceStub. listMappingRulesPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListMappingRulesRequest,ListMappingRulesResponse,DataMigrationServiceClient.ListMappingRulesPagedResponse>
DataMigrationServiceStubSettings.Builder. listMappingRulesSettings()
Returns the builder for the settings used for calls to listMappingRules.com.google.api.gax.rpc.PagedCallSettings<ListMappingRulesRequest,ListMappingRulesResponse,DataMigrationServiceClient.ListMappingRulesPagedResponse>
DataMigrationServiceStubSettings. listMappingRulesSettings()
Returns the object with the settings used for calls to listMappingRules.
-