public final class TableDisplayOptions extends GeneratedMessageV3 implements TableDisplayOptionsOrBuilder
Table display options that can be reused.
Protobuf type google.monitoring.dashboard.v1.TableDisplayOptions
Static Fields
SHOWN_COLUMNS_FIELD_NUMBER
public static final int SHOWN_COLUMNS_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static TableDisplayOptions getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static TableDisplayOptions.Builder newBuilder()
Returns
newBuilder(TableDisplayOptions prototype)
public static TableDisplayOptions.Builder newBuilder(TableDisplayOptions prototype)
Parameter
Returns
public static TableDisplayOptions parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static TableDisplayOptions parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static TableDisplayOptions parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static TableDisplayOptions parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static TableDisplayOptions parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static TableDisplayOptions parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static TableDisplayOptions parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static TableDisplayOptions parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static TableDisplayOptions parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static TableDisplayOptions parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static TableDisplayOptions parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static TableDisplayOptions parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<TableDisplayOptions> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public TableDisplayOptions getDefaultInstanceForType()
Returns
getParserForType()
public Parser<TableDisplayOptions> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getShownColumns(int index) (deprecated)
public String getShownColumns(int index)
Deprecated. google.monitoring.dashboard.v1.TableDisplayOptions.shown_columns is deprecated. See
google/monitoring/dashboard/v1/table_display_options.proto;l=32
Optional. This field is unused and has been replaced by
TimeSeriesTable.column_settings
repeated string shown_columns = 1 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];
Parameter
Name | Description |
index | int
The index of the element to return.
|
Returns
Type | Description |
String | The shownColumns at the given index.
|
getShownColumnsBytes(int index) (deprecated)
public ByteString getShownColumnsBytes(int index)
Deprecated. google.monitoring.dashboard.v1.TableDisplayOptions.shown_columns is deprecated. See
google/monitoring/dashboard/v1/table_display_options.proto;l=32
Optional. This field is unused and has been replaced by
TimeSeriesTable.column_settings
repeated string shown_columns = 1 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];
Parameter
Name | Description |
index | int
The index of the value to return.
|
Returns
Type | Description |
ByteString | The bytes of the shownColumns at the given index.
|
getShownColumnsCount() (deprecated)
public int getShownColumnsCount()
Deprecated. google.monitoring.dashboard.v1.TableDisplayOptions.shown_columns is deprecated. See
google/monitoring/dashboard/v1/table_display_options.proto;l=32
Optional. This field is unused and has been replaced by
TimeSeriesTable.column_settings
repeated string shown_columns = 1 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];
Returns
Type | Description |
int | The count of shownColumns.
|
getShownColumnsList() (deprecated)
public ProtocolStringList getShownColumnsList()
Deprecated. google.monitoring.dashboard.v1.TableDisplayOptions.shown_columns is deprecated. See
google/monitoring/dashboard/v1/table_display_options.proto;l=32
Optional. This field is unused and has been replaced by
TimeSeriesTable.column_settings
repeated string shown_columns = 1 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];
Returns
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public TableDisplayOptions.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected TableDisplayOptions.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public TableDisplayOptions.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions