public static interface CustomConfig.CustomOutputSpec.PropertyOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName()Name of the property for the custom output.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()Name of the property for the custom output.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getValueExpression()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
com.google.type.Expr |
The valueExpression. |
getValueExpressionOrBuilder()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
com.google.type.ExprOrBuilder |
|
hasValueExpression()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the valueExpression field is set. |