Class RevokeGrantRequest.Builder (0.39.0)

public static final class RevokeGrantRequest.Builder extends GeneratedMessage.Builder<RevokeGrantRequest.Builder> implements RevokeGrantRequestOrBuilder

Request message for RevokeGrant method.

Protobuf type google.cloud.privilegedaccessmanager.v1.RevokeGrantRequest

Static Methods

getDescriptor()

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

Methods

build()

public RevokeGrantRequest build()
Returns
Type Description
RevokeGrantRequest

buildPartial()

public RevokeGrantRequest buildPartial()
Returns
Type Description
RevokeGrantRequest

clear()

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

clearName()

public RevokeGrantRequest.Builder clearName()

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

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

Returns
Type Description
RevokeGrantRequest.Builder

This builder for chaining.

clearReason()

public RevokeGrantRequest.Builder clearReason()

Optional. The reason for revoking this grant.

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

Returns
Type Description
RevokeGrantRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public RevokeGrantRequest getDefaultInstanceForType()
Returns
Type Description
RevokeGrantRequest

getDescriptorForType()

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

getName()

public String getName()

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

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

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 revoking this grant.

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

Returns
Type Description
String

The reason.

getReasonBytes()

public ByteString getReasonBytes()

Optional. The reason for revoking this grant.

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

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public RevokeGrantRequest.Builder setName(String value)

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

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
RevokeGrantRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public RevokeGrantRequest.Builder setNameBytes(ByteString value)

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

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

This builder for chaining.

setReason(String value)

public RevokeGrantRequest.Builder setReason(String value)

Optional. The reason for revoking this grant.

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

Parameter
Name Description
value String

The reason to set.

Returns
Type Description
RevokeGrantRequest.Builder

This builder for chaining.

setReasonBytes(ByteString value)

public RevokeGrantRequest.Builder setReasonBytes(ByteString value)

Optional. The reason for revoking this grant.

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

Parameter
Name Description
value ByteString

The bytes for reason to set.

Returns
Type Description
RevokeGrantRequest.Builder

This builder for chaining.