Interface ExportIamPolicyAnalysisResponseOrBuilder (3.4.1)

public interface ExportIamPolicyAnalysisResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getOutputConfig()

public abstract IamPolicyAnalysisOutputConfig getOutputConfig()

Output configuration indicating where the results were output to.

.google.cloud.asset.v1p4beta1.IamPolicyAnalysisOutputConfig output_config = 1;

Returns
TypeDescription
IamPolicyAnalysisOutputConfig

The outputConfig.

getOutputConfigOrBuilder()

public abstract IamPolicyAnalysisOutputConfigOrBuilder getOutputConfigOrBuilder()

Output configuration indicating where the results were output to.

.google.cloud.asset.v1p4beta1.IamPolicyAnalysisOutputConfig output_config = 1;

Returns
TypeDescription
IamPolicyAnalysisOutputConfigOrBuilder

hasOutputConfig()

public abstract boolean hasOutputConfig()

Output configuration indicating where the results were output to.

.google.cloud.asset.v1p4beta1.IamPolicyAnalysisOutputConfig output_config = 1;

Returns
TypeDescription
boolean

Whether the outputConfig field is set.