Class DeletePolicyRequest.Builder (2.85.0)

public static final class DeletePolicyRequest.Builder extends GeneratedMessage.Builder<DeletePolicyRequest.Builder> implements DeletePolicyRequestOrBuilder

The request sent to the [DeletePolicy] [google.cloud.orgpolicy.v2.OrgPolicy.DeletePolicy] method.

Protobuf type google.cloud.orgpolicy.v2.DeletePolicyRequest

Static Methods

getDescriptor()

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

Methods

build()

public DeletePolicyRequest build()
Returns
Type Description
DeletePolicyRequest

buildPartial()

public DeletePolicyRequest buildPartial()
Returns
Type Description
DeletePolicyRequest

clear()

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

clearEtag()

public DeletePolicyRequest.Builder clearEtag()

Optional. The current etag of policy. If an etag is provided and does not match the current etag of the policy, deletion will be blocked and an ABORTED error will be returned.

string etag = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DeletePolicyRequest.Builder

This builder for chaining.

clearName()

public DeletePolicyRequest.Builder clearName()

Required. Name of the policy to delete. See the policy entry for naming rules.

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

Returns
Type Description
DeletePolicyRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public DeletePolicyRequest getDefaultInstanceForType()
Returns
Type Description
DeletePolicyRequest

getDescriptorForType()

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

getEtag()

public String getEtag()

Optional. The current etag of policy. If an etag is provided and does not match the current etag of the policy, deletion will be blocked and an ABORTED error will be returned.

string etag = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The etag.

getEtagBytes()

public ByteString getEtagBytes()

Optional. The current etag of policy. If an etag is provided and does not match the current etag of the policy, deletion will be blocked and an ABORTED error will be returned.

string etag = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for etag.

getName()

public String getName()

Required. Name of the policy to delete. See the policy entry for naming rules.

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

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. Name of the policy to delete. See the policy entry for naming rules.

string name = 1 [(.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(DeletePolicyRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setEtag(String value)

public DeletePolicyRequest.Builder setEtag(String value)

Optional. The current etag of policy. If an etag is provided and does not match the current etag of the policy, deletion will be blocked and an ABORTED error will be returned.

string etag = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The etag to set.

Returns
Type Description
DeletePolicyRequest.Builder

This builder for chaining.

setEtagBytes(ByteString value)

public DeletePolicyRequest.Builder setEtagBytes(ByteString value)

Optional. The current etag of policy. If an etag is provided and does not match the current etag of the policy, deletion will be blocked and an ABORTED error will be returned.

string etag = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for etag to set.

Returns
Type Description
DeletePolicyRequest.Builder

This builder for chaining.

setName(String value)

public DeletePolicyRequest.Builder setName(String value)

Required. Name of the policy to delete. See the policy entry for naming rules.

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
DeletePolicyRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public DeletePolicyRequest.Builder setNameBytes(ByteString value)

Required. Name of the policy to delete. See the policy entry for naming rules.

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

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
DeletePolicyRequest.Builder

This builder for chaining.