public static final class DashboardChart.Visualization.ColumnRenderTypeSettings.Builder extends GeneratedMessage.Builder<DashboardChart.Visualization.ColumnRenderTypeSettings.Builder> implements DashboardChart.Visualization.ColumnRenderTypeSettingsOrBuilderColumn render type settings. This is used to determine the data render type of the column in the table.
Protobuf type
google.cloud.chronicle.v1.DashboardChart.Visualization.ColumnRenderTypeSettings
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > DashboardChart.Visualization.ColumnRenderTypeSettings.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public DashboardChart.Visualization.ColumnRenderTypeSettings build()| Returns | |
|---|---|
| Type | Description |
DashboardChart.Visualization.ColumnRenderTypeSettings |
|
buildPartial()
public DashboardChart.Visualization.ColumnRenderTypeSettings buildPartial()| Returns | |
|---|---|
| Type | Description |
DashboardChart.Visualization.ColumnRenderTypeSettings |
|
clear()
public DashboardChart.Visualization.ColumnRenderTypeSettings.Builder clear()| Returns | |
|---|---|
| Type | Description |
DashboardChart.Visualization.ColumnRenderTypeSettings.Builder |
|
clearColumnRenderType()
public DashboardChart.Visualization.ColumnRenderTypeSettings.Builder clearColumnRenderType()Optional. Column render type.
.google.cloud.chronicle.v1.RenderType column_render_type = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DashboardChart.Visualization.ColumnRenderTypeSettings.Builder |
This builder for chaining. |
clearField()
public DashboardChart.Visualization.ColumnRenderTypeSettings.Builder clearField()Optional. Field key in data.
string field = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DashboardChart.Visualization.ColumnRenderTypeSettings.Builder |
This builder for chaining. |
getColumnRenderType()
public 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 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. |
getDefaultInstanceForType()
public DashboardChart.Visualization.ColumnRenderTypeSettings getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
DashboardChart.Visualization.ColumnRenderTypeSettings |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getField()
public String getField()Optional. Field key in data.
string field = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The field. |
getFieldBytes()
public ByteString getFieldBytes()Optional. Field key in data.
string field = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for field. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(DashboardChart.Visualization.ColumnRenderTypeSettings other)
public DashboardChart.Visualization.ColumnRenderTypeSettings.Builder mergeFrom(DashboardChart.Visualization.ColumnRenderTypeSettings other)| Parameter | |
|---|---|
| Name | Description |
other |
DashboardChart.Visualization.ColumnRenderTypeSettings |
| Returns | |
|---|---|
| Type | Description |
DashboardChart.Visualization.ColumnRenderTypeSettings.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DashboardChart.Visualization.ColumnRenderTypeSettings.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DashboardChart.Visualization.ColumnRenderTypeSettings.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public DashboardChart.Visualization.ColumnRenderTypeSettings.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
DashboardChart.Visualization.ColumnRenderTypeSettings.Builder |
|
setColumnRenderType(RenderType value)
public DashboardChart.Visualization.ColumnRenderTypeSettings.Builder setColumnRenderType(RenderType value)Optional. Column render type.
.google.cloud.chronicle.v1.RenderType column_render_type = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
RenderTypeThe columnRenderType to set. |
| Returns | |
|---|---|
| Type | Description |
DashboardChart.Visualization.ColumnRenderTypeSettings.Builder |
This builder for chaining. |
setColumnRenderTypeValue(int value)
public DashboardChart.Visualization.ColumnRenderTypeSettings.Builder setColumnRenderTypeValue(int value)Optional. Column render type.
.google.cloud.chronicle.v1.RenderType column_render_type = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for columnRenderType to set. |
| Returns | |
|---|---|
| Type | Description |
DashboardChart.Visualization.ColumnRenderTypeSettings.Builder |
This builder for chaining. |
setField(String value)
public DashboardChart.Visualization.ColumnRenderTypeSettings.Builder setField(String value)Optional. Field key in data.
string field = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe field to set. |
| Returns | |
|---|---|
| Type | Description |
DashboardChart.Visualization.ColumnRenderTypeSettings.Builder |
This builder for chaining. |
setFieldBytes(ByteString value)
public DashboardChart.Visualization.ColumnRenderTypeSettings.Builder setFieldBytes(ByteString value)Optional. Field key in data.
string field = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for field to set. |
| Returns | |
|---|---|
| Type | Description |
DashboardChart.Visualization.ColumnRenderTypeSettings.Builder |
This builder for chaining. |