Uses of Class
com.google.cloud.clouddms.v1.GetMappingRuleRequest
-
Packages that use GetMappingRuleRequest Package Description com.google.cloud.clouddms.v1 A client to Database Migration APIcom.google.cloud.clouddms.v1.stub -
-
Uses of GetMappingRuleRequest in com.google.cloud.clouddms.v1
Methods in com.google.cloud.clouddms.v1 that return GetMappingRuleRequest Modifier and Type Method Description GetMappingRuleRequestGetMappingRuleRequest.Builder. build()GetMappingRuleRequestGetMappingRuleRequest.Builder. buildPartial()static GetMappingRuleRequestGetMappingRuleRequest. getDefaultInstance()GetMappingRuleRequestGetMappingRuleRequest.Builder. getDefaultInstanceForType()GetMappingRuleRequestGetMappingRuleRequest. getDefaultInstanceForType()static GetMappingRuleRequestGetMappingRuleRequest. parseDelimitedFrom(InputStream input)static GetMappingRuleRequestGetMappingRuleRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetMappingRuleRequestGetMappingRuleRequest. parseFrom(byte[] data)static GetMappingRuleRequestGetMappingRuleRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetMappingRuleRequestGetMappingRuleRequest. parseFrom(com.google.protobuf.ByteString data)static GetMappingRuleRequestGetMappingRuleRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetMappingRuleRequestGetMappingRuleRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetMappingRuleRequestGetMappingRuleRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetMappingRuleRequestGetMappingRuleRequest. parseFrom(InputStream input)static GetMappingRuleRequestGetMappingRuleRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetMappingRuleRequestGetMappingRuleRequest. parseFrom(ByteBuffer data)static GetMappingRuleRequestGetMappingRuleRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.clouddms.v1 that return types with arguments of type GetMappingRuleRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetMappingRuleRequest,MappingRule>DataMigrationServiceGrpc. getGetMappingRuleMethod()com.google.api.gax.rpc.UnaryCallable<GetMappingRuleRequest,MappingRule>DataMigrationServiceClient. getMappingRuleCallable()Gets the details of a mapping rule.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetMappingRuleRequest,MappingRule>DataMigrationServiceSettings.Builder. getMappingRuleSettings()Returns the builder for the settings used for calls to getMappingRule.com.google.api.gax.rpc.UnaryCallSettings<GetMappingRuleRequest,MappingRule>DataMigrationServiceSettings. getMappingRuleSettings()Returns the object with the settings used for calls to getMappingRule.com.google.protobuf.Parser<GetMappingRuleRequest>GetMappingRuleRequest. getParserForType()static com.google.protobuf.Parser<GetMappingRuleRequest>GetMappingRuleRequest. parser()Methods in com.google.cloud.clouddms.v1 with parameters of type GetMappingRuleRequest Modifier and Type Method Description MappingRuleDataMigrationServiceClient. getMappingRule(GetMappingRuleRequest request)Gets the details of a mapping rule.default voidDataMigrationServiceGrpc.AsyncService. getMappingRule(GetMappingRuleRequest request, io.grpc.stub.StreamObserver<MappingRule> responseObserver)Gets the details of a mapping rule.MappingRuleDataMigrationServiceGrpc.DataMigrationServiceBlockingStub. getMappingRule(GetMappingRuleRequest request)Gets the details of a mapping rule.com.google.common.util.concurrent.ListenableFuture<MappingRule>DataMigrationServiceGrpc.DataMigrationServiceFutureStub. getMappingRule(GetMappingRuleRequest request)Gets the details of a mapping rule.voidDataMigrationServiceGrpc.DataMigrationServiceStub. getMappingRule(GetMappingRuleRequest request, io.grpc.stub.StreamObserver<MappingRule> responseObserver)Gets the details of a mapping rule.GetMappingRuleRequest.BuilderGetMappingRuleRequest.Builder. mergeFrom(GetMappingRuleRequest other)static GetMappingRuleRequest.BuilderGetMappingRuleRequest. newBuilder(GetMappingRuleRequest prototype) -
Uses of GetMappingRuleRequest in com.google.cloud.clouddms.v1.stub
Methods in com.google.cloud.clouddms.v1.stub that return types with arguments of type GetMappingRuleRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetMappingRuleRequest,MappingRule>DataMigrationServiceStub. getMappingRuleCallable()com.google.api.gax.rpc.UnaryCallable<GetMappingRuleRequest,MappingRule>GrpcDataMigrationServiceStub. getMappingRuleCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetMappingRuleRequest,MappingRule>DataMigrationServiceStubSettings.Builder. getMappingRuleSettings()Returns the builder for the settings used for calls to getMappingRule.com.google.api.gax.rpc.UnaryCallSettings<GetMappingRuleRequest,MappingRule>DataMigrationServiceStubSettings. getMappingRuleSettings()Returns the object with the settings used for calls to getMappingRule.
-