Interface AnalyzeIamPolicyRequestOrBuilder (3.2.17)

public interface AnalyzeIamPolicyRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAnalysisQuery()

public abstract IamPolicyAnalysisQuery getAnalysisQuery()

Required. The request query.

.google.cloud.asset.v1p4beta1.IamPolicyAnalysisQuery analysis_query = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
IamPolicyAnalysisQuery

The analysisQuery.

getAnalysisQueryOrBuilder()

public abstract IamPolicyAnalysisQueryOrBuilder getAnalysisQueryOrBuilder()

Required. The request query.

.google.cloud.asset.v1p4beta1.IamPolicyAnalysisQuery analysis_query = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
IamPolicyAnalysisQueryOrBuilder

getOptions()

public abstract AnalyzeIamPolicyRequest.Options getOptions()

Optional. The request options.

.google.cloud.asset.v1p4beta1.AnalyzeIamPolicyRequest.Options options = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
AnalyzeIamPolicyRequest.Options

The options.

getOptionsOrBuilder()

public abstract AnalyzeIamPolicyRequest.OptionsOrBuilder getOptionsOrBuilder()

Optional. The request options.

.google.cloud.asset.v1p4beta1.AnalyzeIamPolicyRequest.Options options = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
AnalyzeIamPolicyRequest.OptionsOrBuilder

hasAnalysisQuery()

public abstract boolean hasAnalysisQuery()

Required. The request query.

.google.cloud.asset.v1p4beta1.IamPolicyAnalysisQuery analysis_query = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the analysisQuery field is set.

hasOptions()

public abstract boolean hasOptions()

Optional. The request options.

.google.cloud.asset.v1p4beta1.AnalyzeIamPolicyRequest.Options options = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

Whether the options field is set.