Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
Modifier and Type | Method and Description |
---|---|
GlobalSetLabelsRequest.Builder |
GlobalSetLabelsRequest.Builder.mergeFrom(GlobalSetLabelsRequest other) |
static GlobalSetLabelsRequest.Builder |
GlobalSetLabelsRequest.newBuilder(GlobalSetLabelsRequest prototype) |
SetLabelsExternalVpnGatewayHttpRequest.Builder |
SetLabelsExternalVpnGatewayHttpRequest.Builder.setGlobalSetLabelsRequestResource(GlobalSetLabelsRequest globalSetLabelsRequestResource) |
SetLabelsImageHttpRequest.Builder |
SetLabelsImageHttpRequest.Builder.setGlobalSetLabelsRequestResource(GlobalSetLabelsRequest globalSetLabelsRequestResource) |
SetLabelsSnapshotHttpRequest.Builder |
SetLabelsSnapshotHttpRequest.Builder.setGlobalSetLabelsRequestResource(GlobalSetLabelsRequest globalSetLabelsRequestResource) |
Operation |
ExternalVpnGatewayClient.setLabelsExternalVpnGateway(ProjectGlobalExternalVpnGatewayResourceName resource,
GlobalSetLabelsRequest globalSetLabelsRequestResource)
Sets the labels on an ExternalVpnGateway.
|
Operation |
ExternalVpnGatewayClient.setLabelsExternalVpnGateway(String resource,
GlobalSetLabelsRequest globalSetLabelsRequestResource)
Sets the labels on an ExternalVpnGateway.
|
Operation |
ImageClient.setLabelsImage(ProjectGlobalImageResourceName resource,
GlobalSetLabelsRequest globalSetLabelsRequestResource)
Sets the labels on an image.
|
Operation |
ImageClient.setLabelsImage(String resource,
GlobalSetLabelsRequest globalSetLabelsRequestResource)
Sets the labels on an image.
|
Operation |
SnapshotClient.setLabelsSnapshot(ProjectGlobalSnapshotResourceName resource,
GlobalSetLabelsRequest globalSetLabelsRequestResource)
Sets the labels on a snapshot.
|
Operation |
SnapshotClient.setLabelsSnapshot(String resource,
GlobalSetLabelsRequest globalSetLabelsRequestResource)
Sets the labels on a snapshot.
|
Copyright © 2019 Google LLC. All rights reserved.