Enum ServiceTier

  • All Implemented Interfaces:
    com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<ServiceTier>

    @Deprecated
    public enum ServiceTier
    extends Enum<ServiceTier>
    implements com.google.protobuf.ProtocolMessageEnum
    Deprecated.
     The tier of service for a Workspace. Please see the
     [service tiers
     documentation](https://cloud.google.com/monitoring/workspaces/tiers) for more
     details.
     
    Protobuf enum google.monitoring.v3.ServiceTier
    • Enum Constant Detail

      • SERVICE_TIER_UNSPECIFIED

        public static final ServiceTier SERVICE_TIER_UNSPECIFIED
        Deprecated.
         An invalid sentinel value, used to indicate that a tier has not
         been provided explicitly.
         
        SERVICE_TIER_UNSPECIFIED = 0;
      • SERVICE_TIER_BASIC

        public static final ServiceTier SERVICE_TIER_BASIC
        Deprecated.
         The Stackdriver Basic tier, a free tier of service that provides basic
         features, a moderate allotment of logs, and access to built-in metrics.
         A number of features are not available in this tier. For more details,
         see [the service tiers
         documentation](https://cloud.google.com/monitoring/workspaces/tiers).
         
        SERVICE_TIER_BASIC = 1;
      • SERVICE_TIER_PREMIUM

        public static final ServiceTier SERVICE_TIER_PREMIUM
        Deprecated.
         The Stackdriver Premium tier, a higher, more expensive tier of service
         that provides access to all Stackdriver features, lets you use Stackdriver
         with AWS accounts, and has a larger allotments for logs and metrics. For
         more details, see [the service tiers
         documentation](https://cloud.google.com/monitoring/workspaces/tiers).
         
        SERVICE_TIER_PREMIUM = 2;
      • UNRECOGNIZED

        public static final ServiceTier UNRECOGNIZED
        Deprecated.
    • Field Detail

      • SERVICE_TIER_UNSPECIFIED_VALUE

        public static final int SERVICE_TIER_UNSPECIFIED_VALUE
        Deprecated.
         An invalid sentinel value, used to indicate that a tier has not
         been provided explicitly.
         
        SERVICE_TIER_UNSPECIFIED = 0;
        See Also:
        Constant Field Values
      • SERVICE_TIER_BASIC_VALUE

        public static final int SERVICE_TIER_BASIC_VALUE
        Deprecated.
         The Stackdriver Basic tier, a free tier of service that provides basic
         features, a moderate allotment of logs, and access to built-in metrics.
         A number of features are not available in this tier. For more details,
         see [the service tiers
         documentation](https://cloud.google.com/monitoring/workspaces/tiers).
         
        SERVICE_TIER_BASIC = 1;
        See Also:
        Constant Field Values
      • SERVICE_TIER_PREMIUM_VALUE

        public static final int SERVICE_TIER_PREMIUM_VALUE
        Deprecated.
         The Stackdriver Premium tier, a higher, more expensive tier of service
         that provides access to all Stackdriver features, lets you use Stackdriver
         with AWS accounts, and has a larger allotments for logs and metrics. For
         more details, see [the service tiers
         documentation](https://cloud.google.com/monitoring/workspaces/tiers).
         
        SERVICE_TIER_PREMIUM = 2;
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static ServiceTier[] values()
        Deprecated.
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (ServiceTier c : ServiceTier.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static ServiceTier valueOf​(String name)
        Deprecated.
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • getNumber

        public final int getNumber()
        Deprecated.
        Specified by:
        getNumber in interface com.google.protobuf.Internal.EnumLite
        Specified by:
        getNumber in interface com.google.protobuf.ProtocolMessageEnum
      • valueOf

        @Deprecated
        public static ServiceTier valueOf​(int value)
        Deprecated.
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        value - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • forNumber

        public static ServiceTier forNumber​(int value)
        Deprecated.
        Parameters:
        value - The numeric wire value of the corresponding enum entry.
        Returns:
        The enum associated with the given numeric wire value.
      • internalGetValueMap

        public static com.google.protobuf.Internal.EnumLiteMap<ServiceTier> internalGetValueMap()
        Deprecated.
      • getValueDescriptor

        public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
        Deprecated.
        Specified by:
        getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
      • getDescriptorForType

        public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
        Deprecated.
        Specified by:
        getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
      • getDescriptor

        public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
        Deprecated.
      • valueOf

        public static ServiceTier valueOf​(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
        Deprecated.
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        desc - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null