public static interface CustomConfig.CustomOutputSpec.PropertyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Name of the property for the custom output.
|
com.google.protobuf.ByteString |
getNameBytes()
Name of the property for the custom output.
|
com.google.type.Expr |
getValueExpression()
The CEL expression for the custom output.
|
com.google.type.ExprOrBuilder |
getValueExpressionOrBuilder()
The CEL expression for the custom output.
|
boolean |
hasValueExpression()
The CEL expression for the custom output.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Name of the property for the custom output.
string name = 1;com.google.protobuf.ByteString getNameBytes()
Name of the property for the custom output.
string name = 1;boolean hasValueExpression()
The CEL expression for the custom output. A resource property can be specified to return the value of the property or a text string enclosed in quotation marks.
.google.type.Expr value_expression = 2;com.google.type.Expr getValueExpression()
The CEL expression for the custom output. A resource property can be specified to return the value of the property or a text string enclosed in quotation marks.
.google.type.Expr value_expression = 2;com.google.type.ExprOrBuilder getValueExpressionOrBuilder()
The CEL expression for the custom output. A resource property can be specified to return the value of the property or a text string enclosed in quotation marks.
.google.type.Expr value_expression = 2;Copyright © 2023 Google LLC. All rights reserved.