public static final class FindingVariable.Builder extends GeneratedMessage.Builder<FindingVariable.Builder> implements FindingVariableOrBuilderA structure that holds the value and associated metadata for values extracted while producing a Finding.
Protobuf type google.backstory.FindingVariable
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > FindingVariable.BuilderImplements
FindingVariableOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public FindingVariable build()| Returns | |
|---|---|
| Type | Description |
FindingVariable |
|
buildPartial()
public FindingVariable buildPartial()| Returns | |
|---|---|
| Type | Description |
FindingVariable |
|
clear()
public FindingVariable.Builder clear()| Returns | |
|---|---|
| Type | Description |
FindingVariable.Builder |
|
clearBoolSeq()
public FindingVariable.Builder clearBoolSeq()The value in boolsequence format.
.google.backstory.BoolSequence bool_seq = 11;
| Returns | |
|---|---|
| Type | Description |
FindingVariable.Builder |
|
clearBoolVal()
public FindingVariable.Builder clearBoolVal()The value in boolean format.
bool bool_val = 4;
| Returns | |
|---|---|
| Type | Description |
FindingVariable.Builder |
This builder for chaining. |
clearBytesSeq()
public FindingVariable.Builder clearBytesSeq()The value in bytessequence format.
.google.backstory.BytesSequence bytes_seq = 12;
| Returns | |
|---|---|
| Type | Description |
FindingVariable.Builder |
|
clearBytesVal()
public FindingVariable.Builder clearBytesVal()The value in bytes format.
bytes bytes_val = 5;
| Returns | |
|---|---|
| Type | Description |
FindingVariable.Builder |
This builder for chaining. |
clearDoubleSeq()
public FindingVariable.Builder clearDoubleSeq()The value in doublesequence format.
.google.backstory.DoubleSequence double_seq = 13;
| Returns | |
|---|---|
| Type | Description |
FindingVariable.Builder |
|
clearDoubleVal()
public FindingVariable.Builder clearDoubleVal()The value in double format.
double double_val = 6;
| Returns | |
|---|---|
| Type | Description |
FindingVariable.Builder |
This builder for chaining. |
clearInt64Seq()
public FindingVariable.Builder clearInt64Seq()The value in int64sequence format.
.google.backstory.Int64Sequence int64_seq = 14;
| Returns | |
|---|---|
| Type | Description |
FindingVariable.Builder |
|
clearInt64Val()
public FindingVariable.Builder clearInt64Val()The value in int64 format.
int64 int64_val = 7;
| Returns | |
|---|---|
| Type | Description |
FindingVariable.Builder |
This builder for chaining. |
clearNullVal()
public FindingVariable.Builder clearNullVal()Whether the value is null.
bool null_val = 10;
| Returns | |
|---|---|
| Type | Description |
FindingVariable.Builder |
This builder for chaining. |
clearSourcePath()
public FindingVariable.Builder clearSourcePath() The UDM field path for the field which this value was derived from.
Example: principal.user.username
string source_path = 3;
| Returns | |
|---|---|
| Type | Description |
FindingVariable.Builder |
This builder for chaining. |
clearStringSeq()
public FindingVariable.Builder clearStringSeq()The value in stringsequence format.
.google.backstory.StringSequence string_seq = 16;
| Returns | |
|---|---|
| Type | Description |
FindingVariable.Builder |
|
clearStringVal()
public FindingVariable.Builder clearStringVal()The value in string format. Enum values are returned as strings.
string string_val = 9;
| Returns | |
|---|---|
| Type | Description |
FindingVariable.Builder |
This builder for chaining. |
clearTimestampTime()
public FindingVariable.Builder clearTimestampTime()The value in timestamp format.
.google.protobuf.Timestamp timestamp_time = 17;
| Returns | |
|---|---|
| Type | Description |
FindingVariable.Builder |
|
clearType()
public FindingVariable.Builder clearType()The type of the variable.
.google.backstory.FindingVariable.Type type = 1;
| Returns | |
|---|---|
| Type | Description |
FindingVariable.Builder |
This builder for chaining. |
clearTypedValue()
public FindingVariable.Builder clearTypedValue()| Returns | |
|---|---|
| Type | Description |
FindingVariable.Builder |
|
clearUint64Seq()
public FindingVariable.Builder clearUint64Seq()The value in uint64sequence format.
.google.backstory.Uint64Sequence uint64_seq = 15;
| Returns | |
|---|---|
| Type | Description |
FindingVariable.Builder |
|
clearUint64Val()
public FindingVariable.Builder clearUint64Val()The value in uint64 format.
uint64 uint64_val = 8;
| Returns | |
|---|---|
| Type | Description |
FindingVariable.Builder |
This builder for chaining. |
clearValue()
public FindingVariable.Builder clearValue()The value in string form.
string value = 2;
| Returns | |
|---|---|
| Type | Description |
FindingVariable.Builder |
This builder for chaining. |
getBoolSeq()
public BoolSequence getBoolSeq()The value in boolsequence format.
.google.backstory.BoolSequence bool_seq = 11;
| Returns | |
|---|---|
| Type | Description |
BoolSequence |
The boolSeq. |
getBoolSeqBuilder()
public BoolSequence.Builder getBoolSeqBuilder()The value in boolsequence format.
.google.backstory.BoolSequence bool_seq = 11;
| Returns | |
|---|---|
| Type | Description |
BoolSequence.Builder |
|
getBoolSeqOrBuilder()
public BoolSequenceOrBuilder getBoolSeqOrBuilder()The value in boolsequence format.
.google.backstory.BoolSequence bool_seq = 11;
| Returns | |
|---|---|
| Type | Description |
BoolSequenceOrBuilder |
|
getBoolVal()
public boolean getBoolVal()The value in boolean format.
bool bool_val = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
The boolVal. |
getBytesSeq()
public BytesSequence getBytesSeq()The value in bytessequence format.
.google.backstory.BytesSequence bytes_seq = 12;
| Returns | |
|---|---|
| Type | Description |
BytesSequence |
The bytesSeq. |
getBytesSeqBuilder()
public BytesSequence.Builder getBytesSeqBuilder()The value in bytessequence format.
.google.backstory.BytesSequence bytes_seq = 12;
| Returns | |
|---|---|
| Type | Description |
BytesSequence.Builder |
|
getBytesSeqOrBuilder()
public BytesSequenceOrBuilder getBytesSeqOrBuilder()The value in bytessequence format.
.google.backstory.BytesSequence bytes_seq = 12;
| Returns | |
|---|---|
| Type | Description |
BytesSequenceOrBuilder |
|
getBytesVal()
public ByteString getBytesVal()The value in bytes format.
bytes bytes_val = 5;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytesVal. |
getDefaultInstanceForType()
public FindingVariable getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
FindingVariable |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getDoubleSeq()
public DoubleSequence getDoubleSeq()The value in doublesequence format.
.google.backstory.DoubleSequence double_seq = 13;
| Returns | |
|---|---|
| Type | Description |
DoubleSequence |
The doubleSeq. |
getDoubleSeqBuilder()
public DoubleSequence.Builder getDoubleSeqBuilder()The value in doublesequence format.
.google.backstory.DoubleSequence double_seq = 13;
| Returns | |
|---|---|
| Type | Description |
DoubleSequence.Builder |
|
getDoubleSeqOrBuilder()
public DoubleSequenceOrBuilder getDoubleSeqOrBuilder()The value in doublesequence format.
.google.backstory.DoubleSequence double_seq = 13;
| Returns | |
|---|---|
| Type | Description |
DoubleSequenceOrBuilder |
|
getDoubleVal()
public double getDoubleVal()The value in double format.
double double_val = 6;
| Returns | |
|---|---|
| Type | Description |
double |
The doubleVal. |
getInt64Seq()
public Int64Sequence getInt64Seq()The value in int64sequence format.
.google.backstory.Int64Sequence int64_seq = 14;
| Returns | |
|---|---|
| Type | Description |
Int64Sequence |
The int64Seq. |
getInt64SeqBuilder()
public Int64Sequence.Builder getInt64SeqBuilder()The value in int64sequence format.
.google.backstory.Int64Sequence int64_seq = 14;
| Returns | |
|---|---|
| Type | Description |
Int64Sequence.Builder |
|
getInt64SeqOrBuilder()
public Int64SequenceOrBuilder getInt64SeqOrBuilder()The value in int64sequence format.
.google.backstory.Int64Sequence int64_seq = 14;
| Returns | |
|---|---|
| Type | Description |
Int64SequenceOrBuilder |
|
getInt64Val()
public long getInt64Val()The value in int64 format.
int64 int64_val = 7;
| Returns | |
|---|---|
| Type | Description |
long |
The int64Val. |
getNullVal()
public boolean getNullVal()Whether the value is null.
bool null_val = 10;
| Returns | |
|---|---|
| Type | Description |
boolean |
The nullVal. |
getSourcePath()
public String getSourcePath() The UDM field path for the field which this value was derived from.
Example: principal.user.username
string source_path = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The sourcePath. |
getSourcePathBytes()
public ByteString getSourcePathBytes() The UDM field path for the field which this value was derived from.
Example: principal.user.username
string source_path = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for sourcePath. |
getStringSeq()
public StringSequence getStringSeq()The value in stringsequence format.
.google.backstory.StringSequence string_seq = 16;
| Returns | |
|---|---|
| Type | Description |
StringSequence |
The stringSeq. |
getStringSeqBuilder()
public StringSequence.Builder getStringSeqBuilder()The value in stringsequence format.
.google.backstory.StringSequence string_seq = 16;
| Returns | |
|---|---|
| Type | Description |
StringSequence.Builder |
|
getStringSeqOrBuilder()
public StringSequenceOrBuilder getStringSeqOrBuilder()The value in stringsequence format.
.google.backstory.StringSequence string_seq = 16;
| Returns | |
|---|---|
| Type | Description |
StringSequenceOrBuilder |
|
getStringVal()
public String getStringVal()The value in string format. Enum values are returned as strings.
string string_val = 9;
| Returns | |
|---|---|
| Type | Description |
String |
The stringVal. |
getStringValBytes()
public ByteString getStringValBytes()The value in string format. Enum values are returned as strings.
string string_val = 9;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for stringVal. |
getTimestampTime()
public Timestamp getTimestampTime()The value in timestamp format.
.google.protobuf.Timestamp timestamp_time = 17;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The timestampTime. |
getTimestampTimeBuilder()
public Timestamp.Builder getTimestampTimeBuilder()The value in timestamp format.
.google.protobuf.Timestamp timestamp_time = 17;
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getTimestampTimeOrBuilder()
public TimestampOrBuilder getTimestampTimeOrBuilder()The value in timestamp format.
.google.protobuf.Timestamp timestamp_time = 17;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getType()
public FindingVariable.Type getType()The type of the variable.
.google.backstory.FindingVariable.Type type = 1;
| Returns | |
|---|---|
| Type | Description |
FindingVariable.Type |
The type. |
getTypeValue()
public int getTypeValue()The type of the variable.
.google.backstory.FindingVariable.Type type = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for type. |
getTypedValueCase()
public FindingVariable.TypedValueCase getTypedValueCase()| Returns | |
|---|---|
| Type | Description |
FindingVariable.TypedValueCase |
|
getUint64Seq()
public Uint64Sequence getUint64Seq()The value in uint64sequence format.
.google.backstory.Uint64Sequence uint64_seq = 15;
| Returns | |
|---|---|
| Type | Description |
Uint64Sequence |
The uint64Seq. |
getUint64SeqBuilder()
public Uint64Sequence.Builder getUint64SeqBuilder()The value in uint64sequence format.
.google.backstory.Uint64Sequence uint64_seq = 15;
| Returns | |
|---|---|
| Type | Description |
Uint64Sequence.Builder |
|
getUint64SeqOrBuilder()
public Uint64SequenceOrBuilder getUint64SeqOrBuilder()The value in uint64sequence format.
.google.backstory.Uint64Sequence uint64_seq = 15;
| Returns | |
|---|---|
| Type | Description |
Uint64SequenceOrBuilder |
|
getUint64Val()
public long getUint64Val()The value in uint64 format.
uint64 uint64_val = 8;
| Returns | |
|---|---|
| Type | Description |
long |
The uint64Val. |
getValue()
public String getValue()The value in string form.
string value = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The value. |
getValueBytes()
public ByteString getValueBytes()The value in string form.
string value = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for value. |
hasBoolSeq()
public boolean hasBoolSeq()The value in boolsequence format.
.google.backstory.BoolSequence bool_seq = 11;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the boolSeq field is set. |
hasBoolVal()
public boolean hasBoolVal()The value in boolean format.
bool bool_val = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the boolVal field is set. |
hasBytesSeq()
public boolean hasBytesSeq()The value in bytessequence format.
.google.backstory.BytesSequence bytes_seq = 12;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the bytesSeq field is set. |
hasBytesVal()
public boolean hasBytesVal()The value in bytes format.
bytes bytes_val = 5;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the bytesVal field is set. |
hasDoubleSeq()
public boolean hasDoubleSeq()The value in doublesequence format.
.google.backstory.DoubleSequence double_seq = 13;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the doubleSeq field is set. |
hasDoubleVal()
public boolean hasDoubleVal()The value in double format.
double double_val = 6;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the doubleVal field is set. |
hasInt64Seq()
public boolean hasInt64Seq()The value in int64sequence format.
.google.backstory.Int64Sequence int64_seq = 14;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the int64Seq field is set. |
hasInt64Val()
public boolean hasInt64Val()The value in int64 format.
int64 int64_val = 7;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the int64Val field is set. |
hasNullVal()
public boolean hasNullVal()Whether the value is null.
bool null_val = 10;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the nullVal field is set. |
hasStringSeq()
public boolean hasStringSeq()The value in stringsequence format.
.google.backstory.StringSequence string_seq = 16;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the stringSeq field is set. |
hasStringVal()
public boolean hasStringVal()The value in string format. Enum values are returned as strings.
string string_val = 9;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the stringVal field is set. |
hasTimestampTime()
public boolean hasTimestampTime()The value in timestamp format.
.google.protobuf.Timestamp timestamp_time = 17;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the timestampTime field is set. |
hasUint64Seq()
public boolean hasUint64Seq()The value in uint64sequence format.
.google.backstory.Uint64Sequence uint64_seq = 15;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the uint64Seq field is set. |
hasUint64Val()
public boolean hasUint64Val()The value in uint64 format.
uint64 uint64_val = 8;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the uint64Val field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeBoolSeq(BoolSequence value)
public FindingVariable.Builder mergeBoolSeq(BoolSequence value)The value in boolsequence format.
.google.backstory.BoolSequence bool_seq = 11;
| Parameter | |
|---|---|
| Name | Description |
value |
BoolSequence |
| Returns | |
|---|---|
| Type | Description |
FindingVariable.Builder |
|
mergeBytesSeq(BytesSequence value)
public FindingVariable.Builder mergeBytesSeq(BytesSequence value)The value in bytessequence format.
.google.backstory.BytesSequence bytes_seq = 12;
| Parameter | |
|---|---|
| Name | Description |
value |
BytesSequence |
| Returns | |
|---|---|
| Type | Description |
FindingVariable.Builder |
|
mergeDoubleSeq(DoubleSequence value)
public FindingVariable.Builder mergeDoubleSeq(DoubleSequence value)The value in doublesequence format.
.google.backstory.DoubleSequence double_seq = 13;
| Parameter | |
|---|---|
| Name | Description |
value |
DoubleSequence |
| Returns | |
|---|---|
| Type | Description |
FindingVariable.Builder |
|
mergeFrom(FindingVariable other)
public FindingVariable.Builder mergeFrom(FindingVariable other)| Parameter | |
|---|---|
| Name | Description |
other |
FindingVariable |
| Returns | |
|---|---|
| Type | Description |
FindingVariable.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public FindingVariable.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FindingVariable.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public FindingVariable.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
FindingVariable.Builder |
|
mergeInt64Seq(Int64Sequence value)
public FindingVariable.Builder mergeInt64Seq(Int64Sequence value)The value in int64sequence format.
.google.backstory.Int64Sequence int64_seq = 14;
| Parameter | |
|---|---|
| Name | Description |
value |
Int64Sequence |
| Returns | |
|---|---|
| Type | Description |
FindingVariable.Builder |
|
mergeStringSeq(StringSequence value)
public FindingVariable.Builder mergeStringSeq(StringSequence value)The value in stringsequence format.
.google.backstory.StringSequence string_seq = 16;
| Parameter | |
|---|---|
| Name | Description |
value |
StringSequence |
| Returns | |
|---|---|
| Type | Description |
FindingVariable.Builder |
|
mergeTimestampTime(Timestamp value)
public FindingVariable.Builder mergeTimestampTime(Timestamp value)The value in timestamp format.
.google.protobuf.Timestamp timestamp_time = 17;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
FindingVariable.Builder |
|
mergeUint64Seq(Uint64Sequence value)
public FindingVariable.Builder mergeUint64Seq(Uint64Sequence value)The value in uint64sequence format.
.google.backstory.Uint64Sequence uint64_seq = 15;
| Parameter | |
|---|---|
| Name | Description |
value |
Uint64Sequence |
| Returns | |
|---|---|
| Type | Description |
FindingVariable.Builder |
|
setBoolSeq(BoolSequence value)
public FindingVariable.Builder setBoolSeq(BoolSequence value)The value in boolsequence format.
.google.backstory.BoolSequence bool_seq = 11;
| Parameter | |
|---|---|
| Name | Description |
value |
BoolSequence |
| Returns | |
|---|---|
| Type | Description |
FindingVariable.Builder |
|
setBoolSeq(BoolSequence.Builder builderForValue)
public FindingVariable.Builder setBoolSeq(BoolSequence.Builder builderForValue)The value in boolsequence format.
.google.backstory.BoolSequence bool_seq = 11;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
BoolSequence.Builder |
| Returns | |
|---|---|
| Type | Description |
FindingVariable.Builder |
|
setBoolVal(boolean value)
public FindingVariable.Builder setBoolVal(boolean value)The value in boolean format.
bool bool_val = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe boolVal to set. |
| Returns | |
|---|---|
| Type | Description |
FindingVariable.Builder |
This builder for chaining. |
setBytesSeq(BytesSequence value)
public FindingVariable.Builder setBytesSeq(BytesSequence value)The value in bytessequence format.
.google.backstory.BytesSequence bytes_seq = 12;
| Parameter | |
|---|---|
| Name | Description |
value |
BytesSequence |
| Returns | |
|---|---|
| Type | Description |
FindingVariable.Builder |
|
setBytesSeq(BytesSequence.Builder builderForValue)
public FindingVariable.Builder setBytesSeq(BytesSequence.Builder builderForValue)The value in bytessequence format.
.google.backstory.BytesSequence bytes_seq = 12;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
BytesSequence.Builder |
| Returns | |
|---|---|
| Type | Description |
FindingVariable.Builder |
|
setBytesVal(ByteString value)
public FindingVariable.Builder setBytesVal(ByteString value)The value in bytes format.
bytes bytes_val = 5;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytesVal to set. |
| Returns | |
|---|---|
| Type | Description |
FindingVariable.Builder |
This builder for chaining. |
setDoubleSeq(DoubleSequence value)
public FindingVariable.Builder setDoubleSeq(DoubleSequence value)The value in doublesequence format.
.google.backstory.DoubleSequence double_seq = 13;
| Parameter | |
|---|---|
| Name | Description |
value |
DoubleSequence |
| Returns | |
|---|---|
| Type | Description |
FindingVariable.Builder |
|
setDoubleSeq(DoubleSequence.Builder builderForValue)
public FindingVariable.Builder setDoubleSeq(DoubleSequence.Builder builderForValue)The value in doublesequence format.
.google.backstory.DoubleSequence double_seq = 13;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
DoubleSequence.Builder |
| Returns | |
|---|---|
| Type | Description |
FindingVariable.Builder |
|
setDoubleVal(double value)
public FindingVariable.Builder setDoubleVal(double value)The value in double format.
double double_val = 6;
| Parameter | |
|---|---|
| Name | Description |
value |
doubleThe doubleVal to set. |
| Returns | |
|---|---|
| Type | Description |
FindingVariable.Builder |
This builder for chaining. |
setInt64Seq(Int64Sequence value)
public FindingVariable.Builder setInt64Seq(Int64Sequence value)The value in int64sequence format.
.google.backstory.Int64Sequence int64_seq = 14;
| Parameter | |
|---|---|
| Name | Description |
value |
Int64Sequence |
| Returns | |
|---|---|
| Type | Description |
FindingVariable.Builder |
|
setInt64Seq(Int64Sequence.Builder builderForValue)
public FindingVariable.Builder setInt64Seq(Int64Sequence.Builder builderForValue)The value in int64sequence format.
.google.backstory.Int64Sequence int64_seq = 14;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Int64Sequence.Builder |
| Returns | |
|---|---|
| Type | Description |
FindingVariable.Builder |
|
setInt64Val(long value)
public FindingVariable.Builder setInt64Val(long value)The value in int64 format.
int64 int64_val = 7;
| Parameter | |
|---|---|
| Name | Description |
value |
longThe int64Val to set. |
| Returns | |
|---|---|
| Type | Description |
FindingVariable.Builder |
This builder for chaining. |
setNullVal(boolean value)
public FindingVariable.Builder setNullVal(boolean value)Whether the value is null.
bool null_val = 10;
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe nullVal to set. |
| Returns | |
|---|---|
| Type | Description |
FindingVariable.Builder |
This builder for chaining. |
setSourcePath(String value)
public FindingVariable.Builder setSourcePath(String value) The UDM field path for the field which this value was derived from.
Example: principal.user.username
string source_path = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe sourcePath to set. |
| Returns | |
|---|---|
| Type | Description |
FindingVariable.Builder |
This builder for chaining. |
setSourcePathBytes(ByteString value)
public FindingVariable.Builder setSourcePathBytes(ByteString value) The UDM field path for the field which this value was derived from.
Example: principal.user.username
string source_path = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for sourcePath to set. |
| Returns | |
|---|---|
| Type | Description |
FindingVariable.Builder |
This builder for chaining. |
setStringSeq(StringSequence value)
public FindingVariable.Builder setStringSeq(StringSequence value)The value in stringsequence format.
.google.backstory.StringSequence string_seq = 16;
| Parameter | |
|---|---|
| Name | Description |
value |
StringSequence |
| Returns | |
|---|---|
| Type | Description |
FindingVariable.Builder |
|
setStringSeq(StringSequence.Builder builderForValue)
public FindingVariable.Builder setStringSeq(StringSequence.Builder builderForValue)The value in stringsequence format.
.google.backstory.StringSequence string_seq = 16;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
StringSequence.Builder |
| Returns | |
|---|---|
| Type | Description |
FindingVariable.Builder |
|
setStringVal(String value)
public FindingVariable.Builder setStringVal(String value)The value in string format. Enum values are returned as strings.
string string_val = 9;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe stringVal to set. |
| Returns | |
|---|---|
| Type | Description |
FindingVariable.Builder |
This builder for chaining. |
setStringValBytes(ByteString value)
public FindingVariable.Builder setStringValBytes(ByteString value)The value in string format. Enum values are returned as strings.
string string_val = 9;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for stringVal to set. |
| Returns | |
|---|---|
| Type | Description |
FindingVariable.Builder |
This builder for chaining. |
setTimestampTime(Timestamp value)
public FindingVariable.Builder setTimestampTime(Timestamp value)The value in timestamp format.
.google.protobuf.Timestamp timestamp_time = 17;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
FindingVariable.Builder |
|
setTimestampTime(Timestamp.Builder builderForValue)
public FindingVariable.Builder setTimestampTime(Timestamp.Builder builderForValue)The value in timestamp format.
.google.protobuf.Timestamp timestamp_time = 17;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
FindingVariable.Builder |
|
setType(FindingVariable.Type value)
public FindingVariable.Builder setType(FindingVariable.Type value)The type of the variable.
.google.backstory.FindingVariable.Type type = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
FindingVariable.TypeThe type to set. |
| Returns | |
|---|---|
| Type | Description |
FindingVariable.Builder |
This builder for chaining. |
setTypeValue(int value)
public FindingVariable.Builder setTypeValue(int value)The type of the variable.
.google.backstory.FindingVariable.Type type = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for type to set. |
| Returns | |
|---|---|
| Type | Description |
FindingVariable.Builder |
This builder for chaining. |
setUint64Seq(Uint64Sequence value)
public FindingVariable.Builder setUint64Seq(Uint64Sequence value)The value in uint64sequence format.
.google.backstory.Uint64Sequence uint64_seq = 15;
| Parameter | |
|---|---|
| Name | Description |
value |
Uint64Sequence |
| Returns | |
|---|---|
| Type | Description |
FindingVariable.Builder |
|
setUint64Seq(Uint64Sequence.Builder builderForValue)
public FindingVariable.Builder setUint64Seq(Uint64Sequence.Builder builderForValue)The value in uint64sequence format.
.google.backstory.Uint64Sequence uint64_seq = 15;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Uint64Sequence.Builder |
| Returns | |
|---|---|
| Type | Description |
FindingVariable.Builder |
|
setUint64Val(long value)
public FindingVariable.Builder setUint64Val(long value)The value in uint64 format.
uint64 uint64_val = 8;
| Parameter | |
|---|---|
| Name | Description |
value |
longThe uint64Val to set. |
| Returns | |
|---|---|
| Type | Description |
FindingVariable.Builder |
This builder for chaining. |
setValue(String value)
public FindingVariable.Builder setValue(String value)The value in string form.
string value = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe value to set. |
| Returns | |
|---|---|
| Type | Description |
FindingVariable.Builder |
This builder for chaining. |
setValueBytes(ByteString value)
public FindingVariable.Builder setValueBytes(ByteString value)The value in string form.
string value = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for value to set. |
| Returns | |
|---|---|
| Type | Description |
FindingVariable.Builder |
This builder for chaining. |