public static class MonitoredResourceDescriptor.LabelDescriptor extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
MonitoredResourceDescriptor.LabelDescriptor.ValueType
Value types that can be used as label values.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getDescription()
Returns the optional human-readable description for this label.
|
String |
getKey()
Returns the key associated to this label.
|
MonitoredResourceDescriptor.LabelDescriptor.ValueType |
getValueType()
Returns the type of data that can be assigned to this label.
|
int |
hashCode() |
String |
toString() |
public String getKey()
public MonitoredResourceDescriptor.LabelDescriptor.ValueType getValueType()
public String getDescription()
null
.Copyright © 2019 Google LLC. All rights reserved.