public final class ListApplicablePoliciesResponse extends GeneratedMessageV3 implements ListApplicablePoliciesResponseOrBuilder
Response message for [ListApplicablePolicies][] method.
Protobuf type google.iam.v2.ListApplicablePoliciesResponse
Static Fields
INACCESSIBLE_FIELD_NUMBER
public static final int INACCESSIBLE_FIELD_NUMBER
Field Value
NEXT_PAGE_TOKEN_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
POLICIES_FIELD_NUMBER
public static final int POLICIES_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static ListApplicablePoliciesResponse getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static ListApplicablePoliciesResponse.Builder newBuilder()
Returns
newBuilder(ListApplicablePoliciesResponse prototype)
public static ListApplicablePoliciesResponse.Builder newBuilder(ListApplicablePoliciesResponse prototype)
Parameter
Returns
public static ListApplicablePoliciesResponse parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static ListApplicablePoliciesResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static ListApplicablePoliciesResponse parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListApplicablePoliciesResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static ListApplicablePoliciesResponse parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListApplicablePoliciesResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ListApplicablePoliciesResponse parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static ListApplicablePoliciesResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ListApplicablePoliciesResponse parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static ListApplicablePoliciesResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static ListApplicablePoliciesResponse parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListApplicablePoliciesResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<ListApplicablePoliciesResponse> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public ListApplicablePoliciesResponse getDefaultInstanceForType()
Returns
getInaccessible(int index)
public String getInaccessible(int index)
A list of resources that the caller does not have permission to retrieve.
List or Get can be used to get detailed error messages.
Get: policies/{attachment-point}/denypolicies/{policy-id}
List: policies/{attachment-point}/denypolicies
repeated string inaccessible = 2;
Parameter
Name | Description |
index | int
The index of the element to return.
|
Returns
Type | Description |
String | The inaccessible at the given index.
|
getInaccessibleBytes(int index)
public ByteString getInaccessibleBytes(int index)
A list of resources that the caller does not have permission to retrieve.
List or Get can be used to get detailed error messages.
Get: policies/{attachment-point}/denypolicies/{policy-id}
List: policies/{attachment-point}/denypolicies
repeated string inaccessible = 2;
Parameter
Name | Description |
index | int
The index of the value to return.
|
Returns
Type | Description |
ByteString | The bytes of the inaccessible at the given index.
|
getInaccessibleCount()
public int getInaccessibleCount()
A list of resources that the caller does not have permission to retrieve.
List or Get can be used to get detailed error messages.
Get: policies/{attachment-point}/denypolicies/{policy-id}
List: policies/{attachment-point}/denypolicies
repeated string inaccessible = 2;
Returns
Type | Description |
int | The count of inaccessible.
|
getInaccessibleList()
public ProtocolStringList getInaccessibleList()
A list of resources that the caller does not have permission to retrieve.
List or Get can be used to get detailed error messages.
Get: policies/{attachment-point}/denypolicies/{policy-id}
List: policies/{attachment-point}/denypolicies
repeated string inaccessible = 2;
Returns
getNextPageToken()
public String getNextPageToken()
A page token that can be used in a
ListApplicablePoliciesRequest
to retrieve the next page. If this field is blank, there are no additional
pages.
string next_page_token = 3;
Returns
Type | Description |
String | The nextPageToken.
|
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()
A page token that can be used in a
ListApplicablePoliciesRequest
to retrieve the next page. If this field is blank, there are no additional
pages.
string next_page_token = 3;
Returns
Type | Description |
ByteString | The bytes for nextPageToken.
|
getParserForType()
public Parser<ListApplicablePoliciesResponse> getParserForType()
Returns
Overrides
getPolicies(int index)
public Policy getPolicies(int index)
Ordered list starting from the resource on which this API was called
then proceeding up the hierarchy. Policies for the same attachment point
will be grouped, but no further ordering is guaranteed.
repeated .google.iam.v2.Policy policies = 1;
Parameter
Returns
getPoliciesCount()
public int getPoliciesCount()
Ordered list starting from the resource on which this API was called
then proceeding up the hierarchy. Policies for the same attachment point
will be grouped, but no further ordering is guaranteed.
repeated .google.iam.v2.Policy policies = 1;
Returns
getPoliciesList()
public List<Policy> getPoliciesList()
Ordered list starting from the resource on which this API was called
then proceeding up the hierarchy. Policies for the same attachment point
will be grouped, but no further ordering is guaranteed.
repeated .google.iam.v2.Policy policies = 1;
Returns
getPoliciesOrBuilder(int index)
public PolicyOrBuilder getPoliciesOrBuilder(int index)
Ordered list starting from the resource on which this API was called
then proceeding up the hierarchy. Policies for the same attachment point
will be grouped, but no further ordering is guaranteed.
repeated .google.iam.v2.Policy policies = 1;
Parameter
Returns
getPoliciesOrBuilderList()
public List<? extends PolicyOrBuilder> getPoliciesOrBuilderList()
Ordered list starting from the resource on which this API was called
then proceeding up the hierarchy. Policies for the same attachment point
will be grouped, but no further ordering is guaranteed.
repeated .google.iam.v2.Policy policies = 1;
Returns
Type | Description |
List<? extends com.google.iam.v2.PolicyOrBuilder> | |
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public ListApplicablePoliciesResponse.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ListApplicablePoliciesResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public ListApplicablePoliciesResponse.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions