public static interface AlertPolicy.Condition.SqlCondition.BooleanTestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getColumn()
Required.
|
com.google.protobuf.ByteString |
getColumnBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getColumn()
Required. The name of the column containing the boolean value. If the value in a row is NULL, that row is ignored.
string column = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getColumnBytes()
Required. The name of the column containing the boolean value. If the value in a row is NULL, that row is ignored.
string column = 1 [(.google.api.field_behavior) = REQUIRED];Copyright © 2025 Google LLC. All rights reserved.