Class NativeDashboardWithChartsAndQueries (0.31.0)

public final class NativeDashboardWithChartsAndQueries extends GeneratedMessage implements NativeDashboardWithChartsAndQueriesOrBuilder

NativeDashboardWithChartsAndQueries for exporting a dashboard.

Protobuf type google.cloud.chronicle.v1.NativeDashboardWithChartsAndQueries

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > NativeDashboardWithChartsAndQueries

Static Fields

DASHBOARD_CHARTS_FIELD_NUMBER

public static final int DASHBOARD_CHARTS_FIELD_NUMBER
Field Value
Type Description
int

DASHBOARD_FIELD_NUMBER

public static final int DASHBOARD_FIELD_NUMBER
Field Value
Type Description
int

DASHBOARD_QUERIES_FIELD_NUMBER

public static final int DASHBOARD_QUERIES_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static NativeDashboardWithChartsAndQueries getDefaultInstance()
Returns
Type Description
NativeDashboardWithChartsAndQueries

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static NativeDashboardWithChartsAndQueries.Builder newBuilder()
Returns
Type Description
NativeDashboardWithChartsAndQueries.Builder

newBuilder(NativeDashboardWithChartsAndQueries prototype)

public static NativeDashboardWithChartsAndQueries.Builder newBuilder(NativeDashboardWithChartsAndQueries prototype)
Parameter
Name Description
prototype NativeDashboardWithChartsAndQueries
Returns
Type Description
NativeDashboardWithChartsAndQueries.Builder

parseDelimitedFrom(InputStream input)

public static NativeDashboardWithChartsAndQueries parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
NativeDashboardWithChartsAndQueries
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static NativeDashboardWithChartsAndQueries parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
NativeDashboardWithChartsAndQueries
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static NativeDashboardWithChartsAndQueries parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
NativeDashboardWithChartsAndQueries
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static NativeDashboardWithChartsAndQueries parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
NativeDashboardWithChartsAndQueries
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static NativeDashboardWithChartsAndQueries parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
NativeDashboardWithChartsAndQueries
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static NativeDashboardWithChartsAndQueries parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
NativeDashboardWithChartsAndQueries
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static NativeDashboardWithChartsAndQueries parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
NativeDashboardWithChartsAndQueries
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static NativeDashboardWithChartsAndQueries parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
NativeDashboardWithChartsAndQueries
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static NativeDashboardWithChartsAndQueries parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
NativeDashboardWithChartsAndQueries
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static NativeDashboardWithChartsAndQueries parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
NativeDashboardWithChartsAndQueries
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static NativeDashboardWithChartsAndQueries parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
NativeDashboardWithChartsAndQueries
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static NativeDashboardWithChartsAndQueries parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
NativeDashboardWithChartsAndQueries
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<NativeDashboardWithChartsAndQueries> parser()
Returns
Type Description
Parser<NativeDashboardWithChartsAndQueries>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDashboard()

public NativeDashboard getDashboard()

Optional. Native dashboard.

.google.cloud.chronicle.v1.NativeDashboard dashboard = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
NativeDashboard

The dashboard.

getDashboardCharts(int index)

public DashboardChart getDashboardCharts(int index)

Optional. Charts in the dashboard.

repeated .google.cloud.chronicle.v1.DashboardChart dashboard_charts = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
DashboardChart

getDashboardChartsCount()

public int getDashboardChartsCount()

Optional. Charts in the dashboard.

repeated .google.cloud.chronicle.v1.DashboardChart dashboard_charts = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

getDashboardChartsList()

public List<DashboardChart> getDashboardChartsList()

Optional. Charts in the dashboard.

repeated .google.cloud.chronicle.v1.DashboardChart dashboard_charts = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<DashboardChart>

getDashboardChartsOrBuilder(int index)

public DashboardChartOrBuilder getDashboardChartsOrBuilder(int index)

Optional. Charts in the dashboard.

repeated .google.cloud.chronicle.v1.DashboardChart dashboard_charts = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
DashboardChartOrBuilder

getDashboardChartsOrBuilderList()

public List<? extends DashboardChartOrBuilder> getDashboardChartsOrBuilderList()

Optional. Charts in the dashboard.

repeated .google.cloud.chronicle.v1.DashboardChart dashboard_charts = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<? extends com.google.cloud.chronicle.v1.DashboardChartOrBuilder>

getDashboardOrBuilder()

public NativeDashboardOrBuilder getDashboardOrBuilder()

Optional. Native dashboard.

.google.cloud.chronicle.v1.NativeDashboard dashboard = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
NativeDashboardOrBuilder

getDashboardQueries(int index)

public DashboardQuery getDashboardQueries(int index)

Optional. Queries in the dashboard.

repeated .google.cloud.chronicle.v1.DashboardQuery dashboard_queries = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
DashboardQuery

getDashboardQueriesCount()

public int getDashboardQueriesCount()

Optional. Queries in the dashboard.

repeated .google.cloud.chronicle.v1.DashboardQuery dashboard_queries = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

getDashboardQueriesList()

public List<DashboardQuery> getDashboardQueriesList()

Optional. Queries in the dashboard.

repeated .google.cloud.chronicle.v1.DashboardQuery dashboard_queries = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<DashboardQuery>

getDashboardQueriesOrBuilder(int index)

public DashboardQueryOrBuilder getDashboardQueriesOrBuilder(int index)

Optional. Queries in the dashboard.

repeated .google.cloud.chronicle.v1.DashboardQuery dashboard_queries = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
DashboardQueryOrBuilder

getDashboardQueriesOrBuilderList()

public List<? extends DashboardQueryOrBuilder> getDashboardQueriesOrBuilderList()

Optional. Queries in the dashboard.

repeated .google.cloud.chronicle.v1.DashboardQuery dashboard_queries = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<? extends com.google.cloud.chronicle.v1.DashboardQueryOrBuilder>

getDefaultInstanceForType()

public NativeDashboardWithChartsAndQueries getDefaultInstanceForType()
Returns
Type Description
NativeDashboardWithChartsAndQueries

getParserForType()

public Parser<NativeDashboardWithChartsAndQueries> getParserForType()
Returns
Type Description
Parser<NativeDashboardWithChartsAndQueries>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasDashboard()

public boolean hasDashboard()

Optional. Native dashboard.

.google.cloud.chronicle.v1.NativeDashboard dashboard = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the dashboard field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public NativeDashboardWithChartsAndQueries.Builder newBuilderForType()
Returns
Type Description
NativeDashboardWithChartsAndQueries.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected NativeDashboardWithChartsAndQueries.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
NativeDashboardWithChartsAndQueries.Builder
Overrides

toBuilder()

public NativeDashboardWithChartsAndQueries.Builder toBuilder()
Returns
Type Description
NativeDashboardWithChartsAndQueries.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException