public interface EventFilterOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAttribute()
Required.
|
com.google.protobuf.ByteString |
getAttributeBytes()
Required.
|
String |
getOperator()
Optional.
|
com.google.protobuf.ByteString |
getOperatorBytes()
Optional.
|
String |
getValue()
Required.
|
com.google.protobuf.ByteString |
getValueBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getAttribute()
Required. The name of a CloudEvents attribute.
string attribute = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getAttributeBytes()
Required. The name of a CloudEvents attribute.
string attribute = 1 [(.google.api.field_behavior) = REQUIRED];String getValue()
Required. The value for the attribute.
string value = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getValueBytes()
Required. The value for the attribute.
string value = 2 [(.google.api.field_behavior) = REQUIRED];String getOperator()
Optional. The operator used for matching the events with the value of the filter. If not specified, only events that have an exact key-value pair specified in the filter are matched. The only allowed value is `match-path-pattern`.
string operator = 3 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getOperatorBytes()
Optional. The operator used for matching the events with the value of the filter. If not specified, only events that have an exact key-value pair specified in the filter are matched. The only allowed value is `match-path-pattern`.
string operator = 3 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2023 Google LLC. All rights reserved.