Modifier and Type | Method and Description |
---|---|
Tags.Builder |
addAllItems(List<String> items)
An array of tags.
|
Tags.Builder |
addItems(String items)
An array of tags.
|
Tags |
build() |
Tags.Builder |
clone() |
String |
getFingerprint()
Specifies a fingerprint for this request, which is essentially a hash of the tags' contents
and used for optimistic locking.
|
List<String> |
getItemsList()
An array of tags.
|
Tags.Builder |
mergeFrom(Tags other) |
Tags.Builder |
setFingerprint(String fingerprint)
Specifies a fingerprint for this request, which is essentially a hash of the tags' contents
and used for optimistic locking.
|
public Tags.Builder mergeFrom(Tags other)
public String getFingerprint()
To see the latest fingerprint, make get() request to the instance.
public Tags.Builder setFingerprint(String fingerprint)
To see the latest fingerprint, make get() request to the instance.
public List<String> getItemsList()
public Tags.Builder addAllItems(List<String> items)
public Tags.Builder addItems(String items)
public Tags build()
public Tags.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.