public interface ImportMappingRulesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAutoCommit()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
ImportMappingRulesRequest.RulesFile |
getRulesFiles(int index)
Required.
|
int |
getRulesFilesCount()
Required.
|
List<ImportMappingRulesRequest.RulesFile> |
getRulesFilesList()
Required.
|
ImportMappingRulesRequest.RulesFileOrBuilder |
getRulesFilesOrBuilder(int index)
Required.
|
List<? extends ImportMappingRulesRequest.RulesFileOrBuilder> |
getRulesFilesOrBuilderList()
Required.
|
ImportRulesFileFormat |
getRulesFormat()
Required.
|
int |
getRulesFormatValue()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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) = { ... }
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) = { ... }
int getRulesFormatValue()
Required. The format of the rules content file.
.google.cloud.clouddms.v1.ImportRulesFileFormat rules_format = 2 [(.google.api.field_behavior) = REQUIRED];
ImportRulesFileFormat getRulesFormat()
Required. The format of the rules content file.
.google.cloud.clouddms.v1.ImportRulesFileFormat rules_format = 2 [(.google.api.field_behavior) = REQUIRED];
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];
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];
int getRulesFilesCount()
Required. One or more rules files.
repeated .google.cloud.clouddms.v1.ImportMappingRulesRequest.RulesFile rules_files = 3 [(.google.api.field_behavior) = REQUIRED];
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];
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];
boolean getAutoCommit()
Required. Should the conversion workspace be committed automatically after the import operation.
bool auto_commit = 6 [(.google.api.field_behavior) = REQUIRED];Copyright © 2024 Google LLC. All rights reserved.