public final class GlobalSetLabelsRequest
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Compute Engine API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
GlobalSetLabelsRequest() |
Modifier and Type | Method and Description |
---|---|
GlobalSetLabelsRequest |
clone() |
byte[] |
decodeLabelFingerprint()
The fingerprint of the previous set of labels for this resource, used to detect conflicts.
|
GlobalSetLabelsRequest |
encodeLabelFingerprint(byte[] labelFingerprint)
The fingerprint of the previous set of labels for this resource, used to detect conflicts.
|
java.lang.String |
getLabelFingerprint()
The fingerprint of the previous set of labels for this resource, used to detect conflicts.
|
java.util.Map<java.lang.String,java.lang.String> |
getLabels()
A list of labels to apply for this resource.
|
GlobalSetLabelsRequest |
set(java.lang.String fieldName,
java.lang.Object value) |
GlobalSetLabelsRequest |
setLabelFingerprint(java.lang.String labelFingerprint)
The fingerprint of the previous set of labels for this resource, used to detect conflicts.
|
GlobalSetLabelsRequest |
setLabels(java.util.Map<java.lang.String,java.lang.String> labels)
A list of labels to apply for this resource.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.String getLabelFingerprint()
null
for nonedecodeLabelFingerprint()
public byte[] decodeLabelFingerprint()
null
for nonegetLabelFingerprint()
public GlobalSetLabelsRequest setLabelFingerprint(java.lang.String labelFingerprint)
labelFingerprint
- labelFingerprint or null
for none#encodeLabelFingerprint()
public GlobalSetLabelsRequest encodeLabelFingerprint(byte[] labelFingerprint)
The value is encoded Base64 or {@code null} for none.
public java.util.Map<java.lang.String,java.lang.String> getLabels()
null
for nonepublic GlobalSetLabelsRequest setLabels(java.util.Map<java.lang.String,java.lang.String> labels)
labels
- labels or null
for nonepublic GlobalSetLabelsRequest set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public GlobalSetLabelsRequest clone()
clone
in class com.google.api.client.json.GenericJson