Uses of Class
com.google.cloud.MonitoredResourceDescriptor.LabelDescriptor.ValueType
-
Packages that use MonitoredResourceDescriptor.LabelDescriptor.ValueType Package Description com.google.cloud Core classes for thegoogle-cloudlibrary. -
-
Uses of MonitoredResourceDescriptor.LabelDescriptor.ValueType in com.google.cloud
Methods in com.google.cloud that return MonitoredResourceDescriptor.LabelDescriptor.ValueType Modifier and Type Method Description MonitoredResourceDescriptor.LabelDescriptor.ValueTypeMonitoredResourceDescriptor.LabelDescriptor. getValueType()Returns the type of data that can be assigned to this label.static MonitoredResourceDescriptor.LabelDescriptor.ValueTypeMonitoredResourceDescriptor.LabelDescriptor.ValueType. valueOf(String name)Returns the enum constant of this type with the specified name.static MonitoredResourceDescriptor.LabelDescriptor.ValueType[]MonitoredResourceDescriptor.LabelDescriptor.ValueType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-