public static interface ImportMappingRulesRequest.RulesFileOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getRulesContent()
Required.
|
com.google.protobuf.ByteString |
getRulesContentBytes()
Required.
|
String |
getRulesSourceFilename()
Required.
|
com.google.protobuf.ByteString |
getRulesSourceFilenameBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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];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];String getRulesContent()
Required. The text content of the rules that needs to be converted.
string rules_content = 2 [(.google.api.field_behavior) = REQUIRED];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];Copyright © 2024 Google LLC. All rights reserved.