@Generated(value="by GAPIC") @BetaApi public final class Metadata extends Object implements ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
Metadata.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ApiMessage |
getApiMessageRequestBody() |
static Metadata |
getDefaultInstance() |
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
String |
getFingerprint()
Specifies a fingerprint for this request, which is essentially a hash of the metadata's
contents and used for optimistic locking.
|
List<Items> |
getItemsList()
Array of key/value pairs.
|
String |
getKind()
[Output Only] Type of the resource.
|
int |
hashCode() |
static Metadata.Builder |
newBuilder() |
static Metadata.Builder |
newBuilder(Metadata prototype) |
Metadata.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 getFingerprint()
To see the latest fingerprint, make a get() request to retrieve the resource.
public List<Items> getItemsList()
public String getKind()
public static Metadata.Builder newBuilder()
public static Metadata.Builder newBuilder(Metadata prototype)
public Metadata.Builder toBuilder()
public static Metadata getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.