Modifier and Type | Method and Description |
---|---|
Tags.Builder |
add(String tag)
Adds a tag to the list of tags.
|
Tags |
build()
Creates a
Tags object. |
Tags.Builder |
setFingerprint(String fingerprint)
Sets the fingerprint for the tags.
|
Tags.Builder |
setValues(Iterable<String> values)
Sets a list of tags to apply to an instance.
|
Tags.Builder |
setValues(String... values)
Sets a list of tags to apply to an instance.
|
public Tags.Builder setValues(Iterable<String> values)
public Tags.Builder setValues(String... values)
public Tags.Builder add(String tag)
public Tags.Builder setFingerprint(String fingerprint)
public Tags build()
Tags
object.Copyright © 2019 Google LLC. All rights reserved.