public interface IamPolicyAnalysisOutputConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDestinationCase()
public abstract IamPolicyAnalysisOutputConfig.DestinationCase getDestinationCase()| Type | Description |
| IamPolicyAnalysisOutputConfig.DestinationCase |
getGcsDestination()
public abstract IamPolicyAnalysisOutputConfig.GcsDestination getGcsDestination()Destination on Cloud Storage.
.google.cloud.asset.v1p4beta1.IamPolicyAnalysisOutputConfig.GcsDestination gcs_destination = 1;
| Type | Description |
| IamPolicyAnalysisOutputConfig.GcsDestination | The gcsDestination. |
getGcsDestinationOrBuilder()
public abstract IamPolicyAnalysisOutputConfig.GcsDestinationOrBuilder getGcsDestinationOrBuilder()Destination on Cloud Storage.
.google.cloud.asset.v1p4beta1.IamPolicyAnalysisOutputConfig.GcsDestination gcs_destination = 1;
| Type | Description |
| IamPolicyAnalysisOutputConfig.GcsDestinationOrBuilder |
hasGcsDestination()
public abstract boolean hasGcsDestination()Destination on Cloud Storage.
.google.cloud.asset.v1p4beta1.IamPolicyAnalysisOutputConfig.GcsDestination gcs_destination = 1;
| Type | Description |
| boolean | Whether the gcsDestination field is set. |