Class AlertChart.Builder (2.44.0)

public static final class AlertChart.Builder extends GeneratedMessageV3.Builder<AlertChart.Builder> implements AlertChartOrBuilder

A chart that displays alert policy data.

Protobuf type google.monitoring.dashboard.v1.AlertChart

Implements

AlertChartOrBuilder

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public AlertChart.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
AlertChart.Builder
Overrides

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
Overrides

clearField(Descriptors.FieldDescriptor field)

public AlertChart.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
AlertChart.Builder
Overrides

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.

clearOneof(Descriptors.OneofDescriptor oneof)

public AlertChart.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
AlertChart.Builder
Overrides

clone()

public AlertChart.Builder clone()
Returns
Type Description
AlertChart.Builder
Overrides

getDefaultInstanceForType()

public AlertChart getDefaultInstanceForType()
Returns
Type Description
AlertChart

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

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 GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

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
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public AlertChart.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
AlertChart.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final AlertChart.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
AlertChart.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public AlertChart.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
AlertChart.Builder
Overrides

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 String

The 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 ByteString

The bytes for name to set.

Returns
Type Description
AlertChart.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public AlertChart.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
AlertChart.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final AlertChart.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
AlertChart.Builder
Overrides