Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
Modifier and Type | Method and Description |
---|---|
Metadata |
Metadata.Builder.build() |
Metadata |
SetCommonInstanceMetadataProjectHttpRequest.getApiMessageRequestBody() |
Metadata |
SetMetadataInstanceHttpRequest.getApiMessageRequestBody() |
Metadata |
Project.getCommonInstanceMetadata()
Metadata key/value pairs available to all instances contained in this project.
|
Metadata |
Project.Builder.getCommonInstanceMetadata()
Metadata key/value pairs available to all instances contained in this project.
|
static Metadata |
Metadata.getDefaultInstance() |
Metadata |
Instance.getMetadata()
The metadata key/value pairs assigned to this instance.
|
Metadata |
Instance.Builder.getMetadata()
The metadata key/value pairs assigned to this instance.
|
Metadata |
InstanceProperties.getMetadata()
The metadata key/value pairs to assign to instances that are created from this template.
|
Metadata |
InstanceProperties.Builder.getMetadata()
The metadata key/value pairs to assign to instances that are created from this template.
|
Metadata |
SetCommonInstanceMetadataProjectHttpRequest.getMetadataResource()
A metadata key/value entry.
|
Metadata |
SetCommonInstanceMetadataProjectHttpRequest.Builder.getMetadataResource()
A metadata key/value entry.
|
Metadata |
SetMetadataInstanceHttpRequest.getMetadataResource()
A metadata key/value entry.
|
Metadata |
SetMetadataInstanceHttpRequest.Builder.getMetadataResource()
A metadata key/value entry.
|
Modifier and Type | Method and Description |
---|---|
Metadata.Builder |
Metadata.Builder.mergeFrom(Metadata other) |
static Metadata.Builder |
Metadata.newBuilder(Metadata prototype) |
Project.Builder |
Project.Builder.setCommonInstanceMetadata(Metadata commonInstanceMetadata)
Metadata key/value pairs available to all instances contained in this project.
|
Operation |
ProjectClient.setCommonInstanceMetadataProject(ProjectName project,
Metadata metadataResource)
Sets metadata common to all instances within the specified project using the data included in
the request.
|
Operation |
ProjectClient.setCommonInstanceMetadataProject(String project,
Metadata metadataResource)
Sets metadata common to all instances within the specified project using the data included in
the request.
|
Instance.Builder |
Instance.Builder.setMetadata(Metadata metadata)
The metadata key/value pairs assigned to this instance.
|
InstanceProperties.Builder |
InstanceProperties.Builder.setMetadata(Metadata metadata)
The metadata key/value pairs to assign to instances that are created from this template.
|
Operation |
InstanceClient.setMetadataInstance(ProjectZoneInstanceName instance,
Metadata metadataResource)
Sets metadata for the specified instance to the data included in the request.
|
Operation |
InstanceClient.setMetadataInstance(String instance,
Metadata metadataResource)
Sets metadata for the specified instance to the data included in the request.
|
SetCommonInstanceMetadataProjectHttpRequest.Builder |
SetCommonInstanceMetadataProjectHttpRequest.Builder.setMetadataResource(Metadata metadataResource)
A metadata key/value entry.
|
SetMetadataInstanceHttpRequest.Builder |
SetMetadataInstanceHttpRequest.Builder.setMetadataResource(Metadata metadataResource)
A metadata key/value entry.
|
Copyright © 2019 Google LLC. All rights reserved.