Class GetAlertPolicyRequest.Builder (3.84.0)

public static final class GetAlertPolicyRequest.Builder extends GeneratedMessage.Builder<GetAlertPolicyRequest.Builder> implements GetAlertPolicyRequestOrBuilder

The protocol for the GetAlertPolicy request.

Protobuf type google.monitoring.v3.GetAlertPolicyRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetAlertPolicyRequest build()
Returns
Type Description
GetAlertPolicyRequest

buildPartial()

public GetAlertPolicyRequest buildPartial()
Returns
Type Description
GetAlertPolicyRequest

clear()

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

clearName()

public GetAlertPolicyRequest.Builder clearName()

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

projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID]

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

Returns
Type Description
GetAlertPolicyRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetAlertPolicyRequest getDefaultInstanceForType()
Returns
Type Description
GetAlertPolicyRequest

getDescriptorForType()

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

getName()

public String getName()

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

projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID]

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 retrieve. The format is:

projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID]

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

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public GetAlertPolicyRequest.Builder setName(String value)

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

projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID]

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetAlertPolicyRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetAlertPolicyRequest.Builder setNameBytes(ByteString value)

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

projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID]

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
GetAlertPolicyRequest.Builder

This builder for chaining.