Package | Description |
---|---|
com.google.api.services.compute |
Modifier and Type | Method and Description |
---|---|
Compute.Instances.SetMetadata |
Compute.Instances.SetMetadata.set(String parameterName,
Object value) |
Compute.Instances.SetMetadata |
Compute.Instances.SetMetadata.setAlt(String alt) |
Compute.Instances.SetMetadata |
Compute.Instances.SetMetadata.setFields(String fields) |
Compute.Instances.SetMetadata |
Compute.Instances.SetMetadata.setInstance(String instance)
Name of the instance scoping this request.
|
Compute.Instances.SetMetadata |
Compute.Instances.SetMetadata.setKey(String key) |
Compute.Instances.SetMetadata |
Compute.Instances.setMetadata(String project,
String zone,
String instance,
Metadata content)
Sets metadata for the specified instance to the data included in the request.
|
Compute.Instances.SetMetadata |
Compute.Instances.SetMetadata.setOauthToken(String oauthToken) |
Compute.Instances.SetMetadata |
Compute.Instances.SetMetadata.setPrettyPrint(Boolean prettyPrint) |
Compute.Instances.SetMetadata |
Compute.Instances.SetMetadata.setProject(String project)
Name of the project scoping this request.
|
Compute.Instances.SetMetadata |
Compute.Instances.SetMetadata.setQuotaUser(String quotaUser) |
Compute.Instances.SetMetadata |
Compute.Instances.SetMetadata.setUserIp(String userIp) |
Compute.Instances.SetMetadata |
Compute.Instances.SetMetadata.setZone(String zone)
Name of the zone scoping this request.
|