Package com.google.cloud.clouddms.v1
Interface ImportMappingRulesRequest.RulesFileOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ImportMappingRulesRequest.RulesFile
,ImportMappingRulesRequest.RulesFile.Builder
- Enclosing class:
- ImportMappingRulesRequest
public static interface ImportMappingRulesRequest.RulesFileOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getRulesContent()
Required.com.google.protobuf.ByteString
getRulesContentBytes()
Required.String
getRulesSourceFilename()
Required.com.google.protobuf.ByteString
getRulesSourceFilenameBytes()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getRulesSourceFilename
String getRulesSourceFilename()
Required. The filename of the rules that needs to be converted. The filename is used mainly so that future logs of the import rules job contain it, and can therefore be searched by it.
string rules_source_filename = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The rulesSourceFilename.
-
getRulesSourceFilenameBytes
com.google.protobuf.ByteString getRulesSourceFilenameBytes()
Required. The filename of the rules that needs to be converted. The filename is used mainly so that future logs of the import rules job contain it, and can therefore be searched by it.
string rules_source_filename = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for rulesSourceFilename.
-
getRulesContent
String getRulesContent()
Required. The text content of the rules that needs to be converted.
string rules_content = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The rulesContent.
-
getRulesContentBytes
com.google.protobuf.ByteString getRulesContentBytes()
Required. The text content of the rules that needs to be converted.
string rules_content = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for rulesContent.
-
-