public static final class AlertChart.Builder extends GeneratedMessage.Builder<AlertChart.Builder> implements AlertChartOrBuilderA chart that displays alert policy data.
Protobuf type google.monitoring.dashboard.v1.AlertChart
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > AlertChart.BuilderImplements
AlertChartOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public AlertChart build()| Returns | |
|---|---|
| Type | Description |
AlertChart |
|
buildPartial()
public AlertChart buildPartial()| Returns | |
|---|---|
| Type | Description |
AlertChart |
|
clear()
public AlertChart.Builder clear()| Returns | |
|---|---|
| Type | Description |
AlertChart.Builder |
|
clearName()
public AlertChart.Builder clearName()Required. The resource name of the alert policy. The format is:
projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID]
string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
AlertChart.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public AlertChart getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
AlertChart |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getName()
public String getName()Required. The resource name of the alert policy. The format is:
projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID]
string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()Required. The resource name of the alert policy. The format is:
projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID]
string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(AlertChart other)
public AlertChart.Builder mergeFrom(AlertChart other)| Parameter | |
|---|---|
| Name | Description |
other |
AlertChart |
| Returns | |
|---|---|
| Type | Description |
AlertChart.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public AlertChart.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AlertChart.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public AlertChart.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
AlertChart.Builder |
|
setName(String value)
public AlertChart.Builder setName(String value)Required. The resource name of the alert policy. The format is:
projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID]
string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
AlertChart.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public AlertChart.Builder setNameBytes(ByteString value)Required. The resource name of the alert policy. The format is:
projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID]
string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
AlertChart.Builder |
This builder for chaining. |