| Package | Description |
|---|---|
| com.google.cloud.compute |
A client to Google Cloud Compute.
|
| Modifier and Type | Method and Description |
|---|---|
Tags |
Tags.Builder.build()
Creates a
Tags object. |
static Tags |
Tags.of(Iterable<String> values)
Returns a
Tags object given the tags to apply to the instance. |
static Tags |
Tags.of(String... values)
Returns a
Tags object given the tags to apply to the instance. |
Tags |
InstanceInfo.tags()
Returns the tags of this instance.
|
| Modifier and Type | Method and Description |
|---|---|
Operation |
Compute.setTags(InstanceId instance,
Tags tags,
Compute.OperationOption... options)
Sets the tags for the provided instance.
|
Operation |
Instance.setTags(Tags tags,
Compute.OperationOption... options)
Sets the tags for this instance.
|
abstract InstanceInfo.Builder |
InstanceInfo.Builder.tags(Tags tags)
Sets the tags to apply to this instance.
|
InstanceInfo.Builder |
InstanceInfo.BuilderImpl.tags(Tags tags) |
Instance.Builder |
Instance.Builder.tags(Tags tags) |
Copyright © 2016 Google. All rights reserved.