- 1.78.0 (latest)
 - 1.76.0
 - 1.75.0
 - 1.74.0
 - 1.73.0
 - 1.72.0
 - 1.70.0
 - 1.68.0
 - 1.67.0
 - 1.64.0
 - 1.63.0
 - 1.62.0
 - 1.60.0
 - 1.59.0
 - 1.58.0
 - 1.57.0
 - 1.56.0
 - 1.55.0
 - 1.54.0
 - 1.53.0
 - 1.52.0
 - 1.51.0
 - 1.49.0
 - 1.48.0
 - 1.47.0
 - 1.46.0
 - 1.45.0
 - 1.44.0
 - 1.43.0
 - 1.42.0
 - 1.41.0
 - 1.40.0
 - 1.39.0
 - 1.37.0
 - 1.36.0
 - 1.35.0
 - 1.34.0
 - 1.33.0
 - 1.32.0
 - 1.31.0
 - 1.30.0
 - 1.29.0
 - 1.28.0
 - 1.27.0
 - 1.24.0
 - 1.23.0
 - 1.22.0
 - 1.21.0
 - 1.20.0
 - 1.19.0
 - 1.18.0
 - 1.17.0
 - 1.16.0
 - 1.15.0
 - 1.14.0
 - 1.13.0
 - 1.12.0
 - 1.11.0
 - 1.9.0
 - 1.8.0
 - 1.7.0
 - 1.6.0
 - 1.5.0
 - 1.4.0
 - 1.2.4
 
public static final class FilteringAttribute.Builder extends GeneratedMessageV3.Builder<FilteringAttribute.Builder> implements FilteringAttributeOrBuilderA representation of the FilteringAttribute resource. Filtering attributes are per event type.
 Protobuf type google.cloud.eventarc.v1.FilteringAttribute
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > FilteringAttribute.BuilderImplements
FilteringAttributeOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public FilteringAttribute.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
FilteringAttribute.Builder | 
        |
build()
public FilteringAttribute build()| Returns | |
|---|---|
| Type | Description | 
FilteringAttribute | 
        |
buildPartial()
public FilteringAttribute buildPartial()| Returns | |
|---|---|
| Type | Description | 
FilteringAttribute | 
        |
clear()
public FilteringAttribute.Builder clear()| Returns | |
|---|---|
| Type | Description | 
FilteringAttribute.Builder | 
        |
clearAttribute()
public FilteringAttribute.Builder clearAttribute()Output only. Attribute used for filtering the event type.
 string attribute = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
FilteringAttribute.Builder | 
        This builder for chaining.  | 
      
clearDescription()
public FilteringAttribute.Builder clearDescription()Output only. Description of the purpose of the attribute.
 string description = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
FilteringAttribute.Builder | 
        This builder for chaining.  | 
      
clearField(Descriptors.FieldDescriptor field)
public FilteringAttribute.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
FilteringAttribute.Builder | 
        |
clearOneof(Descriptors.OneofDescriptor oneof)
public FilteringAttribute.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
oneof | 
        OneofDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
FilteringAttribute.Builder | 
        |
clearPathPatternSupported()
public FilteringAttribute.Builder clearPathPatternSupported()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 | 
FilteringAttribute.Builder | 
        This builder for chaining.  | 
      
clearRequired()
public FilteringAttribute.Builder clearRequired()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 | 
FilteringAttribute.Builder | 
        This builder for chaining.  | 
      
clone()
public FilteringAttribute.Builder clone()| Returns | |
|---|---|
| Type | Description | 
FilteringAttribute.Builder | 
        |
getAttribute()
public 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 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.  | 
      
getDefaultInstanceForType()
public FilteringAttribute getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
FilteringAttribute | 
        |
getDescription()
public 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 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.  | 
      
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
getPathPatternSupported()
public 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 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.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
FieldAccessorTable | 
        |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
boolean | 
        |
mergeFrom(FilteringAttribute other)
public FilteringAttribute.Builder mergeFrom(FilteringAttribute other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        FilteringAttribute | 
      
| Returns | |
|---|---|
| Type | Description | 
FilteringAttribute.Builder | 
        |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public FilteringAttribute.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
input | 
        CodedInputStream | 
      
extensionRegistry | 
        ExtensionRegistryLite | 
      
| Returns | |
|---|---|
| Type | Description | 
FilteringAttribute.Builder | 
        |
| Exceptions | |
|---|---|
| Type | Description | 
IOException | 
        |
mergeFrom(Message other)
public FilteringAttribute.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        Message | 
      
| Returns | |
|---|---|
| Type | Description | 
FilteringAttribute.Builder | 
        |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final FilteringAttribute.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
FilteringAttribute.Builder | 
        |
setAttribute(String value)
public FilteringAttribute.Builder setAttribute(String value)Output only. Attribute used for filtering the event type.
 string attribute = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe attribute to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
FilteringAttribute.Builder | 
        This builder for chaining.  | 
      
setAttributeBytes(ByteString value)
public FilteringAttribute.Builder setAttributeBytes(ByteString value)Output only. Attribute used for filtering the event type.
 string attribute = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for attribute to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
FilteringAttribute.Builder | 
        This builder for chaining.  | 
      
setDescription(String value)
public FilteringAttribute.Builder setDescription(String value)Output only. Description of the purpose of the attribute.
 string description = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe description to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
FilteringAttribute.Builder | 
        This builder for chaining.  | 
      
setDescriptionBytes(ByteString value)
public FilteringAttribute.Builder setDescriptionBytes(ByteString value)Output only. Description of the purpose of the attribute.
 string description = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for description to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
FilteringAttribute.Builder | 
        This builder for chaining.  | 
      
setField(Descriptors.FieldDescriptor field, Object value)
public FilteringAttribute.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
FilteringAttribute.Builder | 
        |
setPathPatternSupported(boolean value)
public FilteringAttribute.Builder setPathPatternSupported(boolean value)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];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        booleanThe pathPatternSupported to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
FilteringAttribute.Builder | 
        This builder for chaining.  | 
      
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public FilteringAttribute.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
index | 
        int | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
FilteringAttribute.Builder | 
        |
setRequired(boolean value)
public FilteringAttribute.Builder setRequired(boolean value)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];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        booleanThe required to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
FilteringAttribute.Builder | 
        This builder for chaining.  | 
      
setUnknownFields(UnknownFieldSet unknownFields)
public final FilteringAttribute.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
FilteringAttribute.Builder | 
        |