Interface ImportMappingRulesRequest.RulesFileOrBuilder (2.41.0)

public static interface ImportMappingRulesRequest.RulesFileOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRulesContent()

public abstract String getRulesContent()

Required. The text content of the rules that needs to be converted.

string rules_content = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The rulesContent.

getRulesContentBytes()

public abstract ByteString getRulesContentBytes()

Required. The text content of the rules that needs to be converted.

string rules_content = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for rulesContent.

getRulesSourceFilename()

public abstract 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
TypeDescription
String

The rulesSourceFilename.

getRulesSourceFilenameBytes()

public abstract 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
TypeDescription
ByteString

The bytes for rulesSourceFilename.