public interface AttributeSubstitutionRuleOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAttribute()
public abstract String getAttribute() The fully qualified proto attribute path, in dot notation.
For example: rules[0].cel_expression.resource_types_values
string attribute = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The attribute. |
getAttributeBytes()
public abstract ByteString getAttributeBytes() The fully qualified proto attribute path, in dot notation.
For example: rules[0].cel_expression.resource_types_values
string attribute = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for attribute. |