Package | Description |
---|---|
com.google.cloud.compute.deprecated |
A client for Google Compute Engine – High-performance, scalable virtual machines.
|
Modifier and Type | Method and Description |
---|---|
Metadata |
Metadata.Builder.build()
Creates a
Metadata object. |
Metadata |
InstanceInfo.getMetadata()
Returns the instance metadata.
|
static Metadata |
Metadata.of(Map<String,String> values)
Returns a
Metadata object given the the metadata as a map. |
Modifier and Type | Method and Description |
---|---|
Operation |
Compute.setMetadata(InstanceId instance,
Metadata metadata,
Compute.OperationOption... options)
Sets the metadata for the provided instance.
|
Instance.Builder |
Instance.Builder.setMetadata(Metadata metadata) |
abstract InstanceInfo.Builder |
InstanceInfo.Builder.setMetadata(Metadata metadata)
Sets the instance metadata.
|
InstanceInfo.Builder |
InstanceInfo.BuilderImpl.setMetadata(Metadata metadata) |
Operation |
Instance.setMetadata(Metadata metadata,
Compute.OperationOption... options)
Sets the metadata for this instance.
|
Copyright © 2019 Google LLC. All rights reserved.