Interface PolicyViolationInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
PolicyViolationInfo, PolicyViolationInfo.Builder

public interface PolicyViolationInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Indicates the orgpolicy violations for this resource.
    Indicates the orgpolicy violations for this resource.
    boolean
    Indicates the orgpolicy violations for this resource.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasOrgPolicyViolationInfo

      boolean hasOrgPolicyViolationInfo()
       Indicates the orgpolicy violations for this resource.
       
      .google.cloud.audit.OrgPolicyViolationInfo org_policy_violation_info = 1;
      Returns:
      Whether the orgPolicyViolationInfo field is set.
    • getOrgPolicyViolationInfo

      OrgPolicyViolationInfo getOrgPolicyViolationInfo()
       Indicates the orgpolicy violations for this resource.
       
      .google.cloud.audit.OrgPolicyViolationInfo org_policy_violation_info = 1;
      Returns:
      The orgPolicyViolationInfo.
    • getOrgPolicyViolationInfoOrBuilder

      OrgPolicyViolationInfoOrBuilder getOrgPolicyViolationInfoOrBuilder()
       Indicates the orgpolicy violations for this resource.
       
      .google.cloud.audit.OrgPolicyViolationInfo org_policy_violation_info = 1;