public static final class CustomConfig.CustomOutputSpec.Property.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<CustomConfig.CustomOutputSpec.Property.Builder> implements CustomConfig.CustomOutputSpec.PropertyOrBuilder
An individual name-value pair that defines a custom source property.Protobuf type
google.cloud.securitycenter.v1.CustomConfig.CustomOutputSpec.Property| Modifier and Type | Method and Description |
|---|---|
CustomConfig.CustomOutputSpec.Property.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CustomConfig.CustomOutputSpec.Property |
build() |
CustomConfig.CustomOutputSpec.Property |
buildPartial() |
CustomConfig.CustomOutputSpec.Property.Builder |
clear() |
CustomConfig.CustomOutputSpec.Property.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
CustomConfig.CustomOutputSpec.Property.Builder |
clearName()
Name of the property for the custom output.
|
CustomConfig.CustomOutputSpec.Property.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
CustomConfig.CustomOutputSpec.Property.Builder |
clearValueExpression()
The CEL expression for the custom output.
|
CustomConfig.CustomOutputSpec.Property.Builder |
clone() |
CustomConfig.CustomOutputSpec.Property |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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.Expr.Builder |
getValueExpressionBuilder()
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.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
CustomConfig.CustomOutputSpec.Property.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CustomConfig.CustomOutputSpec.Property.Builder |
mergeFrom(CustomConfig.CustomOutputSpec.Property other) |
CustomConfig.CustomOutputSpec.Property.Builder |
mergeFrom(com.google.protobuf.Message other) |
CustomConfig.CustomOutputSpec.Property.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
CustomConfig.CustomOutputSpec.Property.Builder |
mergeValueExpression(com.google.type.Expr value)
The CEL expression for the custom output.
|
CustomConfig.CustomOutputSpec.Property.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CustomConfig.CustomOutputSpec.Property.Builder |
setName(String value)
Name of the property for the custom output.
|
CustomConfig.CustomOutputSpec.Property.Builder |
setNameBytes(com.google.protobuf.ByteString value)
Name of the property for the custom output.
|
CustomConfig.CustomOutputSpec.Property.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
CustomConfig.CustomOutputSpec.Property.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
CustomConfig.CustomOutputSpec.Property.Builder |
setValueExpression(com.google.type.Expr.Builder builderForValue)
The CEL expression for the custom output.
|
CustomConfig.CustomOutputSpec.Property.Builder |
setValueExpression(com.google.type.Expr value)
The CEL expression for the custom output.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<CustomConfig.CustomOutputSpec.Property.Builder>public CustomConfig.CustomOutputSpec.Property.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<CustomConfig.CustomOutputSpec.Property.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<CustomConfig.CustomOutputSpec.Property.Builder>public CustomConfig.CustomOutputSpec.Property getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic CustomConfig.CustomOutputSpec.Property build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic CustomConfig.CustomOutputSpec.Property buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic CustomConfig.CustomOutputSpec.Property.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<CustomConfig.CustomOutputSpec.Property.Builder>public CustomConfig.CustomOutputSpec.Property.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<CustomConfig.CustomOutputSpec.Property.Builder>public CustomConfig.CustomOutputSpec.Property.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<CustomConfig.CustomOutputSpec.Property.Builder>public CustomConfig.CustomOutputSpec.Property.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<CustomConfig.CustomOutputSpec.Property.Builder>public CustomConfig.CustomOutputSpec.Property.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CustomConfig.CustomOutputSpec.Property.Builder>public CustomConfig.CustomOutputSpec.Property.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CustomConfig.CustomOutputSpec.Property.Builder>public CustomConfig.CustomOutputSpec.Property.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<CustomConfig.CustomOutputSpec.Property.Builder>public CustomConfig.CustomOutputSpec.Property.Builder mergeFrom(CustomConfig.CustomOutputSpec.Property other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<CustomConfig.CustomOutputSpec.Property.Builder>public CustomConfig.CustomOutputSpec.Property.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<CustomConfig.CustomOutputSpec.Property.Builder>IOExceptionpublic String getName()
Name of the property for the custom output.
string name = 1;getName in interface CustomConfig.CustomOutputSpec.PropertyOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
Name of the property for the custom output.
string name = 1;getNameBytes in interface CustomConfig.CustomOutputSpec.PropertyOrBuilderpublic CustomConfig.CustomOutputSpec.Property.Builder setName(String value)
Name of the property for the custom output.
string name = 1;value - The name to set.public CustomConfig.CustomOutputSpec.Property.Builder clearName()
Name of the property for the custom output.
string name = 1;public CustomConfig.CustomOutputSpec.Property.Builder setNameBytes(com.google.protobuf.ByteString value)
Name of the property for the custom output.
string name = 1;value - The bytes for name to set.public 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;hasValueExpression in interface CustomConfig.CustomOutputSpec.PropertyOrBuilderpublic 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;getValueExpression in interface CustomConfig.CustomOutputSpec.PropertyOrBuilderpublic CustomConfig.CustomOutputSpec.Property.Builder setValueExpression(com.google.type.Expr value)
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;public CustomConfig.CustomOutputSpec.Property.Builder setValueExpression(com.google.type.Expr.Builder builderForValue)
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;public CustomConfig.CustomOutputSpec.Property.Builder mergeValueExpression(com.google.type.Expr value)
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;public CustomConfig.CustomOutputSpec.Property.Builder clearValueExpression()
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;public com.google.type.Expr.Builder getValueExpressionBuilder()
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;public 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;getValueExpressionOrBuilder in interface CustomConfig.CustomOutputSpec.PropertyOrBuilderpublic final CustomConfig.CustomOutputSpec.Property.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<CustomConfig.CustomOutputSpec.Property.Builder>public final CustomConfig.CustomOutputSpec.Property.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<CustomConfig.CustomOutputSpec.Property.Builder>Copyright © 2023 Google LLC. All rights reserved.