Class DeleteAlertPolicyRequest.Builder (3.84.0)

public static final class DeleteAlertPolicyRequest.Builder extends GeneratedMessage.Builder<DeleteAlertPolicyRequest.Builder> implements DeleteAlertPolicyRequestOrBuilder

The protocol for the DeleteAlertPolicy request.

Protobuf type google.monitoring.v3.DeleteAlertPolicyRequest

Static Methods

getDescriptor()

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

Methods

build()

public DeleteAlertPolicyRequest build()
Returns
Type Description
DeleteAlertPolicyRequest

buildPartial()

public DeleteAlertPolicyRequest buildPartial()
Returns
Type Description
DeleteAlertPolicyRequest

clear()

public DeleteAlertPolicyRequest.Builder clear()
Returns
Type Description
DeleteAlertPolicyRequest.Builder
Overrides

clearName()

public DeleteAlertPolicyRequest.Builder clearName()

Required. The alerting policy to delete. The format is:

projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID]

For more information, see AlertPolicy.

string name = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
DeleteAlertPolicyRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public DeleteAlertPolicyRequest getDefaultInstanceForType()
Returns
Type Description
DeleteAlertPolicyRequest

getDescriptorForType()

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

getName()

public String getName()

Required. The alerting policy to delete. The format is:

projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID]

For more information, see AlertPolicy.

string name = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The alerting policy to delete. The format is:

projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID]

For more information, see AlertPolicy.

string name = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

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(DeleteAlertPolicyRequest other)

public DeleteAlertPolicyRequest.Builder mergeFrom(DeleteAlertPolicyRequest other)
Parameter
Name Description
other DeleteAlertPolicyRequest
Returns
Type Description
DeleteAlertPolicyRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public DeleteAlertPolicyRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DeleteAlertPolicyRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

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

setName(String value)

public DeleteAlertPolicyRequest.Builder setName(String value)

Required. The alerting policy to delete. The format is:

projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID]

For more information, see AlertPolicy.

string name = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The name to set.

Returns
Type Description
DeleteAlertPolicyRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public DeleteAlertPolicyRequest.Builder setNameBytes(ByteString value)

Required. The alerting policy to delete. The format is:

projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID]

For more information, see AlertPolicy.

string name = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
DeleteAlertPolicyRequest.Builder

This builder for chaining.