public static final class ExecuteDashboardQueryResponse.ColumnValue extends GeneratedMessage implements ExecuteDashboardQueryResponse.ColumnValueOrBuilder
LINT.IfChange(stats_data)
Value of the column based on data type.
Protobuf type google.cloud.chronicle.v1.ExecuteDashboardQueryResponse.ColumnValue
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
BOOL_VAL_FIELD_NUMBER
public static final int BOOL_VAL_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
BYTES_VAL_FIELD_NUMBER
public static final int BYTES_VAL_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
DATE_VAL_FIELD_NUMBER
public static final int DATE_VAL_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
DOUBLE_VAL_FIELD_NUMBER
public static final int DOUBLE_VAL_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
INT64_VAL_FIELD_NUMBER
public static final int INT64_VAL_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int METADATA_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
NULL_VAL_FIELD_NUMBER
public static final int NULL_VAL_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
PROTO_VAL_FIELD_NUMBER
public static final int PROTO_VAL_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
STRING_VAL_FIELD_NUMBER
public static final int STRING_VAL_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
TIMESTAMP_VAL_FIELD_NUMBER
public static final int TIMESTAMP_VAL_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
UINT64_VAL_FIELD_NUMBER
public static final int UINT64_VAL_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static ExecuteDashboardQueryResponse.ColumnValue getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ExecuteDashboardQueryResponse.ColumnValue.Builder newBuilder()
newBuilder(ExecuteDashboardQueryResponse.ColumnValue prototype)
public static ExecuteDashboardQueryResponse.ColumnValue.Builder newBuilder(ExecuteDashboardQueryResponse.ColumnValue prototype)
public static ExecuteDashboardQueryResponse.ColumnValue parseDelimitedFrom(InputStream input)
public static ExecuteDashboardQueryResponse.ColumnValue parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ExecuteDashboardQueryResponse.ColumnValue parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ExecuteDashboardQueryResponse.ColumnValue parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ExecuteDashboardQueryResponse.ColumnValue parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ExecuteDashboardQueryResponse.ColumnValue parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ExecuteDashboardQueryResponse.ColumnValue parseFrom(CodedInputStream input)
public static ExecuteDashboardQueryResponse.ColumnValue parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ExecuteDashboardQueryResponse.ColumnValue parseFrom(InputStream input)
public static ExecuteDashboardQueryResponse.ColumnValue parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ExecuteDashboardQueryResponse.ColumnValue parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ExecuteDashboardQueryResponse.ColumnValue parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ExecuteDashboardQueryResponse.ColumnValue> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getBoolVal()
public boolean getBoolVal()
Boolean value.
bool bool_val = 2;
| Returns |
| Type |
Description |
boolean |
The boolVal.
|
getBytesVal()
public ByteString getBytesVal()
Bytes value.
bytes bytes_val = 3;
getDateVal()
Date values.
.google.type.Date date_val = 9;
| Returns |
| Type |
Description |
com.google.type.Date |
The dateVal.
|
getDateValOrBuilder()
public DateOrBuilder getDateValOrBuilder()
Date values.
.google.type.Date date_val = 9;
| Returns |
| Type |
Description |
com.google.type.DateOrBuilder |
|
getDefaultInstanceForType()
public ExecuteDashboardQueryResponse.ColumnValue getDefaultInstanceForType()
getDoubleVal()
public double getDoubleVal()
Double value.
double double_val = 4;
| Returns |
| Type |
Description |
double |
The doubleVal.
|
getInt64Val()
public long getInt64Val()
Integer value (signed).
int64 int64_val = 5;
| Returns |
| Type |
Description |
long |
The int64Val.
|
public ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata getMetadata()
.google.cloud.chronicle.v1.ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata metadata = 11;
public ExecuteDashboardQueryResponse.ColumnValue.ValueMetadataOrBuilder getMetadataOrBuilder()
.google.cloud.chronicle.v1.ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata metadata = 11;
getNullVal()
public boolean getNullVal()
True if the value is NULL.
bool null_val = 1;
| Returns |
| Type |
Description |
boolean |
The nullVal.
|
getParserForType()
public Parser<ExecuteDashboardQueryResponse.ColumnValue> getParserForType()
Overrides
getProtoVal()
For any proto values that are not any of the above.
.google.protobuf.Any proto_val = 10;
| Returns |
| Type |
Description |
Any |
The protoVal.
|
getProtoValOrBuilder()
public AnyOrBuilder getProtoValOrBuilder()
For any proto values that are not any of the above.
.google.protobuf.Any proto_val = 10;
getSerializedSize()
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
getStringVal()
public String getStringVal()
String value. Enum values are returned as strings.
string string_val = 7;
| Returns |
| Type |
Description |
String |
The stringVal.
|
getStringValBytes()
public ByteString getStringValBytes()
String value. Enum values are returned as strings.
string string_val = 7;
| Returns |
| Type |
Description |
ByteString |
The bytes for stringVal.
|
getTimestampVal()
public Timestamp getTimestampVal()
Timestamp values. Does not handle interval.
.google.protobuf.Timestamp timestamp_val = 8;
| Returns |
| Type |
Description |
Timestamp |
The timestampVal.
|
getTimestampValOrBuilder()
public TimestampOrBuilder getTimestampValOrBuilder()
Timestamp values. Does not handle interval.
.google.protobuf.Timestamp timestamp_val = 8;
getUint64Val()
public long getUint64Val()
Un-signed integer value.
uint64 uint64_val = 6;
| Returns |
| Type |
Description |
long |
The uint64Val.
|
getValueCase()
public ExecuteDashboardQueryResponse.ColumnValue.ValueCase getValueCase()
hasBoolVal()
public boolean hasBoolVal()
Boolean value.
bool bool_val = 2;
| Returns |
| Type |
Description |
boolean |
Whether the boolVal field is set.
|
hasBytesVal()
public boolean hasBytesVal()
Bytes value.
bytes bytes_val = 3;
| Returns |
| Type |
Description |
boolean |
Whether the bytesVal field is set.
|
hasDateVal()
public boolean hasDateVal()
Date values.
.google.type.Date date_val = 9;
| Returns |
| Type |
Description |
boolean |
Whether the dateVal field is set.
|
hasDoubleVal()
public boolean hasDoubleVal()
Double value.
double double_val = 4;
| Returns |
| Type |
Description |
boolean |
Whether the doubleVal field is set.
|
hasInt64Val()
public boolean hasInt64Val()
Integer value (signed).
int64 int64_val = 5;
| Returns |
| Type |
Description |
boolean |
Whether the int64Val field is set.
|
public boolean hasMetadata()
.google.cloud.chronicle.v1.ExecuteDashboardQueryResponse.ColumnValue.ValueMetadata metadata = 11;
| Returns |
| Type |
Description |
boolean |
Whether the metadata field is set.
|
hasNullVal()
public boolean hasNullVal()
True if the value is NULL.
bool null_val = 1;
| Returns |
| Type |
Description |
boolean |
Whether the nullVal field is set.
|
hasProtoVal()
public boolean hasProtoVal()
For any proto values that are not any of the above.
.google.protobuf.Any proto_val = 10;
| Returns |
| Type |
Description |
boolean |
Whether the protoVal field is set.
|
hasStringVal()
public boolean hasStringVal()
String value. Enum values are returned as strings.
string string_val = 7;
| Returns |
| Type |
Description |
boolean |
Whether the stringVal field is set.
|
hasTimestampVal()
public boolean hasTimestampVal()
Timestamp values. Does not handle interval.
.google.protobuf.Timestamp timestamp_val = 8;
| Returns |
| Type |
Description |
boolean |
Whether the timestampVal field is set.
|
hasUint64Val()
public boolean hasUint64Val()
Un-signed integer value.
uint64 uint64_val = 6;
| Returns |
| Type |
Description |
boolean |
Whether the uint64Val field is set.
|
hashCode()
| Returns |
| Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public ExecuteDashboardQueryResponse.ColumnValue.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected ExecuteDashboardQueryResponse.ColumnValue.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public ExecuteDashboardQueryResponse.ColumnValue.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides