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
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
FULL_RESOURCE_NAME_FIELD_NUMBER
public static final int FULL_RESOURCE_NAME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
POLICIES_FIELD_NUMBER
public static final int POLICIES_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.Builder newBuilder()
newBuilder(BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy prototype)
public static BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.Builder newBuilder(BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy prototype)
public static BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy parseDelimitedFrom(InputStream input)
public static BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy parseFrom(CodedInputStream input)
public static BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy parseFrom(InputStream input)
public static BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy getDefaultInstanceForType()
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()
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
|
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 |
Type |
Description |
int |
|
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;
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
|
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 |
Type |
Description |
int |
|
Overrides
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides