public static final class CustomConfig.CustomOutputSpec.Property extends GeneratedMessageV3 implements CustomConfig.CustomOutputSpec.PropertyOrBuilder
An individual name-value pair that defines a custom source property.
Protobuf type google.cloud.securitycenter.v1.CustomConfig.CustomOutputSpec.Property
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
VALUE_EXPRESSION_FIELD_NUMBER
public static final int VALUE_EXPRESSION_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static CustomConfig.CustomOutputSpec.Property getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static CustomConfig.CustomOutputSpec.Property.Builder newBuilder()
newBuilder(CustomConfig.CustomOutputSpec.Property prototype)
public static CustomConfig.CustomOutputSpec.Property.Builder newBuilder(CustomConfig.CustomOutputSpec.Property prototype)
public static CustomConfig.CustomOutputSpec.Property parseDelimitedFrom(InputStream input)
public static CustomConfig.CustomOutputSpec.Property parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static CustomConfig.CustomOutputSpec.Property parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CustomConfig.CustomOutputSpec.Property parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static CustomConfig.CustomOutputSpec.Property parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CustomConfig.CustomOutputSpec.Property parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CustomConfig.CustomOutputSpec.Property parseFrom(CodedInputStream input)
public static CustomConfig.CustomOutputSpec.Property parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static CustomConfig.CustomOutputSpec.Property parseFrom(InputStream input)
public static CustomConfig.CustomOutputSpec.Property parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static CustomConfig.CustomOutputSpec.Property parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CustomConfig.CustomOutputSpec.Property parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<CustomConfig.CustomOutputSpec.Property> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public CustomConfig.CustomOutputSpec.Property getDefaultInstanceForType()
getName()
Name of the property for the custom output.
string name = 1;
Returns |
---|
Type | Description |
String | The name.
|
getNameBytes()
public ByteString getNameBytes()
Name of the property for the custom output.
string name = 1;
Returns |
---|
Type | Description |
ByteString | The bytes for name.
|
getParserForType()
public Parser<CustomConfig.CustomOutputSpec.Property> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
getValueExpression()
public 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 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 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.
|
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public CustomConfig.CustomOutputSpec.Property.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected CustomConfig.CustomOutputSpec.Property.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public CustomConfig.CustomOutputSpec.Property.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides