public static final class BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy extends GeneratedMessage implements BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicyOrBuilder
The effective IAM policies on one resource.
Protobuf type
google.cloud.asset.v1.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides