@Generated(value="by GAPIC") @BetaApi public final class GlobalSetLabelsRequest extends Object implements ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
GlobalSetLabelsRequest.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ApiMessage |
getApiMessageRequestBody() |
static GlobalSetLabelsRequest |
getDefaultInstance() |
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
String |
getLabelFingerprint()
The fingerprint of the previous set of labels for this resource, used to detect conflicts.
|
Map<String,String> |
getLabelsMap()
A list of labels to apply for this resource.
|
int |
hashCode() |
static GlobalSetLabelsRequest.Builder |
newBuilder() |
static GlobalSetLabelsRequest.Builder |
newBuilder(GlobalSetLabelsRequest prototype) |
GlobalSetLabelsRequest.Builder |
toBuilder() |
String |
toString() |
public Object getFieldValue(String fieldName)
getFieldValue
in interface ApiMessage
@Nullable public ApiMessage getApiMessageRequestBody()
getApiMessageRequestBody
in interface ApiMessage
@Nullable public List<String> getFieldMask()
getFieldMask
in interface ApiMessage
public String getLabelFingerprint()
public Map<String,String> getLabelsMap()
public static GlobalSetLabelsRequest.Builder newBuilder()
public static GlobalSetLabelsRequest.Builder newBuilder(GlobalSetLabelsRequest prototype)
public GlobalSetLabelsRequest.Builder toBuilder()
public static GlobalSetLabelsRequest getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.