public static final class TimeSeriesTable.ColumnSettings extends GeneratedMessage implements TimeSeriesTable.ColumnSettingsOrBuilderThe persistent settings for a table's columns.
Protobuf type google.monitoring.dashboard.v1.TimeSeriesTable.ColumnSettings
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > TimeSeriesTable.ColumnSettingsImplements
TimeSeriesTable.ColumnSettingsOrBuilderStatic Fields
COLUMN_FIELD_NUMBER
public static final int COLUMN_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
VISIBLE_FIELD_NUMBER
public static final int VISIBLE_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static TimeSeriesTable.ColumnSettings getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
TimeSeriesTable.ColumnSettings |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static TimeSeriesTable.ColumnSettings.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
TimeSeriesTable.ColumnSettings.Builder |
|
newBuilder(TimeSeriesTable.ColumnSettings prototype)
public static TimeSeriesTable.ColumnSettings.Builder newBuilder(TimeSeriesTable.ColumnSettings prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
TimeSeriesTable.ColumnSettings |
| Returns | |
|---|---|
| Type | Description |
TimeSeriesTable.ColumnSettings.Builder |
|
parseDelimitedFrom(InputStream input)
public static TimeSeriesTable.ColumnSettings parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
TimeSeriesTable.ColumnSettings |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static TimeSeriesTable.ColumnSettings parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TimeSeriesTable.ColumnSettings |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static TimeSeriesTable.ColumnSettings parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
TimeSeriesTable.ColumnSettings |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static TimeSeriesTable.ColumnSettings parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TimeSeriesTable.ColumnSettings |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static TimeSeriesTable.ColumnSettings parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
TimeSeriesTable.ColumnSettings |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static TimeSeriesTable.ColumnSettings parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TimeSeriesTable.ColumnSettings |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static TimeSeriesTable.ColumnSettings parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
TimeSeriesTable.ColumnSettings |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static TimeSeriesTable.ColumnSettings parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TimeSeriesTable.ColumnSettings |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static TimeSeriesTable.ColumnSettings parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
TimeSeriesTable.ColumnSettings |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static TimeSeriesTable.ColumnSettings parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TimeSeriesTable.ColumnSettings |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static TimeSeriesTable.ColumnSettings parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
TimeSeriesTable.ColumnSettings |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static TimeSeriesTable.ColumnSettings parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TimeSeriesTable.ColumnSettings |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<TimeSeriesTable.ColumnSettings> parser()| Returns | |
|---|---|
| Type | Description |
Parser<ColumnSettings> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getColumn()
public String getColumn()Required. The id of the column.
string column = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The column. |
getColumnBytes()
public ByteString getColumnBytes()Required. The id of the column.
string column = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for column. |
getDefaultInstanceForType()
public TimeSeriesTable.ColumnSettings getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
TimeSeriesTable.ColumnSettings |
|
getParserForType()
public Parser<TimeSeriesTable.ColumnSettings> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<ColumnSettings> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
getVisible()
public boolean getVisible()Required. Whether the column should be visible on page load.
bool visible = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
The visible. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public TimeSeriesTable.ColumnSettings.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
TimeSeriesTable.ColumnSettings.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected TimeSeriesTable.ColumnSettings.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
TimeSeriesTable.ColumnSettings.Builder |
|
toBuilder()
public TimeSeriesTable.ColumnSettings.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
TimeSeriesTable.ColumnSettings.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|