public final class EditChartResponse extends GeneratedMessage implements EditChartResponseOrBuilderResponse message for editing chart in a dashboard.
Protobuf type google.cloud.chronicle.v1.EditChartResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > EditChartResponseImplements
EditChartResponseOrBuilderStatic Fields
DASHBOARD_CHART_FIELD_NUMBER
public static final int DASHBOARD_CHART_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
NATIVE_DASHBOARD_FIELD_NUMBER
public static final int NATIVE_DASHBOARD_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static EditChartResponse getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
EditChartResponse |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static EditChartResponse.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
EditChartResponse.Builder |
|
newBuilder(EditChartResponse prototype)
public static EditChartResponse.Builder newBuilder(EditChartResponse prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
EditChartResponse |
| Returns | |
|---|---|
| Type | Description |
EditChartResponse.Builder |
|
parseDelimitedFrom(InputStream input)
public static EditChartResponse parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
EditChartResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static EditChartResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
EditChartResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static EditChartResponse parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
EditChartResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static EditChartResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
EditChartResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static EditChartResponse parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
EditChartResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static EditChartResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
EditChartResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static EditChartResponse parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
EditChartResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static EditChartResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
EditChartResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static EditChartResponse parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
EditChartResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static EditChartResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
EditChartResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static EditChartResponse parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
EditChartResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static EditChartResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
EditChartResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<EditChartResponse> parser()| Returns | |
|---|---|
| Type | Description |
Parser<EditChartResponse> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDashboardChart()
public DashboardChart getDashboardChart()Edited chart resource.
.google.cloud.chronicle.v1.DashboardChart dashboard_chart = 2;
| Returns | |
|---|---|
| Type | Description |
DashboardChart |
The dashboardChart. |
getDashboardChartOrBuilder()
public DashboardChartOrBuilder getDashboardChartOrBuilder()Edited chart resource.
.google.cloud.chronicle.v1.DashboardChart dashboard_chart = 2;
| Returns | |
|---|---|
| Type | Description |
DashboardChartOrBuilder |
|
getDefaultInstanceForType()
public EditChartResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
EditChartResponse |
|
getNativeDashboard()
public NativeDashboard getNativeDashboard()Edited dashboard.
.google.cloud.chronicle.v1.NativeDashboard native_dashboard = 1;
| Returns | |
|---|---|
| Type | Description |
NativeDashboard |
The nativeDashboard. |
getNativeDashboardOrBuilder()
public NativeDashboardOrBuilder getNativeDashboardOrBuilder()Edited dashboard.
.google.cloud.chronicle.v1.NativeDashboard native_dashboard = 1;
| Returns | |
|---|---|
| Type | Description |
NativeDashboardOrBuilder |
|
getParserForType()
public Parser<EditChartResponse> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<EditChartResponse> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hasDashboardChart()
public boolean hasDashboardChart()Edited chart resource.
.google.cloud.chronicle.v1.DashboardChart dashboard_chart = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the dashboardChart field is set. |
hasNativeDashboard()
public boolean hasNativeDashboard()Edited dashboard.
.google.cloud.chronicle.v1.NativeDashboard native_dashboard = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the nativeDashboard field is set. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public EditChartResponse.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
EditChartResponse.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected EditChartResponse.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
EditChartResponse.Builder |
|
toBuilder()
public EditChartResponse.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
EditChartResponse.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|