Package com.google.cloud.clouddms.v1
Interface ImportMappingRulesRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ImportMappingRulesRequest,ImportMappingRulesRequest.Builder
public interface ImportMappingRulesRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetAutoCommit()Required.StringgetParent()Required.com.google.protobuf.ByteStringgetParentBytes()Required.ImportMappingRulesRequest.RulesFilegetRulesFiles(int index)Required.intgetRulesFilesCount()Required.List<ImportMappingRulesRequest.RulesFile>getRulesFilesList()Required.ImportMappingRulesRequest.RulesFileOrBuildergetRulesFilesOrBuilder(int index)Required.List<? extends ImportMappingRulesRequest.RulesFileOrBuilder>getRulesFilesOrBuilderList()Required.ImportRulesFileFormatgetRulesFormat()Required.intgetRulesFormatValue()Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getParent
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:
- The parent.
-
getParentBytes
com.google.protobuf.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:
- The bytes for parent.
-
getRulesFormatValue
int getRulesFormatValue()
Required. The format of the rules content file.
.google.cloud.clouddms.v1.ImportRulesFileFormat rules_format = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The enum numeric value on the wire for rulesFormat.
-
getRulesFormat
ImportRulesFileFormat getRulesFormat()
Required. The format of the rules content file.
.google.cloud.clouddms.v1.ImportRulesFileFormat rules_format = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The rulesFormat.
-
getRulesFilesList
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];
-
getRulesFiles
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];
-
getRulesFilesCount
int getRulesFilesCount()
Required. One or more rules files.
repeated .google.cloud.clouddms.v1.ImportMappingRulesRequest.RulesFile rules_files = 3 [(.google.api.field_behavior) = REQUIRED];
-
getRulesFilesOrBuilderList
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];
-
getRulesFilesOrBuilder
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];
-
getAutoCommit
boolean getAutoCommit()
Required. Should the conversion workspace be committed automatically after the import operation.
bool auto_commit = 6 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The autoCommit.
-
-