public static final class BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy extends GeneratedMessageV3 implements BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicyOrBuilder
The effective IAM policies on one resource.
Protobuf type
google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy
Static Fields
FULL_RESOURCE_NAME_FIELD_NUMBER
public static final int FULL_RESOURCE_NAME_FIELD_NUMBER
Field Value
POLICIES_FIELD_NUMBER
public static final int POLICIES_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.Builder newBuilder()
Returns
newBuilder(BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy prototype)
public static BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.Builder newBuilder(BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy prototype)
Parameter
Returns
public static BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy parseFrom(byte[] data)
Parameter
Name |
Description |
data |
byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy getDefaultInstanceForType()
Returns
getFullResourceName()
public String getFullResourceName()
The full_resource_name
for which the
policies
are computed. This is one of the
BatchGetEffectiveIamPoliciesRequest.names
the caller provides in the request.
string full_resource_name = 1;
Returns
Type |
Description |
String |
The fullResourceName.
|
getFullResourceNameBytes()
public ByteString getFullResourceNameBytes()
The full_resource_name
for which the
policies
are computed. This is one of the
BatchGetEffectiveIamPoliciesRequest.names
the caller provides in the request.
string full_resource_name = 1;
Returns
Type |
Description |
ByteString |
The bytes for fullResourceName.
|
getParserForType()
public Parser<BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy> getParserForType()
Returns
Overrides
getPolicies(int index)
public BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo getPolicies(int index)
The effective policies for the
full_resource_name.
These policies include the policy set on the
full_resource_name
and those set on its parents and ancestors up to the
BatchGetEffectiveIamPoliciesRequest.scope.
Note that these policies are not filtered according to the resource type
of the
full_resource_name.
These policies are hierarchically ordered by
PolicyInfo.attached_resource
starting from
full_resource_name
itself to its parents and ancestors, such that policies[i]'s
PolicyInfo.attached_resource
is the child of policies[i+1]'s
PolicyInfo.attached_resource,
if policies[i+1] exists.
repeated .google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo policies = 2;
Parameter
Name |
Description |
index |
int
|
Returns
getPoliciesCount()
public int getPoliciesCount()
The effective policies for the
full_resource_name.
These policies include the policy set on the
full_resource_name
and those set on its parents and ancestors up to the
BatchGetEffectiveIamPoliciesRequest.scope.
Note that these policies are not filtered according to the resource type
of the
full_resource_name.
These policies are hierarchically ordered by
PolicyInfo.attached_resource
starting from
full_resource_name
itself to its parents and ancestors, such that policies[i]'s
PolicyInfo.attached_resource
is the child of policies[i+1]'s
PolicyInfo.attached_resource,
if policies[i+1] exists.
repeated .google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo policies = 2;
Returns
getPoliciesList()
public List<BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo> getPoliciesList()
The effective policies for the
full_resource_name.
These policies include the policy set on the
full_resource_name
and those set on its parents and ancestors up to the
BatchGetEffectiveIamPoliciesRequest.scope.
Note that these policies are not filtered according to the resource type
of the
full_resource_name.
These policies are hierarchically ordered by
PolicyInfo.attached_resource
starting from
full_resource_name
itself to its parents and ancestors, such that policies[i]'s
PolicyInfo.attached_resource
is the child of policies[i+1]'s
PolicyInfo.attached_resource,
if policies[i+1] exists.
repeated .google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo policies = 2;
Returns
getPoliciesOrBuilder(int index)
public BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfoOrBuilder getPoliciesOrBuilder(int index)
The effective policies for the
full_resource_name.
These policies include the policy set on the
full_resource_name
and those set on its parents and ancestors up to the
BatchGetEffectiveIamPoliciesRequest.scope.
Note that these policies are not filtered according to the resource type
of the
full_resource_name.
These policies are hierarchically ordered by
PolicyInfo.attached_resource
starting from
full_resource_name
itself to its parents and ancestors, such that policies[i]'s
PolicyInfo.attached_resource
is the child of policies[i+1]'s
PolicyInfo.attached_resource,
if policies[i+1] exists.
repeated .google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo policies = 2;
Parameter
Name |
Description |
index |
int
|
Returns
getPoliciesOrBuilderList()
public List<? extends BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfoOrBuilder> getPoliciesOrBuilderList()
The effective policies for the
full_resource_name.
These policies include the policy set on the
full_resource_name
and those set on its parents and ancestors up to the
BatchGetEffectiveIamPoliciesRequest.scope.
Note that these policies are not filtered according to the resource type
of the
full_resource_name.
These policies are hierarchically ordered by
PolicyInfo.attached_resource
starting from
full_resource_name
itself to its parents and ancestors, such that policies[i]'s
PolicyInfo.attached_resource
is the child of policies[i+1]'s
PolicyInfo.attached_resource,
if policies[i+1] exists.
repeated .google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfo policies = 2;
Returns
Type |
Description |
List<? extends com.google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.PolicyInfoOrBuilder> |
|
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 BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions