Uses of Class
com.google.cloud.asset.v1.IamPolicyAnalysisResult.Identity
-
Packages that use IamPolicyAnalysisResult.Identity Package Description com.google.cloud.asset.v1 A client to Cloud Asset API -
-
Uses of IamPolicyAnalysisResult.Identity in com.google.cloud.asset.v1
Methods in com.google.cloud.asset.v1 that return IamPolicyAnalysisResult.Identity Modifier and Type Method Description IamPolicyAnalysisResult.Identity
IamPolicyAnalysisResult.Identity.Builder. build()
IamPolicyAnalysisResult.Identity
IamPolicyAnalysisResult.Identity.Builder. buildPartial()
static IamPolicyAnalysisResult.Identity
IamPolicyAnalysisResult.Identity. getDefaultInstance()
IamPolicyAnalysisResult.Identity
IamPolicyAnalysisResult.Identity.Builder. getDefaultInstanceForType()
IamPolicyAnalysisResult.Identity
IamPolicyAnalysisResult.Identity. getDefaultInstanceForType()
IamPolicyAnalysisResult.Identity
IamPolicyAnalysisResult.IdentityList.Builder. getIdentities(int index)
Only the identities that match one of the following conditions will be presented: - The identity_selector, if it is specified in request; - Otherwise, identities reachable from the policy binding's members.IamPolicyAnalysisResult.Identity
IamPolicyAnalysisResult.IdentityList. getIdentities(int index)
Only the identities that match one of the following conditions will be presented: - The identity_selector, if it is specified in request; - Otherwise, identities reachable from the policy binding's members.IamPolicyAnalysisResult.Identity
IamPolicyAnalysisResult.IdentityListOrBuilder. getIdentities(int index)
Only the identities that match one of the following conditions will be presented: - The identity_selector, if it is specified in request; - Otherwise, identities reachable from the policy binding's members.static IamPolicyAnalysisResult.Identity
IamPolicyAnalysisResult.Identity. parseDelimitedFrom(InputStream input)
static IamPolicyAnalysisResult.Identity
IamPolicyAnalysisResult.Identity. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IamPolicyAnalysisResult.Identity
IamPolicyAnalysisResult.Identity. parseFrom(byte[] data)
static IamPolicyAnalysisResult.Identity
IamPolicyAnalysisResult.Identity. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IamPolicyAnalysisResult.Identity
IamPolicyAnalysisResult.Identity. parseFrom(com.google.protobuf.ByteString data)
static IamPolicyAnalysisResult.Identity
IamPolicyAnalysisResult.Identity. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IamPolicyAnalysisResult.Identity
IamPolicyAnalysisResult.Identity. parseFrom(com.google.protobuf.CodedInputStream input)
static IamPolicyAnalysisResult.Identity
IamPolicyAnalysisResult.Identity. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IamPolicyAnalysisResult.Identity
IamPolicyAnalysisResult.Identity. parseFrom(InputStream input)
static IamPolicyAnalysisResult.Identity
IamPolicyAnalysisResult.Identity. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IamPolicyAnalysisResult.Identity
IamPolicyAnalysisResult.Identity. parseFrom(ByteBuffer data)
static IamPolicyAnalysisResult.Identity
IamPolicyAnalysisResult.Identity. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.asset.v1 that return types with arguments of type IamPolicyAnalysisResult.Identity Modifier and Type Method Description List<IamPolicyAnalysisResult.Identity>
IamPolicyAnalysisResult.IdentityList.Builder. getIdentitiesList()
Only the identities that match one of the following conditions will be presented: - The identity_selector, if it is specified in request; - Otherwise, identities reachable from the policy binding's members.List<IamPolicyAnalysisResult.Identity>
IamPolicyAnalysisResult.IdentityList. getIdentitiesList()
Only the identities that match one of the following conditions will be presented: - The identity_selector, if it is specified in request; - Otherwise, identities reachable from the policy binding's members.List<IamPolicyAnalysisResult.Identity>
IamPolicyAnalysisResult.IdentityListOrBuilder. getIdentitiesList()
Only the identities that match one of the following conditions will be presented: - The identity_selector, if it is specified in request; - Otherwise, identities reachable from the policy binding's members.com.google.protobuf.Parser<IamPolicyAnalysisResult.Identity>
IamPolicyAnalysisResult.Identity. getParserForType()
static com.google.protobuf.Parser<IamPolicyAnalysisResult.Identity>
IamPolicyAnalysisResult.Identity. parser()
Methods in com.google.cloud.asset.v1 with parameters of type IamPolicyAnalysisResult.Identity Modifier and Type Method Description IamPolicyAnalysisResult.IdentityList.Builder
IamPolicyAnalysisResult.IdentityList.Builder. addIdentities(int index, IamPolicyAnalysisResult.Identity value)
Only the identities that match one of the following conditions will be presented: - The identity_selector, if it is specified in request; - Otherwise, identities reachable from the policy binding's members.IamPolicyAnalysisResult.IdentityList.Builder
IamPolicyAnalysisResult.IdentityList.Builder. addIdentities(IamPolicyAnalysisResult.Identity value)
Only the identities that match one of the following conditions will be presented: - The identity_selector, if it is specified in request; - Otherwise, identities reachable from the policy binding's members.IamPolicyAnalysisResult.Identity.Builder
IamPolicyAnalysisResult.Identity.Builder. mergeFrom(IamPolicyAnalysisResult.Identity other)
static IamPolicyAnalysisResult.Identity.Builder
IamPolicyAnalysisResult.Identity. newBuilder(IamPolicyAnalysisResult.Identity prototype)
IamPolicyAnalysisResult.IdentityList.Builder
IamPolicyAnalysisResult.IdentityList.Builder. setIdentities(int index, IamPolicyAnalysisResult.Identity value)
Only the identities that match one of the following conditions will be presented: - The identity_selector, if it is specified in request; - Otherwise, identities reachable from the policy binding's members.Method parameters in com.google.cloud.asset.v1 with type arguments of type IamPolicyAnalysisResult.Identity Modifier and Type Method Description IamPolicyAnalysisResult.IdentityList.Builder
IamPolicyAnalysisResult.IdentityList.Builder. addAllIdentities(Iterable<? extends IamPolicyAnalysisResult.Identity> values)
Only the identities that match one of the following conditions will be presented: - The identity_selector, if it is specified in request; - Otherwise, identities reachable from the policy binding's members.
-