Uses of Class
com.google.cloud.clouddms.v1.ListMappingRulesResponse
-
Packages that use ListMappingRulesResponse Package Description com.google.cloud.clouddms.v1 A client to Database Migration APIcom.google.cloud.clouddms.v1.stub -
-
Uses of ListMappingRulesResponse in com.google.cloud.clouddms.v1
Methods in com.google.cloud.clouddms.v1 that return ListMappingRulesResponse Modifier and Type Method Description ListMappingRulesResponseListMappingRulesResponse.Builder. build()ListMappingRulesResponseListMappingRulesResponse.Builder. buildPartial()static ListMappingRulesResponseListMappingRulesResponse. getDefaultInstance()ListMappingRulesResponseListMappingRulesResponse.Builder. getDefaultInstanceForType()ListMappingRulesResponseListMappingRulesResponse. getDefaultInstanceForType()ListMappingRulesResponseDataMigrationServiceGrpc.DataMigrationServiceBlockingStub. listMappingRules(ListMappingRulesRequest request)Lists the mapping rules for a specific conversion workspace.static ListMappingRulesResponseListMappingRulesResponse. parseDelimitedFrom(InputStream input)static ListMappingRulesResponseListMappingRulesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListMappingRulesResponseListMappingRulesResponse. parseFrom(byte[] data)static ListMappingRulesResponseListMappingRulesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListMappingRulesResponseListMappingRulesResponse. parseFrom(com.google.protobuf.ByteString data)static ListMappingRulesResponseListMappingRulesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListMappingRulesResponseListMappingRulesResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ListMappingRulesResponseListMappingRulesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListMappingRulesResponseListMappingRulesResponse. parseFrom(InputStream input)static ListMappingRulesResponseListMappingRulesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListMappingRulesResponseListMappingRulesResponse. parseFrom(ByteBuffer data)static ListMappingRulesResponseListMappingRulesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.clouddms.v1 that return types with arguments of type ListMappingRulesResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListMappingRulesRequest,ListMappingRulesResponse>DataMigrationServiceGrpc. getListMappingRulesMethod()com.google.protobuf.Parser<ListMappingRulesResponse>ListMappingRulesResponse. getParserForType()com.google.common.util.concurrent.ListenableFuture<ListMappingRulesResponse>DataMigrationServiceGrpc.DataMigrationServiceFutureStub. listMappingRules(ListMappingRulesRequest request)Lists the mapping rules for a specific conversion workspace.com.google.api.gax.rpc.UnaryCallable<ListMappingRulesRequest,ListMappingRulesResponse>DataMigrationServiceClient. listMappingRulesCallable()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.static com.google.protobuf.Parser<ListMappingRulesResponse>ListMappingRulesResponse. parser()Methods in com.google.cloud.clouddms.v1 with parameters of type ListMappingRulesResponse Modifier and Type Method Description protected DataMigrationServiceClient.ListMappingRulesPageDataMigrationServiceClient.ListMappingRulesPage. createPage(com.google.api.gax.rpc.PageContext<ListMappingRulesRequest,ListMappingRulesResponse,MappingRule> context, ListMappingRulesResponse response)ListMappingRulesResponse.BuilderListMappingRulesResponse.Builder. mergeFrom(ListMappingRulesResponse other)static ListMappingRulesResponse.BuilderListMappingRulesResponse. newBuilder(ListMappingRulesResponse prototype)Method parameters in com.google.cloud.clouddms.v1 with type arguments of type ListMappingRulesResponse 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)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)protected DataMigrationServiceClient.ListMappingRulesPageDataMigrationServiceClient.ListMappingRulesPage. createPage(com.google.api.gax.rpc.PageContext<ListMappingRulesRequest,ListMappingRulesResponse,MappingRule> context, ListMappingRulesResponse response)com.google.api.core.ApiFuture<DataMigrationServiceClient.ListMappingRulesPage>DataMigrationServiceClient.ListMappingRulesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListMappingRulesRequest,ListMappingRulesResponse,MappingRule> context, com.google.api.core.ApiFuture<ListMappingRulesResponse> futureResponse)com.google.api.core.ApiFuture<DataMigrationServiceClient.ListMappingRulesPage>DataMigrationServiceClient.ListMappingRulesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListMappingRulesRequest,ListMappingRulesResponse,MappingRule> context, com.google.api.core.ApiFuture<ListMappingRulesResponse> futureResponse)default voidDataMigrationServiceGrpc.AsyncService. listMappingRules(ListMappingRulesRequest request, io.grpc.stub.StreamObserver<ListMappingRulesResponse> responseObserver)Lists the mapping rules for a specific conversion workspace.voidDataMigrationServiceGrpc.DataMigrationServiceStub. listMappingRules(ListMappingRulesRequest request, io.grpc.stub.StreamObserver<ListMappingRulesResponse> responseObserver)Lists the mapping rules for a specific conversion workspace. -
Uses of ListMappingRulesResponse in com.google.cloud.clouddms.v1.stub
Methods in com.google.cloud.clouddms.v1.stub that return types with arguments of type ListMappingRulesResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListMappingRulesRequest,ListMappingRulesResponse>DataMigrationServiceStub. listMappingRulesCallable()com.google.api.gax.rpc.UnaryCallable<ListMappingRulesRequest,ListMappingRulesResponse>GrpcDataMigrationServiceStub. listMappingRulesCallable()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.
-