CelExtractString.Builder |
CelExtractString.Builder.clear() |
|
CelExtractString.Builder |
CelExtractString.Builder.clearDefaultValue() |
If CEL expression evaluates to an error, this value is be returned to the caller.
|
CelExtractString.Builder |
CelExtractString.Builder.clearExprExtract() |
The CEL expression used to extract a string from the CEL environment.
|
CelExtractString.Builder |
CelExtractString.Builder.mergeDefaultValue(com.google.protobuf.StringValue value) |
If CEL expression evaluates to an error, this value is be returned to the caller.
|
CelExtractString.Builder |
CelExtractString.Builder.mergeExprExtract(CelExpression value) |
The CEL expression used to extract a string from the CEL environment.
|
CelExtractString.Builder |
CelExtractString.Builder.mergeFrom(CelExtractString other) |
|
CelExtractString.Builder |
CelExtractString.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
CelExtractString.Builder |
CelExtractString.Builder.mergeFrom(com.google.protobuf.Message other) |
|
static CelExtractString.Builder |
CelExtractString.newBuilder() |
|
static CelExtractString.Builder |
CelExtractString.newBuilder(CelExtractString prototype) |
|
CelExtractString.Builder |
CelExtractString.newBuilderForType() |
|
protected CelExtractString.Builder |
CelExtractString.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
|
CelExtractString.Builder |
CelExtractString.Builder.setDefaultValue(com.google.protobuf.StringValue value) |
If CEL expression evaluates to an error, this value is be returned to the caller.
|
CelExtractString.Builder |
CelExtractString.Builder.setDefaultValue(com.google.protobuf.StringValue.Builder builderForValue) |
If CEL expression evaluates to an error, this value is be returned to the caller.
|
CelExtractString.Builder |
CelExtractString.Builder.setExprExtract(CelExpression value) |
The CEL expression used to extract a string from the CEL environment.
|
CelExtractString.Builder |
CelExtractString.Builder.setExprExtract(CelExpression.Builder builderForValue) |
The CEL expression used to extract a string from the CEL environment.
|
CelExtractString.Builder |
CelExtractString.toBuilder() |
|