Class IntelligenceConfig.EffectiveIntelligenceConfig (2.58.1) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 2.58.1keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   static   final   class  IntelligenceConfig . EffectiveIntelligenceConfig   extends   GeneratedMessageV3   implements   IntelligenceConfig . EffectiveIntelligenceConfigOrBuilder  
   The effective IntelligenceConfig for the resource.
 Protobuf type google.storage.control.v2.IntelligenceConfig.EffectiveIntelligenceConfig
    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
   
  EFFECTIVE_EDITION_FIELD_NUMBER 
  
    
public   static   final   int   EFFECTIVE_EDITION_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  INTELLIGENCE_CONFIG_FIELD_NUMBER 
  
    
public   static   final   int   INTELLIGENCE_CONFIG_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  Static Methods
   
  getDefaultInstance() 
  
    
public   static   IntelligenceConfig . EffectiveIntelligenceConfig   getDefaultInstance ()  
  
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  newBuilder() 
  
    
public   static   IntelligenceConfig . EffectiveIntelligenceConfig . Builder   newBuilder ()  
  
  newBuilder(IntelligenceConfig.EffectiveIntelligenceConfig prototype) 
  
    
public   static   IntelligenceConfig . EffectiveIntelligenceConfig . Builder   newBuilder ( IntelligenceConfig . EffectiveIntelligenceConfig   prototype )  
  
  
  
    
public   static   IntelligenceConfig . EffectiveIntelligenceConfig   parseDelimitedFrom ( InputStream   input )  
  
  
  
  
    
public   static   IntelligenceConfig . EffectiveIntelligenceConfig   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(byte[] data) 
  
    
public   static   IntelligenceConfig . EffectiveIntelligenceConfig   parseFrom ( byte []   data )  
  
    
      
        Parameter  
      
        Name Description  
      
        databyte [] 
     
  
  
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   IntelligenceConfig . EffectiveIntelligenceConfig   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteString data) 
  
    
public   static   IntelligenceConfig . EffectiveIntelligenceConfig   parseFrom ( ByteString   data )  
  
  
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   IntelligenceConfig . EffectiveIntelligenceConfig   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   IntelligenceConfig . EffectiveIntelligenceConfig   parseFrom ( CodedInputStream   input )  
  
  
  
  
    
public   static   IntelligenceConfig . EffectiveIntelligenceConfig   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   IntelligenceConfig . EffectiveIntelligenceConfig   parseFrom ( InputStream   input )  
  
  
  
  
    
public   static   IntelligenceConfig . EffectiveIntelligenceConfig   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteBuffer data) 
  
    
public   static   IntelligenceConfig . EffectiveIntelligenceConfig   parseFrom ( ByteBuffer   data )  
  
  
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   IntelligenceConfig . EffectiveIntelligenceConfig   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parser() 
  
    
public   static   Parser<IntelligenceConfig . EffectiveIntelligenceConfig >  parser ()  
  
  Methods
   
  equals(Object obj) 
  
    
public   boolean   equals ( Object   obj )  
  
    
      
        Parameter  
      
        Name Description  
      
        objObject  
     
  
  
  Overrides 
  
  getDefaultInstanceForType() 
  
    
public   IntelligenceConfig . EffectiveIntelligenceConfig   getDefaultInstanceForType ()  
  
  getEffectiveEdition() 
  
    
public   IntelligenceConfig . EffectiveIntelligenceConfig . EffectiveEdition   getEffectiveEdition ()  
   Output only. The IntelligenceConfig edition that is applicable for the
 resource.
 
 .google.storage.control.v2.IntelligenceConfig.EffectiveIntelligenceConfig.EffectiveEdition effective_edition = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
getEffectiveEditionValue() 
  
    
public   int   getEffectiveEditionValue ()  
   Output only. The IntelligenceConfig edition that is applicable for the
 resource.
 
 .google.storage.control.v2.IntelligenceConfig.EffectiveIntelligenceConfig.EffectiveEdition effective_edition = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
    
      
        Returns  
      
        Type Description  
      
        int The enum numeric value on the wire for effectiveEdition.
 
     
  
  getIntelligenceConfig() 
  
    
public   String   getIntelligenceConfig ()  
   Output only. The IntelligenceConfig resource that is applied for the
 target resource. Format:
 {organizations|folders|projects}/{id}/locations/{location}/intelligenceConfig
 string intelligence_config = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
    
      
        Returns  
      
        Type Description  
      
        String The intelligenceConfig.
 
     
  
  getIntelligenceConfigBytes() 
  
    
public   ByteString   getIntelligenceConfigBytes ()  
   Output only. The IntelligenceConfig resource that is applied for the
 target resource. Format:
 {organizations|folders|projects}/{id}/locations/{location}/intelligenceConfig
 string intelligence_config = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for intelligenceConfig.
 
     
  
  getParserForType() 
  
    
public   Parser<IntelligenceConfig . EffectiveIntelligenceConfig >  getParserForType ()  
  
  Overrides 
  
  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   IntelligenceConfig . EffectiveIntelligenceConfig . Builder   newBuilderForType ()  
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent) 
  
    
protected   IntelligenceConfig . EffectiveIntelligenceConfig . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  
  
  Overrides 
  
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) 
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Object  
     
  
  Overrides 
  
  toBuilder() 
  
    
public   IntelligenceConfig . EffectiveIntelligenceConfig . Builder   toBuilder ()  
  
  writeTo(CodedOutputStream output) 
  
    
public   void   writeTo ( CodedOutputStream   output )  
  
  Overrides 
  
  
 
     
    
  
  
  
     
  
    
    
      
       
    
    
  
  
 
  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-29 UTC.
 
 
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-29 UTC."],[],[]]