Interface ImportMappingRulesRequestOrBuilder (2.40.0)

public interface ImportMappingRulesRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAutoCommit()

public abstract boolean getAutoCommit()

Required. Should the conversion workspace be committed automatically after the import operation.

bool auto_commit = 6 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

The autoCommit.

getParent()

public abstract String getParent()

Required. Name of the conversion workspace resource to import the rules to in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.

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

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. Name of the conversion workspace resource to import the rules to in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.

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

Returns
TypeDescription
ByteString

The bytes for parent.

getRulesFiles(int index)

public abstract ImportMappingRulesRequest.RulesFile getRulesFiles(int index)

Required. One or more rules files.

repeated .google.cloud.clouddms.v1.ImportMappingRulesRequest.RulesFile rules_files = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint
Returns
TypeDescription
ImportMappingRulesRequest.RulesFile

getRulesFilesCount()

public abstract int getRulesFilesCount()

Required. One or more rules files.

repeated .google.cloud.clouddms.v1.ImportMappingRulesRequest.RulesFile rules_files = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
int

getRulesFilesList()

public abstract List<ImportMappingRulesRequest.RulesFile> getRulesFilesList()

Required. One or more rules files.

repeated .google.cloud.clouddms.v1.ImportMappingRulesRequest.RulesFile rules_files = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
List<RulesFile>

getRulesFilesOrBuilder(int index)

public abstract ImportMappingRulesRequest.RulesFileOrBuilder getRulesFilesOrBuilder(int index)

Required. One or more rules files.

repeated .google.cloud.clouddms.v1.ImportMappingRulesRequest.RulesFile rules_files = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint
Returns
TypeDescription
ImportMappingRulesRequest.RulesFileOrBuilder

getRulesFilesOrBuilderList()

public abstract List<? extends ImportMappingRulesRequest.RulesFileOrBuilder> getRulesFilesOrBuilderList()

Required. One or more rules files.

repeated .google.cloud.clouddms.v1.ImportMappingRulesRequest.RulesFile rules_files = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
List<? extends com.google.cloud.clouddms.v1.ImportMappingRulesRequest.RulesFileOrBuilder>

getRulesFormat()

public abstract ImportRulesFileFormat getRulesFormat()

Required. The format of the rules content file.

.google.cloud.clouddms.v1.ImportRulesFileFormat rules_format = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ImportRulesFileFormat

The rulesFormat.

getRulesFormatValue()

public abstract int getRulesFormatValue()

Required. The format of the rules content file.

.google.cloud.clouddms.v1.ImportRulesFileFormat rules_format = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
int

The enum numeric value on the wire for rulesFormat.