All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.audit.PolicyViolationInfoOrBuilder Maven / Gradle / Ivy

Go to download

Apache Pekko Connectors is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Pekko.

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/cloud/audit/audit_log.proto

// Protobuf Java Version: 3.25.3
package com.google.cloud.audit;

public interface PolicyViolationInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.cloud.audit.PolicyViolationInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Indicates the orgpolicy violations for this resource.
   * 
* * .google.cloud.audit.OrgPolicyViolationInfo org_policy_violation_info = 1; * @return Whether the orgPolicyViolationInfo field is set. */ boolean hasOrgPolicyViolationInfo(); /** *
   * Indicates the orgpolicy violations for this resource.
   * 
* * .google.cloud.audit.OrgPolicyViolationInfo org_policy_violation_info = 1; * @return The orgPolicyViolationInfo. */ com.google.cloud.audit.OrgPolicyViolationInfo getOrgPolicyViolationInfo(); /** *
   * Indicates the orgpolicy violations for this resource.
   * 
* * .google.cloud.audit.OrgPolicyViolationInfo org_policy_violation_info = 1; */ com.google.cloud.audit.OrgPolicyViolationInfoOrBuilder getOrgPolicyViolationInfoOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy