Uses of Class
com.google.cloud.logging.MonitoredResourceUtil.Label
-
Packages that use MonitoredResourceUtil.Label Package Description com.google.cloud.logging A client for Cloud Logging - Real-time log management and analysis. -
-
Uses of MonitoredResourceUtil.Label in com.google.cloud.logging
Methods in com.google.cloud.logging that return MonitoredResourceUtil.Label Modifier and Type Method Description static MonitoredResourceUtil.Label
MonitoredResourceUtil.Label. valueOf(String name)
Returns the enum constant of this type with the specified name.static MonitoredResourceUtil.Label[]
MonitoredResourceUtil.Label. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.logging with parameters of type MonitoredResourceUtil.Label Modifier and Type Method Description String
MetadataLoader. getValue(MonitoredResourceUtil.Label label)
Loads metadata value for thelabel
argument.
-