Interface CreateMappingRuleRequestOrBuilder (2.27.0)

public interface CreateMappingRuleRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMappingRule()

public abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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.

getRequestId()

public abstract 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 abstract 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.

hasMappingRule()

public abstract 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.