public static interface DashboardChart.Visualization.ColumnRenderTypeSettingsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getColumnRenderType()
public abstract RenderType getColumnRenderType()Optional. Column render type.
.google.cloud.chronicle.v1.RenderType column_render_type = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
RenderType |
The columnRenderType. |
getColumnRenderTypeValue()
public abstract int getColumnRenderTypeValue()Optional. Column render type.
.google.cloud.chronicle.v1.RenderType column_render_type = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for columnRenderType. |
getField()
public abstract String getField()Optional. Field key in data.
string field = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The field. |
getFieldBytes()
public abstract ByteString getFieldBytes()Optional. Field key in data.
string field = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for field. |