public interface FilteringAttributeOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAttribute()
public abstract String getAttribute()Output only. Attribute used for filtering the event type.
string attribute = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The attribute. |
getAttributeBytes()
public abstract ByteString getAttributeBytes()Output only. Attribute used for filtering the event type.
string attribute = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for attribute. |
getDescription()
public abstract String getDescription()Output only. Description of the purpose of the attribute.
string description = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The description. |
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()Output only. Description of the purpose of the attribute.
string description = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for description. |
getPathPatternSupported()
public abstract boolean getPathPatternSupported()Output only. If true, the attribute accepts matching expressions in the Eventarc PathPattern format.
bool path_pattern_supported = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
The pathPatternSupported. |
getRequired()
public abstract boolean getRequired()Output only. If true, the triggers for this provider should always specify a filter on these attributes. Trigger creation will fail otherwise.
bool required = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
The required. |