Interface IntelligenceConfig.EffectiveIntelligenceConfigOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
IntelligenceConfig.EffectiveIntelligenceConfig, IntelligenceConfig.EffectiveIntelligenceConfig.Builder
Enclosing class:
IntelligenceConfig

public static interface IntelligenceConfig.EffectiveIntelligenceConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getEffectiveEditionValue

      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:
      The enum numeric value on the wire for 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];
      Returns:
      The effectiveEdition.
    • getIntelligenceConfig

      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:
      The intelligenceConfig.
    • getIntelligenceConfigBytes

      com.google.protobuf.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:
      The bytes for intelligenceConfig.