public interface AnalyzeIamPolicyResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getFullyExplored()
Represents whether all entries in the [main_analysis][google.cloud.asset.v1p4beta1.AnalyzeIamPolicyResponse.main_analysis] and
[service_account_impersonation_analysis][google.cloud.asset.v1p4beta1.AnalyzeIamPolicyResponse.service_account_impersonation_analysis] have been fully explored to
answer the query in the request.
|
AnalyzeIamPolicyResponse.IamPolicyAnalysis |
getMainAnalysis()
The main analysis that matches the original request.
|
AnalyzeIamPolicyResponse.IamPolicyAnalysisOrBuilder |
getMainAnalysisOrBuilder()
The main analysis that matches the original request.
|
IamPolicyAnalysisResult.AnalysisState |
getNonCriticalErrors(int index)
A list of non-critical errors happened during the request handling to
explain why `fully_explored` is false, or empty if no error happened.
|
int |
getNonCriticalErrorsCount()
A list of non-critical errors happened during the request handling to
explain why `fully_explored` is false, or empty if no error happened.
|
List<IamPolicyAnalysisResult.AnalysisState> |
getNonCriticalErrorsList()
A list of non-critical errors happened during the request handling to
explain why `fully_explored` is false, or empty if no error happened.
|
IamPolicyAnalysisResult.AnalysisStateOrBuilder |
getNonCriticalErrorsOrBuilder(int index)
A list of non-critical errors happened during the request handling to
explain why `fully_explored` is false, or empty if no error happened.
|
List<? extends IamPolicyAnalysisResult.AnalysisStateOrBuilder> |
getNonCriticalErrorsOrBuilderList()
A list of non-critical errors happened during the request handling to
explain why `fully_explored` is false, or empty if no error happened.
|
AnalyzeIamPolicyResponse.IamPolicyAnalysis |
getServiceAccountImpersonationAnalysis(int index)
The service account impersonation analysis if
[AnalyzeIamPolicyRequest.analyze_service_account_impersonation][] is
enabled.
|
int |
getServiceAccountImpersonationAnalysisCount()
The service account impersonation analysis if
[AnalyzeIamPolicyRequest.analyze_service_account_impersonation][] is
enabled.
|
List<AnalyzeIamPolicyResponse.IamPolicyAnalysis> |
getServiceAccountImpersonationAnalysisList()
The service account impersonation analysis if
[AnalyzeIamPolicyRequest.analyze_service_account_impersonation][] is
enabled.
|
AnalyzeIamPolicyResponse.IamPolicyAnalysisOrBuilder |
getServiceAccountImpersonationAnalysisOrBuilder(int index)
The service account impersonation analysis if
[AnalyzeIamPolicyRequest.analyze_service_account_impersonation][] is
enabled.
|
List<? extends AnalyzeIamPolicyResponse.IamPolicyAnalysisOrBuilder> |
getServiceAccountImpersonationAnalysisOrBuilderList()
The service account impersonation analysis if
[AnalyzeIamPolicyRequest.analyze_service_account_impersonation][] is
enabled.
|
boolean |
hasMainAnalysis()
The main analysis that matches the original request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMainAnalysis()
The main analysis that matches the original request.
.google.cloud.asset.v1p4beta1.AnalyzeIamPolicyResponse.IamPolicyAnalysis main_analysis = 1;
AnalyzeIamPolicyResponse.IamPolicyAnalysis getMainAnalysis()
The main analysis that matches the original request.
.google.cloud.asset.v1p4beta1.AnalyzeIamPolicyResponse.IamPolicyAnalysis main_analysis = 1;
AnalyzeIamPolicyResponse.IamPolicyAnalysisOrBuilder getMainAnalysisOrBuilder()
The main analysis that matches the original request.
.google.cloud.asset.v1p4beta1.AnalyzeIamPolicyResponse.IamPolicyAnalysis main_analysis = 1;
List<AnalyzeIamPolicyResponse.IamPolicyAnalysis> getServiceAccountImpersonationAnalysisList()
The service account impersonation analysis if [AnalyzeIamPolicyRequest.analyze_service_account_impersonation][] is enabled.
repeated .google.cloud.asset.v1p4beta1.AnalyzeIamPolicyResponse.IamPolicyAnalysis service_account_impersonation_analysis = 2;
AnalyzeIamPolicyResponse.IamPolicyAnalysis getServiceAccountImpersonationAnalysis(int index)
The service account impersonation analysis if [AnalyzeIamPolicyRequest.analyze_service_account_impersonation][] is enabled.
repeated .google.cloud.asset.v1p4beta1.AnalyzeIamPolicyResponse.IamPolicyAnalysis service_account_impersonation_analysis = 2;
int getServiceAccountImpersonationAnalysisCount()
The service account impersonation analysis if [AnalyzeIamPolicyRequest.analyze_service_account_impersonation][] is enabled.
repeated .google.cloud.asset.v1p4beta1.AnalyzeIamPolicyResponse.IamPolicyAnalysis service_account_impersonation_analysis = 2;
List<? extends AnalyzeIamPolicyResponse.IamPolicyAnalysisOrBuilder> getServiceAccountImpersonationAnalysisOrBuilderList()
The service account impersonation analysis if [AnalyzeIamPolicyRequest.analyze_service_account_impersonation][] is enabled.
repeated .google.cloud.asset.v1p4beta1.AnalyzeIamPolicyResponse.IamPolicyAnalysis service_account_impersonation_analysis = 2;
AnalyzeIamPolicyResponse.IamPolicyAnalysisOrBuilder getServiceAccountImpersonationAnalysisOrBuilder(int index)
The service account impersonation analysis if [AnalyzeIamPolicyRequest.analyze_service_account_impersonation][] is enabled.
repeated .google.cloud.asset.v1p4beta1.AnalyzeIamPolicyResponse.IamPolicyAnalysis service_account_impersonation_analysis = 2;
boolean getFullyExplored()
Represents whether all entries in the [main_analysis][google.cloud.asset.v1p4beta1.AnalyzeIamPolicyResponse.main_analysis] and [service_account_impersonation_analysis][google.cloud.asset.v1p4beta1.AnalyzeIamPolicyResponse.service_account_impersonation_analysis] have been fully explored to answer the query in the request.
bool fully_explored = 3;List<IamPolicyAnalysisResult.AnalysisState> getNonCriticalErrorsList()
A list of non-critical errors happened during the request handling to explain why `fully_explored` is false, or empty if no error happened.
repeated .google.cloud.asset.v1p4beta1.IamPolicyAnalysisResult.AnalysisState non_critical_errors = 4;
IamPolicyAnalysisResult.AnalysisState getNonCriticalErrors(int index)
A list of non-critical errors happened during the request handling to explain why `fully_explored` is false, or empty if no error happened.
repeated .google.cloud.asset.v1p4beta1.IamPolicyAnalysisResult.AnalysisState non_critical_errors = 4;
int getNonCriticalErrorsCount()
A list of non-critical errors happened during the request handling to explain why `fully_explored` is false, or empty if no error happened.
repeated .google.cloud.asset.v1p4beta1.IamPolicyAnalysisResult.AnalysisState non_critical_errors = 4;
List<? extends IamPolicyAnalysisResult.AnalysisStateOrBuilder> getNonCriticalErrorsOrBuilderList()
A list of non-critical errors happened during the request handling to explain why `fully_explored` is false, or empty if no error happened.
repeated .google.cloud.asset.v1p4beta1.IamPolicyAnalysisResult.AnalysisState non_critical_errors = 4;
IamPolicyAnalysisResult.AnalysisStateOrBuilder getNonCriticalErrorsOrBuilder(int index)
A list of non-critical errors happened during the request handling to explain why `fully_explored` is false, or empty if no error happened.
repeated .google.cloud.asset.v1p4beta1.IamPolicyAnalysisResult.AnalysisState non_critical_errors = 4;
Copyright © 2022 Google LLC. All rights reserved.