Class CreateMappingRuleRequest (2.40.0)

public final class CreateMappingRuleRequest extends GeneratedMessageV3 implements CreateMappingRuleRequestOrBuilder

Request message for 'CreateMappingRule' command.

Protobuf type google.cloud.clouddms.v1.CreateMappingRuleRequest

Static Fields

MAPPING_RULE_FIELD_NUMBER

public static final int MAPPING_RULE_FIELD_NUMBER
Field Value
TypeDescription
int

MAPPING_RULE_ID_FIELD_NUMBER

public static final int MAPPING_RULE_ID_FIELD_NUMBER
Field Value
TypeDescription
int

PARENT_FIELD_NUMBER

public static final int PARENT_FIELD_NUMBER
Field Value
TypeDescription
int

REQUEST_ID_FIELD_NUMBER

public static final int REQUEST_ID_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static CreateMappingRuleRequest getDefaultInstance()
Returns
TypeDescription
CreateMappingRuleRequest

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static CreateMappingRuleRequest.Builder newBuilder()
Returns
TypeDescription
CreateMappingRuleRequest.Builder

newBuilder(CreateMappingRuleRequest prototype)

public static CreateMappingRuleRequest.Builder newBuilder(CreateMappingRuleRequest prototype)
Parameter
NameDescription
prototypeCreateMappingRuleRequest
Returns
TypeDescription
CreateMappingRuleRequest.Builder

parseDelimitedFrom(InputStream input)

public static CreateMappingRuleRequest parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
CreateMappingRuleRequest
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static CreateMappingRuleRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreateMappingRuleRequest
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static CreateMappingRuleRequest parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
CreateMappingRuleRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static CreateMappingRuleRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreateMappingRuleRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static CreateMappingRuleRequest parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
CreateMappingRuleRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static CreateMappingRuleRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreateMappingRuleRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static CreateMappingRuleRequest parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
CreateMappingRuleRequest
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static CreateMappingRuleRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreateMappingRuleRequest
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static CreateMappingRuleRequest parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
CreateMappingRuleRequest
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static CreateMappingRuleRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreateMappingRuleRequest
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static CreateMappingRuleRequest parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
CreateMappingRuleRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static CreateMappingRuleRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreateMappingRuleRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<CreateMappingRuleRequest> parser()
Returns
TypeDescription
Parser<CreateMappingRuleRequest>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public CreateMappingRuleRequest getDefaultInstanceForType()
Returns
TypeDescription
CreateMappingRuleRequest

getMappingRule()

public MappingRule getMappingRule()

Required. Represents a mapping rule object.

.google.cloud.clouddms.v1.MappingRule mapping_rule = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
MappingRule

The mappingRule.

getMappingRuleId()

public String getMappingRuleId()

Required. The ID of the rule to create.

string mapping_rule_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The mappingRuleId.

getMappingRuleIdBytes()

public ByteString getMappingRuleIdBytes()

Required. The ID of the rule to create.

string mapping_rule_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for mappingRuleId.

getMappingRuleOrBuilder()

public MappingRuleOrBuilder getMappingRuleOrBuilder()

Required. Represents a mapping rule object.

.google.cloud.clouddms.v1.MappingRule mapping_rule = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
MappingRuleOrBuilder

getParent()

public String getParent()

Required. The parent which owns this collection of mapping rules.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. The parent which owns this collection of mapping rules.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

getParserForType()

public Parser<CreateMappingRuleRequest> getParserForType()
Returns
TypeDescription
Parser<CreateMappingRuleRequest>
Overrides

getRequestId()

public String getRequestId()

A unique ID used to identify the request. If the server receives two requests with the same ID, then the second request is ignored.

It is recommended to always set this value to a UUID.

The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.

string request_id = 4;

Returns
TypeDescription
String

The requestId.

getRequestIdBytes()

public ByteString getRequestIdBytes()

A unique ID used to identify the request. If the server receives two requests with the same ID, then the second request is ignored.

It is recommended to always set this value to a UUID.

The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.

string request_id = 4;

Returns
TypeDescription
ByteString

The bytes for requestId.

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hasMappingRule()

public boolean hasMappingRule()

Required. Represents a mapping rule object.

.google.cloud.clouddms.v1.MappingRule mapping_rule = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the mappingRule field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public CreateMappingRuleRequest.Builder newBuilderForType()
Returns
TypeDescription
CreateMappingRuleRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected CreateMappingRuleRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
CreateMappingRuleRequest.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public CreateMappingRuleRequest.Builder toBuilder()
Returns
TypeDescription
CreateMappingRuleRequest.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException