Package | Description |
---|---|
com.google.cloud.asset.v1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
IamPolicyAnalysisResult.Identity |
IamPolicyAnalysisResult.Identity.Builder.build() |
IamPolicyAnalysisResult.Identity |
IamPolicyAnalysisResult.Identity.Builder.buildPartial() |
static IamPolicyAnalysisResult.Identity |
IamPolicyAnalysisResult.Identity.getDefaultInstance() |
IamPolicyAnalysisResult.Identity |
IamPolicyAnalysisResult.Identity.getDefaultInstanceForType() |
IamPolicyAnalysisResult.Identity |
IamPolicyAnalysisResult.Identity.Builder.getDefaultInstanceForType() |
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.
|
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.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.
|
static IamPolicyAnalysisResult.Identity |
IamPolicyAnalysisResult.Identity.parseDelimitedFrom(InputStream input) |
static IamPolicyAnalysisResult.Identity |
IamPolicyAnalysisResult.Identity.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static IamPolicyAnalysisResult.Identity |
IamPolicyAnalysisResult.Identity.parseFrom(byte[] data) |
static IamPolicyAnalysisResult.Identity |
IamPolicyAnalysisResult.Identity.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static IamPolicyAnalysisResult.Identity |
IamPolicyAnalysisResult.Identity.parseFrom(ByteBuffer data) |
static IamPolicyAnalysisResult.Identity |
IamPolicyAnalysisResult.Identity.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static IamPolicyAnalysisResult.Identity |
IamPolicyAnalysisResult.Identity.parseFrom(ByteString data) |
static IamPolicyAnalysisResult.Identity |
IamPolicyAnalysisResult.Identity.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static IamPolicyAnalysisResult.Identity |
IamPolicyAnalysisResult.Identity.parseFrom(CodedInputStream input) |
static IamPolicyAnalysisResult.Identity |
IamPolicyAnalysisResult.Identity.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static IamPolicyAnalysisResult.Identity |
IamPolicyAnalysisResult.Identity.parseFrom(InputStream input) |
static IamPolicyAnalysisResult.Identity |
IamPolicyAnalysisResult.Identity.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
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.
|
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.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.
|
Parser<IamPolicyAnalysisResult.Identity> |
IamPolicyAnalysisResult.Identity.getParserForType() |
static Parser<IamPolicyAnalysisResult.Identity> |
IamPolicyAnalysisResult.Identity.parser() |
Modifier and Type | Method and Description |
---|---|
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.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.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.
|
Modifier and Type | Method and 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.
|
Copyright © 2022 Google LLC. All rights reserved.