Uses of Class
com.google.monitoring.v3.ServiceTier
-
Packages that use ServiceTier Package Description com.google.monitoring.v3 -
-
Uses of ServiceTier in com.google.monitoring.v3
Methods in com.google.monitoring.v3 that return ServiceTier Modifier and Type Method Description static ServiceTier
ServiceTier. forNumber(int value)
Deprecated.ServiceTier
NotificationChannelDescriptor.Builder. getSupportedTiers(int index)
Deprecated.google.monitoring.v3.NotificationChannelDescriptor.supported_tiers is deprecated.ServiceTier
NotificationChannelDescriptor. getSupportedTiers(int index)
Deprecated.google.monitoring.v3.NotificationChannelDescriptor.supported_tiers is deprecated.ServiceTier
NotificationChannelDescriptorOrBuilder. getSupportedTiers(int index)
Deprecated.google.monitoring.v3.NotificationChannelDescriptor.supported_tiers is deprecated.static ServiceTier
ServiceTier. valueOf(int value)
Deprecated.static ServiceTier
ServiceTier. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Deprecated.Returns the enum constant of this type with the specified name.static ServiceTier
ServiceTier. valueOf(String name)
Deprecated.Returns the enum constant of this type with the specified name.static ServiceTier[]
ServiceTier. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.monitoring.v3 that return types with arguments of type ServiceTier Modifier and Type Method Description List<ServiceTier>
NotificationChannelDescriptor.Builder. getSupportedTiersList()
Deprecated.google.monitoring.v3.NotificationChannelDescriptor.supported_tiers is deprecated.List<ServiceTier>
NotificationChannelDescriptor. getSupportedTiersList()
Deprecated.google.monitoring.v3.NotificationChannelDescriptor.supported_tiers is deprecated.List<ServiceTier>
NotificationChannelDescriptorOrBuilder. getSupportedTiersList()
Deprecated.google.monitoring.v3.NotificationChannelDescriptor.supported_tiers is deprecated.static com.google.protobuf.Internal.EnumLiteMap<ServiceTier>
ServiceTier. internalGetValueMap()
Deprecated.Methods in com.google.monitoring.v3 with parameters of type ServiceTier Modifier and Type Method Description NotificationChannelDescriptor.Builder
NotificationChannelDescriptor.Builder. addSupportedTiers(ServiceTier value)
Deprecated.google.monitoring.v3.NotificationChannelDescriptor.supported_tiers is deprecated.NotificationChannelDescriptor.Builder
NotificationChannelDescriptor.Builder. setSupportedTiers(int index, ServiceTier value)
Deprecated.google.monitoring.v3.NotificationChannelDescriptor.supported_tiers is deprecated.Method parameters in com.google.monitoring.v3 with type arguments of type ServiceTier Modifier and Type Method Description NotificationChannelDescriptor.Builder
NotificationChannelDescriptor.Builder. addAllSupportedTiers(Iterable<? extends ServiceTier> values)
Deprecated.google.monitoring.v3.NotificationChannelDescriptor.supported_tiers is deprecated.
-