Class DenyGrantRequest.Builder (0.39.0)

public static final class DenyGrantRequest.Builder extends GeneratedMessage.Builder<DenyGrantRequest.Builder> implements DenyGrantRequestOrBuilder

Request message for DenyGrant method.

Protobuf type google.cloud.privilegedaccessmanager.v1.DenyGrantRequest

Static Methods

getDescriptor()

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

Methods

build()

public DenyGrantRequest build()
Returns
Type Description
DenyGrantRequest

buildPartial()

public DenyGrantRequest buildPartial()
Returns
Type Description
DenyGrantRequest

clear()

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

clearName()

public DenyGrantRequest.Builder clearName()

Required. Name of the grant resource which is being denied.

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

Returns
Type Description
DenyGrantRequest.Builder

This builder for chaining.

clearReason()

public DenyGrantRequest.Builder clearReason()

Optional. The reason for denying this grant. This is required if require_approver_justification field of the ManualApprovals workflow used in this grant is true.

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

Returns
Type Description
DenyGrantRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public DenyGrantRequest getDefaultInstanceForType()
Returns
Type Description
DenyGrantRequest

getDescriptorForType()

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

getName()

public String getName()

Required. Name of the grant resource which is being denied.

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 grant resource which is being denied.

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

Returns
Type Description
ByteString

The bytes for name.

getReason()

public String getReason()

Optional. The reason for denying this grant. This is required if require_approver_justification field of the ManualApprovals workflow used in this grant is true.

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

Returns
Type Description
String

The reason.

getReasonBytes()

public ByteString getReasonBytes()

Optional. The reason for denying this grant. This is required if require_approver_justification field of the ManualApprovals workflow used in this grant is true.

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

Returns
Type Description
ByteString

The bytes for reason.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(DenyGrantRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public DenyGrantRequest.Builder setName(String value)

Required. Name of the grant resource which is being denied.

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
DenyGrantRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public DenyGrantRequest.Builder setNameBytes(ByteString value)

Required. Name of the grant resource which is being denied.

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

This builder for chaining.

setReason(String value)

public DenyGrantRequest.Builder setReason(String value)

Optional. The reason for denying this grant. This is required if require_approver_justification field of the ManualApprovals workflow used in this grant is true.

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

Parameter
Name Description
value String

The reason to set.

Returns
Type Description
DenyGrantRequest.Builder

This builder for chaining.

setReasonBytes(ByteString value)

public DenyGrantRequest.Builder setReasonBytes(ByteString value)

Optional. The reason for denying this grant. This is required if require_approver_justification field of the ManualApprovals workflow used in this grant is true.

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

Parameter
Name Description
value ByteString

The bytes for reason to set.

Returns
Type Description
DenyGrantRequest.Builder

This builder for chaining.