public interface FindingVariableOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBoolSeq()
public abstract BoolSequence getBoolSeq()The value in boolsequence format.
.google.backstory.BoolSequence bool_seq = 11;
| Returns | |
|---|---|
| Type | Description |
BoolSequence |
The boolSeq. |
getBoolSeqOrBuilder()
public abstract BoolSequenceOrBuilder getBoolSeqOrBuilder()The value in boolsequence format.
.google.backstory.BoolSequence bool_seq = 11;
| Returns | |
|---|---|
| Type | Description |
BoolSequenceOrBuilder |
|
getBoolVal()
public abstract boolean getBoolVal()The value in boolean format.
bool bool_val = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
The boolVal. |
getBytesSeq()
public abstract BytesSequence getBytesSeq()The value in bytessequence format.
.google.backstory.BytesSequence bytes_seq = 12;
| Returns | |
|---|---|
| Type | Description |
BytesSequence |
The bytesSeq. |
getBytesSeqOrBuilder()
public abstract BytesSequenceOrBuilder getBytesSeqOrBuilder()The value in bytessequence format.
.google.backstory.BytesSequence bytes_seq = 12;
| Returns | |
|---|---|
| Type | Description |
BytesSequenceOrBuilder |
|
getBytesVal()
public abstract ByteString getBytesVal()The value in bytes format.
bytes bytes_val = 5;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytesVal. |
getDoubleSeq()
public abstract DoubleSequence getDoubleSeq()The value in doublesequence format.
.google.backstory.DoubleSequence double_seq = 13;
| Returns | |
|---|---|
| Type | Description |
DoubleSequence |
The doubleSeq. |
getDoubleSeqOrBuilder()
public abstract DoubleSequenceOrBuilder getDoubleSeqOrBuilder()The value in doublesequence format.
.google.backstory.DoubleSequence double_seq = 13;
| Returns | |
|---|---|
| Type | Description |
DoubleSequenceOrBuilder |
|
getDoubleVal()
public abstract double getDoubleVal()The value in double format.
double double_val = 6;
| Returns | |
|---|---|
| Type | Description |
double |
The doubleVal. |
getInt64Seq()
public abstract Int64Sequence getInt64Seq()The value in int64sequence format.
.google.backstory.Int64Sequence int64_seq = 14;
| Returns | |
|---|---|
| Type | Description |
Int64Sequence |
The int64Seq. |
getInt64SeqOrBuilder()
public abstract Int64SequenceOrBuilder getInt64SeqOrBuilder()The value in int64sequence format.
.google.backstory.Int64Sequence int64_seq = 14;
| Returns | |
|---|---|
| Type | Description |
Int64SequenceOrBuilder |
|
getInt64Val()
public abstract long getInt64Val()The value in int64 format.
int64 int64_val = 7;
| Returns | |
|---|---|
| Type | Description |
long |
The int64Val. |
getNullVal()
public abstract boolean getNullVal()Whether the value is null.
bool null_val = 10;
| Returns | |
|---|---|
| Type | Description |
boolean |
The nullVal. |
getSourcePath()
public abstract 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 abstract 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 abstract StringSequence getStringSeq()The value in stringsequence format.
.google.backstory.StringSequence string_seq = 16;
| Returns | |
|---|---|
| Type | Description |
StringSequence |
The stringSeq. |
getStringSeqOrBuilder()
public abstract StringSequenceOrBuilder getStringSeqOrBuilder()The value in stringsequence format.
.google.backstory.StringSequence string_seq = 16;
| Returns | |
|---|---|
| Type | Description |
StringSequenceOrBuilder |
|
getStringVal()
public abstract 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 abstract 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 abstract Timestamp getTimestampTime()The value in timestamp format.
.google.protobuf.Timestamp timestamp_time = 17;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The timestampTime. |
getTimestampTimeOrBuilder()
public abstract TimestampOrBuilder getTimestampTimeOrBuilder()The value in timestamp format.
.google.protobuf.Timestamp timestamp_time = 17;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getType()
public abstract FindingVariable.Type getType()The type of the variable.
.google.backstory.FindingVariable.Type type = 1;
| Returns | |
|---|---|
| Type | Description |
FindingVariable.Type |
The type. |
getTypeValue()
public abstract 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 abstract FindingVariable.TypedValueCase getTypedValueCase()| Returns | |
|---|---|
| Type | Description |
FindingVariable.TypedValueCase |
|
getUint64Seq()
public abstract Uint64Sequence getUint64Seq()The value in uint64sequence format.
.google.backstory.Uint64Sequence uint64_seq = 15;
| Returns | |
|---|---|
| Type | Description |
Uint64Sequence |
The uint64Seq. |
getUint64SeqOrBuilder()
public abstract Uint64SequenceOrBuilder getUint64SeqOrBuilder()The value in uint64sequence format.
.google.backstory.Uint64Sequence uint64_seq = 15;
| Returns | |
|---|---|
| Type | Description |
Uint64SequenceOrBuilder |
|
getUint64Val()
public abstract long getUint64Val()The value in uint64 format.
uint64 uint64_val = 8;
| Returns | |
|---|---|
| Type | Description |
long |
The uint64Val. |
getValue()
public abstract String getValue()The value in string form.
string value = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The value. |
getValueBytes()
public abstract ByteString getValueBytes()The value in string form.
string value = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for value. |
hasBoolSeq()
public abstract 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 abstract boolean hasBoolVal()The value in boolean format.
bool bool_val = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the boolVal field is set. |
hasBytesSeq()
public abstract 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 abstract boolean hasBytesVal()The value in bytes format.
bytes bytes_val = 5;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the bytesVal field is set. |
hasDoubleSeq()
public abstract 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 abstract boolean hasDoubleVal()The value in double format.
double double_val = 6;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the doubleVal field is set. |
hasInt64Seq()
public abstract 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 abstract boolean hasInt64Val()The value in int64 format.
int64 int64_val = 7;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the int64Val field is set. |
hasNullVal()
public abstract boolean hasNullVal()Whether the value is null.
bool null_val = 10;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the nullVal field is set. |
hasStringSeq()
public abstract 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 abstract 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 abstract 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 abstract 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 abstract boolean hasUint64Val()The value in uint64 format.
uint64 uint64_val = 8;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the uint64Val field is set. |