public interface ExportIamPolicyAnalysisRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
IamPolicyAnalysisQuery |
getAnalysisQuery()
Required.
|
IamPolicyAnalysisQueryOrBuilder |
getAnalysisQueryOrBuilder()
Required.
|
ExportIamPolicyAnalysisRequest.Options |
getOptions()
Optional.
|
ExportIamPolicyAnalysisRequest.OptionsOrBuilder |
getOptionsOrBuilder()
Optional.
|
IamPolicyAnalysisOutputConfig |
getOutputConfig()
Required.
|
IamPolicyAnalysisOutputConfigOrBuilder |
getOutputConfigOrBuilder()
Required.
|
boolean |
hasAnalysisQuery()
Required.
|
boolean |
hasOptions()
Optional.
|
boolean |
hasOutputConfig()
Required.
|
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.ExportIamPolicyAnalysisRequest.Options options = 2 [(.google.api.field_behavior) = OPTIONAL];
ExportIamPolicyAnalysisRequest.Options getOptions()
Optional. The request options.
.google.cloud.asset.v1p4beta1.ExportIamPolicyAnalysisRequest.Options options = 2 [(.google.api.field_behavior) = OPTIONAL];
ExportIamPolicyAnalysisRequest.OptionsOrBuilder getOptionsOrBuilder()
Optional. The request options.
.google.cloud.asset.v1p4beta1.ExportIamPolicyAnalysisRequest.Options options = 2 [(.google.api.field_behavior) = OPTIONAL];
boolean hasOutputConfig()
Required. Output configuration indicating where the results will be output to.
.google.cloud.asset.v1p4beta1.IamPolicyAnalysisOutputConfig output_config = 3 [(.google.api.field_behavior) = REQUIRED];
IamPolicyAnalysisOutputConfig getOutputConfig()
Required. Output configuration indicating where the results will be output to.
.google.cloud.asset.v1p4beta1.IamPolicyAnalysisOutputConfig output_config = 3 [(.google.api.field_behavior) = REQUIRED];
IamPolicyAnalysisOutputConfigOrBuilder getOutputConfigOrBuilder()
Required. Output configuration indicating where the results will be output to.
.google.cloud.asset.v1p4beta1.IamPolicyAnalysisOutputConfig output_config = 3 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2020 Google LLC. All rights reserved.