public interface AnalyzeIamPolicyRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
IamPolicyAnalysisQuery |
getAnalysisQuery()
Required.
|
IamPolicyAnalysisQueryOrBuilder |
getAnalysisQueryOrBuilder()
Required.
|
AnalyzeIamPolicyRequest.Options |
getOptions()
Optional.
|
AnalyzeIamPolicyRequest.OptionsOrBuilder |
getOptionsOrBuilder()
Optional.
|
boolean |
hasAnalysisQuery()
Required.
|
boolean |
hasOptions()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasAnalysisQuery()
Required. The request query.
.google.cloud.asset.v1p4beta1.IamPolicyAnalysisQuery analysis_query = 1 [(.google.api.field_behavior) = REQUIRED];
IamPolicyAnalysisQuery getAnalysisQuery()
Required. The request query.
.google.cloud.asset.v1p4beta1.IamPolicyAnalysisQuery analysis_query = 1 [(.google.api.field_behavior) = REQUIRED];
IamPolicyAnalysisQueryOrBuilder getAnalysisQueryOrBuilder()
Required. The request query.
.google.cloud.asset.v1p4beta1.IamPolicyAnalysisQuery analysis_query = 1 [(.google.api.field_behavior) = REQUIRED];
boolean hasOptions()
Optional. The request options.
.google.cloud.asset.v1p4beta1.AnalyzeIamPolicyRequest.Options options = 2 [(.google.api.field_behavior) = OPTIONAL];
AnalyzeIamPolicyRequest.Options getOptions()
Optional. The request options.
.google.cloud.asset.v1p4beta1.AnalyzeIamPolicyRequest.Options options = 2 [(.google.api.field_behavior) = OPTIONAL];
AnalyzeIamPolicyRequest.OptionsOrBuilder getOptionsOrBuilder()
Optional. The request options.
.google.cloud.asset.v1p4beta1.AnalyzeIamPolicyRequest.Options options = 2 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2020 Google LLC. All rights reserved.