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 GetMappingRuleRequest
GetMappingRuleRequest.Builder. build()
GetMappingRuleRequest
GetMappingRuleRequest.Builder. buildPartial()
static GetMappingRuleRequest
GetMappingRuleRequest. getDefaultInstance()
GetMappingRuleRequest
GetMappingRuleRequest.Builder. getDefaultInstanceForType()
GetMappingRuleRequest
GetMappingRuleRequest. getDefaultInstanceForType()
static GetMappingRuleRequest
GetMappingRuleRequest. parseDelimitedFrom(InputStream input)
static GetMappingRuleRequest
GetMappingRuleRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetMappingRuleRequest
GetMappingRuleRequest. parseFrom(byte[] data)
static GetMappingRuleRequest
GetMappingRuleRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetMappingRuleRequest
GetMappingRuleRequest. parseFrom(com.google.protobuf.ByteString data)
static GetMappingRuleRequest
GetMappingRuleRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetMappingRuleRequest
GetMappingRuleRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetMappingRuleRequest
GetMappingRuleRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetMappingRuleRequest
GetMappingRuleRequest. parseFrom(InputStream input)
static GetMappingRuleRequest
GetMappingRuleRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetMappingRuleRequest
GetMappingRuleRequest. parseFrom(ByteBuffer data)
static GetMappingRuleRequest
GetMappingRuleRequest. 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 MappingRule
DataMigrationServiceClient. getMappingRule(GetMappingRuleRequest request)
Gets the details of a mapping rule.default void
DataMigrationServiceGrpc.AsyncService. getMappingRule(GetMappingRuleRequest request, io.grpc.stub.StreamObserver<MappingRule> responseObserver)
Gets the details of a mapping rule.MappingRule
DataMigrationServiceGrpc.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.void
DataMigrationServiceGrpc.DataMigrationServiceStub. getMappingRule(GetMappingRuleRequest request, io.grpc.stub.StreamObserver<MappingRule> responseObserver)
Gets the details of a mapping rule.GetMappingRuleRequest.Builder
GetMappingRuleRequest.Builder. mergeFrom(GetMappingRuleRequest other)
static GetMappingRuleRequest.Builder
GetMappingRuleRequest. 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.
-