public final class ColumnMetadata extends GeneratedMessage implements ColumnMetadataOrBuilder
Metadata of the column.
Protobuf type google.cloud.chronicle.v1.ColumnMetadata
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
public static final int COLUMN_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int DATA_SOURCE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int FIELD_PATH_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int FUNCTION_MODULE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int FUNCTION_NAME_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int LATITUDE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int LONGITUDE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int SELECTED_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int TIMESTAMP_METADATA_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int UNSELECTED_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
public static ColumnMetadata getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static ColumnMetadata.Builder newBuilder()
public static ColumnMetadata.Builder newBuilder(ColumnMetadata prototype)
public static ColumnMetadata parseDelimitedFrom(InputStream input)
public static ColumnMetadata parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ColumnMetadata parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
public static ColumnMetadata parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ColumnMetadata parseFrom(ByteString data)
public static ColumnMetadata parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ColumnMetadata parseFrom(CodedInputStream input)
public static ColumnMetadata parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ColumnMetadata parseFrom(InputStream input)
public static ColumnMetadata parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ColumnMetadata parseFrom(ByteBuffer data)
public static ColumnMetadata parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<ColumnMetadata> parser()
Methods
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
public String getColumn()
Name of the column.
string column = 1;
| Returns |
| Type |
Description |
String |
The column.
|
public ByteString getColumnBytes()
Name of the column.
string column = 1;
| Returns |
| Type |
Description |
ByteString |
The bytes for column.
|
public DataSource getDataSource()
Data source queried.
.google.cloud.chronicle.v1.DataSource data_source = 5;
| Returns |
| Type |
Description |
DataSource |
The dataSource.
|
public 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.
|
public ColumnMetadata getDefaultInstanceForType()
public String getFieldPath()
Field path of the queried field, if any.
string field_path = 2;
| Returns |
| Type |
Description |
String |
The fieldPath.
|
public ByteString getFieldPathBytes()
Field path of the queried field, if any.
string field_path = 2;
| Returns |
| Type |
Description |
ByteString |
The bytes for fieldPath.
|
public String getFunctionModule()
Module of the function used to query the field, if any.
string function_module = 4;
| Returns |
| Type |
Description |
String |
The functionModule.
|
public 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.
|
public String getFunctionName()
Name of the function used to query the field, if any.
string function_name = 3;
| Returns |
| Type |
Description |
String |
The functionName.
|
public 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.
|
public boolean getLatitude()
Whether the column is a latitude field.
bool latitude = 8;
| Returns |
| Type |
Description |
boolean |
The latitude.
|
public boolean getLongitude()
Whether the column is a longitude field.
bool longitude = 7;
| Returns |
| Type |
Description |
boolean |
The longitude.
|
public Parser<ColumnMetadata> getParserForType()
Overrides
public boolean getSelected()
Whether the column is selected in the final response.
bool selected = 9;
| Returns |
| Type |
Description |
boolean |
The selected.
|
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
public TimestampMetadata getTimestampMetadata()
Timestamp Metadata
.google.cloud.chronicle.v1.TimestampMetadata timestamp_metadata = 6;
public TimestampMetadataOrBuilder getTimestampMetadataOrBuilder()
Timestamp Metadata
.google.cloud.chronicle.v1.TimestampMetadata timestamp_metadata = 6;
public boolean getUnselected()
Whether the column is unselected in the final response.
bool unselected = 10;
| Returns |
| Type |
Description |
boolean |
The unselected.
|
public boolean hasTimestampMetadata()
Timestamp Metadata
.google.cloud.chronicle.v1.TimestampMetadata timestamp_metadata = 6;
| Returns |
| Type |
Description |
boolean |
Whether the timestampMetadata field is set.
|
| Returns |
| Type |
Description |
int |
|
Overrides
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public ColumnMetadata.Builder newBuilderForType()
protected ColumnMetadata.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
public ColumnMetadata.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides