Class IntelligenceConfig

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.google.storage.control.v2.IntelligenceConfig
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, IntelligenceConfigOrBuilder, Serializable

public final class IntelligenceConfig extends com.google.protobuf.GeneratedMessageV3 implements IntelligenceConfigOrBuilder
 The `IntelligenceConfig` resource associated with your organization, folder,
 or project.
 
Protobuf type google.storage.control.v2.IntelligenceConfig
See Also:
  • Field Details

    • NAME_FIELD_NUMBER

      public static final int NAME_FIELD_NUMBER
      See Also:
    • EDITION_CONFIG_FIELD_NUMBER

      public static final int EDITION_CONFIG_FIELD_NUMBER
      See Also:
    • UPDATE_TIME_FIELD_NUMBER

      public static final int UPDATE_TIME_FIELD_NUMBER
      See Also:
    • FILTER_FIELD_NUMBER

      public static final int FILTER_FIELD_NUMBER
      See Also:
    • EFFECTIVE_INTELLIGENCE_CONFIG_FIELD_NUMBER

      public static final int EFFECTIVE_INTELLIGENCE_CONFIG_FIELD_NUMBER
      See Also:
    • TRIAL_CONFIG_FIELD_NUMBER

      public static final int TRIAL_CONFIG_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getName

      public String getName()
       Identifier. The name of the `IntelligenceConfig` resource associated with
       your organization, folder, or project.
      
       The name format varies based on the GCP resource hierarchy as follows:
      
       * For project:
       `projects/{project_number}/locations/global/intelligenceConfig`
       * For organization:
       `organizations/{org_id}/locations/global/intelligenceConfig`
       * For folder: `folders/{folder_id}/locations/global/intelligenceConfig`
       
      string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
      Specified by:
      getName in interface IntelligenceConfigOrBuilder
      Returns:
      The name.
    • getNameBytes

      public com.google.protobuf.ByteString getNameBytes()
       Identifier. The name of the `IntelligenceConfig` resource associated with
       your organization, folder, or project.
      
       The name format varies based on the GCP resource hierarchy as follows:
      
       * For project:
       `projects/{project_number}/locations/global/intelligenceConfig`
       * For organization:
       `organizations/{org_id}/locations/global/intelligenceConfig`
       * For folder: `folders/{folder_id}/locations/global/intelligenceConfig`
       
      string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
      Specified by:
      getNameBytes in interface IntelligenceConfigOrBuilder
      Returns:
      The bytes for name.
    • getEditionConfigValue

      public int getEditionConfigValue()
       Optional. The edition configuration of the `IntelligenceConfig` resource.
       
      .google.storage.control.v2.IntelligenceConfig.EditionConfig edition_config = 2 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getEditionConfigValue in interface IntelligenceConfigOrBuilder
      Returns:
      The enum numeric value on the wire for editionConfig.
    • getEditionConfig

      public IntelligenceConfig.EditionConfig getEditionConfig()
       Optional. The edition configuration of the `IntelligenceConfig` resource.
       
      .google.storage.control.v2.IntelligenceConfig.EditionConfig edition_config = 2 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getEditionConfig in interface IntelligenceConfigOrBuilder
      Returns:
      The editionConfig.
    • hasUpdateTime

      public boolean hasUpdateTime()
       Output only. The time at which the `IntelligenceConfig` resource is last
       updated.
       
      .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasUpdateTime in interface IntelligenceConfigOrBuilder
      Returns:
      Whether the updateTime field is set.
    • getUpdateTime

      public com.google.protobuf.Timestamp getUpdateTime()
       Output only. The time at which the `IntelligenceConfig` resource is last
       updated.
       
      .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getUpdateTime in interface IntelligenceConfigOrBuilder
      Returns:
      The updateTime.
    • getUpdateTimeOrBuilder

      public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
       Output only. The time at which the `IntelligenceConfig` resource is last
       updated.
       
      .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getUpdateTimeOrBuilder in interface IntelligenceConfigOrBuilder
    • hasFilter

      public boolean hasFilter()
       Optional. Filter over location and bucket.
       
      .google.storage.control.v2.IntelligenceConfig.Filter filter = 4 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      hasFilter in interface IntelligenceConfigOrBuilder
      Returns:
      Whether the filter field is set.
    • getFilter

      public IntelligenceConfig.Filter getFilter()
       Optional. Filter over location and bucket.
       
      .google.storage.control.v2.IntelligenceConfig.Filter filter = 4 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getFilter in interface IntelligenceConfigOrBuilder
      Returns:
      The filter.
    • getFilterOrBuilder

      public IntelligenceConfig.FilterOrBuilder getFilterOrBuilder()
       Optional. Filter over location and bucket.
       
      .google.storage.control.v2.IntelligenceConfig.Filter filter = 4 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getFilterOrBuilder in interface IntelligenceConfigOrBuilder
    • hasEffectiveIntelligenceConfig

      public boolean hasEffectiveIntelligenceConfig()
       Output only. The `IntelligenceConfig` resource that is applicable for the
       resource.
       
      .google.storage.control.v2.IntelligenceConfig.EffectiveIntelligenceConfig effective_intelligence_config = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasEffectiveIntelligenceConfig in interface IntelligenceConfigOrBuilder
      Returns:
      Whether the effectiveIntelligenceConfig field is set.
    • getEffectiveIntelligenceConfig

      public IntelligenceConfig.EffectiveIntelligenceConfig getEffectiveIntelligenceConfig()
       Output only. The `IntelligenceConfig` resource that is applicable for the
       resource.
       
      .google.storage.control.v2.IntelligenceConfig.EffectiveIntelligenceConfig effective_intelligence_config = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getEffectiveIntelligenceConfig in interface IntelligenceConfigOrBuilder
      Returns:
      The effectiveIntelligenceConfig.
    • getEffectiveIntelligenceConfigOrBuilder

      public IntelligenceConfig.EffectiveIntelligenceConfigOrBuilder getEffectiveIntelligenceConfigOrBuilder()
       Output only. The `IntelligenceConfig` resource that is applicable for the
       resource.
       
      .google.storage.control.v2.IntelligenceConfig.EffectiveIntelligenceConfig effective_intelligence_config = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getEffectiveIntelligenceConfigOrBuilder in interface IntelligenceConfigOrBuilder
    • hasTrialConfig

      public boolean hasTrialConfig()
       The trial configuration of the `IntelligenceConfig` resource.
       
      .google.storage.control.v2.IntelligenceConfig.TrialConfig trial_config = 7;
      Specified by:
      hasTrialConfig in interface IntelligenceConfigOrBuilder
      Returns:
      Whether the trialConfig field is set.
    • getTrialConfig

      public IntelligenceConfig.TrialConfig getTrialConfig()
       The trial configuration of the `IntelligenceConfig` resource.
       
      .google.storage.control.v2.IntelligenceConfig.TrialConfig trial_config = 7;
      Specified by:
      getTrialConfig in interface IntelligenceConfigOrBuilder
      Returns:
      The trialConfig.
    • getTrialConfigOrBuilder

      public IntelligenceConfig.TrialConfigOrBuilder getTrialConfigOrBuilder()
       The trial configuration of the `IntelligenceConfig` resource.
       
      .google.storage.control.v2.IntelligenceConfig.TrialConfig trial_config = 7;
      Specified by:
      getTrialConfigOrBuilder in interface IntelligenceConfigOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static IntelligenceConfig parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static IntelligenceConfig parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static IntelligenceConfig parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static IntelligenceConfig parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static IntelligenceConfig parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static IntelligenceConfig parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static IntelligenceConfig parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static IntelligenceConfig parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static IntelligenceConfig parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static IntelligenceConfig parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static IntelligenceConfig parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static IntelligenceConfig parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public IntelligenceConfig.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static IntelligenceConfig.Builder newBuilder()
    • newBuilder

      public static IntelligenceConfig.Builder newBuilder(IntelligenceConfig prototype)
    • toBuilder

      public IntelligenceConfig.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected IntelligenceConfig.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static IntelligenceConfig getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<IntelligenceConfig> parser()
    • getParserForType

      public com.google.protobuf.Parser<IntelligenceConfig> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public IntelligenceConfig getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder