| 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 |
fingerprint(String fingerprint)
Sets the fingerprint for the tags.
|
Tags.Builder |
values(Iterable<String> values)
Sets a list of tags to apply to an instance.
|
Tags.Builder |
values(String... values)
Sets a list of tags to apply to an instance.
|
public Tags.Builder values(Iterable<String> values)
public Tags.Builder values(String... values)
public Tags.Builder add(String tag)
public Tags.Builder fingerprint(String fingerprint)
public Tags build()
Tags object.Copyright © 2016 Google. All rights reserved.