Send feedback
  
   
 
  
    
      Class AnalyzerOrgPolicy (3.82.0) 
  
  
  
   
  
    
  
  
    
    
    
    
    
  Version latestkeyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   final   class  AnalyzerOrgPolicy   extends   GeneratedMessageV3   implements   AnalyzerOrgPolicyOrBuilder  
   This organization policy message is a modified version of the one defined in
 the Organization Policy system. This message contains several fields defined
 in the original organization policy with some new fields for analysis
 purpose.
 Protobuf type google.cloud.asset.v1.AnalyzerOrgPolicy
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT) 
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int) 
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Fields
   
  APPLIED_RESOURCE_FIELD_NUMBER 
  
    
public   static   final   int   APPLIED_RESOURCE_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  ATTACHED_RESOURCE_FIELD_NUMBER 
  
    
public   static   final   int   ATTACHED_RESOURCE_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  INHERIT_FROM_PARENT_FIELD_NUMBER 
  
    
public   static   final   int   INHERIT_FROM_PARENT_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  RESET_FIELD_NUMBER 
  
    
public   static   final   int   RESET_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  RULES_FIELD_NUMBER 
  
    
public   static   final   int   RULES_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  Static Methods
   
  getDefaultInstance() 
  
    
public   static   AnalyzerOrgPolicy   getDefaultInstance ()  
  
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  newBuilder() 
  
    
public   static   AnalyzerOrgPolicy . Builder   newBuilder ()  
  
  newBuilder(AnalyzerOrgPolicy prototype) 
  
    
public   static   AnalyzerOrgPolicy . Builder   newBuilder ( AnalyzerOrgPolicy   prototype )  
  
  
  
    
public   static   AnalyzerOrgPolicy   parseDelimitedFrom ( InputStream   input )  
  
  
  
  
    
public   static   AnalyzerOrgPolicy   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(byte[] data) 
  
    
public   static   AnalyzerOrgPolicy   parseFrom ( byte []   data )  
  
    
      
        Parameter  
      
        Name Description  
      
        databyte [] 
     
  
  
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   AnalyzerOrgPolicy   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteString data) 
  
    
public   static   AnalyzerOrgPolicy   parseFrom ( ByteString   data )  
  
  
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   AnalyzerOrgPolicy   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   AnalyzerOrgPolicy   parseFrom ( CodedInputStream   input )  
  
  
  
  
    
public   static   AnalyzerOrgPolicy   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   AnalyzerOrgPolicy   parseFrom ( InputStream   input )  
  
  
  
  
    
public   static   AnalyzerOrgPolicy   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteBuffer data) 
  
    
public   static   AnalyzerOrgPolicy   parseFrom ( ByteBuffer   data )  
  
  
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   AnalyzerOrgPolicy   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parser() 
  
    
public   static   Parser<AnalyzerOrgPolicy>   parser ()  
  
  Methods
   
  equals(Object obj) 
  
    
public   boolean   equals ( Object   obj )  
  
    
      
        Parameter  
      
        Name Description  
      
        objObject  
     
  
  
  Overrides 
  
  getAppliedResource() 
  
    
public   String   getAppliedResource ()  
   The full resource name  of
 an organization/folder/project resource where this organization policy
 applies to.
 For any user defined org policies, this field has the same value as
 the [attached_resource] field. Only for default policy, this field has
 the different value.
 string applied_resource = 5;
    
      
        Returns  
      
        Type Description  
      
        String The appliedResource.
 
     
  
  getAppliedResourceBytes() 
  
    
public   ByteString   getAppliedResourceBytes ()  
   The full resource name  of
 an organization/folder/project resource where this organization policy
 applies to.
 For any user defined org policies, this field has the same value as
 the [attached_resource] field. Only for default policy, this field has
 the different value.
 string applied_resource = 5;
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for appliedResource.
 
     
  
  getAttachedResource() 
  
    
public   String   getAttachedResource ()  
   The full resource name  of
 an organization/folder/project resource where this organization policy is
 set.
 Notice that some type of constraints are defined with default policy. This
 field will be empty for them.
 string attached_resource = 1;
    
      
        Returns  
      
        Type Description  
      
        String The attachedResource.
 
     
  
  getAttachedResourceBytes() 
  
    
