Skip navigation links
A B C D E F G H I L M N O P R S T U V W Z 

A

add(String, String) - Method in class com.google.cloud.compute.deprecated.Metadata.Builder
Adds a key/value pair to the instance metadata.
add(String) - Method in class com.google.cloud.compute.deprecated.Tags.Builder
Adds a tag to the list of tags.
add(AddressId) - Method in class com.google.cloud.compute.deprecated.testing.ResourceCleaner
 
add(DiskId) - Method in class com.google.cloud.compute.deprecated.testing.ResourceCleaner
 
add(SnapshotId) - Method in class com.google.cloud.compute.deprecated.testing.ResourceCleaner
 
add(NetworkId) - Method in class com.google.cloud.compute.deprecated.testing.ResourceCleaner
 
add(SubnetworkId) - Method in class com.google.cloud.compute.deprecated.testing.ResourceCleaner
 
add(ImageId) - Method in class com.google.cloud.compute.deprecated.testing.ResourceCleaner
 
add(InstanceId) - Method in class com.google.cloud.compute.deprecated.testing.ResourceCleaner
 
addAccessConfig(InstanceId, String, NetworkInterface.AccessConfig, Compute.OperationOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Adds an access configuration to an instance's network interface.
addAccessConfig(String, NetworkInterface.AccessConfig, Compute.OperationOption...) - Method in class com.google.cloud.compute.deprecated.Instance
Adds an access configuration to the provided network interface for this instance.
addAccessConfig(String, String, String, AccessConfig, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Adds an access configuration to an instance's network interface.
addAccessConfig(String, String, String, AccessConfig, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
Address - Class in com.google.cloud.compute.deprecated
A Google Compute Engine address.
Address.Builder - Class in com.google.cloud.compute.deprecated
A builder for Address objects.
AddressId - Class in com.google.cloud.compute.deprecated
Base class for Google Compute Engine address identities.
AddressInfo - Class in com.google.cloud.compute.deprecated
A Google Compute Engine address.
AddressInfo.Builder - Class in com.google.cloud.compute.deprecated
A builder for AddressInfo objects.
AddressInfo.GlobalForwardingUsage - Class in com.google.cloud.compute.deprecated
Usage information for a Google Compute Engine global address assigned to one or more global forwarding rules.
AddressInfo.InstanceUsage - Class in com.google.cloud.compute.deprecated
Usage information for a Google Compute Engine region address assigned to a virtual machine instance.
AddressInfo.RegionForwardingUsage - Class in com.google.cloud.compute.deprecated
Usage information for a Google Compute Engine region address assigned to one or more region forwarding rules.
AddressInfo.Status - Enum in com.google.cloud.compute.deprecated
The status of the address.
AddressInfo.Usage - Class in com.google.cloud.compute.deprecated
Base class for a Google Compute Engine address's usage information.
attachDisk(InstanceId, AttachedDisk.PersistentDiskConfiguration, Compute.OperationOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Attaches a persistent disk to an instance given its configuration.
attachDisk(InstanceId, String, AttachedDisk.PersistentDiskConfiguration, Compute.OperationOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Attaches a persistent disk to an instance given the device name and its configuration.
attachDisk(InstanceId, String, AttachedDisk.PersistentDiskConfiguration, int, Compute.OperationOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Attaches a persistent disk to an instance given the device name, its configuration and the device index.
attachDisk(AttachedDisk.PersistentDiskConfiguration, Compute.OperationOption...) - Method in class com.google.cloud.compute.deprecated.Instance
Attaches a persistent disk to this instance given its configuration.
attachDisk(String, AttachedDisk.PersistentDiskConfiguration, Compute.OperationOption...) - Method in class com.google.cloud.compute.deprecated.Instance
Attaches a persistent disk to this instance given the device name and its configuration.
attachDisk(String, AttachedDisk.PersistentDiskConfiguration, int, Compute.OperationOption...) - Method in class com.google.cloud.compute.deprecated.Instance
Attaches a persistent disk to this instance given the device name, its configuration and the device index.
attachDisk(String, String, AttachedDisk, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Attaches a disk to an instance.
attachDisk(String, String, AttachedDisk, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
AttachedDisk - Class in com.google.cloud.compute.deprecated
A disk attached to a Google Compute Engine instance.
AttachedDisk.AttachedDiskConfiguration - Class in com.google.cloud.compute.deprecated
Base class for AttachedDisk configuration.
AttachedDisk.AttachedDiskConfiguration.InterfaceType - Enum in com.google.cloud.compute.deprecated
Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME.
AttachedDisk.AttachedDiskConfiguration.Type - Enum in com.google.cloud.compute.deprecated
Specifies the type of the attached disk.
AttachedDisk.Builder - Class in com.google.cloud.compute.deprecated
A builder for AttachedDisk objects.
AttachedDisk.CreateDiskConfiguration - Class in com.google.cloud.compute.deprecated
An attached disk configuration for bootable persistent disks that must be created with the instance they are attached to.
AttachedDisk.CreateDiskConfiguration.Builder - Class in com.google.cloud.compute.deprecated
A builder for CreateDiskConfiguration objects.
AttachedDisk.PersistentDiskConfiguration - Class in com.google.cloud.compute.deprecated
An attached disk configuration for existing persistent disks.
AttachedDisk.PersistentDiskConfiguration.Builder - Class in com.google.cloud.compute.deprecated
A builder for PersistentDiskConfiguration objects.
AttachedDisk.PersistentDiskConfiguration.Mode - Enum in com.google.cloud.compute.deprecated
Specifies the mode in which to attach the disk.
AttachedDisk.ScratchDiskConfiguration - Class in com.google.cloud.compute.deprecated
An attached disk configuration for scratch disks.
AttachedDisk.ScratchDiskConfiguration.Builder - Class in com.google.cloud.compute.deprecated
A builder for ScratchDiskConfiguration objects.
autoCreateSubnetworks() - Method in class com.google.cloud.compute.deprecated.SubnetNetworkConfiguration
Returns whether the subnetworks should be automatically created.
autoDelete() - Method in class com.google.cloud.compute.deprecated.AttachedDisk.AttachedDiskConfiguration
Returns whether the disk should auto-delete when the instance to which it's attached is deleted.
automaticRestart() - Method in class com.google.cloud.compute.deprecated.SchedulingOptions
Returns whether the instance should be automatically restarted if it is terminated by Compute Engine (not terminated by a user).

B

baseResourceName() - Static method in class com.google.cloud.compute.deprecated.testing.RemoteComputeHelper
Returns a base name for testing resources generated using a random UUID.
boot() - Method in class com.google.cloud.compute.deprecated.AttachedDisk.AttachedDiskConfiguration
Returns whether to use the attached disk as a boot disk.
build() - Method in class com.google.cloud.compute.deprecated.Address.Builder
 
build() - Method in class com.google.cloud.compute.deprecated.AddressInfo.Builder
Creates an AddressInfo object.
build() - Method in class com.google.cloud.compute.deprecated.AttachedDisk.Builder
Creates an AttachedDisk object.
build() - Method in class com.google.cloud.compute.deprecated.AttachedDisk.CreateDiskConfiguration.Builder
Creates a CreateDiskConfiguration object.
build() - Method in class com.google.cloud.compute.deprecated.AttachedDisk.PersistentDiskConfiguration.Builder
Creates a PersistentDiskConfiguration object.
build() - Method in class com.google.cloud.compute.deprecated.AttachedDisk.ScratchDiskConfiguration.Builder
Creates a ScratchDiskConfiguration object.
build() - Method in class com.google.cloud.compute.deprecated.ComputeOptions.Builder
 
build() - Method in class com.google.cloud.compute.deprecated.DeprecationStatus.Builder
Creates a DeprecationStatus object.
build() - Method in class com.google.cloud.compute.deprecated.Disk.Builder
 
build() - Method in class com.google.cloud.compute.deprecated.DiskConfiguration.Builder
Creates an object.
build() - Method in class com.google.cloud.compute.deprecated.DiskImageConfiguration.Builder
Creates a DiskImageConfiguration object.
build() - Method in class com.google.cloud.compute.deprecated.DiskInfo.Builder
Creates a DiskInfo object.
build() - Method in class com.google.cloud.compute.deprecated.Image.Builder
 
build() - Method in class com.google.cloud.compute.deprecated.ImageConfiguration.Builder
Creates a configuration object.
build() - Method in class com.google.cloud.compute.deprecated.ImageDiskConfiguration.Builder
Creates an ImageDiskConfiguration object.
build() - Method in class com.google.cloud.compute.deprecated.ImageInfo.Builder
Creates a ImageInfo object.
build() - Method in class com.google.cloud.compute.deprecated.Instance.Builder
 
build() - Method in class com.google.cloud.compute.deprecated.InstanceInfo.Builder
Creates an InstanceInfo object.
build() - Method in class com.google.cloud.compute.deprecated.InstanceInfo.BuilderImpl
 
build() - Method in class com.google.cloud.compute.deprecated.Metadata.Builder
Creates a Metadata object.
build() - Method in class com.google.cloud.compute.deprecated.Network.Builder
 
build() - Method in class com.google.cloud.compute.deprecated.NetworkInfo.Builder
Creates a NetworkInfo object.
build() - Method in class com.google.cloud.compute.deprecated.NetworkInterface.AccessConfig.Builder
Creates an AccessConfig object.
build() - Method in class com.google.cloud.compute.deprecated.NetworkInterface.Builder
Creates a NetworkInterface object.
build() - Method in class com.google.cloud.compute.deprecated.Snapshot.Builder
 
build() - Method in class com.google.cloud.compute.deprecated.SnapshotDiskConfiguration.Builder
Creates a SnapshotDiskConfiguration object.
build() - Method in class com.google.cloud.compute.deprecated.SnapshotInfo.Builder
Creates a SnapshotInfo object.
build() - Method in class com.google.cloud.compute.deprecated.StandardDiskConfiguration.Builder
Creates a StandardDiskConfiguration object.
build() - Method in class com.google.cloud.compute.deprecated.StorageImageConfiguration.Builder
Creates a StorageImageConfiguration object.
build() - Method in class com.google.cloud.compute.deprecated.Subnetwork.Builder
 
build() - Method in class com.google.cloud.compute.deprecated.SubnetworkInfo.Builder
Creates a SubnetworkInfo object.
build() - Method in class com.google.cloud.compute.deprecated.Tags.Builder
Creates a Tags object.
Builder() - Constructor for class com.google.cloud.compute.deprecated.AddressInfo.Builder
 
Builder() - Constructor for class com.google.cloud.compute.deprecated.DiskInfo.Builder
 
Builder() - Constructor for class com.google.cloud.compute.deprecated.ImageInfo.Builder
 
Builder() - Constructor for class com.google.cloud.compute.deprecated.InstanceInfo.Builder
 
Builder() - Constructor for class com.google.cloud.compute.deprecated.NetworkInfo.Builder
 
Builder() - Constructor for class com.google.cloud.compute.deprecated.SnapshotInfo.Builder
 
Builder() - Constructor for class com.google.cloud.compute.deprecated.SubnetworkInfo.Builder
 

C

canIpForward() - Method in class com.google.cloud.compute.deprecated.InstanceInfo
Returns whether to allow this instance to send and receive packets with non-matching destination or source IPs.
chargesUseFee() - Method in class com.google.cloud.compute.deprecated.License
Returns true if the customer will be charged a license fee for running software that contains this license on an instance.
cleanUp() - Method in class com.google.cloud.compute.deprecated.testing.ResourceCleaner
 
com.google.cloud.compute.deprecated - package com.google.cloud.compute.deprecated
A client for Google Compute Engine – High-performance, scalable virtual machines.
com.google.cloud.compute.deprecated.spi - package com.google.cloud.compute.deprecated.spi
 
com.google.cloud.compute.deprecated.spi.v1 - package com.google.cloud.compute.deprecated.spi.v1
 
com.google.cloud.compute.deprecated.testing - package com.google.cloud.compute.deprecated.testing
A testing helper for Google Compute Engine.
Compute - Interface in com.google.cloud.compute.deprecated
An interface for Google Cloud Compute Engine.
Compute.AddressAggregatedListOption - Class in com.google.cloud.compute.deprecated
Class for specifying address aggregated list options.
Compute.AddressField - Enum in com.google.cloud.compute.deprecated
Fields of a Compute Engine Address resource.
Compute.AddressFilter - Class in com.google.cloud.compute.deprecated
Class for filtering address lists.
Compute.AddressListOption - Class in com.google.cloud.compute.deprecated
Class for specifying address list options.
Compute.AddressOption - Class in com.google.cloud.compute.deprecated
Class for specifying address get options.
Compute.DiskAggregatedListOption - Class in com.google.cloud.compute.deprecated
Class for specifying disk aggregated list options.
Compute.DiskField - Enum in com.google.cloud.compute.deprecated
Fields of a Compute Engine Disk resource.
Compute.DiskFilter - Class in com.google.cloud.compute.deprecated
Class for filtering disk lists.
Compute.DiskListOption - Class in com.google.cloud.compute.deprecated
Class for specifying disk list options.
Compute.DiskOption - Class in com.google.cloud.compute.deprecated
Class for specifying disk get options.
Compute.DiskTypeAggregatedListOption - Class in com.google.cloud.compute.deprecated
Class for specifying disk type aggregated list options.
Compute.DiskTypeField - Enum in com.google.cloud.compute.deprecated
Fields of a Compute Engine DiskType resource.
Compute.DiskTypeFilter - Class in com.google.cloud.compute.deprecated
Class for filtering disk type lists.
Compute.DiskTypeListOption - Class in com.google.cloud.compute.deprecated
Class for specifying disk type list options.
Compute.DiskTypeOption - Class in com.google.cloud.compute.deprecated
Class for specifying disk type get options.
Compute.ImageField - Enum in com.google.cloud.compute.deprecated
Fields of a Compute Engine Image resource.
Compute.ImageFilter - Class in com.google.cloud.compute.deprecated
Class for filtering image lists.
Compute.ImageListOption - Class in com.google.cloud.compute.deprecated
Class for specifying image list options.
Compute.ImageOption - Class in com.google.cloud.compute.deprecated
Class for specifying image get options.
Compute.InstanceAggregatedListOption - Class in com.google.cloud.compute.deprecated
Class for specifying instance aggregated list options.
Compute.InstanceField - Enum in com.google.cloud.compute.deprecated
Fields of a Compute Engine Instance resource.
Compute.InstanceFilter - Class in com.google.cloud.compute.deprecated
Class for filtering instance lists.
Compute.InstanceListOption - Class in com.google.cloud.compute.deprecated
Class for specifying instance list options.
Compute.InstanceOption - Class in com.google.cloud.compute.deprecated
Class for specifying instance get options.
Compute.LicenseField - Enum in com.google.cloud.compute.deprecated
Fields of a Compute Engine License resource.
Compute.LicenseOption - Class in com.google.cloud.compute.deprecated
Class for specifying license get options.
Compute.ListFilter - Class in com.google.cloud.compute.deprecated
Base class for list filters.
Compute.MachineTypeAggregatedListOption - Class in com.google.cloud.compute.deprecated
Class for specifying machine type aggregated list options.
Compute.MachineTypeField - Enum in com.google.cloud.compute.deprecated
Fields of a Compute Engine MachineType resource.
Compute.MachineTypeFilter - Class in com.google.cloud.compute.deprecated
Class for filtering machine type lists.
Compute.MachineTypeListOption - Class in com.google.cloud.compute.deprecated
Class for specifying machine type list options.
Compute.MachineTypeOption - Class in com.google.cloud.compute.deprecated
Class for specifying machine type get options.
Compute.NetworkField - Enum in com.google.cloud.compute.deprecated
Fields of a Compute Engine Network resource.
Compute.NetworkFilter - Class in com.google.cloud.compute.deprecated
Class for filtering network lists.
Compute.NetworkListOption - Class in com.google.cloud.compute.deprecated
Class for specifying network list options.
Compute.NetworkOption - Class in com.google.cloud.compute.deprecated
Class for specifying network get options.
Compute.OperationField - Enum in com.google.cloud.compute.deprecated
Fields of a Compute Engine Operation resource.
Compute.OperationFilter - Class in com.google.cloud.compute.deprecated
Class for filtering operation lists.
Compute.OperationListOption - Class in com.google.cloud.compute.deprecated
Class for specifying operation list options.
Compute.OperationOption - Class in com.google.cloud.compute.deprecated
Class for specifying operation get options.
Compute.RegionField - Enum in com.google.cloud.compute.deprecated
Fields of a Compute Engine Region resource.
Compute.RegionFilter - Class in com.google.cloud.compute.deprecated
Class for filtering region lists.
Compute.RegionListOption - Class in com.google.cloud.compute.deprecated
Class for specifying region list options.
Compute.RegionOption - Class in com.google.cloud.compute.deprecated
Class for specifying region get options.
Compute.SnapshotField - Enum in com.google.cloud.compute.deprecated
Fields of a Compute Engine Snapshot resource.
Compute.SnapshotFilter - Class in com.google.cloud.compute.deprecated
Class for filtering snapshot lists.
Compute.SnapshotListOption - Class in com.google.cloud.compute.deprecated
Class for specifying snapshot list options.
Compute.SnapshotOption - Class in com.google.cloud.compute.deprecated
Class for specifying snapshot get options.
Compute.SubnetworkAggregatedListOption - Class in com.google.cloud.compute.deprecated
Class for specifying subnetwork aggregated list options.
Compute.SubnetworkField - Enum in com.google.cloud.compute.deprecated
Fields of a Compute Engine Subnetwork resource.
Compute.SubnetworkFilter - Class in com.google.cloud.compute.deprecated
Class for filtering subnetwork lists.
Compute.SubnetworkListOption - Class in com.google.cloud.compute.deprecated
Class for specifying subnetwork list options.
Compute.SubnetworkOption - Class in com.google.cloud.compute.deprecated
Class for specifying subnetwork get options.
Compute.ZoneField - Enum in com.google.cloud.compute.deprecated
Fields of a Compute Engine Zone resource.
Compute.ZoneFilter - Class in com.google.cloud.compute.deprecated
Class for filtering zone lists.
Compute.ZoneListOption - Class in com.google.cloud.compute.deprecated
Class for specifying zone list options.
Compute.ZoneOption - Class in com.google.cloud.compute.deprecated
Class for specifying zone get options.
ComputeException - Exception in com.google.cloud.compute.deprecated
Compute Engine service exception.
ComputeException(IOException) - Constructor for exception com.google.cloud.compute.deprecated.ComputeException
 
ComputeFactory - Interface in com.google.cloud.compute.deprecated
An interface for Compute factories.
ComputeHelperException(String, Throwable) - Constructor for exception com.google.cloud.compute.deprecated.testing.RemoteComputeHelper.ComputeHelperException
 
ComputeOptions - Class in com.google.cloud.compute.deprecated
 
ComputeOptions.Builder - Class in com.google.cloud.compute.deprecated
 
ComputeOptions.DefaultComputeFactory - Class in com.google.cloud.compute.deprecated
 
ComputeOptions.DefaultComputeRpcFactory - Class in com.google.cloud.compute.deprecated
 
ComputeRpc - Interface in com.google.cloud.compute.deprecated.spi.v1
 
ComputeRpc.Option - Enum in com.google.cloud.compute.deprecated.spi.v1
 
ComputeRpcFactory - Interface in com.google.cloud.compute.deprecated.spi
An interface for Compute RPC factory.
create(AddressInfo, Compute.OperationOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Creates a new address.
create(SnapshotInfo, Compute.OperationOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Creates a new snapshot.
create(ImageInfo, Compute.OperationOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Creates a new image.
create(DiskInfo, Compute.OperationOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Creates a new disk.
create(SubnetworkInfo, Compute.OperationOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
 
create(NetworkInfo, Compute.OperationOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Creates a new network.
create(InstanceInfo, Compute.OperationOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Creates a new instance.
create(ComputeOptions) - Method in class com.google.cloud.compute.deprecated.ComputeOptions.DefaultComputeFactory
 
create(ComputeOptions) - Method in class com.google.cloud.compute.deprecated.ComputeOptions.DefaultComputeRpcFactory
 
create(String, InputStream) - Static method in class com.google.cloud.compute.deprecated.testing.RemoteComputeHelper
Creates a RemoteComputeHelper object for the given project id and JSON key input stream.
create() - Static method in class com.google.cloud.compute.deprecated.testing.RemoteComputeHelper
Creates a RemoteComputeHelper object using default project id and authentication credentials.
create(Compute) - Static method in class com.google.cloud.compute.deprecated.testing.ResourceCleaner
 
createDisk(String, Disk, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Creates a new disk.
createDisk(String, Disk, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
createGlobalAddress(Address, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Creates a new global address.
createGlobalAddress(Address, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
createImage(String, Compute.OperationOption...) - Method in class com.google.cloud.compute.deprecated.Disk
Creates an image for this disk given the image's name.
createImage(String, String, Compute.OperationOption...) - Method in class com.google.cloud.compute.deprecated.Disk
Creates an image for this disk given the image's name and description.
createImage(Image, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Creates a new image.
createImage(Image, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
createInstance(String, Instance, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Creates a new instance.
createInstance(String, Instance, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
createNetwork(Network, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Creates a new network.
createNetwork(Network, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
createRegionAddress(String, Address, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Creates a new region address.
createRegionAddress(String, Address, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
createSnapshot(String, Compute.OperationOption...) - Method in class com.google.cloud.compute.deprecated.Disk
Creates a snapshot for this disk given the snapshot's name.
createSnapshot(String, String, Compute.OperationOption...) - Method in class com.google.cloud.compute.deprecated.Disk
Creates a snapshot for this disk given the snapshot's name and description.
createSnapshot(String, String, String, String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Creates a snapshot for the specified disk.
createSnapshot(String, String, String, String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
createSubnetwork(SubnetworkId, String, Compute.OperationOption...) - Method in class com.google.cloud.compute.deprecated.Network
Creates a subnetwork for this network given its identity and the range of IPv4 addresses in CIDR format.
createSubnetwork(String, Subnetwork, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
 
createSubnetwork(String, Subnetwork, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 

D

DefaultComputeFactory() - Constructor for class com.google.cloud.compute.deprecated.ComputeOptions.DefaultComputeFactory
 
DefaultComputeRpcFactory() - Constructor for class com.google.cloud.compute.deprecated.ComputeOptions.DefaultComputeRpcFactory
 
delete(Compute.OperationOption...) - Method in class com.google.cloud.compute.deprecated.Address
Deletes this address.
delete(Compute.OperationOption...) - Method in class com.google.cloud.compute.deprecated.Disk
Deletes this disk.
delete(Compute.OperationOption...) - Method in class com.google.cloud.compute.deprecated.Image
Deletes this image.
delete(Compute.OperationOption...) - Method in class com.google.cloud.compute.deprecated.Instance
Deletes this instance.
delete(Compute.OperationOption...) - Method in class com.google.cloud.compute.deprecated.Network
Deletes this network.
delete() - Method in class com.google.cloud.compute.deprecated.Operation
Deletes this operation.
delete(Compute.OperationOption...) - Method in class com.google.cloud.compute.deprecated.Snapshot
Deletes this snapshot.
delete(Compute.OperationOption...) - Method in class com.google.cloud.compute.deprecated.Subnetwork
Deletes this subnetwork.
deleteAccessConfig(InstanceId, String, String, Compute.OperationOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Deletes an access configuration from an instance's network interface.
deleteAccessConfig(String, String, Compute.OperationOption...) - Method in class com.google.cloud.compute.deprecated.Instance
Deletes an access configuration from the provided network interface for this instance.
deleteAccessConfig(String, String, String, String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Deletes an access configuration from an instance's network interface.
deleteAccessConfig(String, String, String, String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
deleteAddress(AddressId, Compute.OperationOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Deletes the requested address.
deleteDisk(DiskId, Compute.OperationOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Deletes the requested disk.
deleteDisk(String, String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Deletes the requested disk.
deleteDisk(String, String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
deleteGlobalAddress(String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Deletes the requested global address.
deleteGlobalAddress(String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
deleteGlobalOperation(String) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Deletes the requested global operation.
deleteGlobalOperation(String) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
deleteImage(ImageId, Compute.OperationOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Deletes the requested image.
deleteImage(String, String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Deletes the requested image.
deleteImage(String, String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
deleteInstance(InstanceId, Compute.OperationOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Deletes the requested instance.
deleteInstance(String, String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Deletes the requested instance.
deleteInstance(String, String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
deleteNetwork(String, Compute.OperationOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Deletes the requested network.
deleteNetwork(NetworkId, Compute.OperationOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Deletes the requested network.
deleteNetwork(String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Deletes the requested network.
deleteNetwork(String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
deleteOperation(OperationId) - Method in interface com.google.cloud.compute.deprecated.Compute
Deletes the requested operation.
deleteRegionAddress(String, String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Deletes the requested region address.
deleteRegionAddress(String, String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
deleteRegionOperation(String, String) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Deletes the requested region operation.
deleteRegionOperation(String, String) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
deleteSnapshot(SnapshotId, Compute.OperationOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Deletes the requested snapshot.
deleteSnapshot(String, Compute.OperationOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Deletes the requested snapshot.
deleteSnapshot(String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Deletes the requested snapshot.
deleteSnapshot(String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
deleteSubnetwork(SubnetworkId, Compute.OperationOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Deletes the requested subnetwork.
deleteSubnetwork(String, String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Deletes the requested subnetwork.
deleteSubnetwork(String, String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
deleteZoneOperation(String, String) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Deletes the requested zone operation.
deleteZoneOperation(String, String) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
deprecate(ImageId, DeprecationStatus<ImageId>, Compute.OperationOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Deprecates the requested image.
deprecate(DeprecationStatus<ImageId>, Compute.OperationOption...) - Method in class com.google.cloud.compute.deprecated.Image
Deprecates this image.
deprecateImage(String, String, DeprecationStatus, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Deprecates the requested image.
deprecateImage(String, String, DeprecationStatus, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
DeprecationStatus<T extends ResourceId> - Class in com.google.cloud.compute.deprecated
The deprecation status associated to a Google Compute Engine resource.
DeprecationStatus.Builder<T extends ResourceId> - Class in com.google.cloud.compute.deprecated
A builder for DeprecationStatus objects.
DeprecationStatus.Status - Enum in com.google.cloud.compute.deprecated
The deprecation status of a Google Compute Engine resource.
detachDisk(InstanceId, String, Compute.OperationOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Detaches a disk from an instance.
detachDisk(String, Compute.OperationOption...) - Method in class com.google.cloud.compute.deprecated.Instance
Detaches a disk from this instance.
detachDisk(String, String, String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Detaches a disk from an instance.
detachDisk(String, String, String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
Disk - Class in com.google.cloud.compute.deprecated
A Google Compute Engine persistent disk.
Disk.Builder - Class in com.google.cloud.compute.deprecated
A builder for Disk objects.
DiskConfiguration - Class in com.google.cloud.compute.deprecated
Base class for Google Compute Engine disk configurations.
DiskConfiguration.Builder<T extends DiskConfiguration,B extends DiskConfiguration.Builder<T,B>> - Class in com.google.cloud.compute.deprecated
Base builder for disk configurations.
DiskConfiguration.Type - Enum in com.google.cloud.compute.deprecated
Type of a Google Compute Engine disk configuration.
DiskId - Class in com.google.cloud.compute.deprecated
Identity for a Google Compute Engine disk.
DiskImageConfiguration - Class in com.google.cloud.compute.deprecated
A Google Compute Engine disk image configuration.
DiskImageConfiguration.Builder - Class in com.google.cloud.compute.deprecated
A builder for DiskImageConfiguration objects.
DiskInfo - Class in com.google.cloud.compute.deprecated
A Google Compute Engine persistent disk.
DiskInfo.Builder - Class in com.google.cloud.compute.deprecated
Builder for DiskInfo objects.
DiskInfo.CreationStatus - Enum in com.google.cloud.compute.deprecated
The status of disk creation.
DiskType - Class in com.google.cloud.compute.deprecated
A Google Compute Engine disk type.
DiskTypeId - Class in com.google.cloud.compute.deprecated
Identity for a Google Compute Engine disk type.
DOWN - Static variable in class com.google.cloud.compute.deprecated.Region.Status
 
DOWN - Static variable in class com.google.cloud.compute.deprecated.Zone.Status
 

E

equals(Object) - Method in class com.google.cloud.compute.deprecated.Address
 
equals(Object) - Method in class com.google.cloud.compute.deprecated.AddressInfo
 
equals(Object) - Method in class com.google.cloud.compute.deprecated.AddressInfo.GlobalForwardingUsage
 
equals(Object) - Method in class com.google.cloud.compute.deprecated.AddressInfo.InstanceUsage
 
equals(Object) - Method in class com.google.cloud.compute.deprecated.AddressInfo.RegionForwardingUsage
 
equals(Object) - Method in class com.google.cloud.compute.deprecated.AttachedDisk.CreateDiskConfiguration
 
equals(Object) - Method in class com.google.cloud.compute.deprecated.AttachedDisk
 
equals(Object) - Method in class com.google.cloud.compute.deprecated.AttachedDisk.PersistentDiskConfiguration
 
equals(Object) - Method in class com.google.cloud.compute.deprecated.AttachedDisk.ScratchDiskConfiguration
 
equals(Compute.AddressField, String) - Static method in class com.google.cloud.compute.deprecated.Compute.AddressFilter
Returns an equals filter for the given field and string value.
equals(Compute.DiskField, String) - Static method in class com.google.cloud.compute.deprecated.Compute.DiskFilter
Returns an equals filter for the given field and string value.
equals(Compute.DiskField, long) - Static method in class com.google.cloud.compute.deprecated.Compute.DiskFilter
Returns an equals filter for the given field and long value.
equals(Compute.DiskTypeField, String) - Static method in class com.google.cloud.compute.deprecated.Compute.DiskTypeFilter
Returns an equals filter for the given field and string value.
equals(Compute.DiskTypeField, long) - Static method in class com.google.cloud.compute.deprecated.Compute.DiskTypeFilter
Returns an equals filter for the given field and long value.
equals(Compute.ImageField, String) - Static method in class com.google.cloud.compute.deprecated.Compute.ImageFilter
Returns an equals filter for the given field and string value.
equals(Compute.ImageField, long) - Static method in class com.google.cloud.compute.deprecated.Compute.ImageFilter
Returns an equals filter for the given field and long value.
equals(Compute.InstanceField, String) - Static method in class com.google.cloud.compute.deprecated.Compute.InstanceFilter
Returns an equals filter for the given field and string value.
equals(Compute.InstanceField, boolean) - Static method in class com.google.cloud.compute.deprecated.Compute.InstanceFilter
Returns a equals filter for the given field and boolean value.
equals(Object) - Method in class com.google.cloud.compute.deprecated.Compute.ListFilter
 
equals(Compute.MachineTypeField, String) - Static method in class com.google.cloud.compute.deprecated.Compute.MachineTypeFilter
Returns an equals filter for the given field and string value.
equals(Compute.MachineTypeField, long) - Static method in class com.google.cloud.compute.deprecated.Compute.MachineTypeFilter
Returns an equals filter for the given field and long value.
equals(Compute.NetworkField, String) - Static method in class com.google.cloud.compute.deprecated.Compute.NetworkFilter
Returns an equals filter for the given field and string value.
equals(Compute.NetworkField, boolean) - Static method in class com.google.cloud.compute.deprecated.Compute.NetworkFilter
Returns a equals filter for the given field and boolean value.
equals(Compute.OperationField, String) - Static method in class com.google.cloud.compute.deprecated.Compute.OperationFilter
Returns an equals filter for the given field and string value.
equals(Compute.OperationField, long) - Static method in class com.google.cloud.compute.deprecated.Compute.OperationFilter
Returns an equals filter for the given field and long value.
equals(Compute.RegionField, String) - Static method in class com.google.cloud.compute.deprecated.Compute.RegionFilter
Returns an equals filter for the given field and string value.
equals(Compute.SnapshotField, String) - Static method in class com.google.cloud.compute.deprecated.Compute.SnapshotFilter
Returns an equals filter for the given field and string value.
equals(Compute.SnapshotField, long) - Static method in class com.google.cloud.compute.deprecated.Compute.SnapshotFilter
Returns an equals filter for the given field and long value.
equals(Compute.SubnetworkField, String) - Static method in class com.google.cloud.compute.deprecated.Compute.SubnetworkFilter
Returns an equals filter for the given field and string value.
equals(Compute.ZoneField, String) - Static method in class com.google.cloud.compute.deprecated.Compute.ZoneFilter
Returns an equals filter for the given field and string value.
equals(Object) - Method in class com.google.cloud.compute.deprecated.ComputeOptions
 
equals(Object) - Method in class com.google.cloud.compute.deprecated.DeprecationStatus
 
equals(Object) - Method in class com.google.cloud.compute.deprecated.Disk
 
equals(Object) - Method in class com.google.cloud.compute.deprecated.DiskId
 
equals(Object) - Method in class com.google.cloud.compute.deprecated.DiskImageConfiguration
 
equals(Object) - Method in class com.google.cloud.compute.deprecated.DiskInfo
 
equals(Object) - Method in class com.google.cloud.compute.deprecated.DiskType
 
equals(Object) - Method in class com.google.cloud.compute.deprecated.DiskTypeId
 
equals(Object) - Method in class com.google.cloud.compute.deprecated.GlobalAddressId
 
equals(Object) - Method in class com.google.cloud.compute.deprecated.GlobalForwardingRuleId
 
equals(Object) - Method in class com.google.cloud.compute.deprecated.GlobalOperationId
 
equals(Object) - Method in class com.google.cloud.compute.deprecated.Image
 
equals(Object) - Method in class com.google.cloud.compute.deprecated.ImageDiskConfiguration
 
equals(Object) - Method in class com.google.cloud.compute.deprecated.ImageId
 
equals(Object) - Method in class com.google.cloud.compute.deprecated.ImageInfo
 
equals(Object) - Method in class com.google.cloud.compute.deprecated.Instance
 
equals(Object) - Method in class com.google.cloud.compute.deprecated.InstanceId
 
equals(Object) - Method in class com.google.cloud.compute.deprecated.InstanceInfo
 
equals(Object) - Method in class com.google.cloud.compute.deprecated.License
 
equals(Object) - Method in class com.google.cloud.compute.deprecated.LicenseId
 
equals(Object) - Method in class com.google.cloud.compute.deprecated.MachineType
 
equals(Object) - Method in class com.google.cloud.compute.deprecated.MachineTypeId
 
equals(Object) - Method in class com.google.cloud.compute.deprecated.Metadata
 
equals(Object) - Method in class com.google.cloud.compute.deprecated.Network
 
equals(Object) - Method in class com.google.cloud.compute.deprecated.NetworkId
 
equals(Object) - Method in class com.google.cloud.compute.deprecated.NetworkInfo
 
equals(Object) - Method in class com.google.cloud.compute.deprecated.NetworkInterface.AccessConfig
 
equals(Object) - Method in class com.google.cloud.compute.deprecated.NetworkInterface
 
equals(Object) - Method in class com.google.cloud.compute.deprecated.Operation
 
equals(Object) - Method in class com.google.cloud.compute.deprecated.Operation.OperationError
 
equals(Object) - Method in class com.google.cloud.compute.deprecated.Operation.OperationWarning
 
equals(Object) - Method in class com.google.cloud.compute.deprecated.Region
 
equals(Object) - Method in class com.google.cloud.compute.deprecated.Region.Quota
 
equals(Object) - Method in class com.google.cloud.compute.deprecated.RegionAddressId
 
equals(Object) - Method in class com.google.cloud.compute.deprecated.RegionForwardingRuleId
 
equals(Object) - Method in class com.google.cloud.compute.deprecated.RegionId
 
equals(Object) - Method in class com.google.cloud.compute.deprecated.RegionOperationId
 
equals(Object) - Method in class com.google.cloud.compute.deprecated.SchedulingOptions
 
equals(Object) - Method in class com.google.cloud.compute.deprecated.ServiceAccount
 
equals(Object) - Method in class com.google.cloud.compute.deprecated.Snapshot
 
equals(Object) - Method in class com.google.cloud.compute.deprecated.SnapshotDiskConfiguration
 
equals(Object) - Method in class com.google.cloud.compute.deprecated.SnapshotId
 
equals(Object) - Method in class com.google.cloud.compute.deprecated.SnapshotInfo
 
equals(Object) - Method in class com.google.cloud.compute.deprecated.StandardDiskConfiguration
 
equals(Object) - Method in class com.google.cloud.compute.deprecated.StandardNetworkConfiguration
 
equals(Object) - Method in class com.google.cloud.compute.deprecated.StorageImageConfiguration
 
equals(Object) - Method in class com.google.cloud.compute.deprecated.SubnetNetworkConfiguration
 
equals(Object) - Method in class com.google.cloud.compute.deprecated.Subnetwork
 
equals(Object) - Method in class com.google.cloud.compute.deprecated.SubnetworkId
 
equals(Object) - Method in class com.google.cloud.compute.deprecated.SubnetworkInfo
 
equals(Object) - Method in class com.google.cloud.compute.deprecated.Tags
 
equals(Object) - Method in class com.google.cloud.compute.deprecated.Zone
 
equals(Object) - Method in class com.google.cloud.compute.deprecated.ZoneId
 
equals(Object) - Method in class com.google.cloud.compute.deprecated.ZoneOperationId
 
exists() - Method in class com.google.cloud.compute.deprecated.Address
Checks if this address exists.
exists() - Method in class com.google.cloud.compute.deprecated.Disk
Checks if this disk exists.
exists() - Method in class com.google.cloud.compute.deprecated.Image
Checks if this image exists.
exists() - Method in class com.google.cloud.compute.deprecated.Instance
Checks if this instance exists.
exists() - Method in class com.google.cloud.compute.deprecated.Network
Checks if this network exists.
exists() - Method in class com.google.cloud.compute.deprecated.Operation
Checks if this operation exists.
exists() - Method in class com.google.cloud.compute.deprecated.Snapshot
Checks if this snapshot exists.
exists() - Method in class com.google.cloud.compute.deprecated.Subnetwork
Checks if this subnetwork exists.

F

fields(Compute.AddressField...) - Static method in class com.google.cloud.compute.deprecated.Compute.AddressListOption
Returns an option to specify the address' fields to be returned by the RPC call.
fields(Compute.AddressField...) - Static method in class com.google.cloud.compute.deprecated.Compute.AddressOption
Returns an option to specify the address' fields to be returned by the RPC call.
fields(Compute.DiskField...) - Static method in class com.google.cloud.compute.deprecated.Compute.DiskListOption
Returns an option to specify the disk's fields to be returned by the RPC call.
fields(Compute.DiskField...) - Static method in class com.google.cloud.compute.deprecated.Compute.DiskOption
Returns an option to specify the disk's fields to be returned by the RPC call.
fields(Compute.DiskTypeField...) - Static method in class com.google.cloud.compute.deprecated.Compute.DiskTypeListOption
Returns an option to specify the disk type's fields to be returned by the RPC call.
fields(Compute.DiskTypeField...) - Static method in class com.google.cloud.compute.deprecated.Compute.DiskTypeOption
Returns an option to specify the disk type's fields to be returned by the RPC call.
fields(Compute.ImageField...) - Static method in class com.google.cloud.compute.deprecated.Compute.ImageListOption
Returns an option to specify the image's fields to be returned by the RPC call.
fields(Compute.ImageField...) - Static method in class com.google.cloud.compute.deprecated.Compute.ImageOption
Returns an option to specify the image's fields to be returned by the RPC call.
fields(Compute.InstanceField...) - Static method in class com.google.cloud.compute.deprecated.Compute.InstanceListOption
Returns an option to specify the instance's fields to be returned by the RPC call.
fields(Compute.InstanceField...) - Static method in class com.google.cloud.compute.deprecated.Compute.InstanceOption
Returns an option to specify the instance's fields to be returned by the RPC call.
fields(Compute.LicenseField...) - Static method in class com.google.cloud.compute.deprecated.Compute.LicenseOption
Returns an option to specify the license's fields to be returned by the RPC call.
fields(Compute.MachineTypeField...) - Static method in class com.google.cloud.compute.deprecated.Compute.MachineTypeListOption
Returns an option to specify the machine type's fields to be returned by the RPC call.
fields(Compute.MachineTypeField...) - Static method in class com.google.cloud.compute.deprecated.Compute.MachineTypeOption
Returns an option to specify the machine type's fields to be returned by the RPC call.
fields(Compute.NetworkField...) - Static method in class com.google.cloud.compute.deprecated.Compute.NetworkListOption
Returns an option to specify the network's fields to be returned by the RPC call.
fields(Compute.NetworkField...) - Static method in class com.google.cloud.compute.deprecated.Compute.NetworkOption
Returns an option to specify the network's fields to be returned by the RPC call.
fields(Compute.OperationField...) - Static method in class com.google.cloud.compute.deprecated.Compute.OperationListOption
Returns an option to specify the operation's fields to be returned by the RPC call.
fields(Compute.OperationField...) - Static method in class com.google.cloud.compute.deprecated.Compute.OperationOption
Returns an option to specify the operation's fields to be returned by the RPC call.
fields(Compute.RegionField...) - Static method in class com.google.cloud.compute.deprecated.Compute.RegionListOption
Returns an option to specify the region's fields to be returned by the RPC call.
fields(Compute.RegionField...) - Static method in class com.google.cloud.compute.deprecated.Compute.RegionOption
Returns an option to specify the region's fields to be returned by the RPC call.
fields(Compute.SnapshotField...) - Static method in class com.google.cloud.compute.deprecated.Compute.SnapshotListOption
Returns an option to specify the snapshot's fields to be returned by the RPC call.
fields(Compute.SnapshotField...) - Static method in class com.google.cloud.compute.deprecated.Compute.SnapshotOption
Returns an option to specify the snapshot's fields to be returned by the RPC call.
fields(Compute.SubnetworkField...) - Static method in class com.google.cloud.compute.deprecated.Compute.SubnetworkListOption
Returns an option to specify the subnetwork's fields to be returned by the RPC call.
fields(Compute.SubnetworkField...) - Static method in class com.google.cloud.compute.deprecated.Compute.SubnetworkOption
Returns an option to specify the subnetwork's fields to be returned by the RPC call.
fields(Compute.ZoneField...) - Static method in class com.google.cloud.compute.deprecated.Compute.ZoneListOption
Returns an option to specify the zone's fields to be returned by the RPC call.
fields(Compute.ZoneField...) - Static method in class com.google.cloud.compute.deprecated.Compute.ZoneOption
Returns an option to specify the zone's fields to be returned by the RPC call.
filter(Compute.AddressFilter) - Static method in class com.google.cloud.compute.deprecated.Compute.AddressAggregatedListOption
Returns an option to specify a filter on the addresses being listed.
filter(Compute.AddressFilter) - Static method in class com.google.cloud.compute.deprecated.Compute.AddressListOption
Returns an option to specify a filter on the addresses being listed.
filter(Compute.DiskFilter) - Static method in class com.google.cloud.compute.deprecated.Compute.DiskAggregatedListOption
Returns an option to specify a filter on the disks being listed.
filter(Compute.DiskFilter) - Static method in class com.google.cloud.compute.deprecated.Compute.DiskListOption
Returns an option to specify a filter on the disks being listed.
filter(Compute.DiskTypeFilter) - Static method in class com.google.cloud.compute.deprecated.Compute.DiskTypeAggregatedListOption
Returns an option to specify a filter on the disk types being listed.
filter(Compute.DiskTypeFilter) - Static method in class com.google.cloud.compute.deprecated.Compute.DiskTypeListOption
Returns an option to specify a filter on the disk types being listed.
filter(Compute.ImageFilter) - Static method in class com.google.cloud.compute.deprecated.Compute.ImageListOption
Returns an option to specify a filter on the images being listed.
filter(Compute.InstanceFilter) - Static method in class com.google.cloud.compute.deprecated.Compute.InstanceAggregatedListOption
Returns an option to specify a filter on the instances being listed.
filter(Compute.InstanceFilter) - Static method in class com.google.cloud.compute.deprecated.Compute.InstanceListOption
Returns an option to specify a filter on the instances being listed.
filter(Compute.MachineTypeFilter) - Static method in class com.google.cloud.compute.deprecated.Compute.MachineTypeAggregatedListOption
Returns an option to specify a filter on the machine types being listed.
filter(Compute.MachineTypeFilter) - Static method in class com.google.cloud.compute.deprecated.Compute.MachineTypeListOption
Returns an option to specify a filter on the machine types being listed.
filter(Compute.NetworkFilter) - Static method in class com.google.cloud.compute.deprecated.Compute.NetworkListOption
Returns an option to specify a filter on the networks being listed.
filter(Compute.OperationFilter) - Static method in class com.google.cloud.compute.deprecated.Compute.OperationListOption
Returns an option to specify a filter on the operations being listed.
filter(Compute.RegionFilter) - Static method in class com.google.cloud.compute.deprecated.Compute.RegionListOption
Returns an option to specify a filter on the regions being listed.
filter(Compute.SnapshotFilter) - Static method in class com.google.cloud.compute.deprecated.Compute.SnapshotListOption
Returns an option to specify a filter on the snapshots being listed.
filter(Compute.SubnetworkFilter) - Static method in class com.google.cloud.compute.deprecated.Compute.SubnetworkAggregatedListOption
Returns an option to specify a filter on the subnetworks being listed.
filter(Compute.SubnetworkFilter) - Static method in class com.google.cloud.compute.deprecated.Compute.SubnetworkListOption
Returns an option to specify a filter on the subnetworks being listed.
filter(Compute.ZoneFilter) - Static method in class com.google.cloud.compute.deprecated.Compute.ZoneListOption
Returns an option to specify a filter on the zones being listed.
ForwardingRuleId - Class in com.google.cloud.compute.deprecated
Base class for Google Compute Engine forwarding rule identities.

G

getAccessConfigurations() - Method in class com.google.cloud.compute.deprecated.NetworkInterface
Returns a list of access configurations for the network interface.
getAddress() - Method in class com.google.cloud.compute.deprecated.AddressId
Returns the name of the address resource.
getAddress() - Method in class com.google.cloud.compute.deprecated.AddressInfo
Returns the static external IP address represented by this object.
getAddress(AddressId, Compute.AddressOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Returns the requested address or null if not found.
getAddressId() - Method in class com.google.cloud.compute.deprecated.AddressInfo
Returns the address identity.
getArchiveSizeBytes() - Method in class com.google.cloud.compute.deprecated.ImageConfiguration
Returns the size of the image archive stored in Google Cloud Storage (in bytes).
getAttachedDisks() - Method in class com.google.cloud.compute.deprecated.InstanceInfo
Returns a list of disks attached to the instance.
getAttachedInstances() - Method in class com.google.cloud.compute.deprecated.DiskInfo
Returns all the identities of the instances this disk is attached to.
getCode() - Method in class com.google.cloud.compute.deprecated.Operation.OperationError
Returns an error type identifier for this error.
getCode() - Method in class com.google.cloud.compute.deprecated.Operation.OperationWarning
Returns a warning identifier for this warning.
getCompute() - Method in class com.google.cloud.compute.deprecated.Address
Returns the address's Compute object used to issue requests.
getCompute() - Method in class com.google.cloud.compute.deprecated.Disk
Returns the disk's Compute object used to issue requests.
getCompute() - Method in class com.google.cloud.compute.deprecated.Image
Returns the image's Compute object used to issue requests.
getCompute() - Method in class com.google.cloud.compute.deprecated.Instance
Returns the snapshot's Compute object used to issue requests.
getCompute() - Method in class com.google.cloud.compute.deprecated.Network
Returns the network's Compute object used to issue requests.
getCompute() - Method in class com.google.cloud.compute.deprecated.Operation
Returns the operation's Compute object used to issue requests.
getCompute() - Method in class com.google.cloud.compute.deprecated.Snapshot
Returns the snapshot's Compute object used to issue requests.
getCompute() - Method in class com.google.cloud.compute.deprecated.Subnetwork
Returns the subnetwork's Compute object used to issue requests.
getComputeRpcV1() - Method in class com.google.cloud.compute.deprecated.ComputeOptions
 
getConfiguration() - Method in class com.google.cloud.compute.deprecated.AttachedDisk
Returns the attached disk configuration.
getConfiguration() - Method in class com.google.cloud.compute.deprecated.DiskInfo
Returns the disk configuration.
getConfiguration() - Method in class com.google.cloud.compute.deprecated.ImageInfo
Returns the image configuration.
getConfiguration() - Method in class com.google.cloud.compute.deprecated.NetworkInfo
Returns the network configuration.
getContainerType() - Method in class com.google.cloud.compute.deprecated.StorageImageConfiguration
Returns the format used to encode and transmit the block device.
getCpuPlatform() - Method in class com.google.cloud.compute.deprecated.InstanceInfo
Returns the CPU platform used by this instance.
getCpus() - Method in class com.google.cloud.compute.deprecated.MachineType
Returns the number of virtual CPUs that are available to the instance.
getCreationStatus() - Method in class com.google.cloud.compute.deprecated.DiskInfo
Returns the creation status of the disk.
getCreationTimestamp() - Method in class com.google.cloud.compute.deprecated.AddressInfo
Returns the creation timestamp in milliseconds since epoch.
getCreationTimestamp() - Method in class com.google.cloud.compute.deprecated.DiskInfo
Returns the creation timestamp in milliseconds since epoch.
getCreationTimestamp() - Method in class com.google.cloud.compute.deprecated.DiskType
Returns the creation timestamp in milliseconds since epoch.
getCreationTimestamp() - Method in class com.google.cloud.compute.deprecated.ImageInfo
Returns the creation timestamp in milliseconds since epoch.
getCreationTimestamp() - Method in class com.google.cloud.compute.deprecated.InstanceInfo
Returns the creation timestamp in milliseconds since epoch.
getCreationTimestamp() - Method in class com.google.cloud.compute.deprecated.MachineType
Returns the creation timestamp in milliseconds since epoch.
getCreationTimestamp() - Method in class com.google.cloud.compute.deprecated.NetworkInfo
Returns the creation timestamp in milliseconds since epoch.
getCreationTimestamp() - Method in class com.google.cloud.compute.deprecated.Region
Returns the creation timestamp in milliseconds since epoch.
getCreationTimestamp() - Method in class com.google.cloud.compute.deprecated.SnapshotInfo
Returns the creation timestamp in milliseconds since epoch.
getCreationTimestamp() - Method in class com.google.cloud.compute.deprecated.SubnetworkInfo
Returns the creation timestamp in milliseconds since epoch.
getCreationTimestamp() - Method in class com.google.cloud.compute.deprecated.Zone
Returns the creation timestamp in milliseconds since epoch.
getDefaultDiskSizeGb() - Method in class com.google.cloud.compute.deprecated.DiskType
Returns the service-defined default disk size in GB.
getDefaultHttpTransportOptions() - Static method in class com.google.cloud.compute.deprecated.ComputeOptions
 
getDefaultInstance() - Static method in class com.google.cloud.compute.deprecated.ComputeOptions
 
getDeleted() - Method in class com.google.cloud.compute.deprecated.DeprecationStatus
Returns the timestamp on or after which the deprecation state of this resource will be changed to DeprecationStatus.Status.DELETED.
getDeletedMillis() - Method in class com.google.cloud.compute.deprecated.DeprecationStatus
Returns the timestamp (in milliseconds since epoch) on or after which the deprecation state of this resource will be changed to DeprecationStatus.Status.DELETED.
getDeprecated() - Method in class com.google.cloud.compute.deprecated.DeprecationStatus
Returns the timestamp on or after which the deprecation state of this resource will be changed to DeprecationStatus.Status.DEPRECATED.
getDeprecatedMillis() - Method in class com.google.cloud.compute.deprecated.DeprecationStatus
Returns the timestamp (in milliseconds since epoch) on or after which the deprecation state of this resource will be changed to DeprecationStatus.Status.DEPRECATED.
getDeprecationStatus() - Method in class com.google.cloud.compute.deprecated.DiskType
Returns the deprecation status of the disk type.
getDeprecationStatus() - Method in class com.google.cloud.compute.deprecated.ImageInfo
Returns the deprecation status of the image.
getDeprecationStatus() - Method in class com.google.cloud.compute.deprecated.MachineType
Returns the deprecation status of the machine type.
getDeprecationStatus() - Method in class com.google.cloud.compute.deprecated.Region
Returns the deprecation status of the region.
getDeprecationStatus() - Method in class com.google.cloud.compute.deprecated.Zone
Returns the deprecation status of the zone.
getDescription() - Method in class com.google.cloud.compute.deprecated.AddressInfo
Returns an optional textual description of the address.
getDescription() - Method in class com.google.cloud.compute.deprecated.DiskInfo
Returns a textual description of the disk.
getDescription() - Method in class com.google.cloud.compute.deprecated.DiskType
Returns a textual description of the disk type.
getDescription() - Method in class com.google.cloud.compute.deprecated.ImageInfo
Returns a textual description of the image.
getDescription() - Method in class com.google.cloud.compute.deprecated.InstanceInfo
Returns a textual description of the instance.
getDescription() - Method in class com.google.cloud.compute.deprecated.MachineType
Returns an optional textual description of the machine type.
getDescription() - Method in class com.google.cloud.compute.deprecated.NetworkInfo
Returns a textual description of the network.
getDescription() - Method in class com.google.cloud.compute.deprecated.Operation
Returns an optional textual description of the operation.
getDescription() - Method in class com.google.cloud.compute.deprecated.Region
Returns an optional textual description of the region.
getDescription() - Method in class com.google.cloud.compute.deprecated.SnapshotInfo
Returns a textual description of the snapshot.
getDescription() - Method in class com.google.cloud.compute.deprecated.SubnetworkInfo
Returns a textual description of the subnetwork.
getDescription() - Method in class com.google.cloud.compute.deprecated.Zone
Returns an optional textual description of the zone.
getDeviceName() - Method in class com.google.cloud.compute.deprecated.AttachedDisk
Returns the unique device name of your choice that is reflected into the /dev/disk/by-id/google-* tree of a Linux operating system running within the instance.
getDisk(DiskId, Compute.DiskOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Returns the requested disk or null if not found.
getDisk() - Method in class com.google.cloud.compute.deprecated.DiskId
Returns the name of the disk.
getDisk(String, String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Returns the requested disk or null if not found.
getDisk(String, String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
getDiskId() - Method in class com.google.cloud.compute.deprecated.DiskInfo
Returns the disk identity.
getDiskName() - Method in class com.google.cloud.compute.deprecated.AttachedDisk.CreateDiskConfiguration
Returns the name to be assigned to the disk.
getDiskSizeGb() - Method in class com.google.cloud.compute.deprecated.AttachedDisk.CreateDiskConfiguration
Returns the size of the persistent disk, in GB.
getDiskSizeGb() - Method in class com.google.cloud.compute.deprecated.ImageInfo
Returns the size of the image when restored onto a persistent disk (in GB).
getDiskSizeGb() - Method in class com.google.cloud.compute.deprecated.SnapshotInfo
Returns the size of the snapshot (in GB).
getDiskType() - Method in class com.google.cloud.compute.deprecated.AttachedDisk.CreateDiskConfiguration
Returns the identity of the disk type.
getDiskType() - Method in class com.google.cloud.compute.deprecated.AttachedDisk.ScratchDiskConfiguration
Returns the identity of the disk type for the scratch disk to attach.
getDiskType(DiskTypeId, Compute.DiskTypeOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Returns the requested disk type or null if not found.
getDiskType(String, String, Compute.DiskTypeOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Returns the requested disk type or null if not found.
getDiskType() - Method in class com.google.cloud.compute.deprecated.DiskConfiguration
Returns the identity of the disk type.
getDiskType(String, String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Returns the requested disk type or null if not found.
getDiskType(String, String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
getDiskTypeId() - Method in class com.google.cloud.compute.deprecated.DiskType
Returns the disk type's identity.
getEmail() - Method in class com.google.cloud.compute.deprecated.ServiceAccount
Returns the email address of the service account.
getEndTime() - Method in class com.google.cloud.compute.deprecated.Operation
Returns the time that this operation was completed.
getErrors() - Method in class com.google.cloud.compute.deprecated.Operation
Returns the errors encountered while processing this operation, if any.
getFingerprint() - Method in class com.google.cloud.compute.deprecated.Metadata
Returns the fingerprint for the metadata.
getFingerprint() - Method in class com.google.cloud.compute.deprecated.Tags
Returns the fingerprint for the tags.
getForwardingRules() - Method in class com.google.cloud.compute.deprecated.AddressInfo.GlobalForwardingUsage
Returns a list of identities of global forwarding rules that are currently using the address.
getForwardingRules() - Method in class com.google.cloud.compute.deprecated.AddressInfo.RegionForwardingUsage
Returns a list of identities of region forwarding rules that are currently using the address.
getGatewayAddress() - Method in class com.google.cloud.compute.deprecated.StandardNetworkConfiguration
Returns the gateway IPv4 address for this networks.
getGatewayAddress() - Method in class com.google.cloud.compute.deprecated.SubnetworkInfo
Returns the gateway IPv4 address for this subnetwork, selected by the service.
getGeneratedId() - Method in class com.google.cloud.compute.deprecated.AddressInfo
Returns the service-generated unique identifier for the address.
getGeneratedId() - Method in class com.google.cloud.compute.deprecated.DiskInfo
Returns the service-generated unique identifier for the disk.
getGeneratedId() - Method in class com.google.cloud.compute.deprecated.DiskType
Returns the service-generated unique identifier for the disk type.
getGeneratedId() - Method in class com.google.cloud.compute.deprecated.ImageInfo
Returns the service-generated unique identifier for the image.
getGeneratedId() - Method in class com.google.cloud.compute.deprecated.InstanceInfo
Returns the service-generated unique identifier for the instance.
getGeneratedId() - Method in class com.google.cloud.compute.deprecated.MachineType
Returns the service-generated unique identifier for the machine type.
getGeneratedId() - Method in class com.google.cloud.compute.deprecated.NetworkInfo
Returns the service-generated unique identifier for the network.
getGeneratedId() - Method in class com.google.cloud.compute.deprecated.Operation
Returns the service-generated unique identifier for the operation.
getGeneratedId() - Method in class com.google.cloud.compute.deprecated.Region
Returns the service-generated unique identifier for the region.
getGeneratedId() - Method in class com.google.cloud.compute.deprecated.SnapshotInfo
Returns the service-generated unique identifier for the snapshot.
getGeneratedId() - Method in class com.google.cloud.compute.deprecated.SubnetworkInfo
Returns the service-generated unique identifier for the subnetwork.
getGeneratedId() - Method in class com.google.cloud.compute.deprecated.Zone
Returns the service-generated unique identifier for the zone.
getGlobalAddress(String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Returns the requested global address or null if not found.
getGlobalAddress(String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
getGlobalOperation(String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Returns the requested global operation or null if not found.
getGlobalOperation(String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
getHttpErrorMessage() - Method in class com.google.cloud.compute.deprecated.Operation
Returns the the HTTP error message that was returned, if the operation failed.
getHttpErrorStatusCode() - Method in class com.google.cloud.compute.deprecated.Operation
Returns the HTTP error status code that was returned, if the operation failed.
getImage(ImageId, Compute.ImageOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Returns the requested image or null if not found.
getImage() - Method in class com.google.cloud.compute.deprecated.ImageId
Returns the name of the image.
getImage(String, String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Returns the requested image or null if not found.
getImage(String, String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
getImageId() - Method in class com.google.cloud.compute.deprecated.ImageInfo
Returns the image identity.
getIndex() - Method in class com.google.cloud.compute.deprecated.AttachedDisk
Returns a zero-based index to this disk, where 0 is reserved for the boot disk.
getInsertTime() - Method in class com.google.cloud.compute.deprecated.Operation
Returns the time that this operation was requested.
getInstance() - Method in class com.google.cloud.compute.deprecated.AddressInfo.InstanceUsage
Returns the identity of the instance using the address.
getInstance(InstanceId, Compute.InstanceOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Returns the requested instance or null if not found.
getInstance() - Method in class com.google.cloud.compute.deprecated.InstanceId
Returns the name of the instance.
getInstance(String, String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Returns the requested instance or null if not found.
getInstance(String, String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
getInstanceId() - Method in class com.google.cloud.compute.deprecated.InstanceInfo
Returns the instance identity.
getInterfaceType() - Method in class com.google.cloud.compute.deprecated.AttachedDisk.AttachedDiskConfiguration
Returns the interface to use to attach the disk.
getIpRange() - Method in class com.google.cloud.compute.deprecated.StandardNetworkConfiguration
Returns the range of internal IPv4 addresses that are legal on this network.
getIpRange() - Method in class com.google.cloud.compute.deprecated.SubnetworkInfo
Returns the range of internal IPv4 addresses that are owned by this subnetwork.
getLastAttachTimestamp() - Method in class com.google.cloud.compute.deprecated.DiskInfo
Returns the last attach timestamp in milliseconds since epoch.
getLastDetachTimestamp() - Method in class com.google.cloud.compute.deprecated.DiskInfo
Returns the last detach timestamp in milliseconds since epoch.
getLicense(String, Compute.LicenseOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Returns the requested license or null if not found.
getLicense(LicenseId, Compute.LicenseOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Returns the requested license or null if not found.
getLicense() - Method in class com.google.cloud.compute.deprecated.LicenseId
Returns the name of the license.
getLicense(String, String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Returns the requested license or null if not found.
getLicense(String, String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
getLicenseId() - Method in class com.google.cloud.compute.deprecated.License
Returns the identity of the license.
getLicenses() - Method in class com.google.cloud.compute.deprecated.AttachedDisk
Returns a list of publicly accessible licenses for the attached disk.
getLicenses() - Method in class com.google.cloud.compute.deprecated.DiskInfo
Returns all applicable publicly visible licenses for the disk.
getLicenses() - Method in class com.google.cloud.compute.deprecated.ImageInfo
Returns all applicable publicly visible licenses.
getLicenses() - Method in class com.google.cloud.compute.deprecated.SnapshotInfo
Returns all applicable publicly visible licenses.
getLimit() - Method in class com.google.cloud.compute.deprecated.Region.Quota
Returns the quota limit for this metric.
getLocation() - Method in class com.google.cloud.compute.deprecated.Operation.OperationError
Returns the field in the request which caused the error.
getMachineType(MachineTypeId, Compute.MachineTypeOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Returns the requested machine type or null if not found.
getMachineType(String, String, Compute.MachineTypeOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Returns the requested machine type or null if not found.
getMachineType() - Method in class com.google.cloud.compute.deprecated.InstanceInfo
Returns the machine type identity.
getMachineType(String, String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Returns the requested machine type or null if not found.
getMachineType(String, String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
getMachineTypeId() - Method in class com.google.cloud.compute.deprecated.MachineType
Returns the machine type's identity.
getMaintenance() - Method in class com.google.cloud.compute.deprecated.SchedulingOptions
Returns the maintenance behavior for the instance.
getMaximumPersistentDisks() - Method in class com.google.cloud.compute.deprecated.MachineType
Returns the maximum number of persistent disks allowed by this instance type.
getMaximumPersistentDisksSizeGb() - Method in class com.google.cloud.compute.deprecated.MachineType
Returns the maximum total persistent disks size allowed, defined in GB.
getMemoryMb() - Method in class com.google.cloud.compute.deprecated.MachineType
Returns the amount of physical memory available to the instance, defined in MB.
getMessage() - Method in class com.google.cloud.compute.deprecated.Operation.OperationError
Returns an optional, human-readable error message.
getMessage() - Method in class com.google.cloud.compute.deprecated.Operation.OperationWarning
Returns a human-readable error message.
getMetadata() - Method in class com.google.cloud.compute.deprecated.InstanceInfo
Returns the instance metadata.
getMetadata() - Method in class com.google.cloud.compute.deprecated.Operation.OperationWarning
Returns metadata about this warning.
getMetric() - Method in class com.google.cloud.compute.deprecated.Region.Quota
Returns the name of the quota metric.
getMode() - Method in class com.google.cloud.compute.deprecated.AttachedDisk.PersistentDiskConfiguration
Returns the mode in which to attach this disk.
getName() - Method in class com.google.cloud.compute.deprecated.NetworkInterface.AccessConfig
Returns the name of the access configuration.
getName() - Method in class com.google.cloud.compute.deprecated.NetworkInterface
Returns the name of the network interface, generated by the service.
getNatIp() - Method in class com.google.cloud.compute.deprecated.NetworkInterface.AccessConfig
Returns an external IP address associated with this instance.
getNetwork(String, Compute.NetworkOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Returns the requested network or null if not found.
getNetwork() - Method in class com.google.cloud.compute.deprecated.NetworkId
Returns the name of the network.
getNetwork() - Method in class com.google.cloud.compute.deprecated.NetworkInterface
Returns the identity of the network this interface applies to.
getNetwork(String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Returns the requested network or null if not found.
getNetwork(String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
getNetwork() - Method in class com.google.cloud.compute.deprecated.SubnetworkInfo
Returns the identity of the network to which this subnetwork belongs.
getNetworkId() - Method in class com.google.cloud.compute.deprecated.NetworkInfo
Returns the network identity.
getNetworkInterfaces() - Method in class com.google.cloud.compute.deprecated.InstanceInfo
Returns a list of network interfaces.
getNetworkIp() - Method in class com.google.cloud.compute.deprecated.NetworkInterface
An optional IPv4 internal network address assigned by the service to the instance for this network interface.
getObsolete() - Method in class com.google.cloud.compute.deprecated.DeprecationStatus
Returns the timestamp on or after which the deprecation state of this resource will be changed to DeprecationStatus.Status.OBSOLETE.
getObsoleteMillis() - Method in class com.google.cloud.compute.deprecated.DeprecationStatus
Returns the timestamp (in milliseconds since epoch) on or after which the deprecation state of this resource will be changed to DeprecationStatus.Status.OBSOLETE.
getOperation(OperationId, Compute.OperationOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Returns the requested operation or null if not found.
getOperation() - Method in class com.google.cloud.compute.deprecated.OperationId
Returns the name of the operation resource.
getOperationId() - Method in class com.google.cloud.compute.deprecated.Operation
Returns the operation's identity.
getOperationType() - Method in class com.google.cloud.compute.deprecated.Operation
Returns the type of operation.
getOptions() - Method in class com.google.cloud.compute.deprecated.testing.RemoteComputeHelper
Returns a ComputeOptions object to be used for testing.
getProgress() - Method in class com.google.cloud.compute.deprecated.Operation
Returns an optional progress indicator that ranges from 0 to 100.
getProject() - Method in class com.google.cloud.compute.deprecated.ResourceId
Returns the name of the project.
getQuotas() - Method in class com.google.cloud.compute.deprecated.Region
Returns quotas assigned to this region.
getRegion(String, Compute.RegionOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Returns the requested region or null if not found.
getRegion() - Method in class com.google.cloud.compute.deprecated.RegionAddressId
Returns the name of the region this address belongs to.
getRegion() - Method in class com.google.cloud.compute.deprecated.RegionForwardingRuleId
Returns the name of the region this forwarding rule belongs to.
getRegion() - Method in class com.google.cloud.compute.deprecated.RegionId
Returns the name of the region.
getRegion() - Method in class com.google.cloud.compute.deprecated.RegionOperationId
Returns the name of the region this operation belongs to.
getRegion(String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Returns the requested region or null if not found.
getRegion(String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
getRegion() - Method in class com.google.cloud.compute.deprecated.SubnetworkId
Returns the name of the region this subnetwork belongs to.
getRegion() - Method in class com.google.cloud.compute.deprecated.Zone
Returns the identity of the region that hosts the zone.
getRegionAddress(String, String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Returns the requested region address or null if not found.
getRegionAddress(String, String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
getRegionId() - Method in class com.google.cloud.compute.deprecated.Region
Returns the region's identity.
getRegionId() - Method in class com.google.cloud.compute.deprecated.RegionAddressId
Returns the identity of the region this address belongs to.
getRegionId() - Method in class com.google.cloud.compute.deprecated.RegionForwardingRuleId
Returns the identity of the region this forwarding rule belongs to.
getRegionId() - Method in class com.google.cloud.compute.deprecated.RegionOperationId
Returns the identity of the region this operation belongs to.
getRegionId() - Method in class com.google.cloud.compute.deprecated.SubnetworkId
Returns the identity of the region this subnetwork belongs to.
getRegionOperation(String, String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Returns the requested region operation or null if not found.
getRegionOperation(String, String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
getReplacement() - Method in class com.google.cloud.compute.deprecated.DeprecationStatus
Returns the identity of the suggested replacement for a deprecated resource.
getRule() - Method in class com.google.cloud.compute.deprecated.ForwardingRuleId
Returns the name of the forwarding rule.
getSchedulingOptions() - Method in class com.google.cloud.compute.deprecated.InstanceInfo
Returns the scheduling options for the instance.
getScopes() - Method in class com.google.cloud.compute.deprecated.ComputeOptions
 
getScopes() - Method in class com.google.cloud.compute.deprecated.ServiceAccount
Returns the list of scopes to be made available for this service account.
getScratchDisksSizeGb() - Method in class com.google.cloud.compute.deprecated.MachineType
Returns the size of all extended scratch disks assigned to the instance, defined in GB.
getSelector() - Method in enum com.google.cloud.compute.deprecated.Compute.AddressField
 
getSelector() - Method in enum com.google.cloud.compute.deprecated.Compute.DiskField
 
getSelector() - Method in enum com.google.cloud.compute.deprecated.Compute.DiskTypeField
 
getSelector() - Method in enum com.google.cloud.compute.deprecated.Compute.ImageField
 
getSelector() - Method in enum com.google.cloud.compute.deprecated.Compute.InstanceField
 
getSelector() - Method in enum com.google.cloud.compute.deprecated.Compute.LicenseField
 
getSelector() - Method in enum com.google.cloud.compute.deprecated.Compute.MachineTypeField
 
getSelector() - Method in enum com.google.cloud.compute.deprecated.Compute.NetworkField
 
getSelector() - Method in enum com.google.cloud.compute.deprecated.Compute.OperationField
 
getSelector() - Method in enum com.google.cloud.compute.deprecated.Compute.RegionField
 
getSelector() - Method in enum com.google.cloud.compute.deprecated.Compute.SnapshotField
 
getSelector() - Method in enum com.google.cloud.compute.deprecated.Compute.SubnetworkField
 
getSelector() - Method in enum com.google.cloud.compute.deprecated.Compute.ZoneField
 
getSelfLink() - Method in class com.google.cloud.compute.deprecated.DiskId
 
getSelfLink() - Method in class com.google.cloud.compute.deprecated.DiskTypeId
 
getSelfLink() - Method in class com.google.cloud.compute.deprecated.GlobalAddressId
 
getSelfLink() - Method in class com.google.cloud.compute.deprecated.GlobalForwardingRuleId
 
getSelfLink() - Method in class com.google.cloud.compute.deprecated.GlobalOperationId
 
getSelfLink() - Method in class com.google.cloud.compute.deprecated.ImageId
 
getSelfLink() - Method in class com.google.cloud.compute.deprecated.InstanceId
 
getSelfLink() - Method in class com.google.cloud.compute.deprecated.LicenseId
 
getSelfLink() - Method in class com.google.cloud.compute.deprecated.MachineTypeId
 
getSelfLink() - Method in class com.google.cloud.compute.deprecated.NetworkId
 
getSelfLink() - Method in class com.google.cloud.compute.deprecated.RegionAddressId
 
getSelfLink() - Method in class com.google.cloud.compute.deprecated.RegionForwardingRuleId
 
getSelfLink() - Method in class com.google.cloud.compute.deprecated.RegionId
 
getSelfLink() - Method in class com.google.cloud.compute.deprecated.RegionOperationId
 
getSelfLink() - Method in class com.google.cloud.compute.deprecated.ResourceId
Returns a fully qualified URL to the entity.
getSelfLink() - Method in class com.google.cloud.compute.deprecated.SnapshotId
 
getSelfLink() - Method in class com.google.cloud.compute.deprecated.SubnetworkId
 
getSelfLink() - Method in class com.google.cloud.compute.deprecated.ZoneId
 
getSelfLink() - Method in class com.google.cloud.compute.deprecated.ZoneOperationId
 
getSerialPortOutput(InstanceId, int) - Method in interface com.google.cloud.compute.deprecated.Compute
Returns the serial port output for the provided instance and port number.
getSerialPortOutput(InstanceId) - Method in interface com.google.cloud.compute.deprecated.Compute
Returns the default serial port output for the provided instance.
getSerialPortOutput(int) - Method in class com.google.cloud.compute.deprecated.Instance
Returns the serial port output for this instance and port number.
getSerialPortOutput() - Method in class com.google.cloud.compute.deprecated.Instance
Returns the default serial port output for this instance.
getSerialPortOutput(String, String, Integer, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Returns the serial port output for the provided instance and port number.
getSerialPortOutput(String, String, Integer, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
getServiceAccounts() - Method in class com.google.cloud.compute.deprecated.InstanceInfo
Returns a list of service accounts, with their specified scopes, authorized for this instance.
getSha1() - Method in class com.google.cloud.compute.deprecated.StorageImageConfiguration
Returns the SHA1 checksum of the disk image before unpackaging.
getSizeGb() - Method in class com.google.cloud.compute.deprecated.DiskConfiguration
Returns the size of the persistent disk, in GB.
getSnapshot(String, Compute.SnapshotOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Returns the requested snapshot or null if not found.
getSnapshot() - Method in class com.google.cloud.compute.deprecated.SnapshotId
Returns the name of the snapshot.
getSnapshot(String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Returns the requested snapshot or null if not found.
getSnapshot(String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
getSnapshotId() - Method in class com.google.cloud.compute.deprecated.SnapshotInfo
Returns the snapshot identity.
getSource() - Method in class com.google.cloud.compute.deprecated.StorageImageConfiguration
Returns the full Google Cloud Storage URL where the disk image is stored (e.g.
getSourceDisk() - Method in class com.google.cloud.compute.deprecated.AttachedDisk.PersistentDiskConfiguration
Returns the identity of the persistent disk to be attached.
getSourceDisk() - Method in class com.google.cloud.compute.deprecated.DiskImageConfiguration
Returns the identity of the source disk used to create this image.
getSourceDisk() - Method in class com.google.cloud.compute.deprecated.SnapshotInfo
Returns the identity of the source disk used to create this snapshot.
getSourceDiskId() - Method in class com.google.cloud.compute.deprecated.DiskImageConfiguration
Returns the service-generated unique id of the disk used to create this image.
getSourceDiskId() - Method in class com.google.cloud.compute.deprecated.SnapshotInfo
Returns the service-generated unique id of the disk used to create this snapshot.
getSourceImage() - Method in class com.google.cloud.compute.deprecated.AttachedDisk.CreateDiskConfiguration
Returns the identity of the source image used to create the disk.
getSourceImage() - Method in class com.google.cloud.compute.deprecated.ImageDiskConfiguration
Returns the identity of the source image used to create the disk.
getSourceImageId() - Method in class com.google.cloud.compute.deprecated.ImageDiskConfiguration
Returns the service-generated unique id of the image used to create this disk.
getSourceSnapshot() - Method in class com.google.cloud.compute.deprecated.SnapshotDiskConfiguration
Returns the identity of the source snapshot used to create the disk.
getSourceSnapshotId() - Method in class com.google.cloud.compute.deprecated.SnapshotDiskConfiguration
Returns the service-generated unique id of the snapshot used to create this disk.
getSourceType() - Method in class com.google.cloud.compute.deprecated.ImageConfiguration
Returns the source type of the disk.
getStartTime() - Method in class com.google.cloud.compute.deprecated.Operation
Returns the time that this operation was started by the service.
getStatus() - Method in class com.google.cloud.compute.deprecated.AddressInfo
Returns the status of the address.
getStatus() - Method in class com.google.cloud.compute.deprecated.DeprecationStatus
Returns the deprecation state of this resource.
getStatus() - Method in class com.google.cloud.compute.deprecated.ImageInfo
Returns the status of the image.
getStatus() - Method in class com.google.cloud.compute.deprecated.InstanceInfo
Returns the status of the instance.
getStatus() - Method in class com.google.cloud.compute.deprecated.Operation
Returns the status of the operation.
getStatus() - Method in class com.google.cloud.compute.deprecated.Region
Returns the status of the status.
getStatus() - Method in class com.google.cloud.compute.deprecated.SnapshotInfo
Returns the status of the snapshot.
getStatus() - Method in class com.google.cloud.compute.deprecated.Zone
Returns the status of the zone.
getStatusMessage() - Method in class com.google.cloud.compute.deprecated.InstanceInfo
Returns an optional, human-readable explanation of the status.
getStatusMessage() - Method in class com.google.cloud.compute.deprecated.Operation
Returns an optional textual description of the current status of the operation.
getStorageBytes() - Method in class com.google.cloud.compute.deprecated.SnapshotInfo
Returns the size of the the storage used by the snapshot.
getStorageBytesStatus() - Method in class com.google.cloud.compute.deprecated.SnapshotInfo
Indicates whether SnapshotInfo.getStorageBytes() is in a stable state or it is being adjusted as a result of shared storage reallocation.
getSubnetwork(SubnetworkId, Compute.SubnetworkOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Returns the requested subnetwork or null if not found.
getSubnetwork() - Method in class com.google.cloud.compute.deprecated.NetworkInterface
Returns the identity of the subnetwork this interface applies to.
getSubnetwork(String, String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Returns the requested subnetwork or null if not found.
getSubnetwork(String, String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
getSubnetwork() - Method in class com.google.cloud.compute.deprecated.SubnetworkId
Returns the name of the subnetwork.
getSubnetworkId() - Method in class com.google.cloud.compute.deprecated.SubnetworkInfo
Returns the subnetwork identity.
getSubnetworks() - Method in class com.google.cloud.compute.deprecated.SubnetNetworkConfiguration
Returns the identities of all networks in this network.
getTags() - Method in class com.google.cloud.compute.deprecated.InstanceInfo
Returns the tags of this instance.
getTargetId() - Method in class com.google.cloud.compute.deprecated.Operation
Returns the unique service-defined target ID, which identifies the resource that the operation is modifying.
getTargetLink() - Method in class com.google.cloud.compute.deprecated.Operation
Returns the URL of the resource that the operation is modifying.
getType() - Method in class com.google.cloud.compute.deprecated.AddressId
Returns the type of this address identity.
getType() - Method in class com.google.cloud.compute.deprecated.AttachedDisk.AttachedDiskConfiguration
Returns the type of the attached disk.
getType() - Method in class com.google.cloud.compute.deprecated.DiskConfiguration
Returns the disk configuration's type.
getType() - Method in class com.google.cloud.compute.deprecated.DiskTypeId
Returns the name of the disk type.
getType() - Method in class com.google.cloud.compute.deprecated.ForwardingRuleId
Returns the type of this forwarding rule identity.
getType() - Method in class com.google.cloud.compute.deprecated.GlobalAddressId
 
getType() - Method in class com.google.cloud.compute.deprecated.GlobalForwardingRuleId
 
getType() - Method in class com.google.cloud.compute.deprecated.GlobalOperationId
 
getType() - Method in class com.google.cloud.compute.deprecated.ImageConfiguration
Returns the image's type.
getType() - Method in class com.google.cloud.compute.deprecated.MachineTypeId
Returns the name of the machine type.
getType() - Method in class com.google.cloud.compute.deprecated.NetworkConfiguration
Returns the network's type.
getType() - Method in class com.google.cloud.compute.deprecated.NetworkInterface.AccessConfig
Returns the type of network access configuration.
getType() - Method in class com.google.cloud.compute.deprecated.OperationId
Returns the type of this operation identity.
getType() - Method in class com.google.cloud.compute.deprecated.RegionAddressId
 
getType() - Method in class com.google.cloud.compute.deprecated.RegionForwardingRuleId
 
getType() - Method in class com.google.cloud.compute.deprecated.RegionOperationId
 
getType() - Method in class com.google.cloud.compute.deprecated.ZoneOperationId
 
getUsage() - Method in class com.google.cloud.compute.deprecated.AddressInfo
Returns the usage information of the address.
getUsage() - Method in class com.google.cloud.compute.deprecated.Region.Quota
Returns the current usage for this quota.
getUser() - Method in class com.google.cloud.compute.deprecated.Operation
Returns the user who requested the operation, for example: user@example.com.
getUsers() - Method in class com.google.cloud.compute.deprecated.AddressInfo.GlobalForwardingUsage
 
getUsers() - Method in class com.google.cloud.compute.deprecated.AddressInfo.InstanceUsage
 
getUsers() - Method in class com.google.cloud.compute.deprecated.AddressInfo.RegionForwardingUsage
 
getUsers() - Method in class com.google.cloud.compute.deprecated.AddressInfo.Usage
Returns the identities of resources currently using this address.
getValidDiskSize() - Method in class com.google.cloud.compute.deprecated.DiskType
Returns an optional textual description of the valid disk size, such as "10GB-10TB".
getValues() - Method in class com.google.cloud.compute.deprecated.Metadata
Returns instance's metadata as key/value pairs.
getValues() - Method in class com.google.cloud.compute.deprecated.Tags
Returns a list of tags to apply to an instance.
getWarnings() - Method in class com.google.cloud.compute.deprecated.Operation
Returns the warnings encountered while processing this operation, if any.
getZone(String, Compute.ZoneOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Returns the requested zone or null if not found.
getZone() - Method in class com.google.cloud.compute.deprecated.DiskId
Returns the name of the zone this disk belongs to.
getZone() - Method in class com.google.cloud.compute.deprecated.DiskTypeId
Returns the name of the zone this disk type belongs to.
getZone() - Method in class com.google.cloud.compute.deprecated.InstanceId
Returns the name of the zone this instance belongs to.
getZone() - Method in class com.google.cloud.compute.deprecated.MachineTypeId
Returns the name of the zone this machine type belongs to.
getZone(String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Returns the requested zone or null if not found.
getZone(String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
getZone() - Method in class com.google.cloud.compute.deprecated.ZoneId
Returns the name of the zone.
getZone() - Method in class com.google.cloud.compute.deprecated.ZoneOperationId
Returns the name of the zone this operation belongs to.
getZoneId() - Method in class com.google.cloud.compute.deprecated.DiskId
Returns the identity of the zone this disk belongs to.
getZoneId() - Method in class com.google.cloud.compute.deprecated.DiskTypeId
Returns the identity of the zone this disk type belongs to.
getZoneId() - Method in class com.google.cloud.compute.deprecated.InstanceId
Returns the identity of the zone this instance belongs to.
getZoneId() - Method in class com.google.cloud.compute.deprecated.MachineTypeId
Returns the identity of the zone this machine type belongs to.
getZoneId() - Method in class com.google.cloud.compute.deprecated.Zone
Returns the zone's identity.
getZoneId() - Method in class com.google.cloud.compute.deprecated.ZoneOperationId
Returns the identity of the zone this address belongs to.
getZoneOperation(String, String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Returns the requested zone operation or null if not found.
getZoneOperation(String, String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
getZones() - Method in class com.google.cloud.compute.deprecated.Region
Returns a list of identities of zones available in this region.
GlobalAddressId - Class in com.google.cloud.compute.deprecated
Identity for a Google Compute Engine global address.
GlobalForwardingRuleId - Class in com.google.cloud.compute.deprecated
Identity for a Google Compute Engine global forwarding rule.
GlobalOperationId - Class in com.google.cloud.compute.deprecated
Identity for a Google Compute Engine global operation.

H

hashCode() - Method in class com.google.cloud.compute.deprecated.Address
 
hashCode() - Method in class com.google.cloud.compute.deprecated.AddressInfo.GlobalForwardingUsage
 
hashCode() - Method in class com.google.cloud.compute.deprecated.AddressInfo
 
hashCode() - Method in class com.google.cloud.compute.deprecated.AddressInfo.InstanceUsage
 
hashCode() - Method in class com.google.cloud.compute.deprecated.AddressInfo.RegionForwardingUsage
 
hashCode() - Method in class com.google.cloud.compute.deprecated.AttachedDisk.CreateDiskConfiguration
 
hashCode() - Method in class com.google.cloud.compute.deprecated.AttachedDisk
 
hashCode() - Method in class com.google.cloud.compute.deprecated.AttachedDisk.PersistentDiskConfiguration
 
hashCode() - Method in class com.google.cloud.compute.deprecated.AttachedDisk.ScratchDiskConfiguration
 
hashCode() - Method in class com.google.cloud.compute.deprecated.Compute.ListFilter
 
hashCode() - Method in class com.google.cloud.compute.deprecated.ComputeOptions
 
hashCode() - Method in class com.google.cloud.compute.deprecated.DeprecationStatus
 
hashCode() - Method in class com.google.cloud.compute.deprecated.Disk
 
hashCode() - Method in class com.google.cloud.compute.deprecated.DiskId
 
hashCode() - Method in class com.google.cloud.compute.deprecated.DiskImageConfiguration
 
hashCode() - Method in class com.google.cloud.compute.deprecated.DiskInfo
 
hashCode() - Method in class com.google.cloud.compute.deprecated.DiskType
 
hashCode() - Method in class com.google.cloud.compute.deprecated.DiskTypeId
 
hashCode() - Method in class com.google.cloud.compute.deprecated.GlobalAddressId
 
hashCode() - Method in class com.google.cloud.compute.deprecated.GlobalForwardingRuleId
 
hashCode() - Method in class com.google.cloud.compute.deprecated.GlobalOperationId
 
hashCode() - Method in class com.google.cloud.compute.deprecated.Image
 
hashCode() - Method in class com.google.cloud.compute.deprecated.ImageDiskConfiguration
 
hashCode() - Method in class com.google.cloud.compute.deprecated.ImageId
 
hashCode() - Method in class com.google.cloud.compute.deprecated.ImageInfo
 
hashCode() - Method in class com.google.cloud.compute.deprecated.Instance
 
hashCode() - Method in class com.google.cloud.compute.deprecated.InstanceId
 
hashCode() - Method in class com.google.cloud.compute.deprecated.InstanceInfo
 
hashCode() - Method in class com.google.cloud.compute.deprecated.License
 
hashCode() - Method in class com.google.cloud.compute.deprecated.LicenseId
 
hashCode() - Method in class com.google.cloud.compute.deprecated.MachineType
 
hashCode() - Method in class com.google.cloud.compute.deprecated.MachineTypeId
 
hashCode() - Method in class com.google.cloud.compute.deprecated.Metadata
 
hashCode() - Method in class com.google.cloud.compute.deprecated.Network
 
hashCode() - Method in class com.google.cloud.compute.deprecated.NetworkId
 
hashCode() - Method in class com.google.cloud.compute.deprecated.NetworkInfo
 
hashCode() - Method in class com.google.cloud.compute.deprecated.NetworkInterface.AccessConfig
 
hashCode() - Method in class com.google.cloud.compute.deprecated.NetworkInterface
 
hashCode() - Method in class com.google.cloud.compute.deprecated.Operation
 
hashCode() - Method in class com.google.cloud.compute.deprecated.Operation.OperationError
 
hashCode() - Method in class com.google.cloud.compute.deprecated.Operation.OperationWarning
 
hashCode() - Method in class com.google.cloud.compute.deprecated.Region
 
hashCode() - Method in class com.google.cloud.compute.deprecated.Region.Quota
 
hashCode() - Method in class com.google.cloud.compute.deprecated.RegionAddressId
 
hashCode() - Method in class com.google.cloud.compute.deprecated.RegionForwardingRuleId
 
hashCode() - Method in class com.google.cloud.compute.deprecated.RegionId
 
hashCode() - Method in class com.google.cloud.compute.deprecated.RegionOperationId
 
hashCode() - Method in class com.google.cloud.compute.deprecated.SchedulingOptions
 
hashCode() - Method in class com.google.cloud.compute.deprecated.ServiceAccount
 
hashCode() - Method in class com.google.cloud.compute.deprecated.Snapshot
 
hashCode() - Method in class com.google.cloud.compute.deprecated.SnapshotDiskConfiguration
 
hashCode() - Method in class com.google.cloud.compute.deprecated.SnapshotId
 
hashCode() - Method in class com.google.cloud.compute.deprecated.SnapshotInfo
 
hashCode() - Method in class com.google.cloud.compute.deprecated.StandardDiskConfiguration
 
hashCode() - Method in class com.google.cloud.compute.deprecated.StandardNetworkConfiguration
 
hashCode() - Method in class com.google.cloud.compute.deprecated.StorageImageConfiguration
 
hashCode() - Method in class com.google.cloud.compute.deprecated.SubnetNetworkConfiguration
 
hashCode() - Method in class com.google.cloud.compute.deprecated.Subnetwork
 
hashCode() - Method in class com.google.cloud.compute.deprecated.SubnetworkId
 
hashCode() - Method in class com.google.cloud.compute.deprecated.SubnetworkInfo
 
hashCode() - Method in class com.google.cloud.compute.deprecated.Tags
 
hashCode() - Method in class com.google.cloud.compute.deprecated.Zone
 
hashCode() - Method in class com.google.cloud.compute.deprecated.ZoneId
 
hashCode() - Method in class com.google.cloud.compute.deprecated.ZoneOperationId
 
HttpComputeRpc - Class in com.google.cloud.compute.deprecated.spi.v1
 
HttpComputeRpc(ComputeOptions) - Constructor for class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 

I

Image - Class in com.google.cloud.compute.deprecated
A Google Compute Engine Image.
Image.Builder - Class in com.google.cloud.compute.deprecated
A builder for Image objects.
ImageConfiguration - Class in com.google.cloud.compute.deprecated
Base class for Google Compute Engine image configuration.
ImageConfiguration.Builder<T extends ImageConfiguration,B extends ImageConfiguration.Builder<T,B>> - Class in com.google.cloud.compute.deprecated
Base builder for image configurations.
ImageConfiguration.SourceType - Enum in com.google.cloud.compute.deprecated
Image source type.
ImageConfiguration.Type - Enum in com.google.cloud.compute.deprecated
Type of a Google Compute Engine image.
ImageDiskConfiguration - Class in com.google.cloud.compute.deprecated
A Google Compute Engine disk configuration to create a disk from a Google Compute Engine image.
ImageDiskConfiguration.Builder - Class in com.google.cloud.compute.deprecated
A builder for ImageDiskConfiguration objects.
ImageId - Class in com.google.cloud.compute.deprecated
Identity for a Google Compute Engine image.
ImageInfo - Class in com.google.cloud.compute.deprecated
A Google Compute Engine Image.
ImageInfo.Builder - Class in com.google.cloud.compute.deprecated
A builder for ImageInfo objects.
ImageInfo.Status - Enum in com.google.cloud.compute.deprecated
The status of a Google Compute Engine Image.
Instance - Class in com.google.cloud.compute.deprecated
A Google Compute Engine VM Instance.
Instance.Builder - Class in com.google.cloud.compute.deprecated
A builder for Instance objects.
InstanceId - Class in com.google.cloud.compute.deprecated
Identity for a Google Compute Engine virtual machine instance.
InstanceInfo - Class in com.google.cloud.compute.deprecated
A Google Compute Engine VM Instance.
InstanceInfo.Builder - Class in com.google.cloud.compute.deprecated
A builder for InstanceInfo objects.
InstanceInfo.BuilderImpl - Class in com.google.cloud.compute.deprecated
 
InstanceInfo.Status - Enum in com.google.cloud.compute.deprecated
The status of the instance.
isDone() - Method in class com.google.cloud.compute.deprecated.Operation
Checks if this operation has completed its execution, either failing or succeeding.
isPreemptible() - Method in class com.google.cloud.compute.deprecated.SchedulingOptions
Returns true if the instance is preemptible, false otherwhise.

L

License - Class in com.google.cloud.compute.deprecated
A Google Compute Engine License.
LicenseId - Class in com.google.cloud.compute.deprecated
Identity for a Google Compute Engine license.
listAddresses(Compute.AddressAggregatedListOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Lists both global and region addresses.
listAddresses(Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Lists all addresses.
listAddresses(Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
listDisks(String, Compute.DiskListOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Lists disks for the provided zone.
listDisks(Compute.DiskAggregatedListOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Lists disks for all zones.
listDisks(String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Lists the disks for the provided zone.
listDisks(Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Lists disks for all zones.
listDisks(String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
listDisks(Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
listDiskTypes(String, Compute.DiskTypeListOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Lists the disk types in the provided zone.
listDiskTypes(Compute.DiskTypeAggregatedListOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Lists the disk types in all zones.
listDiskTypes(String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Lists the disk types in the provided zone.
listDiskTypes(Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Lists disk types.
listDiskTypes(String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
listDiskTypes(Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
listGlobalAddresses(Compute.AddressListOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Lists the global addresses.
listGlobalAddresses(Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Lists the global addresses.
listGlobalAddresses(Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
listGlobalOperations(Compute.OperationListOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Lists the global operations.
listGlobalOperations(Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Lists the global operations.
listGlobalOperations(Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
listImages(String, Compute.ImageListOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Lists images in the provided project that are available to the current user.
listImages(Compute.ImageListOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Lists images in the current project.
listImages(String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Lists images in the provided project that are available to the current user.
listImages(String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
listInstances(String, Compute.InstanceListOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Lists instances for the provided zone.
listInstances(Compute.InstanceAggregatedListOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Lists instances for all zones.
listInstances(String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Lists instances for the provided zone.
listInstances(Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Lists instances.
listInstances(String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
listInstances(Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
listMachineTypes(String, Compute.MachineTypeListOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Lists the machine types in the provided zone.
listMachineTypes(Compute.MachineTypeAggregatedListOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Lists the machine types in all zones.
listMachineTypes(String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Lists the machine types in the provided zone.
listMachineTypes(Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Lists machine types.
listMachineTypes(String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
listMachineTypes(Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
listNetworks(Compute.NetworkListOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Lists networks.
listNetworks(Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Lists networks.
listNetworks(Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
listRegionAddresses(String, Compute.AddressListOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Lists the region addresses for the provided region.
listRegionAddresses(String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Lists the regions addresses for the provided region.
listRegionAddresses(String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
listRegionOperations(String, Compute.OperationListOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Lists the operations for the provided region.
listRegionOperations(String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Lists the region operations for the provided region.
listRegionOperations(String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
listRegions(Compute.RegionListOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Lists the regions.
listRegions(Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Lists the regions.
listRegions(Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
listSnapshots(Compute.SnapshotListOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Lists snapshots.
listSnapshots(Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Lists snapshots.
listSnapshots(Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
listSubnetworks(String, Compute.SubnetworkListOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Lists subnetworks for the provided region.
listSubnetworks(Compute.SubnetworkAggregatedListOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Lists subnetworks for all regions.
listSubnetworks(String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Lists subnetworks for the provided region.
listSubnetworks(Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Lists subnetworks.
listSubnetworks(String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
listSubnetworks(Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
listZoneOperations(String, Compute.OperationListOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Lists the operations for the provided zone.
listZoneOperations(String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Lists the zone operations for the provided zone.
listZoneOperations(String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
listZones(Compute.ZoneListOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Lists the zones.
listZones(Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Lists the zones.
listZones(Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 

M

MachineType - Class in com.google.cloud.compute.deprecated
A Google Compute Engine machine type.
MachineTypeId - Class in com.google.cloud.compute.deprecated
Identity for a Google Compute Engine machine type.
Metadata - Class in com.google.cloud.compute.deprecated
Metadata for Google Compute Engine Instance as ket/value pairs.
Metadata.Builder - Class in com.google.cloud.compute.deprecated
A builder for Metadata objects.
MIGRATE - Static variable in class com.google.cloud.compute.deprecated.SchedulingOptions.Maintenance
The default behavior for standard instances.

N

Network - Class in com.google.cloud.compute.deprecated
A Google Compute Engine Network.
Network.Builder - Class in com.google.cloud.compute.deprecated
A builder for Network objects.
NetworkConfiguration - Class in com.google.cloud.compute.deprecated
Base class for Google Compute Engine network configuration.
NetworkConfiguration.Type - Enum in com.google.cloud.compute.deprecated
Type of a Google Compute Engine disk configuration.
NetworkId - Class in com.google.cloud.compute.deprecated
Identity for a Google Compute Engine network.
NetworkInfo - Class in com.google.cloud.compute.deprecated
A Google Compute Engine Network.
NetworkInfo.Builder - Class in com.google.cloud.compute.deprecated
A builder for NetworkInfo objects.
NetworkInterface - Class in com.google.cloud.compute.deprecated
A network interface for a Google Compute Engine instance.
NetworkInterface.AccessConfig - Class in com.google.cloud.compute.deprecated
Access configuration for a Google Compute Engine instance's network interface.
NetworkInterface.AccessConfig.Builder - Class in com.google.cloud.compute.deprecated
 
NetworkInterface.AccessConfig.Type - Class in com.google.cloud.compute.deprecated
The type of network access configuration.
NetworkInterface.Builder - Class in com.google.cloud.compute.deprecated
 
newBuilder(AddressId) - Static method in class com.google.cloud.compute.deprecated.AddressInfo
Returns a builder for the AddressInfo object given it's identity.
newBuilder(ImageId) - Static method in class com.google.cloud.compute.deprecated.AttachedDisk.CreateDiskConfiguration
Returns a builder for a CreateDiskConfiguration object given the source image that will be used to create the disk.
newBuilder(AttachedDisk.AttachedDiskConfiguration) - Static method in class com.google.cloud.compute.deprecated.AttachedDisk
Returns a builder for an AttachedDisk object given its configuration.
newBuilder(DiskId) - Static method in class com.google.cloud.compute.deprecated.AttachedDisk.PersistentDiskConfiguration
Returns a builder for a PersistentDiskConfiguration object given the identity of the persistent disk to attach.
newBuilder(DiskTypeId) - Static method in class com.google.cloud.compute.deprecated.AttachedDisk.ScratchDiskConfiguration
Returns a builder for ScratchDiskConfiguration objects given the disk type identity.
newBuilder() - Static method in class com.google.cloud.compute.deprecated.ComputeOptions
 
newBuilder(DeprecationStatus.Status) - Static method in class com.google.cloud.compute.deprecated.DeprecationStatus
Returns the builder for a DeprecationStatus object given the status.
newBuilder(DeprecationStatus.Status, T) - Static method in class com.google.cloud.compute.deprecated.DeprecationStatus
Returns the builder for a DeprecationStatus object given the status and replacement's identity.
newBuilder(DiskId) - Static method in class com.google.cloud.compute.deprecated.DiskImageConfiguration
Creates a builder for a DiskImageConfiguration given the source disk identity.
newBuilder(DiskId, DiskConfiguration) - Static method in class com.google.cloud.compute.deprecated.DiskInfo
Returns a builder for a DiskInfo object given its identity and configuration.
newBuilder(ImageId) - Static method in class com.google.cloud.compute.deprecated.ImageDiskConfiguration
Returns a builder for an ImageDiskConfiguration object given the image identity.
newBuilder(ImageId, ImageConfiguration) - Static method in class com.google.cloud.compute.deprecated.ImageInfo
Returns a builder for an ImageInfo object given the image identity and an image configuration.
newBuilder(InstanceId, MachineTypeId) - Static method in class com.google.cloud.compute.deprecated.InstanceInfo
Returns a builder for an InstanceInfo object given the instance identity and the machine type.
newBuilder() - Static method in class com.google.cloud.compute.deprecated.Metadata
Returns a builder for a Metadata object.
newBuilder(NetworkId, NetworkConfiguration) - Static method in class com.google.cloud.compute.deprecated.NetworkInfo
Returns a builder for a NetworkInfo object given the network identity and its configuration.
newBuilder() - Static method in class com.google.cloud.compute.deprecated.NetworkInterface.AccessConfig
Returns a builder for an AccessConfig object.
newBuilder(NetworkId) - Static method in class com.google.cloud.compute.deprecated.NetworkInterface
Returns a builder for a NetworkInterface object given the network's identity.
newBuilder(String) - Static method in class com.google.cloud.compute.deprecated.NetworkInterface
Returns a builder for a NetworkInterface object given the network's name.
newBuilder(SnapshotId) - Static method in class com.google.cloud.compute.deprecated.SnapshotDiskConfiguration
Returns a builder for a SnapshotDiskConfiguration object given the snapshot identity.
newBuilder(SnapshotId, DiskId) - Static method in class com.google.cloud.compute.deprecated.SnapshotInfo
Returns a builder for a SnapshotInfo object given the snapshot identity and a source disk identity.
newBuilder() - Static method in class com.google.cloud.compute.deprecated.StandardDiskConfiguration
Returns a builder for a StandardDiskConfiguration object.
newBuilder(String) - Static method in class com.google.cloud.compute.deprecated.StorageImageConfiguration
Creates a StorageImageConfiguration builder given the full Google Cloud Storage URL where the disk image is stored.
newBuilder(SubnetworkId, NetworkId, String) - Static method in class com.google.cloud.compute.deprecated.SubnetworkInfo
Returns a builder for a SubnetworkInfo object given the identity of the subnetwork, the identity of the network this subnetwork belongs to and the range of IPv4 addresses owned by this subnetwork.
newBuilder(Iterable<String>) - Static method in class com.google.cloud.compute.deprecated.Tags
Returns a builder for a Tags object given the tags to apply to the instance.
newBuilder(String...) - Static method in class com.google.cloud.compute.deprecated.Tags
Returns a builder for a Tags object given the tags to apply to the instance.
notEquals(Compute.AddressField, String) - Static method in class com.google.cloud.compute.deprecated.Compute.AddressFilter
Returns a not-equals filter for the given field and string value.
notEquals(Compute.DiskField, String) - Static method in class com.google.cloud.compute.deprecated.Compute.DiskFilter
Returns a not-equals filter for the given field and string value.
notEquals(Compute.DiskField, long) - Static method in class com.google.cloud.compute.deprecated.Compute.DiskFilter
Returns a not-equals filter for the given field and long value.
notEquals(Compute.DiskTypeField, String) - Static method in class com.google.cloud.compute.deprecated.Compute.DiskTypeFilter
Returns a not-equals filter for the given field and string value.
notEquals(Compute.DiskTypeField, long) - Static method in class com.google.cloud.compute.deprecated.Compute.DiskTypeFilter
Returns a not-equals filter for the given field and long value.
notEquals(Compute.ImageField, String) - Static method in class com.google.cloud.compute.deprecated.Compute.ImageFilter
Returns a not-equals filter for the given field and string value.
notEquals(Compute.ImageField, long) - Static method in class com.google.cloud.compute.deprecated.Compute.ImageFilter
Returns a not-equals filter for the given field and long value.
notEquals(Compute.InstanceField, String) - Static method in class com.google.cloud.compute.deprecated.Compute.InstanceFilter
Returns a not-equals filter for the given field and string value.
notEquals(Compute.InstanceField, boolean) - Static method in class com.google.cloud.compute.deprecated.Compute.InstanceFilter
Returns a not-equals filter for the given field and boolean value.
notEquals(Compute.MachineTypeField, String) - Static method in class com.google.cloud.compute.deprecated.Compute.MachineTypeFilter
Returns a not-equals filter for the given field and string value.
notEquals(Compute.MachineTypeField, long) - Static method in class com.google.cloud.compute.deprecated.Compute.MachineTypeFilter
Returns a not-equals filter for the given field and long value.
notEquals(Compute.NetworkField, String) - Static method in class com.google.cloud.compute.deprecated.Compute.NetworkFilter
Returns a not-equals filter for the given field and string value.
notEquals(Compute.NetworkField, boolean) - Static method in class com.google.cloud.compute.deprecated.Compute.NetworkFilter
Returns a not-equals filter for the given field and boolean value.
notEquals(Compute.OperationField, String) - Static method in class com.google.cloud.compute.deprecated.Compute.OperationFilter
Returns a not-equals filter for the given field and string value.
notEquals(Compute.OperationField, long) - Static method in class com.google.cloud.compute.deprecated.Compute.OperationFilter
Returns a not-equals filter for the given field and long value.
notEquals(Compute.RegionField, String) - Static method in class com.google.cloud.compute.deprecated.Compute.RegionFilter
Returns a not-equals filter for the given field and string value.
notEquals(Compute.SnapshotField, String) - Static method in class com.google.cloud.compute.deprecated.Compute.SnapshotFilter
Returns a not-equals filter for the given field and string value.
notEquals(Compute.SnapshotField, long) - Static method in class com.google.cloud.compute.deprecated.Compute.SnapshotFilter
Returns a not-equals filter for the given field and long value.
notEquals(Compute.SubnetworkField, String) - Static method in class com.google.cloud.compute.deprecated.Compute.SubnetworkFilter
Returns a not-equals filter for the given field and string value.
notEquals(Compute.ZoneField, String) - Static method in class com.google.cloud.compute.deprecated.Compute.ZoneFilter
Returns a not-equals filter for the given field and string value.

O

of(AddressId) - Static method in class com.google.cloud.compute.deprecated.AddressInfo
Returns an AddressInfo object for the provided identity.
of(String) - Static method in class com.google.cloud.compute.deprecated.AddressInfo
Returns an AddressInfo object for the provided name.
of(RegionId, String) - Static method in class com.google.cloud.compute.deprecated.AddressInfo
Returns an AddressInfo object for the provided region identity and name.
of(String, String) - Static method in class com.google.cloud.compute.deprecated.AddressInfo
Returns an AddressInfo object for the provided region and address names.
of(ImageId) - Static method in class com.google.cloud.compute.deprecated.AttachedDisk.CreateDiskConfiguration
Returns a CreateDiskConfiguration object given the source image that will be used to create the disk.
of(AttachedDisk.AttachedDiskConfiguration) - Static method in class com.google.cloud.compute.deprecated.AttachedDisk
Returns an AttachedDisk object given its configuration.
of(String, AttachedDisk.AttachedDiskConfiguration) - Static method in class com.google.cloud.compute.deprecated.AttachedDisk
Returns an AttachedDisk object given the device name and its configuration.
of(DiskId) - Static method in class com.google.cloud.compute.deprecated.AttachedDisk.PersistentDiskConfiguration
Returns a PersistentDiskConfiguration object given the identity of the persistent disk to attach.
of(DiskTypeId) - Static method in class com.google.cloud.compute.deprecated.AttachedDisk.ScratchDiskConfiguration
Returns a ScratchDiskConfiguration object given the disk type identity.
of(DeprecationStatus.Status, T) - Static method in class com.google.cloud.compute.deprecated.DeprecationStatus
Returns a DeprecationStatus object given the status and replacement's identity.
of(ZoneId, String) - Static method in class com.google.cloud.compute.deprecated.DiskId
Returns a disk identity given the zone identity and the disk name.
of(String, String) - Static method in class com.google.cloud.compute.deprecated.DiskId
Returns a disk identity given the zone and disk names.
of(String, String, String) - Static method in class com.google.cloud.compute.deprecated.DiskId
Returns a disk identity given project, zone and disks names.
of(DiskId) - Static method in class com.google.cloud.compute.deprecated.DiskImageConfiguration
Creates a DiskImageConfiguration object given the source disk identity.
of(DiskId, DiskConfiguration) - Static method in class com.google.cloud.compute.deprecated.DiskInfo
Returns a DiskInfo object given its identity and configuration.
of(ZoneId, String) - Static method in class com.google.cloud.compute.deprecated.DiskTypeId
Returns a disk type identity given the zone identity and the disk type name.
of(String, String) - Static method in class com.google.cloud.compute.deprecated.DiskTypeId
Returns a disk type identity given the zone and disk type names.
of(String, String, String) - Static method in class com.google.cloud.compute.deprecated.DiskTypeId
Returns a disk type identity given project disk, zone and disk type names.
of(String) - Static method in class com.google.cloud.compute.deprecated.GlobalAddressId
Returns an address identity given the address name.
of(String, String) - Static method in class com.google.cloud.compute.deprecated.GlobalAddressId
Returns an address identity given project and address names.
of(String) - Static method in class com.google.cloud.compute.deprecated.GlobalForwardingRuleId
Returns a forwarding rule identity given the rule name.
of(String, String) - Static method in class com.google.cloud.compute.deprecated.GlobalForwardingRuleId
Returns a forwarding rule identity given the project rule names.
of(String) - Static method in class com.google.cloud.compute.deprecated.GlobalOperationId
Returns a global operation identity given the operation name.
of(String, String) - Static method in class com.google.cloud.compute.deprecated.GlobalOperationId
Returns a global operation identity given project and operation names.
of(ImageId) - Static method in class com.google.cloud.compute.deprecated.ImageDiskConfiguration
Returns an ImageDiskConfiguration object given the image identity.
of(String) - Static method in class com.google.cloud.compute.deprecated.ImageId
Returns an image identity given the image name.
of(String, String) - Static method in class com.google.cloud.compute.deprecated.ImageId
Returns an image identity given project and image names.
of(ImageId, ImageConfiguration) - Static method in class com.google.cloud.compute.deprecated.ImageInfo
Returns an ImageInfo object given the image identity and an image configuration.
of(ZoneId, String) - Static method in class com.google.cloud.compute.deprecated.InstanceId
Returns an instance identity given the zone identity and the instance name.
of(String, String) - Static method in class com.google.cloud.compute.deprecated.InstanceId
Returns an instance identity given the zone and instance names.
of(String, String, String) - Static method in class com.google.cloud.compute.deprecated.InstanceId
Returns an instance identity given project, zone and instance names.
of(InstanceId, MachineTypeId, AttachedDisk, NetworkInterface) - Static method in class com.google.cloud.compute.deprecated.InstanceInfo
Returns an InstanceInfo object given the instance identity, the machine type, a disk to attach to the instance and a network interface.
of(String) - Static method in class com.google.cloud.compute.deprecated.LicenseId
Returns a license identity given the license name.
of(String, String) - Static method in class com.google.cloud.compute.deprecated.LicenseId
Returns a license identity given project and license names.
of(String, String) - Static method in class com.google.cloud.compute.deprecated.MachineTypeId
Returns a machine type identity given the zone and type names.
of(String, String, String) - Static method in class com.google.cloud.compute.deprecated.MachineTypeId
Returns a machine type identity given project, zone and type names.
of(Map<String, String>) - Static method in class com.google.cloud.compute.deprecated.Metadata
Returns a Metadata object given the the metadata as a map.
of(String, String) - Static method in class com.google.cloud.compute.deprecated.NetworkId
Returns a new network identity given project and network names.
of(String) - Static method in class com.google.cloud.compute.deprecated.NetworkId
Returns a new network identity given network name.
of(NetworkId, NetworkConfiguration) - Static method in class com.google.cloud.compute.deprecated.NetworkInfo
Returns a NetworkInfo object given the network identity.
of(String) - Static method in class com.google.cloud.compute.deprecated.NetworkInterface.AccessConfig
Returns an AccessConfig object given the static external IP address.
of() - Static method in class com.google.cloud.compute.deprecated.NetworkInterface.AccessConfig
Returns an AccessConfig object.
of(NetworkId) - Static method in class com.google.cloud.compute.deprecated.NetworkInterface
Returns a NetworkInterface object given the network's identity.
of(String) - Static method in class com.google.cloud.compute.deprecated.NetworkInterface
Returns a NetworkInterface object given the network's name.
of(RegionId, String) - Static method in class com.google.cloud.compute.deprecated.RegionAddressId
Returns a region address identity given the region identity and the address name.
of(String, String) - Static method in class com.google.cloud.compute.deprecated.RegionAddressId
Returns a region address identity given the region and address names.
of(String, String, String) - Static method in class com.google.cloud.compute.deprecated.RegionAddressId
Returns a region address identity given project, region and address names.
of(RegionId, String) - Static method in class com.google.cloud.compute.deprecated.RegionForwardingRuleId
Returns a region forwarding rule identity given the region identity and the rule name.
of(String, String) - Static method in class com.google.cloud.compute.deprecated.RegionForwardingRuleId
Returns a region forwarding rule identity given the region and rule names.
of(String, String, String) - Static method in class com.google.cloud.compute.deprecated.RegionForwardingRuleId
Returns a region forwarding rule identity given project, region and rule names.
of(String, String) - Static method in class com.google.cloud.compute.deprecated.RegionId
Returns a new region identity given project and region names.
of(String) - Static method in class com.google.cloud.compute.deprecated.RegionId
Returns a new region identity given region name.
of(RegionId, String) - Static method in class com.google.cloud.compute.deprecated.RegionOperationId
Returns a region operation identity given the region identity and the operation name.
of(String, String) - Static method in class com.google.cloud.compute.deprecated.RegionOperationId
Returns a region operation identity given the region and operation names.
of(String, String, String) - Static method in class com.google.cloud.compute.deprecated.RegionOperationId
Returns a region operation identity given project, region and operation names.
of(String, List<String>) - Static method in class com.google.cloud.compute.deprecated.ServiceAccount
Returns a ServiceAccount object for the provided email and scopes.
of(String, String...) - Static method in class com.google.cloud.compute.deprecated.ServiceAccount
Returns a ServiceAccount object for the provided email and scopes.
of(SnapshotId) - Static method in class com.google.cloud.compute.deprecated.SnapshotDiskConfiguration
Returns a SnapshotDiskConfiguration object given the snapshot identity.
of(String) - Static method in class com.google.cloud.compute.deprecated.SnapshotId
Returns a snapshot identity given the snapshot name.
of(String, String) - Static method in class com.google.cloud.compute.deprecated.SnapshotId
Returns a snapshot identity given project and snapshot names.
of(SnapshotId, DiskId) - Static method in class com.google.cloud.compute.deprecated.SnapshotInfo
Returns a SnapshotInfo object given the snapshot identity and a source disk identity.
of(DiskTypeId) - Static method in class com.google.cloud.compute.deprecated.StandardDiskConfiguration
Returns a StandardDiskConfiguration object given the disk type.
of(long) - Static method in class com.google.cloud.compute.deprecated.StandardDiskConfiguration
Returns a StandardDiskConfiguration object given the disk size in GB.
of(DiskTypeId, long) - Static method in class com.google.cloud.compute.deprecated.StandardDiskConfiguration
Returns a StandardDiskConfiguration object given the disk type and size in GB.
of(String) - Static method in class com.google.cloud.compute.deprecated.StandardNetworkConfiguration
Returns a StandardNetworkConfiguration object given the range of internal addresses that are legal on this network.
of(String) - Static method in class com.google.cloud.compute.deprecated.StorageImageConfiguration
Creates a StorageImageConfiguration object given the full Google Cloud Storage URL where the disk image is stored.
of(boolean) - Static method in class com.google.cloud.compute.deprecated.SubnetNetworkConfiguration
Returns a SubnetNetworkConfiguration object.
of(RegionId, String) - Static method in class com.google.cloud.compute.deprecated.SubnetworkId
Returns a subnetwork identity given the region identity and the subnetwork name.
of(String, String) - Static method in class com.google.cloud.compute.deprecated.SubnetworkId
Returns a subnetwork identity given the region and subnetwork names.
of(String, String, String) - Static method in class com.google.cloud.compute.deprecated.SubnetworkId
Returns a subnetwork identity given project, region and subnetwork names.
of(SubnetworkId, NetworkId, String) - Static method in class com.google.cloud.compute.deprecated.SubnetworkInfo
Returns a SubnetworkInfo object given the identity of the subnetwork, the identity of the network this subnetwork belongs to and the range of IPv4 addresses owned by this subnetwork.
of(Iterable<String>) - Static method in class com.google.cloud.compute.deprecated.Tags
Returns a Tags object given the tags to apply to the instance.
of(String...) - Static method in class com.google.cloud.compute.deprecated.Tags
Returns a Tags object given the tags to apply to the instance.
of(String, String) - Static method in class com.google.cloud.compute.deprecated.ZoneId
Returns a new zone identity given project and zone names.
of(String) - Static method in class com.google.cloud.compute.deprecated.ZoneId
Returns a new zone identity given zone name.
of(ZoneId, String) - Static method in class com.google.cloud.compute.deprecated.ZoneOperationId
Returns a zone operation identity given the zone identity and the operation name.
of(String, String) - Static method in class com.google.cloud.compute.deprecated.ZoneOperationId
Returns a zone operation identity given the zone and operation names.
of(String, String, String) - Static method in class com.google.cloud.compute.deprecated.ZoneOperationId
Returns a zone operation identity given project, zone and operation names.
ONE_TO_ONE_NAT - Static variable in class com.google.cloud.compute.deprecated.NetworkInterface.AccessConfig.Type
 
Operation - Class in com.google.cloud.compute.deprecated
Google Compute Engine operations.
Operation.OperationError - Class in com.google.cloud.compute.deprecated
An error that can occur during the processing of a Google Compute Engine operation.
Operation.OperationWarning - Class in com.google.cloud.compute.deprecated
A warning message that is generated during the processing of a Google Compute Engine operation.
Operation.Status - Enum in com.google.cloud.compute.deprecated
Status of an operation.
OperationId - Class in com.google.cloud.compute.deprecated
Base class for Google Compute Engine operation identities.

P

pageSize(long) - Static method in class com.google.cloud.compute.deprecated.Compute.AddressAggregatedListOption
Returns an option to specify the maximum number of addresses returned per page.
pageSize(long) - Static method in class com.google.cloud.compute.deprecated.Compute.AddressListOption
Returns an option to specify the maximum number of addresses returned per page.
pageSize(long) - Static method in class com.google.cloud.compute.deprecated.Compute.DiskAggregatedListOption
Returns an option to specify the maximum number of disks returned per page.
pageSize(long) - Static method in class com.google.cloud.compute.deprecated.Compute.DiskListOption
Returns an option to specify the maximum number of disks returned per page.
pageSize(long) - Static method in class com.google.cloud.compute.deprecated.Compute.DiskTypeAggregatedListOption
Returns an option to specify the maximum number of disk types returned per page.
pageSize(long) - Static method in class com.google.cloud.compute.deprecated.Compute.DiskTypeListOption
Returns an option to specify the maximum number of disk types returned per page.
pageSize(long) - Static method in class com.google.cloud.compute.deprecated.Compute.ImageListOption
Returns an option to specify the maximum number of images returned per page.
pageSize(long) - Static method in class com.google.cloud.compute.deprecated.Compute.InstanceAggregatedListOption
Returns an option to specify the maximum number of instances returned per page.
pageSize(long) - Static method in class com.google.cloud.compute.deprecated.Compute.InstanceListOption
Returns an option to specify the maximum number of instances returned per page.
pageSize(long) - Static method in class com.google.cloud.compute.deprecated.Compute.MachineTypeAggregatedListOption
Returns an option to specify the maximum number of machine types returned per page.
pageSize(long) - Static method in class com.google.cloud.compute.deprecated.Compute.MachineTypeListOption
Returns an option to specify the maximum number of machine types returned per page.
pageSize(long) - Static method in class com.google.cloud.compute.deprecated.Compute.NetworkListOption
Returns an option to specify the maximum number of networks returned per page.
pageSize(long) - Static method in class com.google.cloud.compute.deprecated.Compute.OperationListOption
Returns an option to specify the maximum number of operations returned per page.
pageSize(long) - Static method in class com.google.cloud.compute.deprecated.Compute.RegionListOption
Returns an option to specify the maximum number of regions returned per page.
pageSize(long) - Static method in class com.google.cloud.compute.deprecated.Compute.SnapshotListOption
Returns an option to specify the maximum number of snapshots returned per page.
pageSize(long) - Static method in class com.google.cloud.compute.deprecated.Compute.SubnetworkAggregatedListOption
Returns an option to specify the maximum number of subnetworks returned per page.
pageSize(long) - Static method in class com.google.cloud.compute.deprecated.Compute.SubnetworkListOption
Returns an option to specify the maximum number of subnetworks returned per page.
pageSize(long) - Static method in class com.google.cloud.compute.deprecated.Compute.ZoneListOption
Returns an option to specify the maximum number of zones returned per page.
pageToken(String) - Static method in class com.google.cloud.compute.deprecated.Compute.AddressAggregatedListOption
Returns an option to specify the page token from which to start listing addresses.
pageToken(String) - Static method in class com.google.cloud.compute.deprecated.Compute.AddressListOption
Returns an option to specify the page token from which to start listing addresses.
pageToken(String) - Static method in class com.google.cloud.compute.deprecated.Compute.DiskAggregatedListOption
Returns an option to specify the page token from which to start listing disks.
pageToken(String) - Static method in class com.google.cloud.compute.deprecated.Compute.DiskListOption
Returns an option to specify the page token from which to start listing disks.
pageToken(String) - Static method in class com.google.cloud.compute.deprecated.Compute.DiskTypeAggregatedListOption
Returns an option to specify the page token from which to start listing disk types.
pageToken(String) - Static method in class com.google.cloud.compute.deprecated.Compute.DiskTypeListOption
Returns an option to specify the page token from which to start listing disk types.
pageToken(String) - Static method in class com.google.cloud.compute.deprecated.Compute.ImageListOption
Returns an option to specify the page token from which to start listing images.
pageToken(String) - Static method in class com.google.cloud.compute.deprecated.Compute.InstanceAggregatedListOption
Returns an option to specify the page token from which to start listing instances.
pageToken(String) - Static method in class com.google.cloud.compute.deprecated.Compute.InstanceListOption
Returns an option to specify the page token from which to start listing instances.
pageToken(String) - Static method in class com.google.cloud.compute.deprecated.Compute.MachineTypeAggregatedListOption
Returns an option to specify the page token from which to start listing machine types.
pageToken(String) - Static method in class com.google.cloud.compute.deprecated.Compute.MachineTypeListOption
Returns an option to specify the page token from which to start listing machine types.
pageToken(String) - Static method in class com.google.cloud.compute.deprecated.Compute.NetworkListOption
Returns an option to specify the page token from which to start listing networks.
pageToken(String) - Static method in class com.google.cloud.compute.deprecated.Compute.OperationListOption
Returns an option to specify the page token from which to start listing operations.
pageToken(String) - Static method in class com.google.cloud.compute.deprecated.Compute.RegionListOption
Returns an option to specify the page token from which to start listing regions.
pageToken(String) - Static method in class com.google.cloud.compute.deprecated.Compute.SnapshotListOption
Returns an option to specify the page token from which to start listing snapshots.
pageToken(String) - Static method in class com.google.cloud.compute.deprecated.Compute.SubnetworkAggregatedListOption
Returns an option to specify the page token from which to start listing subnetworks.
pageToken(String) - Static method in class com.google.cloud.compute.deprecated.Compute.SubnetworkListOption
Returns an option to specify the page token from which to start listing subnetworks.
pageToken(String) - Static method in class com.google.cloud.compute.deprecated.Compute.ZoneListOption
Returns an option to specify the page token from which to start listing zones.
preemptible() - Static method in class com.google.cloud.compute.deprecated.SchedulingOptions
Returns a SchedulingOptions object for a preemptible instance.

R

Region - Class in com.google.cloud.compute.deprecated
A Google Compute Engine region.
Region.Quota - Class in com.google.cloud.compute.deprecated
A quota assigned to this region.
Region.Status - Class in com.google.cloud.compute.deprecated
Status of the region.
RegionAddressId - Class in com.google.cloud.compute.deprecated
Identity for a Google Compute Engine region address.
RegionForwardingRuleId - Class in com.google.cloud.compute.deprecated
Identity for a Google Compute Engine region's forwarding rule.
RegionId - Class in com.google.cloud.compute.deprecated
A Google Compute Engine region identity.
RegionOperationId - Class in com.google.cloud.compute.deprecated
Identity for a Google Compute Engine region's operation.
reload(Compute.AddressOption...) - Method in class com.google.cloud.compute.deprecated.Address
Fetches the current address' latest information.
reload(Compute.DiskOption...) - Method in class com.google.cloud.compute.deprecated.Disk
Fetches current disk's latest information.
reload(Compute.ImageOption...) - Method in class com.google.cloud.compute.deprecated.Image
Fetches current image' latest information.
reload(Compute.InstanceOption...) - Method in class com.google.cloud.compute.deprecated.Instance
Fetches current instance's latest information.
reload(Compute.NetworkOption...) - Method in class com.google.cloud.compute.deprecated.Network
Fetches current network' latest information.
reload(Compute.OperationOption...) - Method in class com.google.cloud.compute.deprecated.Operation
Fetches current operation's latest information.
reload(Compute.SnapshotOption...) - Method in class com.google.cloud.compute.deprecated.Snapshot
Fetches current snapshot's latest information.
reload(Compute.SubnetworkOption...) - Method in class com.google.cloud.compute.deprecated.Subnetwork
Fetches current subnetwork' latest information.
RemoteComputeHelper - Class in com.google.cloud.compute.deprecated.testing
Utility to create a remote Compute configuration for testing.
RemoteComputeHelper.ComputeHelperException - Exception in com.google.cloud.compute.deprecated.testing
 
remove(Object) - Method in class com.google.cloud.compute.deprecated.testing.ResourceCleaner
 
reset(InstanceId, Compute.OperationOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Resets the provided instance.
reset(Compute.OperationOption...) - Method in class com.google.cloud.compute.deprecated.Instance
Resets this instance.
reset(String, String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Resets the provided instance.
reset(String, String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
resize(DiskId, long, Compute.OperationOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Resizes the disk to the requested size.
resize(long, Compute.OperationOption...) - Method in class com.google.cloud.compute.deprecated.Disk
Resizes this disk to the requested size.
resizeDisk(String, String, long, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Resizes the disk to the requested size.
resizeDisk(String, String, long, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
ResourceCleaner - Class in com.google.cloud.compute.deprecated.testing
 
ResourceId - Class in com.google.cloud.compute.deprecated
Base class for Google Compute Engine resource identities.

S

SchedulingOptions - Class in com.google.cloud.compute.deprecated
A Google Compute Engine instance scheduling options.
SchedulingOptions.Maintenance - Class in com.google.cloud.compute.deprecated
Defines the maintenance behavior for this instance.
self() - Method in class com.google.cloud.compute.deprecated.DiskConfiguration.Builder
 
ServiceAccount - Class in com.google.cloud.compute.deprecated
A service account, with its specified scopes, authorized for this instance.
setAccessConfigurations(List<NetworkInterface.AccessConfig>) - Method in class com.google.cloud.compute.deprecated.NetworkInterface.Builder
Sets a list of access configurations for the network interface.
setAccessConfigurations(NetworkInterface.AccessConfig...) - Method in class com.google.cloud.compute.deprecated.NetworkInterface.Builder
Sets a list of access configurations for the network interface.
setAddress(String) - Method in class com.google.cloud.compute.deprecated.Address.Builder
 
setAddress(String) - Method in class com.google.cloud.compute.deprecated.AddressInfo.Builder
Sets the actual IP address.
setAddressId(AddressId) - Method in class com.google.cloud.compute.deprecated.Address.Builder
 
setAddressId(AddressId) - Method in class com.google.cloud.compute.deprecated.AddressInfo.Builder
 
setAttachedDisks(List<AttachedDisk>) - Method in class com.google.cloud.compute.deprecated.Instance.Builder
 
setAttachedDisks(AttachedDisk...) - Method in class com.google.cloud.compute.deprecated.Instance.Builder
 
setAttachedDisks(List<AttachedDisk>) - Method in class com.google.cloud.compute.deprecated.InstanceInfo.Builder
Sets a list of disks to attach to the instance.
setAttachedDisks(AttachedDisk...) - Method in class com.google.cloud.compute.deprecated.InstanceInfo.Builder
Sets a list of disks to attach to the instance.
setAttachedDisks(List<AttachedDisk>) - Method in class com.google.cloud.compute.deprecated.InstanceInfo.BuilderImpl
 
setAttachedDisks(AttachedDisk...) - Method in class com.google.cloud.compute.deprecated.InstanceInfo.BuilderImpl
 
setAutoDelete(Boolean) - Method in class com.google.cloud.compute.deprecated.AttachedDisk.CreateDiskConfiguration.Builder
Sets whether the disk should auto-delete when the instance to which it's attached is deleted.
setAutoDelete(boolean) - Method in class com.google.cloud.compute.deprecated.AttachedDisk.PersistentDiskConfiguration.Builder
Sets whether the disk should auto-delete when the instance to which it's attached is deleted.
setBoot(boolean) - Method in class com.google.cloud.compute.deprecated.AttachedDisk.PersistentDiskConfiguration.Builder
Sets whether to use the attached disk as a boot disk.
setCanIpForward(Boolean) - Method in class com.google.cloud.compute.deprecated.Instance.Builder
 
setCanIpForward(Boolean) - Method in class com.google.cloud.compute.deprecated.InstanceInfo.Builder
Sets whether to allow this instance to send and receive packets with non-matching destination or source IPs.
setCanIpForward(Boolean) - Method in class com.google.cloud.compute.deprecated.InstanceInfo.BuilderImpl
 
setConfiguration(AttachedDisk.AttachedDiskConfiguration) - Method in class com.google.cloud.compute.deprecated.AttachedDisk.Builder
Sets the attached disk configuration.
setConfiguration(DiskConfiguration) - Method in class com.google.cloud.compute.deprecated.Disk.Builder
 
setConfiguration(DiskConfiguration) - Method in class com.google.cloud.compute.deprecated.DiskInfo.Builder
Sets the disk configuration.
setConfiguration(ImageConfiguration) - Method in class com.google.cloud.compute.deprecated.Image.Builder
 
setConfiguration(ImageConfiguration) - Method in class com.google.cloud.compute.deprecated.ImageInfo.Builder
Sets the image configuration.
setConfiguration(NetworkConfiguration) - Method in class com.google.cloud.compute.deprecated.Network.Builder
 
setConfiguration(NetworkConfiguration) - Method in class com.google.cloud.compute.deprecated.NetworkInfo.Builder
Sets the network configuration.
setContainerType(StorageImageConfiguration.ContainerType) - Method in class com.google.cloud.compute.deprecated.StorageImageConfiguration.Builder
Sets the format used to encode and transmit the block device.
setDeleted(long) - Method in class com.google.cloud.compute.deprecated.DeprecationStatus.Builder
Sets the timestamp on or after which the deprecation state of this resource will be changed to DeprecationStatus.Status.DELETED.
setDeprecated(long) - Method in class com.google.cloud.compute.deprecated.DeprecationStatus.Builder
Sets the timestamp on or after which the deprecation state of this resource will be changed to DeprecationStatus.Status.DEPRECATED.
setDescription(String) - Method in class com.google.cloud.compute.deprecated.Address.Builder
 
setDescription(String) - Method in class com.google.cloud.compute.deprecated.AddressInfo.Builder
Sets an optional textual description of the address.
setDescription(String) - Method in class com.google.cloud.compute.deprecated.Disk.Builder
 
setDescription(String) - Method in class com.google.cloud.compute.deprecated.DiskInfo.Builder
Sets an optional textual description of the resource.
setDescription(String) - Method in class com.google.cloud.compute.deprecated.Image.Builder
 
setDescription(String) - Method in class com.google.cloud.compute.deprecated.ImageInfo.Builder
Sets an optional textual description of the image.
setDescription(String) - Method in class com.google.cloud.compute.deprecated.Instance.Builder
 
setDescription(String) - Method in class com.google.cloud.compute.deprecated.InstanceInfo.Builder
Sets an optional description of this Google Compute Engine instance.
setDescription(String) - Method in class com.google.cloud.compute.deprecated.InstanceInfo.BuilderImpl
 
setDescription(String) - Method in class com.google.cloud.compute.deprecated.Network.Builder
 
setDescription(String) - Method in class com.google.cloud.compute.deprecated.NetworkInfo.Builder
Sets an optional textual description of the network.
setDescription(String) - Method in class com.google.cloud.compute.deprecated.Snapshot.Builder
 
setDescription(String) - Method in class com.google.cloud.compute.deprecated.SnapshotInfo.Builder
Sets an optional textual description of the snapshot.
setDescription(String) - Method in class com.google.cloud.compute.deprecated.Subnetwork.Builder
 
setDescription(String) - Method in class com.google.cloud.compute.deprecated.SubnetworkInfo.Builder
Sets an optional textual description of the subnetwork.
setDeviceName(String) - Method in class com.google.cloud.compute.deprecated.AttachedDisk.Builder
Sets the unique device name of your choice that is reflected into the /dev/disk/by-id/google-* tree of a Linux operating system running within the instance.
setDiskAutoDelete(InstanceId, String, boolean, Compute.OperationOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Sets the auto-delete flag for a disk attached to the provided instance.
setDiskAutoDelete(String, boolean, Compute.OperationOption...) - Method in class com.google.cloud.compute.deprecated.Instance
Sets the auto-delete flag for a disk attached to this instance.
setDiskAutoDelete(String, String, String, boolean, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Sets the auto-delete flag for a disk attached to the provided instance.
setDiskAutoDelete(String, String, String, boolean, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
setDiskId(DiskId) - Method in class com.google.cloud.compute.deprecated.Disk.Builder
 
setDiskId(DiskId) - Method in class com.google.cloud.compute.deprecated.DiskInfo.Builder
Sets the disk identity.
setDiskName(String) - Method in class com.google.cloud.compute.deprecated.AttachedDisk.CreateDiskConfiguration.Builder
Sets the name to be assigned to the disk.
setDiskSizeGb(Long) - Method in class com.google.cloud.compute.deprecated.AttachedDisk.CreateDiskConfiguration.Builder
Sets the size of the persistent disk, in GB.
setDiskType(DiskTypeId) - Method in class com.google.cloud.compute.deprecated.AttachedDisk.CreateDiskConfiguration.Builder
Sets the identity of the disk type.
setDiskType(DiskTypeId) - Method in class com.google.cloud.compute.deprecated.AttachedDisk.ScratchDiskConfiguration.Builder
Sets the identity of the disk type for the scratch disk to attach.
setDiskType(DiskTypeId) - Method in class com.google.cloud.compute.deprecated.DiskConfiguration.Builder
Sets the identity of the disk type.
setFingerprint(String) - Method in class com.google.cloud.compute.deprecated.Metadata.Builder
Sets the fingerprint for the metadata.
setFingerprint(String) - Method in class com.google.cloud.compute.deprecated.Tags.Builder
Sets the fingerprint for the tags.
setImageId(ImageId) - Method in class com.google.cloud.compute.deprecated.Image.Builder
 
setImageId(ImageId) - Method in class com.google.cloud.compute.deprecated.ImageInfo.Builder
Sets the image identity.
setIndex(Integer) - Method in class com.google.cloud.compute.deprecated.AttachedDisk.Builder
Sets a zero-based index to this disk, where 0 is reserved for the boot disk.
setInstanceId(InstanceId) - Method in class com.google.cloud.compute.deprecated.Instance.Builder
 
setInstanceId(InstanceId) - Method in class com.google.cloud.compute.deprecated.InstanceInfo.Builder
Sets the identity of the virtual machine instance.
setInstanceId(InstanceId) - Method in class com.google.cloud.compute.deprecated.InstanceInfo.BuilderImpl
 
setInterfaceType(AttachedDisk.AttachedDiskConfiguration.InterfaceType) - Method in class com.google.cloud.compute.deprecated.AttachedDisk.ScratchDiskConfiguration.Builder
Sets the interface type.
setIpRange(String) - Method in class com.google.cloud.compute.deprecated.Subnetwork.Builder
 
setIpRange(String) - Method in class com.google.cloud.compute.deprecated.SubnetworkInfo.Builder
Sets the range of internal IPv4 addresses that are owned by this subnetwork.
setMachineType(InstanceId, MachineTypeId, Compute.OperationOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Sets the machine type for the provided instance.
setMachineType(MachineTypeId) - Method in class com.google.cloud.compute.deprecated.Instance.Builder
 
setMachineType(MachineTypeId, Compute.OperationOption...) - Method in class com.google.cloud.compute.deprecated.Instance
Sets the machine type for this instance.
setMachineType(MachineTypeId) - Method in class com.google.cloud.compute.deprecated.InstanceInfo.Builder
Sets the machine type identity.
setMachineType(MachineTypeId) - Method in class com.google.cloud.compute.deprecated.InstanceInfo.BuilderImpl
 
setMachineType(String, String, String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Sets the machine type for the provided instance.
setMachineType(String, String, String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
setMetadata(InstanceId, Metadata, Compute.OperationOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Sets the metadata for the provided instance.
setMetadata(Metadata) - Method in class com.google.cloud.compute.deprecated.Instance.Builder
 
setMetadata(Metadata, Compute.OperationOption...) - Method in class com.google.cloud.compute.deprecated.Instance
Sets the metadata for this instance.
setMetadata(Map<String, String>, Compute.OperationOption...) - Method in class com.google.cloud.compute.deprecated.Instance
Sets the metadata for this instance, fingerprint value is taken from this instance's tags().fingerprint().
setMetadata(Metadata) - Method in class com.google.cloud.compute.deprecated.InstanceInfo.Builder
Sets the instance metadata.
setMetadata(Metadata) - Method in class com.google.cloud.compute.deprecated.InstanceInfo.BuilderImpl
 
setMetadata(String, String, Metadata, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Sets the metadata for the provided instance.
setMetadata(String, String, Metadata, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
setMode(AttachedDisk.PersistentDiskConfiguration.Mode) - Method in class com.google.cloud.compute.deprecated.AttachedDisk.PersistentDiskConfiguration.Builder
Sets the mode in which to attach this disk.
setName(String) - Method in class com.google.cloud.compute.deprecated.NetworkInterface.AccessConfig.Builder
Sets the name of the access configuration.
setNatIp(String) - Method in class com.google.cloud.compute.deprecated.NetworkInterface.AccessConfig.Builder
Sets an external IP address associated with this instance.
setNetwork(NetworkId) - Method in class com.google.cloud.compute.deprecated.NetworkInterface.Builder
Sets the identity of the network this interface applies to.
setNetwork(NetworkId) - Method in class com.google.cloud.compute.deprecated.Subnetwork.Builder
 
setNetwork(NetworkId) - Method in class com.google.cloud.compute.deprecated.SubnetworkInfo.Builder
Sets the identity of the network to which this subnetwork belongs.
setNetworkId(NetworkId) - Method in class com.google.cloud.compute.deprecated.Network.Builder
 
setNetworkId(NetworkId) - Method in class com.google.cloud.compute.deprecated.NetworkInfo.Builder
Sets the identity of the network.
setNetworkInterfaces(List<NetworkInterface>) - Method in class com.google.cloud.compute.deprecated.Instance.Builder
 
setNetworkInterfaces(NetworkInterface...) - Method in class com.google.cloud.compute.deprecated.Instance.Builder
 
setNetworkInterfaces(List<NetworkInterface>) - Method in class com.google.cloud.compute.deprecated.InstanceInfo.Builder
Sets a list of network interfaces.
setNetworkInterfaces(NetworkInterface...) - Method in class com.google.cloud.compute.deprecated.InstanceInfo.Builder
Sets a list of network interfaces.
setNetworkInterfaces(List<NetworkInterface>) - Method in class com.google.cloud.compute.deprecated.InstanceInfo.BuilderImpl
 
setNetworkInterfaces(NetworkInterface...) - Method in class com.google.cloud.compute.deprecated.InstanceInfo.BuilderImpl
 
setObsolete(long) - Method in class com.google.cloud.compute.deprecated.DeprecationStatus.Builder
Sets the timestamp on or after which the deprecation state of this resource will be changed to DeprecationStatus.Status.OBSOLETE.
setReplacement(T) - Method in class com.google.cloud.compute.deprecated.DeprecationStatus.Builder
Sets the identity of the suggested replacement for a deprecated resource.
setScheduling(String, String, Scheduling, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Sets the scheduling options for the provided instance.
setScheduling(String, String, Scheduling, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
setSchedulingOptions(InstanceId, SchedulingOptions, Compute.OperationOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Sets the scheduling options for the provided instance.
setSchedulingOptions(SchedulingOptions) - Method in class com.google.cloud.compute.deprecated.Instance.Builder
 
setSchedulingOptions(SchedulingOptions, Compute.OperationOption...) - Method in class com.google.cloud.compute.deprecated.Instance
Sets the scheduling options for this instance.
setSchedulingOptions(SchedulingOptions) - Method in class com.google.cloud.compute.deprecated.InstanceInfo.Builder
Sets the scheduling options for the instance.
setSchedulingOptions(SchedulingOptions) - Method in class com.google.cloud.compute.deprecated.InstanceInfo.BuilderImpl
 
setServiceAccounts(List<ServiceAccount>) - Method in class com.google.cloud.compute.deprecated.Instance.Builder
 
setServiceAccounts(List<ServiceAccount>) - Method in class com.google.cloud.compute.deprecated.InstanceInfo.Builder
Sets a list of service accounts, with their specified scopes, authorized for this instance.
setServiceAccounts(List<ServiceAccount>) - Method in class com.google.cloud.compute.deprecated.InstanceInfo.BuilderImpl
 
setSha1(String) - Method in class com.google.cloud.compute.deprecated.StorageImageConfiguration.Builder
Sets the SHA1 checksum of the disk image before unpackaging.
setSizeGb(Long) - Method in class com.google.cloud.compute.deprecated.DiskConfiguration.Builder
Sets the size of the persistent disk, in GB.
setSizeGb(Long) - Method in class com.google.cloud.compute.deprecated.ImageDiskConfiguration.Builder
Sets the size of the persistent disk, in GB.
setSizeGb(Long) - Method in class com.google.cloud.compute.deprecated.SnapshotDiskConfiguration.Builder
Sets the size of the persistent disk, in GB.
setSizeGb(Long) - Method in class com.google.cloud.compute.deprecated.StandardDiskConfiguration.Builder
Sets the size of the persistent disk, in GB.
setSnapshotId(SnapshotId) - Method in class com.google.cloud.compute.deprecated.Snapshot.Builder
 
setSnapshotId(SnapshotId) - Method in class com.google.cloud.compute.deprecated.SnapshotInfo.Builder
Sets the snapshot identity.
setSource(String) - Method in class com.google.cloud.compute.deprecated.StorageImageConfiguration.Builder
Sets the full Google Cloud Storage URL where the disk image is stored (e.g.
setSourceDisk(DiskId) - Method in class com.google.cloud.compute.deprecated.AttachedDisk.PersistentDiskConfiguration.Builder
Sets the identity of the persistent disk to be attached.
setSourceDisk(DiskId) - Method in class com.google.cloud.compute.deprecated.DiskImageConfiguration.Builder
Sets the identity of the source disk used to create the image.
setSourceDisk(DiskId) - Method in class com.google.cloud.compute.deprecated.Snapshot.Builder
 
setSourceDisk(DiskId) - Method in class com.google.cloud.compute.deprecated.SnapshotInfo.Builder
Sets the identity of the source disk used to create the snapshot.
setSourceImage(ImageId) - Method in class com.google.cloud.compute.deprecated.AttachedDisk.CreateDiskConfiguration.Builder
Sets the identity of the source image used to create the disk.
setSourceImage(ImageId) - Method in class com.google.cloud.compute.deprecated.ImageDiskConfiguration.Builder
Sets the identity of the source image used to create the disk.
setSourceSnapshot(SnapshotId) - Method in class com.google.cloud.compute.deprecated.SnapshotDiskConfiguration.Builder
Sets the identity of the source snapshot used to create the disk.
setStatus(DeprecationStatus.Status) - Method in class com.google.cloud.compute.deprecated.DeprecationStatus.Builder
Sets the status of the deprecated resource.
setSubnetwork(SubnetworkId) - Method in class com.google.cloud.compute.deprecated.NetworkInterface.Builder
Sets the identity of the subnetwork this interface applies to.
setSubnetworkId(SubnetworkId) - Method in class com.google.cloud.compute.deprecated.Subnetwork.Builder
 
setSubnetworkId(SubnetworkId) - Method in class com.google.cloud.compute.deprecated.SubnetworkInfo.Builder
Sets the identity of the subnework.
setTags(InstanceId, Tags, Compute.OperationOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Sets the tags for the provided instance.
setTags(Tags) - Method in class com.google.cloud.compute.deprecated.Instance.Builder
 
setTags(Tags, Compute.OperationOption...) - Method in class com.google.cloud.compute.deprecated.Instance
Sets the tags for this instance.
setTags(Iterable<String>, Compute.OperationOption...) - Method in class com.google.cloud.compute.deprecated.Instance
Sets the tags for this instance, fingerprint value is taken from this instance's tags().fingerprint().
setTags(Tags) - Method in class com.google.cloud.compute.deprecated.InstanceInfo.Builder
Sets the tags to apply to this instance.
setTags(Tags) - Method in class com.google.cloud.compute.deprecated.InstanceInfo.BuilderImpl
 
setTags(String, String, Tags, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Sets the tags for the provided instance.
setTags(String, String, Tags, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
setTransportOptions(TransportOptions) - Method in class com.google.cloud.compute.deprecated.ComputeOptions.Builder
 
setType(NetworkInterface.AccessConfig.Type) - Method in class com.google.cloud.compute.deprecated.NetworkInterface.AccessConfig.Builder
Sets the type of the access configuration.
setValues(Map<String, String>) - Method in class com.google.cloud.compute.deprecated.Metadata.Builder
Sets the metadata for the instance as key/value pairs.
setValues(Iterable<String>) - Method in class com.google.cloud.compute.deprecated.Tags.Builder
Sets a list of tags to apply to an instance.
setValues(String...) - Method in class com.google.cloud.compute.deprecated.Tags.Builder
Sets a list of tags to apply to an instance.
Snapshot - Class in com.google.cloud.compute.deprecated
A Google Compute Engine snapshot.
Snapshot.Builder - Class in com.google.cloud.compute.deprecated
A builder for Snapshot objects.
SnapshotDiskConfiguration - Class in com.google.cloud.compute.deprecated
A Google Compute Engine disk configuration to create a disk from a Google Compute Engine snapshot.
SnapshotDiskConfiguration.Builder - Class in com.google.cloud.compute.deprecated
A builder for SnapshotDiskConfiguration objects.
SnapshotId - Class in com.google.cloud.compute.deprecated
Identity for a Google Compute Engine snapshot.
SnapshotInfo - Class in com.google.cloud.compute.deprecated
A Google Compute Engine snapshot.
SnapshotInfo.Builder - Class in com.google.cloud.compute.deprecated
A builder for SnapshotInfo objects.
SnapshotInfo.Status - Enum in com.google.cloud.compute.deprecated
The status of a Google Compute Engine snapshot.
SnapshotInfo.StorageBytesStatus - Enum in com.google.cloud.compute.deprecated
An indicator of whether SnapshotInfo.getStorageBytes() is in a stable state or it is being adjusted as a result of shared storage reallocation.
standard(boolean, SchedulingOptions.Maintenance) - Static method in class com.google.cloud.compute.deprecated.SchedulingOptions
Returns a SchedulingOptions object for a standard instance.
StandardDiskConfiguration - Class in com.google.cloud.compute.deprecated
A Google Compute Engine standard persistent disk configuration.
StandardDiskConfiguration.Builder - Class in com.google.cloud.compute.deprecated
A builder for StandardDiskConfiguration objects.
StandardNetworkConfiguration - Class in com.google.cloud.compute.deprecated
A Google Compute Engine standard network configuration.
start(InstanceId, Compute.OperationOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Starts the provided instance.
start(Compute.OperationOption...) - Method in class com.google.cloud.compute.deprecated.Instance
Starts this instance.
start(String, String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Starts the provided instance.
start(String, String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
stop(InstanceId, Compute.OperationOption...) - Method in interface com.google.cloud.compute.deprecated.Compute
Stops the provided instance.
stop(Compute.OperationOption...) - Method in class com.google.cloud.compute.deprecated.Instance
Stops this instance.
stop(String, String, Map<ComputeRpc.Option, ?>) - Method in interface com.google.cloud.compute.deprecated.spi.v1.ComputeRpc
Stops the provided instance.
stop(String, String, Map<ComputeRpc.Option, ?>) - Method in class com.google.cloud.compute.deprecated.spi.v1.HttpComputeRpc
 
StorageImageConfiguration - Class in com.google.cloud.compute.deprecated
A Google Compute Engine image configuration used to create images from a Google Cloud Storage URL where the disk image is stored.
StorageImageConfiguration.Builder - Class in com.google.cloud.compute.deprecated
A builder for StorageImageConfiguration objects.
StorageImageConfiguration.ContainerType - Enum in com.google.cloud.compute.deprecated
The format used to encode and transmit the block device.
SubnetNetworkConfiguration - Class in com.google.cloud.compute.deprecated
A Google Compute Engine configuration for networks that support subnetworks, up to one per region, each with its own address range.
Subnetwork - Class in com.google.cloud.compute.deprecated
A Google Compute Engine Subnetwork.
Subnetwork.Builder - Class in com.google.cloud.compute.deprecated
A builder for Subnetwork objects.
SubnetworkId - Class in com.google.cloud.compute.deprecated
Identity for a Google Compute Engine subnetwork.
SubnetworkInfo - Class in com.google.cloud.compute.deprecated
A Google Compute Engine subnetwork.
SubnetworkInfo.Builder - Class in com.google.cloud.compute.deprecated
A builder for SubnetworkInfo objects.

T

Tags - Class in com.google.cloud.compute.deprecated
A list of tags for a Google Compute Engine Instance; with associated fingerprint.
Tags.Builder - Class in com.google.cloud.compute.deprecated
A builder for Tags objects.
TERMINATE - Static variable in class com.google.cloud.compute.deprecated.SchedulingOptions.Maintenance
The default and only possible behavior for preemptible instances.
toBuilder() - Method in class com.google.cloud.compute.deprecated.Address
 
toBuilder() - Method in class com.google.cloud.compute.deprecated.AddressInfo
Returns a builder for the AddressInfo object.
toBuilder() - Method in class com.google.cloud.compute.deprecated.AttachedDisk.CreateDiskConfiguration
Returns a builder for the current configuration.
toBuilder() - Method in class com.google.cloud.compute.deprecated.AttachedDisk.PersistentDiskConfiguration
Returns a builder for the current configuration.
toBuilder() - Method in class com.google.cloud.compute.deprecated.AttachedDisk.ScratchDiskConfiguration
Returns a builder for the current configuration.
toBuilder() - Method in class com.google.cloud.compute.deprecated.AttachedDisk
Returns a builder for the current attached disk.
toBuilder() - Method in class com.google.cloud.compute.deprecated.ComputeOptions
 
toBuilder() - Method in class com.google.cloud.compute.deprecated.DeprecationStatus
Returns a builder for the DeprecationStatus object.
toBuilder() - Method in class com.google.cloud.compute.deprecated.Disk
 
toBuilder() - Method in class com.google.cloud.compute.deprecated.DiskConfiguration
Returns a builder for the object.
toBuilder() - Method in class com.google.cloud.compute.deprecated.DiskImageConfiguration
 
toBuilder() - Method in class com.google.cloud.compute.deprecated.DiskInfo
Returns a builder for the object.
toBuilder() - Method in class com.google.cloud.compute.deprecated.Image
 
toBuilder() - Method in class com.google.cloud.compute.deprecated.ImageConfiguration
Returns a builder for the object.
toBuilder() - Method in class com.google.cloud.compute.deprecated.ImageDiskConfiguration
 
toBuilder() - Method in class com.google.cloud.compute.deprecated.ImageInfo
Returns a builder for the current image.
toBuilder() - Method in class com.google.cloud.compute.deprecated.Instance
 
toBuilder() - Method in class com.google.cloud.compute.deprecated.InstanceInfo
Returns a builder for the current instance.
toBuilder() - Method in class com.google.cloud.compute.deprecated.Metadata
Returns a builder for the current instance metadata.
toBuilder() - Method in class com.google.cloud.compute.deprecated.Network
 
toBuilder() - Method in class com.google.cloud.compute.deprecated.NetworkInfo
Returns a builder for the current network.
toBuilder() - Method in class com.google.cloud.compute.deprecated.NetworkInterface.AccessConfig
Returns a builder for the current access configuration.
toBuilder() - Method in class com.google.cloud.compute.deprecated.NetworkInterface
Returns a builder for the current network interface.
toBuilder() - Method in class com.google.cloud.compute.deprecated.Snapshot
 
toBuilder() - Method in class com.google.cloud.compute.deprecated.SnapshotDiskConfiguration
 
toBuilder() - Method in class com.google.cloud.compute.deprecated.SnapshotInfo
Returns a builder for the current snapshot.
toBuilder() - Method in class com.google.cloud.compute.deprecated.StandardDiskConfiguration
 
toBuilder() - Method in class com.google.cloud.compute.deprecated.StorageImageConfiguration
 
toBuilder() - Method in class com.google.cloud.compute.deprecated.Subnetwork
 
toBuilder() - Method in class com.google.cloud.compute.deprecated.SubnetworkInfo
Returns a builder for the current subnetwork.
toBuilder() - Method in class com.google.cloud.compute.deprecated.Tags
Returns a builder for the current instance tags.
toString() - Method in class com.google.cloud.compute.deprecated.AddressInfo.GlobalForwardingUsage
 
toString() - Method in class com.google.cloud.compute.deprecated.AddressInfo.InstanceUsage
 
toString() - Method in class com.google.cloud.compute.deprecated.AddressInfo.RegionForwardingUsage
 
toString() - Method in class com.google.cloud.compute.deprecated.AddressInfo
 
toString() - Method in class com.google.cloud.compute.deprecated.AttachedDisk.AttachedDiskConfiguration
 
toString() - Method in class com.google.cloud.compute.deprecated.AttachedDisk
 
toString() - Method in class com.google.cloud.compute.deprecated.Compute.ListFilter
 
toString() - Method in class com.google.cloud.compute.deprecated.DeprecationStatus
 
toString() - Method in class com.google.cloud.compute.deprecated.DiskConfiguration
 
toString() - Method in class com.google.cloud.compute.deprecated.DiskInfo
 
toString() - Method in class com.google.cloud.compute.deprecated.DiskType
 
toString() - Method in class com.google.cloud.compute.deprecated.ImageConfiguration
 
toString() - Method in class com.google.cloud.compute.deprecated.ImageInfo
 
toString() - Method in class com.google.cloud.compute.deprecated.InstanceInfo
 
toString() - Method in class com.google.cloud.compute.deprecated.License
 
toString() - Method in class com.google.cloud.compute.deprecated.MachineType
 
toString() - Method in class com.google.cloud.compute.deprecated.Metadata
 
toString() - Method in class com.google.cloud.compute.deprecated.NetworkConfiguration
 
toString() - Method in class com.google.cloud.compute.deprecated.NetworkInfo
 
toString() - Method in class com.google.cloud.compute.deprecated.NetworkInterface.AccessConfig
 
toString() - Method in class com.google.cloud.compute.deprecated.NetworkInterface
 
toString() - Method in class com.google.cloud.compute.deprecated.Operation.OperationError
 
toString() - Method in class com.google.cloud.compute.deprecated.Operation.OperationWarning
 
toString() - Method in class com.google.cloud.compute.deprecated.Operation
 
toString() - Method in class com.google.cloud.compute.deprecated.Region.Quota
 
toString() - Method in class com.google.cloud.compute.deprecated.Region
 
toString() - Method in class com.google.cloud.compute.deprecated.ResourceId
 
toString() - Method in class com.google.cloud.compute.deprecated.SchedulingOptions
 
toString() - Method in class com.google.cloud.compute.deprecated.ServiceAccount
 
toString() - Method in class com.google.cloud.compute.deprecated.SnapshotInfo
 
toString() - Method in class com.google.cloud.compute.deprecated.SubnetworkInfo
 
toString() - Method in class com.google.cloud.compute.deprecated.Tags
 
toString() - Method in class com.google.cloud.compute.deprecated.Zone
 
translate(Exception) - Static method in exception com.google.cloud.compute.deprecated.testing.RemoteComputeHelper.ComputeHelperException
 

U

UP - Static variable in class com.google.cloud.compute.deprecated.Region.Status
 
UP - Static variable in class com.google.cloud.compute.deprecated.Zone.Status
 

V

value() - Method in enum com.google.cloud.compute.deprecated.spi.v1.ComputeRpc.Option
 
valueOf(String) - Static method in enum com.google.cloud.compute.deprecated.AddressInfo.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.compute.deprecated.AttachedDisk.AttachedDiskConfiguration.InterfaceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.compute.deprecated.AttachedDisk.AttachedDiskConfiguration.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.compute.deprecated.AttachedDisk.PersistentDiskConfiguration.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.compute.deprecated.Compute.AddressField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.compute.deprecated.Compute.DiskField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.compute.deprecated.Compute.DiskTypeField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.compute.deprecated.Compute.ImageField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.compute.deprecated.Compute.InstanceField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.compute.deprecated.Compute.LicenseField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.compute.deprecated.Compute.MachineTypeField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.compute.deprecated.Compute.NetworkField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.compute.deprecated.Compute.OperationField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.compute.deprecated.Compute.RegionField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.compute.deprecated.Compute.SnapshotField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.compute.deprecated.Compute.SubnetworkField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.compute.deprecated.Compute.ZoneField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.compute.deprecated.DeprecationStatus.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.compute.deprecated.DiskConfiguration.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.compute.deprecated.DiskInfo.CreationStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.compute.deprecated.ImageConfiguration.SourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.compute.deprecated.ImageConfiguration.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.compute.deprecated.ImageInfo.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.compute.deprecated.InstanceInfo.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.compute.deprecated.NetworkConfiguration.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class com.google.cloud.compute.deprecated.NetworkInterface.AccessConfig.Type
Get the Type for the given String constant, and allow unrecognized values.
valueOf(String) - Static method in enum com.google.cloud.compute.deprecated.Operation.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class com.google.cloud.compute.deprecated.Region.Status
Get the Status for the given String constant, and allow unrecognized values.
valueOf(String) - Static method in class com.google.cloud.compute.deprecated.SchedulingOptions.Maintenance
Get the Maintenance for the given String constant, and allow unrecognized values.
valueOf(String) - Static method in enum com.google.cloud.compute.deprecated.SnapshotInfo.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.compute.deprecated.SnapshotInfo.StorageBytesStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.compute.deprecated.spi.v1.ComputeRpc.Option
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.compute.deprecated.StorageImageConfiguration.ContainerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class com.google.cloud.compute.deprecated.Zone.Status
Get the Status for the given String constant, and allow unrecognized values.
valueOfStrict(String) - Static method in class com.google.cloud.compute.deprecated.NetworkInterface.AccessConfig.Type
Get the Type for the given String constant, and throw an exception if the constant is not recognized.
valueOfStrict(String) - Static method in class com.google.cloud.compute.deprecated.Region.Status
Get the Status for the given String constant, and throw an exception if the constant is not recognized.
valueOfStrict(String) - Static method in class com.google.cloud.compute.deprecated.SchedulingOptions.Maintenance
Get the Maintenance for the given String constant, and throw an exception if the constant is not recognized.
valueOfStrict(String) - Static method in class com.google.cloud.compute.deprecated.Zone.Status
Get the Status for the given String constant, and throw an exception if the constant is not recognized.
values() - Static method in enum com.google.cloud.compute.deprecated.AddressInfo.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.compute.deprecated.AttachedDisk.AttachedDiskConfiguration.InterfaceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.compute.deprecated.AttachedDisk.AttachedDiskConfiguration.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.compute.deprecated.AttachedDisk.PersistentDiskConfiguration.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.compute.deprecated.Compute.AddressField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.compute.deprecated.Compute.DiskField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.compute.deprecated.Compute.DiskTypeField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.compute.deprecated.Compute.ImageField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.compute.deprecated.Compute.InstanceField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.compute.deprecated.Compute.LicenseField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.compute.deprecated.Compute.MachineTypeField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.compute.deprecated.Compute.NetworkField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.compute.deprecated.Compute.OperationField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.compute.deprecated.Compute.RegionField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.compute.deprecated.Compute.SnapshotField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.compute.deprecated.Compute.SubnetworkField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.compute.deprecated.Compute.ZoneField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.compute.deprecated.DeprecationStatus.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.compute.deprecated.DiskConfiguration.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.compute.deprecated.DiskInfo.CreationStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.compute.deprecated.ImageConfiguration.SourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.compute.deprecated.ImageConfiguration.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.compute.deprecated.ImageInfo.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.compute.deprecated.InstanceInfo.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.compute.deprecated.NetworkConfiguration.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class com.google.cloud.compute.deprecated.NetworkInterface.AccessConfig.Type
Return the known values for Type.
values() - Static method in enum com.google.cloud.compute.deprecated.Operation.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class com.google.cloud.compute.deprecated.Region.Status
Return the known values for Status.
values() - Static method in class com.google.cloud.compute.deprecated.SchedulingOptions.Maintenance
Return the known values for Maintenance.
values() - Static method in enum com.google.cloud.compute.deprecated.SnapshotInfo.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.compute.deprecated.SnapshotInfo.StorageBytesStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.compute.deprecated.spi.v1.ComputeRpc.Option
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.compute.deprecated.StorageImageConfiguration.ContainerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class com.google.cloud.compute.deprecated.Zone.Status
Return the known values for Status.

W

waitFor(RetryOption...) - Method in class com.google.cloud.compute.deprecated.Operation
Blocks until this operation completes its execution, either failing or succeeding.

Z

Zone - Class in com.google.cloud.compute.deprecated
A Google Compute Engine zone.
Zone.Status - Class in com.google.cloud.compute.deprecated
Status of the region.
ZoneId - Class in com.google.cloud.compute.deprecated
A Google Compute Engine zone identity.
ZoneOperationId - Class in com.google.cloud.compute.deprecated
Identity for a Google Compute Engine zone operation.
A B C D E F G H I L M N O P R S T U V W Z 
Skip navigation links

Copyright © 2018 Google LLC. All rights reserved.