Class GetPolicyOptions.Builder (1.60.0)

public static final class GetPolicyOptions.Builder extends GeneratedMessage.Builder<GetPolicyOptions.Builder> implements GetPolicyOptionsOrBuilder

Encapsulates settings provided to GetIamPolicy.

Protobuf type google.iam.v1.GetPolicyOptions

Static Methods

getDescriptor()

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

Methods

build()

public GetPolicyOptions build()
Returns
Type Description
GetPolicyOptions

buildPartial()

public GetPolicyOptions buildPartial()
Returns
Type Description
GetPolicyOptions

clear()

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

clearRequestedPolicyVersion()

public GetPolicyOptions.Builder clearRequestedPolicyVersion()

Optional. The maximum policy version that will be used to format the policy.

Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected.

Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset.

The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1.

To learn which resources support conditions in their IAM policies, see the IAM documentation.

int32 requested_policy_version = 1;

Returns
Type Description
GetPolicyOptions.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetPolicyOptions getDefaultInstanceForType()
Returns
Type Description
GetPolicyOptions

getDescriptorForType()

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

getRequestedPolicyVersion()

public int getRequestedPolicyVersion()

Optional. The maximum policy version that will be used to format the policy.

Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected.

Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset.

The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1.

To learn which resources support conditions in their IAM policies, see the IAM documentation.

int32 requested_policy_version = 1;

Returns
Type Description
int

The requestedPolicyVersion.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GetPolicyOptions other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setRequestedPolicyVersion(int value)

public GetPolicyOptions.Builder setRequestedPolicyVersion(int value)

Optional. The maximum policy version that will be used to format the policy.

Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected.

Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset.

The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1.

To learn which resources support conditions in their IAM policies, see the IAM documentation.

int32 requested_policy_version = 1;

Parameter
Name Description
value int

The requestedPolicyVersion to set.

Returns
Type Description
GetPolicyOptions.Builder

This builder for chaining.