Interface AttributeSubstitutionRuleOrBuilder (0.1.0)

public interface AttributeSubstitutionRuleOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAttribute()

public abstract String getAttribute()

Fully qualified proto attribute path (in dot notation). Example: rules[0].cel_expression.resource_types_values

string attribute = 1;

Returns
Type Description
String

The attribute.

getAttributeBytes()

public abstract ByteString getAttributeBytes()

Fully qualified proto attribute path (in dot notation). Example: rules[0].cel_expression.resource_types_values

string attribute = 1;

Returns
Type Description
ByteString

The bytes for attribute.