Class BatchGetDashboardChartsResponse (0.31.0)

public final class BatchGetDashboardChartsResponse extends GeneratedMessage implements BatchGetDashboardChartsResponseOrBuilder

Response message for getting dashboard charts in batch.

Protobuf type google.cloud.chronicle.v1.BatchGetDashboardChartsResponse

Inheritance

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

Static Fields

DASHBOARD_CHARTS_FIELD_NUMBER

public static final int DASHBOARD_CHARTS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static BatchGetDashboardChartsResponse getDefaultInstance()
Returns
Type Description
BatchGetDashboardChartsResponse

getDescriptor()

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

newBuilder()

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

newBuilder(BatchGetDashboardChartsResponse prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDashboardCharts(int index)

public DashboardChart getDashboardCharts(int index)

The dashboardCharts from the specified chronicle instance.

repeated .google.cloud.chronicle.v1.DashboardChart dashboard_charts = 1;

Parameter
Name Description
index int
Returns
Type Description
DashboardChart

getDashboardChartsCount()

public int getDashboardChartsCount()

The dashboardCharts from the specified chronicle instance.

repeated .google.cloud.chronicle.v1.DashboardChart dashboard_charts = 1;

Returns
Type Description
int

getDashboardChartsList()

public List<DashboardChart> getDashboardChartsList()

The dashboardCharts from the specified chronicle instance.

repeated .google.cloud.chronicle.v1.DashboardChart dashboard_charts = 1;

Returns
Type Description
List<DashboardChart>

getDashboardChartsOrBuilder(int index)

public DashboardChartOrBuilder getDashboardChartsOrBuilder(int index)

The dashboardCharts from the specified chronicle instance.

repeated .google.cloud.chronicle.v1.DashboardChart dashboard_charts = 1;

Parameter
Name Description
index int
Returns
Type Description
DashboardChartOrBuilder

getDashboardChartsOrBuilderList()

public List<? extends DashboardChartOrBuilder> getDashboardChartsOrBuilderList()

The dashboardCharts from the specified chronicle instance.

repeated .google.cloud.chronicle.v1.DashboardChart dashboard_charts = 1;

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

getDefaultInstanceForType()

public BatchGetDashboardChartsResponse getDefaultInstanceForType()
Returns
Type Description
BatchGetDashboardChartsResponse

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

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 BatchGetDashboardChartsResponse.Builder newBuilderForType()
Returns
Type Description
BatchGetDashboardChartsResponse.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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