Interface ExecuteDashboardQueryResponse.ColumnValue.ValueMetadataOrBuilder (0.31.0)

public static interface ExecuteDashboardQueryResponse.ColumnValue.ValueMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFieldPaths(int index)

public abstract String getFieldPaths(int index)

repeated string field_paths = 2;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The fieldPaths at the given index.

getFieldPathsBytes(int index)

public abstract ByteString getFieldPathsBytes(int index)

repeated string field_paths = 2;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the fieldPaths at the given index.

getFieldPathsCount()

public abstract int getFieldPathsCount()

repeated string field_paths = 2;

Returns
Type Description
int

The count of fieldPaths.

getFieldPathsList()

public abstract List<String> getFieldPathsList()

repeated string field_paths = 2;

Returns
Type Description
List<String>

A list containing the fieldPaths.

public abstract InAppLink getLinks(int index)

"Auto" generated In-app links.

repeated .google.cloud.chronicle.v1.InAppLink links = 1;

Parameter
Name Description
index int
Returns
Type Description
InAppLink

getLinksCount()

public abstract int getLinksCount()

"Auto" generated In-app links.

repeated .google.cloud.chronicle.v1.InAppLink links = 1;

Returns
Type Description
int
public abstract List<InAppLink> getLinksList()

"Auto" generated In-app links.

repeated .google.cloud.chronicle.v1.InAppLink links = 1;

Returns
Type Description
List<InAppLink>

getLinksOrBuilder(int index)

public abstract InAppLinkOrBuilder getLinksOrBuilder(int index)

"Auto" generated In-app links.

repeated .google.cloud.chronicle.v1.InAppLink links = 1;

Parameter
Name Description
index int
Returns
Type Description
InAppLinkOrBuilder

getLinksOrBuilderList()

public abstract List<? extends InAppLinkOrBuilder> getLinksOrBuilderList()

"Auto" generated In-app links.

repeated .google.cloud.chronicle.v1.InAppLink links = 1;

Returns
Type Description
List<? extends com.google.cloud.chronicle.v1.InAppLinkOrBuilder>

getTimestampVal()

public abstract Timestamp getTimestampVal()

Timestamp value to store the timestamp for the case of the date and time data type.

.google.protobuf.Timestamp timestamp_val = 3;

Returns
Type Description
Timestamp

The timestampVal.

getTimestampValOrBuilder()

public abstract TimestampOrBuilder getTimestampValOrBuilder()

Timestamp value to store the timestamp for the case of the date and time data type.

.google.protobuf.Timestamp timestamp_val = 3;

Returns
Type Description
TimestampOrBuilder

hasTimestampVal()

public abstract boolean hasTimestampVal()

Timestamp value to store the timestamp for the case of the date and time data type.

.google.protobuf.Timestamp timestamp_val = 3;

Returns
Type Description
boolean

Whether the timestampVal field is set.