public final class TableDisplayOptions extends GeneratedMessageV3 implements TableDisplayOptionsOrBuilder
Table display options that can be reused.
Protobuf type google.monitoring.dashboard.v1.TableDisplayOptions
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
SHOWN_COLUMNS_FIELD_NUMBER
public static final int SHOWN_COLUMNS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static TableDisplayOptions getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static TableDisplayOptions.Builder newBuilder()
newBuilder(TableDisplayOptions prototype)
public static TableDisplayOptions.Builder newBuilder(TableDisplayOptions prototype)
public static TableDisplayOptions parseDelimitedFrom(InputStream input)
public static TableDisplayOptions parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static TableDisplayOptions parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static TableDisplayOptions parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static TableDisplayOptions parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static TableDisplayOptions parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static TableDisplayOptions parseFrom(CodedInputStream input)
public static TableDisplayOptions parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static TableDisplayOptions parseFrom(InputStream input)
public static TableDisplayOptions parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static TableDisplayOptions parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static TableDisplayOptions parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<TableDisplayOptions> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public TableDisplayOptions getDefaultInstanceForType()
getParserForType()
public Parser<TableDisplayOptions> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
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];
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public TableDisplayOptions.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected TableDisplayOptions.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public TableDisplayOptions.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides