Class AlertChart.Builder (2.87.0)

public static final class AlertChart.Builder extends GeneratedMessage.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

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

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
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 GeneratedMessage.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

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.