Interface ColumnMetadataOrBuilder (0.31.0)

public interface ColumnMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getColumn()

public abstract String getColumn()

Name of the column.

string column = 1;

Returns
Type Description
String

The column.

getColumnBytes()

public abstract ByteString getColumnBytes()

Name of the column.

string column = 1;

Returns
Type Description
ByteString

The bytes for column.

getDataSource()

public abstract DataSource getDataSource()

Data source queried.

.google.cloud.chronicle.v1.DataSource data_source = 5;

Returns
Type Description
DataSource

The dataSource.

getDataSourceValue()

public abstract int getDataSourceValue()

Data source queried.

.google.cloud.chronicle.v1.DataSource data_source = 5;

Returns
Type Description
int

The enum numeric value on the wire for dataSource.

getFieldPath()

public abstract String getFieldPath()

Field path of the queried field, if any.

string field_path = 2;

Returns
Type Description
String

The fieldPath.

getFieldPathBytes()

public abstract ByteString getFieldPathBytes()

Field path of the queried field, if any.

string field_path = 2;

Returns
Type Description
ByteString

The bytes for fieldPath.

getFunctionModule()

public abstract String getFunctionModule()

Module of the function used to query the field, if any.

string function_module = 4;

Returns
Type Description
String

The functionModule.

getFunctionModuleBytes()

public abstract ByteString getFunctionModuleBytes()

Module of the function used to query the field, if any.

string function_module = 4;

Returns
Type Description
ByteString

The bytes for functionModule.

getFunctionName()

public abstract String getFunctionName()

Name of the function used to query the field, if any.

string function_name = 3;

Returns
Type Description
String

The functionName.

getFunctionNameBytes()

public abstract ByteString getFunctionNameBytes()

Name of the function used to query the field, if any.

string function_name = 3;

Returns
Type Description
ByteString

The bytes for functionName.

getLatitude()

public abstract boolean getLatitude()

Whether the column is a latitude field.

bool latitude = 8;

Returns
Type Description
boolean

The latitude.

getLongitude()

public abstract boolean getLongitude()

Whether the column is a longitude field.

bool longitude = 7;

Returns
Type Description
boolean

The longitude.

getSelected()

public abstract boolean getSelected()

Whether the column is selected in the final response.

bool selected = 9;

Returns
Type Description
boolean

The selected.

getTimestampMetadata()

public abstract TimestampMetadata getTimestampMetadata()

Timestamp Metadata

.google.cloud.chronicle.v1.TimestampMetadata timestamp_metadata = 6;

Returns
Type Description
TimestampMetadata

The timestampMetadata.

getTimestampMetadataOrBuilder()

public abstract TimestampMetadataOrBuilder getTimestampMetadataOrBuilder()

Timestamp Metadata

.google.cloud.chronicle.v1.TimestampMetadata timestamp_metadata = 6;

Returns
Type Description
TimestampMetadataOrBuilder

getUnselected()

public abstract boolean getUnselected()

Whether the column is unselected in the final response.

bool unselected = 10;

Returns
Type Description
boolean

The unselected.

hasTimestampMetadata()

public abstract boolean hasTimestampMetadata()

Timestamp Metadata

.google.cloud.chronicle.v1.TimestampMetadata timestamp_metadata = 6;

Returns
Type Description
boolean

Whether the timestampMetadata field is set.