Interface GetPolicyOptionsOrBuilder (1.2.12)

public interface GetPolicyOptionsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRequestedPolicyVersion()

public abstract int getRequestedPolicyVersion()

Optional. The policy format version to be returned. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset.

int32 requested_policy_version = 1;

Returns
TypeDescription
int

The requestedPolicyVersion.