public   ByteString   getAttachedResourceBytes ()  
   The full resource name  of
 an organization/folder/project resource where this organization policy is
 set.
 Notice that some type of constraints are defined with default policy. This
 field will be empty for them.
 string attached_resource = 1;
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for attachedResource.
 
     
  
  getDefaultInstanceForType() 
  
    
public   AnalyzerOrgPolicy   getDefaultInstanceForType ()  
  
  getInheritFromParent() 
  
    
public   boolean   getInheritFromParent ()  
   If inherit_from_parent is true, Rules set higher up in the
 hierarchy (up to the closest root) are inherited and present in the
 effective policy. If it is false, then no rules are inherited, and this
 policy becomes the effective root for evaluation.
 bool inherit_from_parent = 3;
    
      
        Returns  
      
        Type Description  
      
        boolean The inheritFromParent.
 
     
  
  getParserForType() 
  
    
public   Parser<AnalyzerOrgPolicy>   getParserForType ()  
  
  Overrides 
  
  getReset() 
  
    
public   boolean   getReset ()  
   Ignores policies set above this resource and restores the default behavior
 of the constraint at this resource.
 This field can be set in policies for either list or boolean
 constraints. If set, rules must be empty and inherit_from_parent
 must be set to false.
 bool reset = 4;
    
      
        Returns  
      
        Type Description  
      
        boolean The reset.
 
     
  
  getRules(int index) 
  
    
public   AnalyzerOrgPolicy . Rule   getRules ( int   index )  
   List of rules for this organization policy.
 repeated .google.cloud.asset.v1.AnalyzerOrgPolicy.Rule rules = 2;
    
      
        Parameter  
      
        Name Description  
      
        indexint  
     
  
  
  getRulesCount() 
  
    
public   int   getRulesCount ()  
   List of rules for this organization policy.
 repeated .google.cloud.asset.v1.AnalyzerOrgPolicy.Rule rules = 2;
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  getRulesList() 
  
    
public   List<AnalyzerOrgPolicy . Rule >  getRulesList ()  
   List of rules for this organization policy.
 repeated .google.cloud.asset.v1.AnalyzerOrgPolicy.Rule rules = 2;
getRulesOrBuilder(int index) 
  
    
public   AnalyzerOrgPolicy . RuleOrBuilder   getRulesOrBuilder ( int   index )  
   List of rules for this organization policy.
 repeated .google.cloud.asset.v1.AnalyzerOrgPolicy.Rule rules = 2;
    
      
        Parameter  
      
        Name Description  
      
        indexint  
     
  
  
  getRulesOrBuilderList() 
  
    
public   List <?   extends   AnalyzerOrgPolicy . RuleOrBuilder >  getRulesOrBuilderList ()  
   List of rules for this organization policy.
 repeated .google.cloud.asset.v1.AnalyzerOrgPolicy.Rule rules = 2;
    
      
        Returns  
      
        Type Description  
      
        List <? extends com.google.cloud.asset.v1.AnalyzerOrgPolicy.RuleOrBuilder > 
     
  
  getSerializedSize() 
  
    
public   int   getSerializedSize ()  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  hashCode() 
  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  newBuilderForType() 
  
    
public   AnalyzerOrgPolicy . Builder   newBuilderForType ()  
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent) 
  
    
protected   AnalyzerOrgPolicy . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  
  
  Overrides 
  
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) 
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Object  
     
  
  Overrides 
  
  toBuilder() 
  
    
public   AnalyzerOrgPolicy . Builder   toBuilder ()  
  
  writeTo(CodedOutputStream output) 
  
    
public   void   writeTo ( CodedOutputStream   output )  
  
  Overrides 
  
  
 
     
    
  
  
  
     
  
    
    
      
       
         
  
  
    
    Send feedback
  
   
 
       
    
    
  
  
 
  Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
  Last updated 2025-10-28 UTC.
 
 
  
  
    
    
    
      
  
  
    Need to tell us more?
  
   
 
     
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-28 UTC."],[],[]]