Class CustomConfig.CustomOutputSpec.Property.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<CustomConfig.CustomOutputSpec.Property.Builder>
-
- com.google.cloud.securitycenter.v1.CustomConfig.CustomOutputSpec.Property.Builder
-
- All Implemented Interfaces:
CustomConfig.CustomOutputSpec.PropertyOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- CustomConfig.CustomOutputSpec.Property
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 typegoogle.cloud.securitycenter.v1.CustomConfig.CustomOutputSpec.Property
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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(CustomConfig.CustomOutputSpec.Property other)
CustomConfig.CustomOutputSpec.Property.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
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 value)
The CEL expression for the custom output.CustomConfig.CustomOutputSpec.Property.Builder
setValueExpression(com.google.type.Expr.Builder builderForValue)
The CEL expression for the custom output.-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<CustomConfig.CustomOutputSpec.Property.Builder>
-
clear
public CustomConfig.CustomOutputSpec.Property.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<CustomConfig.CustomOutputSpec.Property.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<CustomConfig.CustomOutputSpec.Property.Builder>
-
getDefaultInstanceForType
public CustomConfig.CustomOutputSpec.Property getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public CustomConfig.CustomOutputSpec.Property build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public CustomConfig.CustomOutputSpec.Property buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public CustomConfig.CustomOutputSpec.Property.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<CustomConfig.CustomOutputSpec.Property.Builder>
-
setField
public CustomConfig.CustomOutputSpec.Property.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<CustomConfig.CustomOutputSpec.Property.Builder>
-
clearField
public CustomConfig.CustomOutputSpec.Property.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<CustomConfig.CustomOutputSpec.Property.Builder>
-
clearOneof
public CustomConfig.CustomOutputSpec.Property.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<CustomConfig.CustomOutputSpec.Property.Builder>
-
setRepeatedField
public CustomConfig.CustomOutputSpec.Property.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<CustomConfig.CustomOutputSpec.Property.Builder>
-
addRepeatedField
public CustomConfig.CustomOutputSpec.Property.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<CustomConfig.CustomOutputSpec.Property.Builder>
-
mergeFrom
public CustomConfig.CustomOutputSpec.Property.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<CustomConfig.CustomOutputSpec.Property.Builder>
-
mergeFrom
public CustomConfig.CustomOutputSpec.Property.Builder mergeFrom(CustomConfig.CustomOutputSpec.Property other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<CustomConfig.CustomOutputSpec.Property.Builder>
-
mergeFrom
public CustomConfig.CustomOutputSpec.Property.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<CustomConfig.CustomOutputSpec.Property.Builder>
- Throws:
IOException
-
getName
public String getName()
Name of the property for the custom output.
string name = 1;
- Specified by:
getName
in interfaceCustomConfig.CustomOutputSpec.PropertyOrBuilder
- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
Name of the property for the custom output.
string name = 1;
- Specified by:
getNameBytes
in interfaceCustomConfig.CustomOutputSpec.PropertyOrBuilder
- Returns:
- The bytes for name.
-
setName
public CustomConfig.CustomOutputSpec.Property.Builder setName(String value)
Name of the property for the custom output.
string name = 1;
- Parameters:
value
- The name to set.- Returns:
- This builder for chaining.
-
clearName
public CustomConfig.CustomOutputSpec.Property.Builder clearName()
Name of the property for the custom output.
string name = 1;
- Returns:
- This builder for chaining.
-
setNameBytes
public CustomConfig.CustomOutputSpec.Property.Builder setNameBytes(com.google.protobuf.ByteString value)
Name of the property for the custom output.
string name = 1;
- Parameters:
value
- The bytes for name to set.- Returns:
- This builder for chaining.
-
hasValueExpression
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;
- Specified by:
hasValueExpression
in interfaceCustomConfig.CustomOutputSpec.PropertyOrBuilder
- Returns:
- Whether the valueExpression field is set.
-
getValueExpression
public 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;
- Specified by:
getValueExpression
in interfaceCustomConfig.CustomOutputSpec.PropertyOrBuilder
- Returns:
- The valueExpression.
-
setValueExpression
public 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;
-
setValueExpression
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;
-
mergeValueExpression
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;
-
clearValueExpression
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;
-
getValueExpressionBuilder
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;
-
getValueExpressionOrBuilder
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;
- Specified by:
getValueExpressionOrBuilder
in interfaceCustomConfig.CustomOutputSpec.PropertyOrBuilder
-
setUnknownFields
public final CustomConfig.CustomOutputSpec.Property.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<CustomConfig.CustomOutputSpec.Property.Builder>
-
mergeUnknownFields
public final CustomConfig.CustomOutputSpec.Property.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<CustomConfig.CustomOutputSpec.Property.Builder>
-
-