Compute Engine API v1beta13 (revision 24)
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
K
L
M
N
O
P
S
U
Z
A
AccessConfig
- Class in
com.google.api.services.compute.model
An access configuration attached to an instance's network interface.
AccessConfig()
- Constructor for class com.google.api.services.compute.model.
AccessConfig
addAccessConfig(String, String, String, AccessConfig)
- Method in class com.google.api.services.compute.
Compute.Instances
Adds an access config to an instance's network interface.
AttachedDisk
- Class in
com.google.api.services.compute.model
An instance-attached disk resource.
AttachedDisk()
- Constructor for class com.google.api.services.compute.model.
AttachedDisk
B
build()
- Method in class com.google.api.services.compute.
Compute.Builder
Builds a new instance of
Compute
.
buildHttpRequestUsingHead()
- Method in class com.google.api.services.compute.
Compute.Disks.Get
buildHttpRequestUsingHead()
- Method in class com.google.api.services.compute.
Compute.Disks.List
buildHttpRequestUsingHead()
- Method in class com.google.api.services.compute.
Compute.Firewalls.Get
buildHttpRequestUsingHead()
- Method in class com.google.api.services.compute.
Compute.Firewalls.List
buildHttpRequestUsingHead()
- Method in class com.google.api.services.compute.
Compute.Images.Get
buildHttpRequestUsingHead()
- Method in class com.google.api.services.compute.
Compute.Images.List
buildHttpRequestUsingHead()
- Method in class com.google.api.services.compute.
Compute.Instances.Get
buildHttpRequestUsingHead()
- Method in class com.google.api.services.compute.
Compute.Instances.GetSerialPortOutput
buildHttpRequestUsingHead()
- Method in class com.google.api.services.compute.
Compute.Instances.List
buildHttpRequestUsingHead()
- Method in class com.google.api.services.compute.
Compute.Kernels.Get
buildHttpRequestUsingHead()
- Method in class com.google.api.services.compute.
Compute.Kernels.List
buildHttpRequestUsingHead()
- Method in class com.google.api.services.compute.
Compute.MachineTypes.Get
buildHttpRequestUsingHead()
- Method in class com.google.api.services.compute.
Compute.MachineTypes.List
buildHttpRequestUsingHead()
- Method in class com.google.api.services.compute.
Compute.Networks.Get
buildHttpRequestUsingHead()
- Method in class com.google.api.services.compute.
Compute.Networks.List
buildHttpRequestUsingHead()
- Method in class com.google.api.services.compute.
Compute.Operations.Get
buildHttpRequestUsingHead()
- Method in class com.google.api.services.compute.
Compute.Operations.List
buildHttpRequestUsingHead()
- Method in class com.google.api.services.compute.
Compute.Projects.Get
buildHttpRequestUsingHead()
- Method in class com.google.api.services.compute.
Compute.Snapshots.Get
buildHttpRequestUsingHead()
- Method in class com.google.api.services.compute.
Compute.Snapshots.List
buildHttpRequestUsingHead()
- Method in class com.google.api.services.compute.
Compute.Zones.Get
buildHttpRequestUsingHead()
- Method in class com.google.api.services.compute.
Compute.Zones.List
C
com.google.api.services.compute
- package com.google.api.services.compute
com.google.api.services.compute.model
- package com.google.api.services.compute.model
Compute
- Class in
com.google.api.services.compute
Service definition for Compute (v1beta13).
Compute(HttpTransport, JsonFactory, HttpRequestInitializer)
- Constructor for class com.google.api.services.compute.
Compute
Constructor.
COMPUTE
- Static variable in class com.google.api.services.compute.
ComputeScopes
View and manage your Google Compute Engine resources.
Compute.Builder
- Class in
com.google.api.services.compute
Builder for
Compute
.
Compute.Builder(HttpTransport, JsonFactory, HttpRequestInitializer)
- Constructor for class com.google.api.services.compute.
Compute.Builder
Returns an instance of a new builder.
Compute.Disks
- Class in
com.google.api.services.compute
The "disks" collection of methods.
Compute.Disks()
- Constructor for class com.google.api.services.compute.
Compute.Disks
Compute.Disks.Delete
- Class in
com.google.api.services.compute
Compute.Disks.Delete(String, String)
- Constructor for class com.google.api.services.compute.
Compute.Disks.Delete
Deletes the specified persistent disk resource.
Compute.Disks.Get
- Class in
com.google.api.services.compute
Compute.Disks.Get(String, String)
- Constructor for class com.google.api.services.compute.
Compute.Disks.Get
Returns the specified persistent disk resource.
Compute.Disks.Insert
- Class in
com.google.api.services.compute
Compute.Disks.Insert(String, Disk)
- Constructor for class com.google.api.services.compute.
Compute.Disks.Insert
Creates a persistent disk resource in the specified project using the data included in the request.
Compute.Disks.List
- Class in
com.google.api.services.compute
Compute.Disks.List(String)
- Constructor for class com.google.api.services.compute.
Compute.Disks.List
Retrieves the list of persistent disk resources contained within the specified project.
Compute.Firewalls
- Class in
com.google.api.services.compute
The "firewalls" collection of methods.
Compute.Firewalls()
- Constructor for class com.google.api.services.compute.
Compute.Firewalls
Compute.Firewalls.Delete
- Class in
com.google.api.services.compute
Compute.Firewalls.Delete(String, String)
- Constructor for class com.google.api.services.compute.
Compute.Firewalls.Delete
Deletes the specified firewall resource.
Compute.Firewalls.Get
- Class in
com.google.api.services.compute
Compute.Firewalls.Get(String, String)
- Constructor for class com.google.api.services.compute.
Compute.Firewalls.Get
Returns the specified firewall resource.
Compute.Firewalls.Insert
- Class in
com.google.api.services.compute
Compute.Firewalls.Insert(String, Firewall)
- Constructor for class com.google.api.services.compute.
Compute.Firewalls.Insert
Creates a firewall resource in the specified project using the data included in the request.
Compute.Firewalls.List
- Class in
com.google.api.services.compute
Compute.Firewalls.List(String)
- Constructor for class com.google.api.services.compute.
Compute.Firewalls.List
Retrieves the list of firewall resources available to the specified project.
Compute.Firewalls.Patch
- Class in
com.google.api.services.compute
Compute.Firewalls.Patch(String, String, Firewall)
- Constructor for class com.google.api.services.compute.
Compute.Firewalls.Patch
Updates the specified firewall resource with the data included in the request.
Compute.Firewalls.Update
- Class in
com.google.api.services.compute
Compute.Firewalls.Update(String, String, Firewall)
- Constructor for class com.google.api.services.compute.
Compute.Firewalls.Update
Updates the specified firewall resource with the data included in the request.
Compute.Images
- Class in
com.google.api.services.compute
The "images" collection of methods.
Compute.Images()
- Constructor for class com.google.api.services.compute.
Compute.Images
Compute.Images.Delete
- Class in
com.google.api.services.compute
Compute.Images.Delete(String, String)
- Constructor for class com.google.api.services.compute.
Compute.Images.Delete
Deletes the specified image resource.
Compute.Images.Get
- Class in
com.google.api.services.compute
Compute.Images.Get(String, String)
- Constructor for class com.google.api.services.compute.
Compute.Images.Get
Returns the specified image resource.
Compute.Images.Insert
- Class in
com.google.api.services.compute
Compute.Images.Insert(String, Image)
- Constructor for class com.google.api.services.compute.
Compute.Images.Insert
Creates an image resource in the specified project using the data included in the request.
Compute.Images.List
- Class in
com.google.api.services.compute
Compute.Images.List(String)
- Constructor for class com.google.api.services.compute.
Compute.Images.List
Retrieves the list of image resources available to the specified project.
Compute.Instances
- Class in
com.google.api.services.compute
The "instances" collection of methods.
Compute.Instances()
- Constructor for class com.google.api.services.compute.
Compute.Instances
Compute.Instances.AddAccessConfig
- Class in
com.google.api.services.compute
Compute.Instances.AddAccessConfig(String, String, String, AccessConfig)
- Constructor for class com.google.api.services.compute.
Compute.Instances.AddAccessConfig
Adds an access config to an instance's network interface.
Compute.Instances.Delete
- Class in
com.google.api.services.compute
Compute.Instances.Delete(String, String)
- Constructor for class com.google.api.services.compute.
Compute.Instances.Delete
Deletes the specified instance resource.
Compute.Instances.DeleteAccessConfig
- Class in
com.google.api.services.compute
Compute.Instances.DeleteAccessConfig(String, String, String, String)
- Constructor for class com.google.api.services.compute.
Compute.Instances.DeleteAccessConfig
Deletes an access config from an instance's network interface.
Compute.Instances.Get
- Class in
com.google.api.services.compute
Compute.Instances.Get(String, String)
- Constructor for class com.google.api.services.compute.
Compute.Instances.Get
Returns the specified instance resource.
Compute.Instances.GetSerialPortOutput
- Class in
com.google.api.services.compute
Compute.Instances.GetSerialPortOutput(String, String)
- Constructor for class com.google.api.services.compute.
Compute.Instances.GetSerialPortOutput
Returns the specified instance's serial port output.
Compute.Instances.Insert
- Class in
com.google.api.services.compute
Compute.Instances.Insert(String, Instance)
- Constructor for class com.google.api.services.compute.
Compute.Instances.Insert
Creates an instance resource in the specified project using the data included in the request.
Compute.Instances.List
- Class in
com.google.api.services.compute
Compute.Instances.List(String)
- Constructor for class com.google.api.services.compute.
Compute.Instances.List
Retrieves the list of instance resources contained within the specified project.
Compute.Kernels
- Class in
com.google.api.services.compute
The "kernels" collection of methods.
Compute.Kernels()
- Constructor for class com.google.api.services.compute.
Compute.Kernels
Compute.Kernels.Get
- Class in
com.google.api.services.compute
Compute.Kernels.Get(String, String)
- Constructor for class com.google.api.services.compute.
Compute.Kernels.Get
Returns the specified kernel resource.
Compute.Kernels.List
- Class in
com.google.api.services.compute
Compute.Kernels.List(String)
- Constructor for class com.google.api.services.compute.
Compute.Kernels.List
Retrieves the list of kernel resources available to the specified project.
Compute.MachineTypes
- Class in
com.google.api.services.compute
The "machineTypes" collection of methods.
Compute.MachineTypes()
- Constructor for class com.google.api.services.compute.
Compute.MachineTypes
Compute.MachineTypes.Get
- Class in
com.google.api.services.compute
Compute.MachineTypes.Get(String, String)
- Constructor for class com.google.api.services.compute.
Compute.MachineTypes.Get
Returns the specified machine type resource.
Compute.MachineTypes.List
- Class in
com.google.api.services.compute
Compute.MachineTypes.List(String)
- Constructor for class com.google.api.services.compute.
Compute.MachineTypes.List
Retrieves the list of machine type resources available to the specified project.
Compute.Networks
- Class in
com.google.api.services.compute
The "networks" collection of methods.
Compute.Networks()
- Constructor for class com.google.api.services.compute.
Compute.Networks
Compute.Networks.Delete
- Class in
com.google.api.services.compute
Compute.Networks.Delete(String, String)
- Constructor for class com.google.api.services.compute.
Compute.Networks.Delete
Deletes the specified network resource.
Compute.Networks.Get
- Class in
com.google.api.services.compute
Compute.Networks.Get(String, String)
- Constructor for class com.google.api.services.compute.
Compute.Networks.Get
Returns the specified network resource.
Compute.Networks.Insert
- Class in
com.google.api.services.compute
Compute.Networks.Insert(String, Network)
- Constructor for class com.google.api.services.compute.
Compute.Networks.Insert
Creates a network resource in the specified project using the data included in the request.
Compute.Networks.List
- Class in
com.google.api.services.compute
Compute.Networks.List(String)
- Constructor for class com.google.api.services.compute.
Compute.Networks.List
Retrieves the list of network resources available to the specified project.
Compute.Operations
- Class in
com.google.api.services.compute
The "operations" collection of methods.
Compute.Operations()
- Constructor for class com.google.api.services.compute.
Compute.Operations
Compute.Operations.Delete
- Class in
com.google.api.services.compute
Compute.Operations.Delete(String, String)
- Constructor for class com.google.api.services.compute.
Compute.Operations.Delete
Deletes the specified operation resource.
Compute.Operations.Get
- Class in
com.google.api.services.compute
Compute.Operations.Get(String, String)
- Constructor for class com.google.api.services.compute.
Compute.Operations.Get
Retrieves the specified operation resource.
Compute.Operations.List
- Class in
com.google.api.services.compute
Compute.Operations.List(String)
- Constructor for class com.google.api.services.compute.
Compute.Operations.List
Retrieves the list of operation resources contained within the specified project.
Compute.Projects
- Class in
com.google.api.services.compute
The "projects" collection of methods.
Compute.Projects()
- Constructor for class com.google.api.services.compute.
Compute.Projects
Compute.Projects.Get
- Class in
com.google.api.services.compute
Compute.Projects.Get(String)
- Constructor for class com.google.api.services.compute.
Compute.Projects.Get
Returns the specified project resource.
Compute.Projects.SetCommonInstanceMetadata
- Class in
com.google.api.services.compute
Compute.Projects.SetCommonInstanceMetadata(String, Metadata)
- Constructor for class com.google.api.services.compute.
Compute.Projects.SetCommonInstanceMetadata
Sets metadata common to all instances within the specified project using the data included in the request.
Compute.Snapshots
- Class in
com.google.api.services.compute
The "snapshots" collection of methods.
Compute.Snapshots()
- Constructor for class com.google.api.services.compute.
Compute.Snapshots
Compute.Snapshots.Delete
- Class in
com.google.api.services.compute
Compute.Snapshots.Delete(String, String)
- Constructor for class com.google.api.services.compute.
Compute.Snapshots.Delete
Deletes the specified persistent disk snapshot resource.
Compute.Snapshots.Get
- Class in
com.google.api.services.compute
Compute.Snapshots.Get(String, String)
- Constructor for class com.google.api.services.compute.
Compute.Snapshots.Get
Returns the specified persistent disk snapshot resource.
Compute.Snapshots.Insert
- Class in
com.google.api.services.compute
Compute.Snapshots.Insert(String, Snapshot)
- Constructor for class com.google.api.services.compute.
Compute.Snapshots.Insert
Creates a persistent disk snapshot resource in the specified project using the data included in the request.
Compute.Snapshots.List
- Class in
com.google.api.services.compute
Compute.Snapshots.List(String)
- Constructor for class com.google.api.services.compute.
Compute.Snapshots.List
Retrieves the list of persistent disk snapshot resources contained within the specified project.
Compute.Zones
- Class in
com.google.api.services.compute
The "zones" collection of methods.
Compute.Zones()
- Constructor for class com.google.api.services.compute.
Compute.Zones
Compute.Zones.Get
- Class in
com.google.api.services.compute
Compute.Zones.Get(String, String)
- Constructor for class com.google.api.services.compute.
Compute.Zones.Get
Returns the specified zone resource.
Compute.Zones.List
- Class in
com.google.api.services.compute
Compute.Zones.List(String)
- Constructor for class com.google.api.services.compute.
Compute.Zones.List
Retrieves the list of zone resources available to the specified project.
COMPUTE_READONLY
- Static variable in class com.google.api.services.compute.
ComputeScopes
View your Google Compute Engine resources.
ComputeRequest
<
T
> - Class in
com.google.api.services.compute
Compute request.
ComputeRequest(Compute, String, String, Object, Class<T>)
- Constructor for class com.google.api.services.compute.
ComputeRequest
ComputeRequestInitializer
- Class in
com.google.api.services.compute
Compute request initializer for setting properties like key and userIp.
ComputeRequestInitializer()
- Constructor for class com.google.api.services.compute.
ComputeRequestInitializer
ComputeRequestInitializer(String)
- Constructor for class com.google.api.services.compute.
ComputeRequestInitializer
ComputeRequestInitializer(String, String)
- Constructor for class com.google.api.services.compute.
ComputeRequestInitializer
ComputeScopes
- Class in
com.google.api.services.compute
Available OAuth 2.0 scopes for use with the Compute Engine API.
D
DEFAULT_BASE_URL
- Static variable in class com.google.api.services.compute.
Compute
Deprecated.
(scheduled to be removed in 1.13)
DEFAULT_ROOT_URL
- Static variable in class com.google.api.services.compute.
Compute
The default encoded root URL of the service.
DEFAULT_SERVICE_PATH
- Static variable in class com.google.api.services.compute.
Compute
The default encoded service path of the service.
delete(String, String)
- Method in class com.google.api.services.compute.
Compute.Disks
Deletes the specified persistent disk resource.
delete(String, String)
- Method in class com.google.api.services.compute.
Compute.Firewalls
Deletes the specified firewall resource.
delete(String, String)
- Method in class com.google.api.services.compute.
Compute.Images
Deletes the specified image resource.
delete(String, String)
- Method in class com.google.api.services.compute.
Compute.Instances
Deletes the specified instance resource.
delete(String, String)
- Method in class com.google.api.services.compute.
Compute.Networks
Deletes the specified network resource.
delete(String, String)
- Method in class com.google.api.services.compute.
Compute.Operations
Deletes the specified operation resource.
delete(String, String)
- Method in class com.google.api.services.compute.
Compute.Snapshots
Deletes the specified persistent disk snapshot resource.
deleteAccessConfig(String, String, String, String)
- Method in class com.google.api.services.compute.
Compute.Instances
Deletes an access config from an instance's network interface.
DEVSTORAGE_READ_ONLY
- Static variable in class com.google.api.services.compute.
ComputeScopes
View your data in Google Cloud Storage.
Disk
- Class in
com.google.api.services.compute.model
A persistent disk resource.
Disk()
- Constructor for class com.google.api.services.compute.model.
Disk
DiskList
- Class in
com.google.api.services.compute.model
Contains a list of persistent disk resources.
DiskList()
- Constructor for class com.google.api.services.compute.model.
DiskList
disks()
- Method in class com.google.api.services.compute.
Compute
An accessor for creating requests from the Disks collection.
E
executeUsingHead()
- Method in class com.google.api.services.compute.
Compute.Disks.Get
executeUsingHead()
- Method in class com.google.api.services.compute.
Compute.Disks.List
executeUsingHead()
- Method in class com.google.api.services.compute.
Compute.Firewalls.Get
executeUsingHead()
- Method in class com.google.api.services.compute.
Compute.Firewalls.List
executeUsingHead()
- Method in class com.google.api.services.compute.
Compute.Images.Get
executeUsingHead()
- Method in class com.google.api.services.compute.
Compute.Images.List
executeUsingHead()
- Method in class com.google.api.services.compute.
Compute.Instances.Get
executeUsingHead()
- Method in class com.google.api.services.compute.
Compute.Instances.GetSerialPortOutput
executeUsingHead()
- Method in class com.google.api.services.compute.
Compute.Instances.List
executeUsingHead()
- Method in class com.google.api.services.compute.
Compute.Kernels.Get
executeUsingHead()
- Method in class com.google.api.services.compute.
Compute.Kernels.List
executeUsingHead()
- Method in class com.google.api.services.compute.
Compute.MachineTypes.Get
executeUsingHead()
- Method in class com.google.api.services.compute.
Compute.MachineTypes.List
executeUsingHead()
- Method in class com.google.api.services.compute.
Compute.Networks.Get
executeUsingHead()
- Method in class com.google.api.services.compute.
Compute.Networks.List
executeUsingHead()
- Method in class com.google.api.services.compute.
Compute.Operations.Get
executeUsingHead()
- Method in class com.google.api.services.compute.
Compute.Operations.List
executeUsingHead()
- Method in class com.google.api.services.compute.
Compute.Projects.Get
executeUsingHead()
- Method in class com.google.api.services.compute.
Compute.Snapshots.Get
executeUsingHead()
- Method in class com.google.api.services.compute.
Compute.Snapshots.List
executeUsingHead()
- Method in class com.google.api.services.compute.
Compute.Zones.Get
executeUsingHead()
- Method in class com.google.api.services.compute.
Compute.Zones.List
F
Firewall
- Class in
com.google.api.services.compute.model
A firewall resource.
Firewall()
- Constructor for class com.google.api.services.compute.model.
Firewall
Firewall.Allowed
- Class in
com.google.api.services.compute.model
Model definition for FirewallAllowed.
Firewall.Allowed()
- Constructor for class com.google.api.services.compute.model.
Firewall.Allowed
FirewallList
- Class in
com.google.api.services.compute.model
Contains a list of firewall resources.
FirewallList()
- Constructor for class com.google.api.services.compute.model.
FirewallList
firewalls()
- Method in class com.google.api.services.compute.
Compute
An accessor for creating requests from the Firewalls collection.
G
get(String, String)
- Method in class com.google.api.services.compute.
Compute.Disks
Returns the specified persistent disk resource.
get(String, String)
- Method in class com.google.api.services.compute.
Compute.Firewalls
Returns the specified firewall resource.
get(String, String)
- Method in class com.google.api.services.compute.
Compute.Images
Returns the specified image resource.
get(String, String)
- Method in class com.google.api.services.compute.
Compute.Instances
Returns the specified instance resource.
get(String, String)
- Method in class com.google.api.services.compute.
Compute.Kernels
Returns the specified kernel resource.
get(String, String)
- Method in class com.google.api.services.compute.
Compute.MachineTypes
Returns the specified machine type resource.
get(String, String)
- Method in class com.google.api.services.compute.
Compute.Networks
Returns the specified network resource.
get(String, String)
- Method in class com.google.api.services.compute.
Compute.Operations
Retrieves the specified operation resource.
get(String)
- Method in class com.google.api.services.compute.
Compute.Projects
Returns the specified project resource.
get(String, String)
- Method in class com.google.api.services.compute.
Compute.Snapshots
Returns the specified persistent disk snapshot resource.
get(String, String)
- Method in class com.google.api.services.compute.
Compute.Zones
Returns the specified zone resource.
getAbstractGoogleClient()
- Method in class com.google.api.services.compute.
ComputeRequest
getAccessConfig()
- Method in class com.google.api.services.compute.
Compute.Instances.DeleteAccessConfig
Access config name.
getAccessConfigs()
- Method in class com.google.api.services.compute.model.
NetworkInterface
Array of configurations for this interface.
getAllowed()
- Method in class com.google.api.services.compute.model.
Firewall
The list of rules specified by this firewall.
getAlt()
- Method in class com.google.api.services.compute.
ComputeRequest
Data format for the response.
getAvailableMachineType()
- Method in class com.google.api.services.compute.model.
Zone
The machine types that can be used in this zone (output only).
getAvailableZone()
- Method in class com.google.api.services.compute.model.
MachineType
The zones that this machine type can run in.
getBeginTime()
- Method in class com.google.api.services.compute.model.
Zone.MaintenanceWindows
Begin time of the maintenance window, in RFC 3339 format.
getClientOperationId()
- Method in class com.google.api.services.compute.model.
Operation
An optional identifier specified by the client when the mutation was initiated.
getCode()
- Method in class com.google.api.services.compute.model.
Operation.Error.Errors
The error type identifier for this error.
getCommonInstanceMetadata()
- Method in class com.google.api.services.compute.model.
Project
Metadata key/value pairs available to all instances contained in this project.
getContainerType()
- Method in class com.google.api.services.compute.model.
Image.RawDisk
The format used to encode and transmit the block device.
getContents()
- Method in class com.google.api.services.compute.model.
SerialPortOutput
The contents of the console output.
getCreationTimestamp()
- Method in class com.google.api.services.compute.model.
Disk
Creation timestamp in RFC3339 text format (output only).
getCreationTimestamp()
- Method in class com.google.api.services.compute.model.
Firewall
Creation timestamp in RFC3339 text format (output only).
getCreationTimestamp()
- Method in class com.google.api.services.compute.model.
Image
Creation timestamp in RFC3339 text format (output only).
getCreationTimestamp()
- Method in class com.google.api.services.compute.model.
Instance
Creation timestamp in RFC3339 text format (output only).
getCreationTimestamp()
- Method in class com.google.api.services.compute.model.
Kernel
Creation timestamp in RFC3339 text format (output only).
getCreationTimestamp()
- Method in class com.google.api.services.compute.model.
MachineType
Creation timestamp in RFC3339 text format (output only).
getCreationTimestamp()
- Method in class com.google.api.services.compute.model.
Network
Creation timestamp in RFC3339 text format (output only).
getCreationTimestamp()
- Method in class com.google.api.services.compute.model.
Operation
Creation timestamp in RFC3339 text format (output only).
getCreationTimestamp()
- Method in class com.google.api.services.compute.model.
Project
Creation timestamp in RFC3339 text format (output only).
getCreationTimestamp()
- Method in class com.google.api.services.compute.model.
Snapshot
Creation timestamp in RFC3339 text format (output only).
getCreationTimestamp()
- Method in class com.google.api.services.compute.model.
Zone
Creation timestamp in RFC3339 text format (output only).
getDeleteOnTerminate()
- Method in class com.google.api.services.compute.model.
AttachedDisk
Persistent disk only; If true, delete the disk and all its data when the associated instance is deleted.
getDescription()
- Method in class com.google.api.services.compute.model.
Disk
An optional textual description of the resource; provided by the client when the resource is created.
getDescription()
- Method in class com.google.api.services.compute.model.
Firewall
An optional textual description of the resource; provided by the client when the resource is created.
getDescription()
- Method in class com.google.api.services.compute.model.
Image
Textual description of the resource; provided by the client when the resource is created.
getDescription()
- Method in class com.google.api.services.compute.model.
Instance
An optional textual description of the resource; provided by the client when the resource is created.
getDescription()
- Method in class com.google.api.services.compute.model.
Kernel
An optional textual description of the resource.
getDescription()
- Method in class com.google.api.services.compute.model.
MachineType
An optional textual description of the resource.
getDescription()
- Method in class com.google.api.services.compute.model.
Network
An optional textual description of the resource; provided by the client when the resource is created.
getDescription()
- Method in class com.google.api.services.compute.model.
Project
An optional textual description of the resource.
getDescription()
- Method in class com.google.api.services.compute.model.
Snapshot
An optional textual description of the resource; provided by the client when the resource is created.
getDescription()
- Method in class com.google.api.services.compute.model.
Zone
Textual description of the resource.
getDescription()
- Method in class com.google.api.services.compute.model.
Zone.MaintenanceWindows
Textual description of the maintenance window.
getDeviceName()
- Method in class com.google.api.services.compute.model.
AttachedDisk
Persistent disk only; must be unique within the instance when specified.
getDisk()
- Method in class com.google.api.services.compute.
Compute.Disks.Delete
Name of the persistent disk resource to delete.
getDisk()
- Method in class com.google.api.services.compute.
Compute.Disks.Get
Name of the persistent disk resource to return.
getDiskGb()
- Method in class com.google.api.services.compute.model.
MachineType.EphemeralDisks
Size of the ephemeral disk, defined in GB.
getDisks()
- Method in class com.google.api.services.compute.model.
Instance
Array of disks associated with this instance.
getDiskSizeGb()
- Method in class com.google.api.services.compute.model.
Snapshot
Size of the persistent disk snapshot, specified in GB (output only).
getDiskSnapshot()
- Method in class com.google.api.services.compute.model.
Image
Not yet implemented.
getEmail()
- Method in class com.google.api.services.compute.model.
ServiceAccount
Email address of the service account.
getEndTime()
- Method in class com.google.api.services.compute.model.
Operation
The time that this operation was completed.
getEndTime()
- Method in class com.google.api.services.compute.model.
Zone.MaintenanceWindows
End time of the maintenance window, in RFC 3339 format.
getEphemeralDisks()
- Method in class com.google.api.services.compute.model.
MachineType
List of extended ephemeral disks assigned to the instance.
getError()
- Method in class com.google.api.services.compute.model.
Operation
If errors occurred during processing of this operation, this field will be populated (output only).
getErrors()
- Method in class com.google.api.services.compute.model.
Operation.Error
The array of errors encountered while processing this operation.
getExternalIpAddresses()
- Method in class com.google.api.services.compute.model.
Project
Internet available IP addresses available for use in this project.
getFields()
- Method in class com.google.api.services.compute.
ComputeRequest
Selector specifying which fields to include in a partial response.
getFilter()
- Method in class com.google.api.services.compute.
Compute.Disks.List
Optional.
getFilter()
- Method in class com.google.api.services.compute.
Compute.Firewalls.List
Optional.
getFilter()
- Method in class com.google.api.services.compute.
Compute.Images.List
Optional.
getFilter()
- Method in class com.google.api.services.compute.
Compute.Instances.List
Optional.
getFilter()
- Method in class com.google.api.services.compute.
Compute.Kernels.List
Optional.
getFilter()
- Method in class com.google.api.services.compute.
Compute.MachineTypes.List
Optional.
getFilter()
- Method in class com.google.api.services.compute.
Compute.Networks.List
Optional.
getFilter()
- Method in class com.google.api.services.compute.
Compute.Operations.List
Optional.
getFilter()
- Method in class com.google.api.services.compute.
Compute.Snapshots.List
Optional.
getFilter()
- Method in class com.google.api.services.compute.
Compute.Zones.List
Optional.
getFirewall()
- Method in class com.google.api.services.compute.
Compute.Firewalls.Delete
Name of the firewall resource to delete.
getFirewall()
- Method in class com.google.api.services.compute.
Compute.Firewalls.Get
Name of the firewall resource to return.
getFirewall()
- Method in class com.google.api.services.compute.
Compute.Firewalls.Patch
Name of the firewall resource to update.
getFirewall()
- Method in class com.google.api.services.compute.
Compute.Firewalls.Update
Name of the firewall resource to update.
getGatewayIPv4()
- Method in class com.google.api.services.compute.model.
Network
An optional address that is used for default routing to other networks.
getGuestCpus()
- Method in class com.google.api.services.compute.model.
MachineType
Count of CPUs exposed to the instance.
getHttpErrorMessage()
- Method in class com.google.api.services.compute.model.
Operation
If operation fails, the HTTP error message returned, e.g.
getHttpErrorStatusCode()
- Method in class com.google.api.services.compute.model.
Operation
If operation fails, the HTTP error status code returned, e.g.
getId()
- Method in class com.google.api.services.compute.model.
Disk
Unique identifier for the resource; defined by the server (output only).
getId()
- Method in class com.google.api.services.compute.model.
DiskList
Unique identifier for the resource; defined by the server (output only).
getId()
- Method in class com.google.api.services.compute.model.
Firewall
Unique identifier for the resource; defined by the server (output only).
getId()
- Method in class com.google.api.services.compute.model.
FirewallList
Unique identifier for the resource; defined by the server (output only).
getId()
- Method in class com.google.api.services.compute.model.
Image
Unique identifier for the resource; defined by the server (output only).
getId()
- Method in class com.google.api.services.compute.model.
ImageList
Unique identifier for the resource; defined by the server (output only).
getId()
- Method in class com.google.api.services.compute.model.
Instance
Unique identifier for the resource; defined by the server (output only).
getId()
- Method in class com.google.api.services.compute.model.
InstanceList
Unique identifier for the resource; defined by the server (output only).
getId()
- Method in class com.google.api.services.compute.model.
Kernel
Unique identifier for the resource; defined by the server (output only).
getId()
- Method in class com.google.api.services.compute.model.
KernelList
Unique identifier for the resource; defined by the server (output only).
getId()
- Method in class com.google.api.services.compute.model.
MachineType
Unique identifier for the resource; defined by the server (output only).
getId()
- Method in class com.google.api.services.compute.model.
MachineTypeList
Unique identifier for the resource; defined by the server (output only).
getId()
- Method in class com.google.api.services.compute.model.
Network
Unique identifier for the resource; defined by the server (output only).
getId()
- Method in class com.google.api.services.compute.model.
NetworkList
Unique identifier for the resource; defined by the server (output only).
getId()
- Method in class com.google.api.services.compute.model.
Operation
Unique identifier for the resource; defined by the server (output only).
getId()
- Method in class com.google.api.services.compute.model.
OperationList
Unique identifier for the resource; defined by the server (output only).
getId()
- Method in class com.google.api.services.compute.model.
Project
Unique identifier for the resource; defined by the server (output only).
getId()
- Method in class com.google.api.services.compute.model.
Snapshot
Unique identifier for the resource; defined by the server (output only).
getId()
- Method in class com.google.api.services.compute.model.
SnapshotList
Unique identifier for the resource; defined by the server (output only).
getId()
- Method in class com.google.api.services.compute.model.
Zone
Unique identifier for the resource; defined by the server (output only).
getId()
- Method in class com.google.api.services.compute.model.
ZoneList
Unique identifier for the resource; defined by the server (output only).
getImage()
- Method in class com.google.api.services.compute.
Compute.Images.Delete
Name of the image resource to delete.
getImage()
- Method in class com.google.api.services.compute.
Compute.Images.Get
Name of the image resource to return.
getImage()
- Method in class com.google.api.services.compute.model.
Instance
An optional URL of the disk image resource to be to be installed on this instance; provided by the client when the instance is created.
getImageSpaceGb()
- Method in class com.google.api.services.compute.model.
MachineType
Space allotted for the image, defined in GB.
getIndex()
- Method in class com.google.api.services.compute.model.
AttachedDisk
A zero-based index to assign to this disk, where 0 is reserved for the boot disk.
getInsertTime()
- Method in class com.google.api.services.compute.model.
Operation
The time that this operation was requested.
getInstance()
- Method in class com.google.api.services.compute.
Compute.Instances.AddAccessConfig
Instance name.
getInstance()
- Method in class com.google.api.services.compute.
Compute.Instances.Delete
Name of the instance resource to delete.
getInstance()
- Method in class com.google.api.services.compute.
Compute.Instances.DeleteAccessConfig
Instance name.
getInstance()
- Method in class com.google.api.services.compute.
Compute.Instances.Get
Name of the instance resource to return.
getInstance()
- Method in class com.google.api.services.compute.
Compute.Instances.GetSerialPortOutput
Name of the instance scoping this request.
getIPProtocol()
- Method in class com.google.api.services.compute.model.
Firewall.Allowed
Required; this is the IP protocol that is allowed for this rule.
getIPv4Range()
- Method in class com.google.api.services.compute.model.
Network
Required; The range of internal addresses that are legal on this network.
getItems()
- Method in class com.google.api.services.compute.model.
DiskList
The persistent disk resources.
getItems()
- Method in class com.google.api.services.compute.model.
FirewallList
The firewall resources.
getItems()
- Method in class com.google.api.services.compute.model.
ImageList
The disk image resources.
getItems()
- Method in class com.google.api.services.compute.model.
InstanceList
A list of instance resources.
getItems()
- Method in class com.google.api.services.compute.model.
KernelList
The kernel resources.
getItems()
- Method in class com.google.api.services.compute.model.
MachineTypeList
The machine type resources.
getItems()
- Method in class com.google.api.services.compute.model.
Metadata
Array of key/value pairs.
getItems()
- Method in class com.google.api.services.compute.model.
NetworkList
The network resources.
getItems()
- Method in class com.google.api.services.compute.model.
OperationList
The operation resources.
getItems()
- Method in class com.google.api.services.compute.model.
SnapshotList
The persistent snapshot resources.
getItems()
- Method in class com.google.api.services.compute.model.
ZoneList
The zone resources.
getKernel()
- Method in class com.google.api.services.compute.
Compute.Kernels.Get
Name of the kernel resource to return.
getKey()
- Method in class com.google.api.services.compute.
ComputeRequest
API key.
getKey()
- Method in class com.google.api.services.compute.model.
Metadata.Items
Key for the metadata entry.
getKind()
- Method in class com.google.api.services.compute.model.
AccessConfig
Type of the resource.
getKind()
- Method in class com.google.api.services.compute.model.
AttachedDisk
Type of the resource.
getKind()
- Method in class com.google.api.services.compute.model.
Disk
Type of the resource.
getKind()
- Method in class com.google.api.services.compute.model.
DiskList
Type of resource.
getKind()
- Method in class com.google.api.services.compute.model.
Firewall
Type of the resource.
getKind()
- Method in class com.google.api.services.compute.model.
FirewallList
Type of resource.
getKind()
- Method in class com.google.api.services.compute.model.
Image
Type of the resource.
getKind()
- Method in class com.google.api.services.compute.model.
ImageList
Type of resource.
getKind()
- Method in class com.google.api.services.compute.model.
Instance
Type of the resource.
getKind()
- Method in class com.google.api.services.compute.model.
InstanceList
Type of resource.
getKind()
- Method in class com.google.api.services.compute.model.
Kernel
Type of the resource.
getKind()
- Method in class com.google.api.services.compute.model.
KernelList
Type of resource.
getKind()
- Method in class com.google.api.services.compute.model.
MachineType
Type of the resource.
getKind()
- Method in class com.google.api.services.compute.model.
MachineTypeList
Type of resource.
getKind()
- Method in class com.google.api.services.compute.model.
Metadata
Type of the resource.
getKind()
- Method in class com.google.api.services.compute.model.
Network
Type of the resource.
getKind()
- Method in class com.google.api.services.compute.model.
NetworkInterface
Type of the resource.
getKind()
- Method in class com.google.api.services.compute.model.
NetworkList
Type of resource.
getKind()
- Method in class com.google.api.services.compute.model.
Operation
Type of the resource.
getKind()
- Method in class com.google.api.services.compute.model.
OperationList
Type of resource.
getKind()
- Method in class com.google.api.services.compute.model.
Project
Type of the resource.
getKind()
- Method in class com.google.api.services.compute.model.
SerialPortOutput
Type of the resource.
getKind()
- Method in class com.google.api.services.compute.model.
ServiceAccount
Type of the resource.
getKind()
- Method in class com.google.api.services.compute.model.
Snapshot
Type of the resource.
getKind()
- Method in class com.google.api.services.compute.model.
SnapshotList
Type of resource.
getKind()
- Method in class com.google.api.services.compute.model.
Zone
Type of the resource.
getKind()
- Method in class com.google.api.services.compute.model.
ZoneList
Type of resource.
getLimit()
- Method in class com.google.api.services.compute.model.
Project.Quotas
Quota limit for this metric.
getLocation()
- Method in class com.google.api.services.compute.model.
Operation.Error.Errors
Indicates the field in the request which caused the error.
getMachineType()
- Method in class com.google.api.services.compute.
Compute.MachineTypes.Get
Name of the machine type resource to return.
getMachineType()
- Method in class com.google.api.services.compute.model.
Instance
URL of the machine type resource describing which machine type to use to host the instance; provided by the client when the instance is created.
getMaintenanceWindows()
- Method in class com.google.api.services.compute.model.
Zone
Scheduled maintenance windows for the zone.
getMaximumPersistentDisks()
- Method in class com.google.api.services.compute.model.
MachineType
Maximum persistent disks allowed.
getMaximumPersistentDisksSizeGb()
- Method in class com.google.api.services.compute.model.
MachineType
Maximum total persistent disks size (GB) allowed.
getMaxResults()
- Method in class com.google.api.services.compute.
Compute.Disks.List
Optional.
getMaxResults()
- Method in class com.google.api.services.compute.
Compute.Firewalls.List
Optional.
getMaxResults()
- Method in class com.google.api.services.compute.
Compute.Images.List
Optional.
getMaxResults()
- Method in class com.google.api.services.compute.
Compute.Instances.List
Optional.
getMaxResults()
- Method in class com.google.api.services.compute.
Compute.Kernels.List
Optional.
getMaxResults()
- Method in class com.google.api.services.compute.
Compute.MachineTypes.List
Optional.
getMaxResults()
- Method in class com.google.api.services.compute.
Compute.Networks.List
Optional.
getMaxResults()
- Method in class com.google.api.services.compute.
Compute.Operations.List
Optional.
getMaxResults()
- Method in class com.google.api.services.compute.
Compute.Snapshots.List
Optional.
getMaxResults()
- Method in class com.google.api.services.compute.
Compute.Zones.List
Optional.
getMemoryMb()
- Method in class com.google.api.services.compute.model.
MachineType
Physical memory assigned to the instance, defined in MB.
getMessage()
- Method in class com.google.api.services.compute.model.
Operation.Error.Errors
An optional, human-readable error message.
getMetadata()
- Method in class com.google.api.services.compute.model.
Instance
Metadata key/value pairs assigned to this instance.
getMetric()
- Method in class com.google.api.services.compute.model.
Project.Quotas
Name of the quota metric.
getMode()
- Method in class com.google.api.services.compute.model.
AttachedDisk
The mode in which to attach this disk, either "READ_WRITE" or "READ_ONLY".
getName()
- Method in class com.google.api.services.compute.model.
AccessConfig
Name of this access configuration.
getName()
- Method in class com.google.api.services.compute.model.
Disk
Name of the resource; provided by the client when the resource is created.
getName()
- Method in class com.google.api.services.compute.model.
Firewall
Name of the resource; provided by the client when the resource is created.
getName()
- Method in class com.google.api.services.compute.model.
Image
Name of the resource; provided by the client when the resource is created.
getName()
- Method in class com.google.api.services.compute.model.
Instance
Name of the resource; provided by the client when the resource is created.
getName()
- Method in class com.google.api.services.compute.model.
Kernel
Name of the resource.
getName()
- Method in class com.google.api.services.compute.model.
MachineType
Name of the resource.
getName()
- Method in class com.google.api.services.compute.model.
Network
Name of the resource; provided by the client when the resource is created.
getName()
- Method in class com.google.api.services.compute.model.
NetworkInterface
Name of the resource, determined by the server; for network devices, these are e.g.
getName()
- Method in class com.google.api.services.compute.model.
Operation
Name of the resource.
getName()
- Method in class com.google.api.services.compute.model.
Project
Name of the resource.
getName()
- Method in class com.google.api.services.compute.model.
Snapshot
Name of the resource; provided by the client when the resource is created.
getName()
- Method in class com.google.api.services.compute.model.
Zone
Name of the resource.
getName()
- Method in class com.google.api.services.compute.model.
Zone.MaintenanceWindows
Name of the maintenance window.
getNatIP()
- Method in class com.google.api.services.compute.model.
AccessConfig
An external IP address associated with this instance.
getNetwork()
- Method in class com.google.api.services.compute.
Compute.Networks.Delete
Name of the network resource to delete.
getNetwork()
- Method in class com.google.api.services.compute.
Compute.Networks.Get
Name of the network resource to return.
getNetwork()
- Method in class com.google.api.services.compute.model.
Firewall
URL of the network to which this firewall is applied; provided by the client when the firewall is created.
getNetwork()
- Method in class com.google.api.services.compute.model.
NetworkInterface
URL of the network resource attached to this interface.
getNetworkInterface()
- Method in class com.google.api.services.compute.
Compute.Instances.AddAccessConfig
Network interface name.
getNetworkInterface()
- Method in class com.google.api.services.compute.
Compute.Instances.DeleteAccessConfig
Network interface name.
getNetworkInterfaces()
- Method in class com.google.api.services.compute.model.
Instance
Array of configurations for this interface.
getNetworkIP()
- Method in class com.google.api.services.compute.model.
NetworkInterface
An optional IPV4 internal network address to assign to this instance.
getNextPageToken()
- Method in class com.google.api.services.compute.model.
DiskList
A token used to continue a truncated list request (output only).
getNextPageToken()
- Method in class com.google.api.services.compute.model.
FirewallList
A token used to continue a truncated list request (output only).
getNextPageToken()
- Method in class com.google.api.services.compute.model.
ImageList
A token used to continue a truncated list request (output only).
getNextPageToken()
- Method in class com.google.api.services.compute.model.
InstanceList
A token used to continue a truncated list request (output only).
getNextPageToken()
- Method in class com.google.api.services.compute.model.
KernelList
A token used to continue a truncated list request (output only).
getNextPageToken()
- Method in class com.google.api.services.compute.model.
MachineTypeList
A token used to continue a truncated list request (output only).
getNextPageToken()
- Method in class com.google.api.services.compute.model.
NetworkList
A token used to continue a truncated list request (output only).
getNextPageToken()
- Method in class com.google.api.services.compute.model.
OperationList
A token used to continue a truncated list request (output only).
getNextPageToken()
- Method in class com.google.api.services.compute.model.
SnapshotList
A token used to continue a truncated list request (output only).
getNextPageToken()
- Method in class com.google.api.services.compute.model.
ZoneList
A token used to continue a truncated list request (output only).
getOauthToken()
- Method in class com.google.api.services.compute.
ComputeRequest
OAuth 2.0 token for the current user.
getOperation()
- Method in class com.google.api.services.compute.
Compute.Operations.Delete
Name of the operation resource to delete.
getOperation()
- Method in class com.google.api.services.compute.
Compute.Operations.Get
Name of the operation resource to return.
getOperationType()
- Method in class com.google.api.services.compute.model.
Operation
Type of the operation.
getOptions()
- Method in class com.google.api.services.compute.model.
Disk
Internal use only.
getPageToken()
- Method in class com.google.api.services.compute.
Compute.Disks.List
Optional.
getPageToken()
- Method in class com.google.api.services.compute.
Compute.Firewalls.List
Optional.
getPageToken()
- Method in class com.google.api.services.compute.
Compute.Images.List
Optional.
getPageToken()
- Method in class com.google.api.services.compute.
Compute.Instances.List
Optional.
getPageToken()
- Method in class com.google.api.services.compute.
Compute.Kernels.List
Optional.
getPageToken()
- Method in class com.google.api.services.compute.
Compute.MachineTypes.List
Optional.
getPageToken()
- Method in class com.google.api.services.compute.
Compute.Networks.List
Optional.
getPageToken()
- Method in class com.google.api.services.compute.
Compute.Operations.List
Optional.
getPageToken()
- Method in class com.google.api.services.compute.
Compute.Snapshots.List
Optional.
getPageToken()
- Method in class com.google.api.services.compute.
Compute.Zones.List
Optional.
getPorts()
- Method in class com.google.api.services.compute.model.
Firewall.Allowed
An optional list of ports which are allowed.
getPreferredKernel()
- Method in class com.google.api.services.compute.model.
Image
An optional URL of the preferred kernel for use with this disk image.
getPrettyPrint()
- Method in class com.google.api.services.compute.
ComputeRequest
Returns response with indentations and line breaks.
getProgress()
- Method in class com.google.api.services.compute.model.
Operation
An optional progress indicator that ranges from 0 to 100.
getProject()
- Method in class com.google.api.services.compute.
Compute.Disks.Delete
Name of the project scoping this request.
getProject()
- Method in class com.google.api.services.compute.
Compute.Disks.Get
Name of the project scoping this request.
getProject()
- Method in class com.google.api.services.compute.
Compute.Disks.Insert
Name of the project scoping this request.
getProject()
- Method in class com.google.api.services.compute.
Compute.Disks.List
Name of the project scoping this request.
getProject()
- Method in class com.google.api.services.compute.
Compute.Firewalls.Delete
Name of the project scoping this request.
getProject()
- Method in class com.google.api.services.compute.
Compute.Firewalls.Get
Name of the project scoping this request.
getProject()
- Method in class com.google.api.services.compute.
Compute.Firewalls.Insert
Name of the project scoping this request.
getProject()
- Method in class com.google.api.services.compute.
Compute.Firewalls.List
Name of the project scoping this request.
getProject()
- Method in class com.google.api.services.compute.
Compute.Firewalls.Patch
Name of the project scoping this request.
getProject()
- Method in class com.google.api.services.compute.
Compute.Firewalls.Update
Name of the project scoping this request.
getProject()
- Method in class com.google.api.services.compute.
Compute.Images.Delete
Name of the project scoping this request.
getProject()
- Method in class com.google.api.services.compute.
Compute.Images.Get
Name of the project scoping this request.
getProject()
- Method in class com.google.api.services.compute.
Compute.Images.Insert
Name of the project scoping this request.
getProject()
- Method in class com.google.api.services.compute.
Compute.Images.List
Name of the project scoping this request.
getProject()
- Method in class com.google.api.services.compute.
Compute.Instances.AddAccessConfig
Project name.
getProject()
- Method in class com.google.api.services.compute.
Compute.Instances.Delete
Name of the project scoping this request.
getProject()
- Method in class com.google.api.services.compute.
Compute.Instances.DeleteAccessConfig
Project name.
getProject()
- Method in class com.google.api.services.compute.
Compute.Instances.Get
Name of the project scoping this request.
getProject()
- Method in class com.google.api.services.compute.
Compute.Instances.GetSerialPortOutput
Name of the project scoping this request.
getProject()
- Method in class com.google.api.services.compute.
Compute.Instances.Insert
Name of the project scoping this request.
getProject()
- Method in class com.google.api.services.compute.
Compute.Instances.List
Name of the project scoping this request.
getProject()
- Method in class com.google.api.services.compute.
Compute.Kernels.Get
Name of the project scoping this request.
getProject()
- Method in class com.google.api.services.compute.
Compute.Kernels.List
Name of the project scoping this request.
getProject()
- Method in class com.google.api.services.compute.
Compute.MachineTypes.Get
Name of the project scoping this request.
getProject()
- Method in class com.google.api.services.compute.
Compute.MachineTypes.List
Name of the project scoping this request.
getProject()
- Method in class com.google.api.services.compute.
Compute.Networks.Delete
Name of the project scoping this request.
getProject()
- Method in class com.google.api.services.compute.
Compute.Networks.Get
Name of the project scoping this request.
getProject()
- Method in class com.google.api.services.compute.
Compute.Networks.Insert
Name of the project scoping this request.
getProject()
- Method in class com.google.api.services.compute.
Compute.Networks.List
Name of the project scoping this request.
getProject()
- Method in class com.google.api.services.compute.
Compute.Operations.Delete
Name of the project scoping this request.
getProject()
- Method in class com.google.api.services.compute.
Compute.Operations.Get
Name of the project scoping this request.
getProject()
- Method in class com.google.api.services.compute.
Compute.Operations.List
Name of the project scoping this request.
getProject()
- Method in class com.google.api.services.compute.
Compute.Projects.Get
Name of the project resource to retrieve.
getProject()
- Method in class com.google.api.services.compute.
Compute.Projects.SetCommonInstanceMetadata
Name of the project scoping this request.
getProject()
- Method in class com.google.api.services.compute.
Compute.Snapshots.Delete
Name of the project scoping this request.
getProject()
- Method in class com.google.api.services.compute.
Compute.Snapshots.Get
Name of the project scoping this request.
getProject()
- Method in class com.google.api.services.compute.
Compute.Snapshots.Insert
Name of the project scoping this request.
getProject()
- Method in class com.google.api.services.compute.
Compute.Snapshots.List
Name of the project scoping this request.
getProject()
- Method in class com.google.api.services.compute.
Compute.Zones.Get
Name of the project scoping this request.
getProject()
- Method in class com.google.api.services.compute.
Compute.Zones.List
Name of the project scoping this request.
getQuotas()
- Method in class com.google.api.services.compute.model.
Project
Quotas assigned to this project.
getQuotaUser()
- Method in class com.google.api.services.compute.
ComputeRequest
Available to use for quota purposes for server-side applications.
getRawDisk()
- Method in class com.google.api.services.compute.model.
Image
The raw disk image parameters.
getScopes()
- Method in class com.google.api.services.compute.model.
ServiceAccount
The list of scopes to be made available for this service account.
getSelfLink()
- Method in class com.google.api.services.compute.model.
Disk
Server defined URL for the resource (output only).
getSelfLink()
- Method in class com.google.api.services.compute.model.
DiskList
Server defined URL for this resource (output only).
getSelfLink()
- Method in class com.google.api.services.compute.model.
Firewall
Server defined URL for the resource (output only).
getSelfLink()
- Method in class com.google.api.services.compute.model.
FirewallList
Server defined URL for this resource (output only).
getSelfLink()
- Method in class com.google.api.services.compute.model.
Image
Server defined URL for the resource (output only).
getSelfLink()
- Method in class com.google.api.services.compute.model.
ImageList
Server defined URL for this resource (output only).
getSelfLink()
- Method in class com.google.api.services.compute.model.
Instance
Server defined URL for the resource (output only).
getSelfLink()
- Method in class com.google.api.services.compute.model.
InstanceList
Server defined URL for this resource (output only).
getSelfLink()
- Method in class com.google.api.services.compute.model.
Kernel
Server defined URL for the resource (output only).
getSelfLink()
- Method in class com.google.api.services.compute.model.
KernelList
Server defined URL for this resource (output only).
getSelfLink()
- Method in class com.google.api.services.compute.model.
MachineType
Server defined URL for the resource (output only).
getSelfLink()
- Method in class com.google.api.services.compute.model.
MachineTypeList
Server defined URL for this resource (output only).
getSelfLink()
- Method in class com.google.api.services.compute.model.
Network
Server defined URL for the resource (output only).
getSelfLink()
- Method in class com.google.api.services.compute.model.
NetworkList
Server defined URL for this resource (output only).
getSelfLink()
- Method in class com.google.api.services.compute.model.
Operation
Server defined URL for the resource (output only).
getSelfLink()
- Method in class com.google.api.services.compute.model.
OperationList
Server defined URL for this resource (output only).
getSelfLink()
- Method in class com.google.api.services.compute.model.
Project
Server defined URL for the resource (output only).
getSelfLink()
- Method in class com.google.api.services.compute.model.
SerialPortOutput
Server defined URL for the resource.
getSelfLink()
- Method in class com.google.api.services.compute.model.
Snapshot
Server defined URL for the resource (output only).
getSelfLink()
- Method in class com.google.api.services.compute.model.
SnapshotList
Server defined URL for this resource (output only).
getSelfLink()
- Method in class com.google.api.services.compute.model.
Zone
Server defined URL for the resource (output only).
getSelfLink()
- Method in class com.google.api.services.compute.model.
ZoneList
Server defined URL for this resource (output only).
getSerialPortOutput(String, String)
- Method in class com.google.api.services.compute.
Compute.Instances
Returns the specified instance's serial port output.
getServiceAccounts()
- Method in class com.google.api.services.compute.model.
Instance
A list of service accounts each with specified scopes, for which access tokens are to be made available to the instance through metadata queries.
getSha1Checksum()
- Method in class com.google.api.services.compute.model.
Image.RawDisk
An optional SHA1 checksum of the disk image before unpackaging; provided by the client when the disk image is created.
getSizeGb()
- Method in class com.google.api.services.compute.model.
Disk
Size of the persistent disk, specified in GB.
getSnapshot()
- Method in class com.google.api.services.compute.
Compute.Snapshots.Delete
Name of the persistent disk snapshot resource to delete.
getSnapshot()
- Method in class com.google.api.services.compute.
Compute.Snapshots.Get
Name of the persistent disk snapshot resource to return.
getSource()
- Method in class com.google.api.services.compute.model.
AttachedDisk
Persistent disk only; the URL of the persistent disk resource.
getSource()
- Method in class com.google.api.services.compute.model.
Image.DiskSnapshot
URL of the disk snapshot.
getSource()
- Method in class com.google.api.services.compute.model.
Image.RawDisk
The full Google Cloud Storage URL where the disk image is stored; provided by the client when the disk image is created.
getSourceDisk()
- Method in class com.google.api.services.compute.model.
Snapshot
The source disk used to create this snapshot.
getSourceDiskId()
- Method in class com.google.api.services.compute.model.
Snapshot
The 'id' value of the disk used to create this snapshot.
getSourceRanges()
- Method in class com.google.api.services.compute.model.
Firewall
A list of IP address blocks expressed in CIDR format which this rule applies to.
getSourceSnapshot()
- Method in class com.google.api.services.compute.model.
Disk
The source snapshot used to create this disk.
getSourceSnapshotId()
- Method in class com.google.api.services.compute.model.
Disk
The 'id' value of the snapshot used to create this disk.
getSourceTags()
- Method in class com.google.api.services.compute.model.
Firewall
A list of instance tags which this rule applies to.
getSourceType()
- Method in class com.google.api.services.compute.model.
Image
Must be "RAW"; provided by the client when the disk image is created.
getStartTime()
- Method in class com.google.api.services.compute.model.
Operation
The time that this operation was started by the server.
getStatus()
- Method in class com.google.api.services.compute.model.
Disk
The status of disk creation (output only).
getStatus()
- Method in class com.google.api.services.compute.model.
Instance
Instance status.
getStatus()
- Method in class com.google.api.services.compute.model.
Operation
Status of the operation.
getStatus()
- Method in class com.google.api.services.compute.model.
Snapshot
The status of the persistent disk snapshot (output only).
getStatus()
- Method in class com.google.api.services.compute.model.
Zone
Status of the zone.
getStatusMessage()
- Method in class com.google.api.services.compute.model.
Instance
An optional, human-readable explanation of the status (output only).
getStatusMessage()
- Method in class com.google.api.services.compute.model.
Operation
An optional textual description of the current status of the operation (output only).
getTags()
- Method in class com.google.api.services.compute.model.
Instance
An optional set of tags applied to this instance.
getTargetId()
- Method in class com.google.api.services.compute.model.
Operation
Unique target id which identifies a particular incarnation of the target (output only).
getTargetLink()
- Method in class com.google.api.services.compute.model.
Operation
URL of the resource the operation is mutating (output only).
getTargetTags()
- Method in class com.google.api.services.compute.model.
Firewall
A list of instance tags indicating sets of instances located on network which may make network connections as specified in allowed.
getType()
- Method in class com.google.api.services.compute.model.
AccessConfig
Type of configuration.
getType()
- Method in class com.google.api.services.compute.model.
AttachedDisk
Type of the disk, either "EPHEMERAL" or "PERSISTENT".
getUsage()
- Method in class com.google.api.services.compute.model.
Project.Quotas
Current usage of this metric.
getUser()
- Method in class com.google.api.services.compute.model.
Operation
User who requested the operation, for example "
[email protected]
" (output only).
getUserIp()
- Method in class com.google.api.services.compute.
ComputeRequest
IP address of the site where the request originates.
getValue()
- Method in class com.google.api.services.compute.model.
Metadata.Items
Value for the metadata entry.
getZone()
- Method in class com.google.api.services.compute.
Compute.Zones.Get
Name of the zone resource to return.
getZone()
- Method in class com.google.api.services.compute.model.
Disk
URL for the zone where the persistent disk resides; provided by the client when the disk is created.
getZone()
- Method in class com.google.api.services.compute.model.
Instance
URL of the zone resource describing where this instance should be hosted; provided by the client when the instance is created.
I
Image
- Class in
com.google.api.services.compute.model
A disk image resource.
Image()
- Constructor for class com.google.api.services.compute.model.
Image
Image.DiskSnapshot
- Class in
com.google.api.services.compute.model
Not yet implemented.
Image.DiskSnapshot()
- Constructor for class com.google.api.services.compute.model.
Image.DiskSnapshot
Image.RawDisk
- Class in
com.google.api.services.compute.model
The raw disk image parameters.
Image.RawDisk()
- Constructor for class com.google.api.services.compute.model.
Image.RawDisk
ImageList
- Class in
com.google.api.services.compute.model
Contains a list of disk image resources.
ImageList()
- Constructor for class com.google.api.services.compute.model.
ImageList
images()
- Method in class com.google.api.services.compute.
Compute
An accessor for creating requests from the Images collection.
initialize(AbstractGoogleClientRequest<?>)
- Method in class com.google.api.services.compute.
Compute
initializeComputeRequest(ComputeRequest<?>)
- Method in class com.google.api.services.compute.
ComputeRequestInitializer
Initializes Compute request.
initializeJsonRequest(AbstractGoogleJsonClientRequest<?>)
- Method in class com.google.api.services.compute.
ComputeRequestInitializer
insert(String, Disk)
- Method in class com.google.api.services.compute.
Compute.Disks
Creates a persistent disk resource in the specified project using the data included in the request.
insert(String, Firewall)
- Method in class com.google.api.services.compute.
Compute.Firewalls
Creates a firewall resource in the specified project using the data included in the request.
insert(String, Image)
- Method in class com.google.api.services.compute.
Compute.Images
Creates an image resource in the specified project using the data included in the request.
insert(String, Instance)
- Method in class com.google.api.services.compute.
Compute.Instances
Creates an instance resource in the specified project using the data included in the request.
insert(String, Network)
- Method in class com.google.api.services.compute.
Compute.Networks
Creates a network resource in the specified project using the data included in the request.
insert(String, Snapshot)
- Method in class com.google.api.services.compute.
Compute.Snapshots
Creates a persistent disk snapshot resource in the specified project using the data included in the request.
Instance
- Class in
com.google.api.services.compute.model
An instance resource.
Instance()
- Constructor for class com.google.api.services.compute.model.
Instance
InstanceList
- Class in
com.google.api.services.compute.model
Contains a list of instance resources.
InstanceList()
- Constructor for class com.google.api.services.compute.model.
InstanceList
instances()
- Method in class com.google.api.services.compute.
Compute
An accessor for creating requests from the Instances collection.
K
Kernel
- Class in
com.google.api.services.compute.model
A kernel resource.
Kernel()
- Constructor for class com.google.api.services.compute.model.
Kernel
KernelList
- Class in
com.google.api.services.compute.model
Contains a list of kernel resources.
KernelList()
- Constructor for class com.google.api.services.compute.model.
KernelList
kernels()
- Method in class com.google.api.services.compute.
Compute
An accessor for creating requests from the Kernels collection.
L
list(String)
- Method in class com.google.api.services.compute.
Compute.Disks
Retrieves the list of persistent disk resources contained within the specified project.
list(String)
- Method in class com.google.api.services.compute.
Compute.Firewalls
Retrieves the list of firewall resources available to the specified project.
list(String)
- Method in class com.google.api.services.compute.
Compute.Images
Retrieves the list of image resources available to the specified project.
list(String)
- Method in class com.google.api.services.compute.
Compute.Instances
Retrieves the list of instance resources contained within the specified project.
list(String)
- Method in class com.google.api.services.compute.
Compute.Kernels
Retrieves the list of kernel resources available to the specified project.
list(String)
- Method in class com.google.api.services.compute.
Compute.MachineTypes
Retrieves the list of machine type resources available to the specified project.
list(String)
- Method in class com.google.api.services.compute.
Compute.Networks
Retrieves the list of network resources available to the specified project.
list(String)
- Method in class com.google.api.services.compute.
Compute.Operations
Retrieves the list of operation resources contained within the specified project.
list(String)
- Method in class com.google.api.services.compute.
Compute.Snapshots
Retrieves the list of persistent disk snapshot resources contained within the specified project.
list(String)
- Method in class com.google.api.services.compute.
Compute.Zones
Retrieves the list of zone resources available to the specified project.
M
MachineType
- Class in
com.google.api.services.compute.model
A machine type resource.
MachineType()
- Constructor for class com.google.api.services.compute.model.
MachineType
MachineType.EphemeralDisks
- Class in
com.google.api.services.compute.model
Model definition for MachineTypeEphemeralDisks.
MachineType.EphemeralDisks()
- Constructor for class com.google.api.services.compute.model.
MachineType.EphemeralDisks
MachineTypeList
- Class in
com.google.api.services.compute.model
Contains a list of machine type resources.
MachineTypeList()
- Constructor for class com.google.api.services.compute.model.
MachineTypeList
machineTypes()
- Method in class com.google.api.services.compute.
Compute
An accessor for creating requests from the MachineTypes collection.
Metadata
- Class in
com.google.api.services.compute.model
A metadata key/value entry.
Metadata()
- Constructor for class com.google.api.services.compute.model.
Metadata
Metadata.Items
- Class in
com.google.api.services.compute.model
Model definition for MetadataItems.
Metadata.Items()
- Constructor for class com.google.api.services.compute.model.
Metadata.Items
N
Network
- Class in
com.google.api.services.compute.model
A network resource.
Network()
- Constructor for class com.google.api.services.compute.model.
Network
NetworkInterface
- Class in
com.google.api.services.compute.model
A network interface resource attached to an instance.
NetworkInterface()
- Constructor for class com.google.api.services.compute.model.
NetworkInterface
NetworkList
- Class in
com.google.api.services.compute.model
Contains a list of network resources.
NetworkList()
- Constructor for class com.google.api.services.compute.model.
NetworkList
networks()
- Method in class com.google.api.services.compute.
Compute
An accessor for creating requests from the Networks collection.
O
Operation
- Class in
com.google.api.services.compute.model
An operation resource, used to manage asynchronous API requests.
Operation()
- Constructor for class com.google.api.services.compute.model.
Operation
Operation.Error
- Class in
com.google.api.services.compute.model
If errors occurred during processing of this operation, this field will be populated (output only).
Operation.Error()
- Constructor for class com.google.api.services.compute.model.
Operation.Error
Operation.Error.Errors
- Class in
com.google.api.services.compute.model
Model definition for OperationErrorErrors.
Operation.Error.Errors()
- Constructor for class com.google.api.services.compute.model.
Operation.Error.Errors
OperationList
- Class in
com.google.api.services.compute.model
Contains a list of operation resources.
OperationList()
- Constructor for class com.google.api.services.compute.model.
OperationList
operations()
- Method in class com.google.api.services.compute.
Compute
An accessor for creating requests from the Operations collection.
P
patch(String, String, Firewall)
- Method in class com.google.api.services.compute.
Compute.Firewalls
Updates the specified firewall resource with the data included in the request.
Project
- Class in
com.google.api.services.compute.model
A project resource.
Project()
- Constructor for class com.google.api.services.compute.model.
Project
Project.Quotas
- Class in
com.google.api.services.compute.model
Model definition for ProjectQuotas.
Project.Quotas()
- Constructor for class com.google.api.services.compute.model.
Project.Quotas
projects()
- Method in class com.google.api.services.compute.
Compute
An accessor for creating requests from the Projects collection.
S
SerialPortOutput
- Class in
com.google.api.services.compute.model
An instance serial console output.
SerialPortOutput()
- Constructor for class com.google.api.services.compute.model.
SerialPortOutput
ServiceAccount
- Class in
com.google.api.services.compute.model
A service account.
ServiceAccount()
- Constructor for class com.google.api.services.compute.model.
ServiceAccount
setAccessConfig(String)
- Method in class com.google.api.services.compute.
Compute.Instances.DeleteAccessConfig
Access config name.
setAccessConfigs(List<AccessConfig>)
- Method in class com.google.api.services.compute.model.
NetworkInterface
Array of configurations for this interface.
setAllowed(List<Firewall.Allowed>)
- Method in class com.google.api.services.compute.model.
Firewall
The list of rules specified by this firewall.
setAlt(String)
- Method in class com.google.api.services.compute.
Compute.Disks.Delete
setAlt(String)
- Method in class com.google.api.services.compute.
Compute.Disks.Get
setAlt(String)
- Method in class com.google.api.services.compute.
Compute.Disks.Insert
setAlt(String)
- Method in class com.google.api.services.compute.
Compute.Disks.List
setAlt(String)
- Method in class com.google.api.services.compute.
Compute.Firewalls.Delete
setAlt(String)
- Method in class com.google.api.services.compute.
Compute.Firewalls.Get
setAlt(String)
- Method in class com.google.api.services.compute.
Compute.Firewalls.Insert
setAlt(String)
- Method in class com.google.api.services.compute.
Compute.Firewalls.List
setAlt(String)
- Method in class com.google.api.services.compute.
Compute.Firewalls.Patch
setAlt(String)
- Method in class com.google.api.services.compute.
Compute.Firewalls.Update
setAlt(String)
- Method in class com.google.api.services.compute.
Compute.Images.Delete
setAlt(String)
- Method in class com.google.api.services.compute.
Compute.Images.Get
setAlt(String)
- Method in class com.google.api.services.compute.
Compute.Images.Insert
setAlt(String)
- Method in class com.google.api.services.compute.
Compute.Images.List
setAlt(String)
- Method in class com.google.api.services.compute.
Compute.Instances.AddAccessConfig
setAlt(String)
- Method in class com.google.api.services.compute.
Compute.Instances.Delete
setAlt(String)
- Method in class com.google.api.services.compute.
Compute.Instances.DeleteAccessConfig
setAlt(String)
- Method in class com.google.api.services.compute.
Compute.Instances.Get
setAlt(String)
- Method in class com.google.api.services.compute.
Compute.Instances.GetSerialPortOutput
setAlt(String)
- Method in class com.google.api.services.compute.
Compute.Instances.Insert
setAlt(String)
- Method in class com.google.api.services.compute.
Compute.Instances.List
setAlt(String)
- Method in class com.google.api.services.compute.
Compute.Kernels.Get
setAlt(String)
- Method in class com.google.api.services.compute.
Compute.Kernels.List
setAlt(String)
- Method in class com.google.api.services.compute.
Compute.MachineTypes.Get
setAlt(String)
- Method in class com.google.api.services.compute.
Compute.MachineTypes.List
setAlt(String)
- Method in class com.google.api.services.compute.
Compute.Networks.Delete
setAlt(String)
- Method in class com.google.api.services.compute.
Compute.Networks.Get
setAlt(String)
- Method in class com.google.api.services.compute.
Compute.Networks.Insert
setAlt(String)
- Method in class com.google.api.services.compute.
Compute.Networks.List
setAlt(String)
- Method in class com.google.api.services.compute.
Compute.Operations.Delete
setAlt(String)
- Method in class com.google.api.services.compute.
Compute.Operations.Get
setAlt(String)
- Method in class com.google.api.services.compute.
Compute.Operations.List
setAlt(String)
- Method in class com.google.api.services.compute.
Compute.Projects.Get
setAlt(String)
- Method in class com.google.api.services.compute.
Compute.Projects.SetCommonInstanceMetadata
setAlt(String)
- Method in class com.google.api.services.compute.
Compute.Snapshots.Delete
setAlt(String)
- Method in class com.google.api.services.compute.
Compute.Snapshots.Get
setAlt(String)
- Method in class com.google.api.services.compute.
Compute.Snapshots.Insert
setAlt(String)
- Method in class com.google.api.services.compute.
Compute.Snapshots.List
setAlt(String)
- Method in class com.google.api.services.compute.
Compute.Zones.Get
setAlt(String)
- Method in class com.google.api.services.compute.
Compute.Zones.List
setAlt(String)
- Method in class com.google.api.services.compute.
ComputeRequest
Data format for the response.
setApplicationName(String)
- Method in class com.google.api.services.compute.
Compute.Builder
setAvailableMachineType(List<String>)
- Method in class com.google.api.services.compute.model.
Zone
The machine types that can be used in this zone (output only).
setAvailableZone(List<String>)
- Method in class com.google.api.services.compute.model.
MachineType
The zones that this machine type can run in.
setBeginTime(String)
- Method in class com.google.api.services.compute.model.
Zone.MaintenanceWindows
Begin time of the maintenance window, in RFC 3339 format.
setClientOperationId(String)
- Method in class com.google.api.services.compute.model.
Operation
An optional identifier specified by the client when the mutation was initiated.
setCode(String)
- Method in class com.google.api.services.compute.model.
Operation.Error.Errors
The error type identifier for this error.
setCommonInstanceMetadata(String, Metadata)
- Method in class com.google.api.services.compute.
Compute.Projects
Sets metadata common to all instances within the specified project using the data included in the request.
setCommonInstanceMetadata(Metadata)
- Method in class com.google.api.services.compute.model.
Project
Metadata key/value pairs available to all instances contained in this project.
setComputeRequestInitializer(ComputeRequestInitializer)
- Method in class com.google.api.services.compute.
Compute.Builder
Set the
ComputeRequestInitializer
.
setContainerType(String)
- Method in class com.google.api.services.compute.model.
Image.RawDisk
The format used to encode and transmit the block device.
setContents(String)
- Method in class com.google.api.services.compute.model.
SerialPortOutput
The contents of the console output.
setCreationTimestamp(String)
- Method in class com.google.api.services.compute.model.
Disk
Creation timestamp in RFC3339 text format (output only).
setCreationTimestamp(String)
- Method in class com.google.api.services.compute.model.
Firewall
Creation timestamp in RFC3339 text format (output only).
setCreationTimestamp(String)
- Method in class com.google.api.services.compute.model.
Image
Creation timestamp in RFC3339 text format (output only).
setCreationTimestamp(String)
- Method in class com.google.api.services.compute.model.
Instance
Creation timestamp in RFC3339 text format (output only).
setCreationTimestamp(String)
- Method in class com.google.api.services.compute.model.
Kernel
Creation timestamp in RFC3339 text format (output only).
setCreationTimestamp(String)
- Method in class com.google.api.services.compute.model.
MachineType
Creation timestamp in RFC3339 text format (output only).
setCreationTimestamp(String)
- Method in class com.google.api.services.compute.model.
Network
Creation timestamp in RFC3339 text format (output only).
setCreationTimestamp(String)
- Method in class com.google.api.services.compute.model.
Operation
Creation timestamp in RFC3339 text format (output only).
setCreationTimestamp(String)
- Method in class com.google.api.services.compute.model.
Project
Creation timestamp in RFC3339 text format (output only).
setCreationTimestamp(String)
- Method in class com.google.api.services.compute.model.
Snapshot
Creation timestamp in RFC3339 text format (output only).
setCreationTimestamp(String)
- Method in class com.google.api.services.compute.model.
Zone
Creation timestamp in RFC3339 text format (output only).
setDeleteOnTerminate(Boolean)
- Method in class com.google.api.services.compute.model.
AttachedDisk
Persistent disk only; If true, delete the disk and all its data when the associated instance is deleted.
setDescription(String)
- Method in class com.google.api.services.compute.model.
Disk
An optional textual description of the resource; provided by the client when the resource is created.
setDescription(String)
- Method in class com.google.api.services.compute.model.
Firewall
An optional textual description of the resource; provided by the client when the resource is created.
setDescription(String)
- Method in class com.google.api.services.compute.model.
Image
Textual description of the resource; provided by the client when the resource is created.
setDescription(String)
- Method in class com.google.api.services.compute.model.
Instance
An optional textual description of the resource; provided by the client when the resource is created.
setDescription(String)
- Method in class com.google.api.services.compute.model.
Kernel
An optional textual description of the resource.
setDescription(String)
- Method in class com.google.api.services.compute.model.
MachineType
An optional textual description of the resource.
setDescription(String)
- Method in class com.google.api.services.compute.model.
Network
An optional textual description of the resource; provided by the client when the resource is created.
setDescription(String)
- Method in class com.google.api.services.compute.model.
Project
An optional textual description of the resource.
setDescription(String)
- Method in class com.google.api.services.compute.model.
Snapshot
An optional textual description of the resource; provided by the client when the resource is created.
setDescription(String)
- Method in class com.google.api.services.compute.model.
Zone.MaintenanceWindows
Textual description of the maintenance window.
setDescription(String)
- Method in class com.google.api.services.compute.model.
Zone
Textual description of the resource.
setDeviceName(String)
- Method in class com.google.api.services.compute.model.
AttachedDisk
Persistent disk only; must be unique within the instance when specified.
setDisableGZipContent(boolean)
- Method in class com.google.api.services.compute.
ComputeRequest
setDisk(String)
- Method in class com.google.api.services.compute.
Compute.Disks.Delete
Name of the persistent disk resource to delete.
setDisk(String)
- Method in class com.google.api.services.compute.
Compute.Disks.Get
Name of the persistent disk resource to return.
setDiskGb(Integer)
- Method in class com.google.api.services.compute.model.
MachineType.EphemeralDisks
Size of the ephemeral disk, defined in GB.
setDisks(List<AttachedDisk>)
- Method in class com.google.api.services.compute.model.
Instance
Array of disks associated with this instance.
setDiskSizeGb(Long)
- Method in class com.google.api.services.compute.model.
Snapshot
Size of the persistent disk snapshot, specified in GB (output only).
setDiskSnapshot(Image.DiskSnapshot)
- Method in class com.google.api.services.compute.model.
Image
Not yet implemented.
setEmail(String)
- Method in class com.google.api.services.compute.model.
ServiceAccount
Email address of the service account.
setEndTime(String)
- Method in class com.google.api.services.compute.model.
Operation
The time that this operation was completed.
setEndTime(String)
- Method in class com.google.api.services.compute.model.
Zone.MaintenanceWindows
End time of the maintenance window, in RFC 3339 format.
setEphemeralDisks(List<MachineType.EphemeralDisks>)
- Method in class com.google.api.services.compute.model.
MachineType
List of extended ephemeral disks assigned to the instance.
setError(Operation.Error)
- Method in class com.google.api.services.compute.model.
Operation
If errors occurred during processing of this operation, this field will be populated (output only).
setErrors(List<Operation.Error.Errors>)
- Method in class com.google.api.services.compute.model.
Operation.Error
The array of errors encountered while processing this operation.
setExternalIpAddresses(List<String>)
- Method in class com.google.api.services.compute.model.
Project
Internet available IP addresses available for use in this project.
setFields(String)
- Method in class com.google.api.services.compute.
Compute.Disks.Delete
setFields(String)
- Method in class com.google.api.services.compute.
Compute.Disks.Get
setFields(String)
- Method in class com.google.api.services.compute.
Compute.Disks.Insert
setFields(String)
- Method in class com.google.api.services.compute.
Compute.Disks.List
setFields(String)
- Method in class com.google.api.services.compute.
Compute.Firewalls.Delete
setFields(String)
- Method in class com.google.api.services.compute.
Compute.Firewalls.Get
setFields(String)
- Method in class com.google.api.services.compute.
Compute.Firewalls.Insert
setFields(String)
- Method in class com.google.api.services.compute.
Compute.Firewalls.List
setFields(String)
- Method in class com.google.api.services.compute.
Compute.Firewalls.Patch
setFields(String)
- Method in class com.google.api.services.compute.
Compute.Firewalls.Update
setFields(String)
- Method in class com.google.api.services.compute.
Compute.Images.Delete
setFields(String)
- Method in class com.google.api.services.compute.
Compute.Images.Get
setFields(String)
- Method in class com.google.api.services.compute.
Compute.Images.Insert
setFields(String)
- Method in class com.google.api.services.compute.
Compute.Images.List
setFields(String)
- Method in class com.google.api.services.compute.
Compute.Instances.AddAccessConfig
setFields(String)
- Method in class com.google.api.services.compute.
Compute.Instances.Delete
setFields(String)
- Method in class com.google.api.services.compute.
Compute.Instances.DeleteAccessConfig
setFields(String)
- Method in class com.google.api.services.compute.
Compute.Instances.Get
setFields(String)
- Method in class com.google.api.services.compute.
Compute.Instances.GetSerialPortOutput
setFields(String)
- Method in class com.google.api.services.compute.
Compute.Instances.Insert
setFields(String)
- Method in class com.google.api.services.compute.
Compute.Instances.List
setFields(String)
- Method in class com.google.api.services.compute.
Compute.Kernels.Get
setFields(String)
- Method in class com.google.api.services.compute.
Compute.Kernels.List
setFields(String)
- Method in class com.google.api.services.compute.
Compute.MachineTypes.Get
setFields(String)
- Method in class com.google.api.services.compute.
Compute.MachineTypes.List
setFields(String)
- Method in class com.google.api.services.compute.
Compute.Networks.Delete
setFields(String)
- Method in class com.google.api.services.compute.
Compute.Networks.Get
setFields(String)
- Method in class com.google.api.services.compute.
Compute.Networks.Insert
setFields(String)
- Method in class com.google.api.services.compute.
Compute.Networks.List
setFields(String)
- Method in class com.google.api.services.compute.
Compute.Operations.Delete
setFields(String)
- Method in class com.google.api.services.compute.
Compute.Operations.Get
setFields(String)
- Method in class com.google.api.services.compute.
Compute.Operations.List
setFields(String)
- Method in class com.google.api.services.compute.
Compute.Projects.Get
setFields(String)
- Method in class com.google.api.services.compute.
Compute.Projects.SetCommonInstanceMetadata
setFields(String)
- Method in class com.google.api.services.compute.
Compute.Snapshots.Delete
setFields(String)
- Method in class com.google.api.services.compute.
Compute.Snapshots.Get
setFields(String)
- Method in class com.google.api.services.compute.
Compute.Snapshots.Insert
setFields(String)
- Method in class com.google.api.services.compute.
Compute.Snapshots.List
setFields(String)
- Method in class com.google.api.services.compute.
Compute.Zones.Get
setFields(String)
- Method in class com.google.api.services.compute.
Compute.Zones.List
setFields(String)
- Method in class com.google.api.services.compute.
ComputeRequest
Selector specifying which fields to include in a partial response.
setFilter(String)
- Method in class com.google.api.services.compute.
Compute.Disks.List
Optional.
setFilter(String)
- Method in class com.google.api.services.compute.
Compute.Firewalls.List
Optional.
setFilter(String)
- Method in class com.google.api.services.compute.
Compute.Images.List
Optional.
setFilter(String)
- Method in class com.google.api.services.compute.
Compute.Instances.List
Optional.
setFilter(String)
- Method in class com.google.api.services.compute.
Compute.Kernels.List
Optional.
setFilter(String)
- Method in class com.google.api.services.compute.
Compute.MachineTypes.List
Optional.
setFilter(String)
- Method in class com.google.api.services.compute.
Compute.Networks.List
Optional.
setFilter(String)
- Method in class com.google.api.services.compute.
Compute.Operations.List
Optional.
setFilter(String)
- Method in class com.google.api.services.compute.
Compute.Snapshots.List
Optional.
setFilter(String)
- Method in class com.google.api.services.compute.
Compute.Zones.List
Optional.
setFirewall(String)
- Method in class com.google.api.services.compute.
Compute.Firewalls.Delete
Name of the firewall resource to delete.
setFirewall(String)
- Method in class com.google.api.services.compute.
Compute.Firewalls.Get
Name of the firewall resource to return.
setFirewall(String)
- Method in class com.google.api.services.compute.
Compute.Firewalls.Patch
Name of the firewall resource to update.
setFirewall(String)
- Method in class com.google.api.services.compute.
Compute.Firewalls.Update
Name of the firewall resource to update.
setGatewayIPv4(String)
- Method in class com.google.api.services.compute.model.
Network
An optional address that is used for default routing to other networks.
setGoogleClientRequestInitializer(GoogleClientRequestInitializer)
- Method in class com.google.api.services.compute.
Compute.Builder
setGuestCpus(Integer)
- Method in class com.google.api.services.compute.model.
MachineType
Count of CPUs exposed to the instance.
setHttpErrorMessage(String)
- Method in class com.google.api.services.compute.model.
Operation
If operation fails, the HTTP error message returned, e.g.
setHttpErrorStatusCode(Integer)
- Method in class com.google.api.services.compute.model.
Operation
If operation fails, the HTTP error status code returned, e.g.
setHttpRequestInitializer(HttpRequestInitializer)
- Method in class com.google.api.services.compute.
Compute.Builder
setId(UnsignedLong)
- Method in class com.google.api.services.compute.model.
Disk
Unique identifier for the resource; defined by the server (output only).
setId(String)
- Method in class com.google.api.services.compute.model.
DiskList
Unique identifier for the resource; defined by the server (output only).
setId(UnsignedLong)
- Method in class com.google.api.services.compute.model.
Firewall
Unique identifier for the resource; defined by the server (output only).
setId(String)
- Method in class com.google.api.services.compute.model.
FirewallList
Unique identifier for the resource; defined by the server (output only).
setId(UnsignedLong)
- Method in class com.google.api.services.compute.model.
Image
Unique identifier for the resource; defined by the server (output only).
setId(String)
- Method in class com.google.api.services.compute.model.
ImageList
Unique identifier for the resource; defined by the server (output only).
setId(UnsignedLong)
- Method in class com.google.api.services.compute.model.
Instance
Unique identifier for the resource; defined by the server (output only).
setId(String)
- Method in class com.google.api.services.compute.model.
InstanceList
Unique identifier for the resource; defined by the server (output only).
setId(UnsignedLong)
- Method in class com.google.api.services.compute.model.
Kernel
Unique identifier for the resource; defined by the server (output only).
setId(String)
- Method in class com.google.api.services.compute.model.
KernelList
Unique identifier for the resource; defined by the server (output only).
setId(UnsignedLong)
- Method in class com.google.api.services.compute.model.
MachineType
Unique identifier for the resource; defined by the server (output only).
setId(String)
- Method in class com.google.api.services.compute.model.
MachineTypeList
Unique identifier for the resource; defined by the server (output only).
setId(UnsignedLong)
- Method in class com.google.api.services.compute.model.
Network
Unique identifier for the resource; defined by the server (output only).
setId(String)
- Method in class com.google.api.services.compute.model.
NetworkList
Unique identifier for the resource; defined by the server (output only).
setId(UnsignedLong)
- Method in class com.google.api.services.compute.model.
Operation
Unique identifier for the resource; defined by the server (output only).
setId(String)
- Method in class com.google.api.services.compute.model.
OperationList
Unique identifier for the resource; defined by the server (output only).
setId(UnsignedLong)
- Method in class com.google.api.services.compute.model.
Project
Unique identifier for the resource; defined by the server (output only).
setId(UnsignedLong)
- Method in class com.google.api.services.compute.model.
Snapshot
Unique identifier for the resource; defined by the server (output only).
setId(String)
- Method in class com.google.api.services.compute.model.
SnapshotList
Unique identifier for the resource; defined by the server (output only).
setId(UnsignedLong)
- Method in class com.google.api.services.compute.model.
Zone
Unique identifier for the resource; defined by the server (output only).
setId(String)
- Method in class com.google.api.services.compute.model.
ZoneList
Unique identifier for the resource; defined by the server (output only).
setImage(String)
- Method in class com.google.api.services.compute.
Compute.Images.Delete
Name of the image resource to delete.
setImage(String)
- Method in class com.google.api.services.compute.
Compute.Images.Get
Name of the image resource to return.
setImage(String)
- Method in class com.google.api.services.compute.model.
Instance
An optional URL of the disk image resource to be to be installed on this instance; provided by the client when the instance is created.
setImageSpaceGb(Integer)
- Method in class com.google.api.services.compute.model.
MachineType
Space allotted for the image, defined in GB.
setIndex(Integer)
- Method in class com.google.api.services.compute.model.
AttachedDisk
A zero-based index to assign to this disk, where 0 is reserved for the boot disk.
setInsertTime(String)
- Method in class com.google.api.services.compute.model.
Operation
The time that this operation was requested.
setInstance(String)
- Method in class com.google.api.services.compute.
Compute.Instances.AddAccessConfig
Instance name.
setInstance(String)
- Method in class com.google.api.services.compute.
Compute.Instances.Delete
Name of the instance resource to delete.
setInstance(String)
- Method in class com.google.api.services.compute.
Compute.Instances.DeleteAccessConfig
Instance name.
setInstance(String)
- Method in class com.google.api.services.compute.
Compute.Instances.Get
Name of the instance resource to return.
setInstance(String)
- Method in class com.google.api.services.compute.
Compute.Instances.GetSerialPortOutput
Name of the instance scoping this request.
setIPProtocol(String)
- Method in class com.google.api.services.compute.model.
Firewall.Allowed
Required; this is the IP protocol that is allowed for this rule.
setIPv4Range(String)
- Method in class com.google.api.services.compute.model.
Network
Required; The range of internal addresses that are legal on this network.
setItems(List<Disk>)
- Method in class com.google.api.services.compute.model.
DiskList
The persistent disk resources.
setItems(List<Firewall>)
- Method in class com.google.api.services.compute.model.
FirewallList
The firewall resources.
setItems(List<Image>)
- Method in class com.google.api.services.compute.model.
ImageList
The disk image resources.
setItems(List<Instance>)
- Method in class com.google.api.services.compute.model.
InstanceList
A list of instance resources.
setItems(List<Kernel>)
- Method in class com.google.api.services.compute.model.
KernelList
The kernel resources.
setItems(List<MachineType>)
- Method in class com.google.api.services.compute.model.
MachineTypeList
The machine type resources.
setItems(List<Metadata.Items>)
- Method in class com.google.api.services.compute.model.
Metadata
Array of key/value pairs.
setItems(List<Network>)
- Method in class com.google.api.services.compute.model.
NetworkList
The network resources.
setItems(List<Operation>)
- Method in class com.google.api.services.compute.model.
OperationList
The operation resources.
setItems(List<Snapshot>)
- Method in class com.google.api.services.compute.model.
SnapshotList
The persistent snapshot resources.
setItems(List<Zone>)
- Method in class com.google.api.services.compute.model.
ZoneList
The zone resources.
setKernel(String)
- Method in class com.google.api.services.compute.
Compute.Kernels.Get
Name of the kernel resource to return.
setKey(String)
- Method in class com.google.api.services.compute.
Compute.Disks.Delete
setKey(String)
- Method in class com.google.api.services.compute.
Compute.Disks.Get
setKey(String)
- Method in class com.google.api.services.compute.
Compute.Disks.Insert
setKey(String)
- Method in class com.google.api.services.compute.
Compute.Disks.List
setKey(String)
- Method in class com.google.api.services.compute.
Compute.Firewalls.Delete
setKey(String)
- Method in class com.google.api.services.compute.
Compute.Firewalls.Get
setKey(String)
- Method in class com.google.api.services.compute.
Compute.Firewalls.Insert
setKey(String)
- Method in class com.google.api.services.compute.
Compute.Firewalls.List
setKey(String)
- Method in class com.google.api.services.compute.
Compute.Firewalls.Patch
setKey(String)
- Method in class com.google.api.services.compute.
Compute.Firewalls.Update
setKey(String)
- Method in class com.google.api.services.compute.
Compute.Images.Delete
setKey(String)
- Method in class com.google.api.services.compute.
Compute.Images.Get
setKey(String)
- Method in class com.google.api.services.compute.
Compute.Images.Insert
setKey(String)
- Method in class com.google.api.services.compute.
Compute.Images.List
setKey(String)
- Method in class com.google.api.services.compute.
Compute.Instances.AddAccessConfig
setKey(String)
- Method in class com.google.api.services.compute.
Compute.Instances.Delete
setKey(String)
- Method in class com.google.api.services.compute.
Compute.Instances.DeleteAccessConfig
setKey(String)
- Method in class com.google.api.services.compute.
Compute.Instances.Get
setKey(String)
- Method in class com.google.api.services.compute.
Compute.Instances.GetSerialPortOutput
setKey(String)
- Method in class com.google.api.services.compute.
Compute.Instances.Insert
setKey(String)
- Method in class com.google.api.services.compute.
Compute.Instances.List
setKey(String)
- Method in class com.google.api.services.compute.
Compute.Kernels.Get
setKey(String)
- Method in class com.google.api.services.compute.
Compute.Kernels.List
setKey(String)
- Method in class com.google.api.services.compute.
Compute.MachineTypes.Get
setKey(String)
- Method in class com.google.api.services.compute.
Compute.MachineTypes.List
setKey(String)
- Method in class com.google.api.services.compute.
Compute.Networks.Delete
setKey(String)
- Method in class com.google.api.services.compute.
Compute.Networks.Get
setKey(String)
- Method in class com.google.api.services.compute.
Compute.Networks.Insert
setKey(String)
- Method in class com.google.api.services.compute.
Compute.Networks.List
setKey(String)
- Method in class com.google.api.services.compute.
Compute.Operations.Delete
setKey(String)
- Method in class com.google.api.services.compute.
Compute.Operations.Get
setKey(String)
- Method in class com.google.api.services.compute.
Compute.Operations.List
setKey(String)
- Method in class com.google.api.services.compute.
Compute.Projects.Get
setKey(String)
- Method in class com.google.api.services.compute.
Compute.Projects.SetCommonInstanceMetadata
setKey(String)
- Method in class com.google.api.services.compute.
Compute.Snapshots.Delete
setKey(String)
- Method in class com.google.api.services.compute.
Compute.Snapshots.Get
setKey(String)
- Method in class com.google.api.services.compute.
Compute.Snapshots.Insert
setKey(String)
- Method in class com.google.api.services.compute.
Compute.Snapshots.List
setKey(String)
- Method in class com.google.api.services.compute.
Compute.Zones.Get
setKey(String)
- Method in class com.google.api.services.compute.
Compute.Zones.List
setKey(String)
- Method in class com.google.api.services.compute.
ComputeRequest
API key.
setKey(String)
- Method in class com.google.api.services.compute.model.
Metadata.Items
Key for the metadata entry.
setKind(String)
- Method in class com.google.api.services.compute.model.
AccessConfig
Type of the resource.
setKind(String)
- Method in class com.google.api.services.compute.model.
AttachedDisk
Type of the resource.
setKind(String)
- Method in class com.google.api.services.compute.model.
Disk
Type of the resource.
setKind(String)
- Method in class com.google.api.services.compute.model.
DiskList
Type of resource.
setKind(String)
- Method in class com.google.api.services.compute.model.
Firewall
Type of the resource.
setKind(String)
- Method in class com.google.api.services.compute.model.
FirewallList
Type of resource.
setKind(String)
- Method in class com.google.api.services.compute.model.
Image
Type of the resource.
setKind(String)
- Method in class com.google.api.services.compute.model.
ImageList
Type of resource.
setKind(String)
- Method in class com.google.api.services.compute.model.
Instance
Type of the resource.
setKind(String)
- Method in class com.google.api.services.compute.model.
InstanceList
Type of resource.
setKind(String)
- Method in class com.google.api.services.compute.model.
Kernel
Type of the resource.
setKind(String)
- Method in class com.google.api.services.compute.model.
KernelList
Type of resource.
setKind(String)
- Method in class com.google.api.services.compute.model.
MachineType
Type of the resource.
setKind(String)
- Method in class com.google.api.services.compute.model.
MachineTypeList
Type of resource.
setKind(String)
- Method in class com.google.api.services.compute.model.
Metadata
Type of the resource.
setKind(String)
- Method in class com.google.api.services.compute.model.
Network
Type of the resource.
setKind(String)
- Method in class com.google.api.services.compute.model.
NetworkInterface
Type of the resource.
setKind(String)
- Method in class com.google.api.services.compute.model.
NetworkList
Type of resource.
setKind(String)
- Method in class com.google.api.services.compute.model.
Operation
Type of the resource.
setKind(String)
- Method in class com.google.api.services.compute.model.
OperationList
Type of resource.
setKind(String)
- Method in class com.google.api.services.compute.model.
Project
Type of the resource.
setKind(String)
- Method in class com.google.api.services.compute.model.
SerialPortOutput
Type of the resource.
setKind(String)
- Method in class com.google.api.services.compute.model.
ServiceAccount
Type of the resource.
setKind(String)
- Method in class com.google.api.services.compute.model.
Snapshot
Type of the resource.
setKind(String)
- Method in class com.google.api.services.compute.model.
SnapshotList
Type of resource.
setKind(String)
- Method in class com.google.api.services.compute.model.
Zone
Type of the resource.
setKind(String)
- Method in class com.google.api.services.compute.model.
ZoneList
Type of resource.
setLimit(Double)
- Method in class com.google.api.services.compute.model.
Project.Quotas
Quota limit for this metric.
setLocation(String)
- Method in class com.google.api.services.compute.model.
Operation.Error.Errors
Indicates the field in the request which caused the error.
setMachineType(String)
- Method in class com.google.api.services.compute.
Compute.MachineTypes.Get
Name of the machine type resource to return.
setMachineType(String)
- Method in class com.google.api.services.compute.model.
Instance
URL of the machine type resource describing which machine type to use to host the instance; provided by the client when the instance is created.
setMaintenanceWindows(List<Zone.MaintenanceWindows>)
- Method in class com.google.api.services.compute.model.
Zone
Scheduled maintenance windows for the zone.
setMaximumPersistentDisks(Integer)
- Method in class com.google.api.services.compute.model.
MachineType
Maximum persistent disks allowed.
setMaximumPersistentDisksSizeGb(Long)
- Method in class com.google.api.services.compute.model.
MachineType
Maximum total persistent disks size (GB) allowed.
setMaxResults(Long)
- Method in class com.google.api.services.compute.
Compute.Disks.List
Optional.
setMaxResults(Long)
- Method in class com.google.api.services.compute.
Compute.Firewalls.List
Optional.
setMaxResults(Long)
- Method in class com.google.api.services.compute.
Compute.Images.List
Optional.
setMaxResults(Long)
- Method in class com.google.api.services.compute.
Compute.Instances.List
Optional.
setMaxResults(Long)
- Method in class com.google.api.services.compute.
Compute.Kernels.List
Optional.
setMaxResults(Long)
- Method in class com.google.api.services.compute.
Compute.MachineTypes.List
Optional.
setMaxResults(Long)
- Method in class com.google.api.services.compute.
Compute.Networks.List
Optional.
setMaxResults(Long)
- Method in class com.google.api.services.compute.
Compute.Operations.List
Optional.
setMaxResults(Long)
- Method in class com.google.api.services.compute.
Compute.Snapshots.List
Optional.
setMaxResults(Long)
- Method in class com.google.api.services.compute.
Compute.Zones.List
Optional.
setMemoryMb(Integer)
- Method in class com.google.api.services.compute.model.
MachineType
Physical memory assigned to the instance, defined in MB.
setMessage(String)
- Method in class com.google.api.services.compute.model.
Operation.Error.Errors
An optional, human-readable error message.
setMetadata(Metadata)
- Method in class com.google.api.services.compute.model.
Instance
Metadata key/value pairs assigned to this instance.
setMetric(String)
- Method in class com.google.api.services.compute.model.
Project.Quotas
Name of the quota metric.
setMode(String)
- Method in class com.google.api.services.compute.model.
AttachedDisk
The mode in which to attach this disk, either "READ_WRITE" or "READ_ONLY".
setName(String)
- Method in class com.google.api.services.compute.model.
AccessConfig
Name of this access configuration.
setName(String)
- Method in class com.google.api.services.compute.model.
Disk
Name of the resource; provided by the client when the resource is created.
setName(String)
- Method in class com.google.api.services.compute.model.
Firewall
Name of the resource; provided by the client when the resource is created.
setName(String)
- Method in class com.google.api.services.compute.model.
Image
Name of the resource; provided by the client when the resource is created.
setName(String)
- Method in class com.google.api.services.compute.model.
Instance
Name of the resource; provided by the client when the resource is created.
setName(String)
- Method in class com.google.api.services.compute.model.
Kernel
Name of the resource.
setName(String)
- Method in class com.google.api.services.compute.model.
MachineType
Name of the resource.
setName(String)
- Method in class com.google.api.services.compute.model.
Network
Name of the resource; provided by the client when the resource is created.
setName(String)
- Method in class com.google.api.services.compute.model.
NetworkInterface
Name of the resource, determined by the server; for network devices, these are e.g.
setName(String)
- Method in class com.google.api.services.compute.model.
Operation
Name of the resource.
setName(String)
- Method in class com.google.api.services.compute.model.
Project
Name of the resource.
setName(String)
- Method in class com.google.api.services.compute.model.
Snapshot
Name of the resource; provided by the client when the resource is created.
setName(String)
- Method in class com.google.api.services.compute.model.
Zone.MaintenanceWindows
Name of the maintenance window.
setName(String)
- Method in class com.google.api.services.compute.model.
Zone
Name of the resource.
setNatIP(String)
- Method in class com.google.api.services.compute.model.
AccessConfig
An external IP address associated with this instance.
setNetwork(String)
- Method in class com.google.api.services.compute.
Compute.Networks.Delete
Name of the network resource to delete.
setNetwork(String)
- Method in class com.google.api.services.compute.
Compute.Networks.Get
Name of the network resource to return.
setNetwork(String)
- Method in class com.google.api.services.compute.model.
Firewall
URL of the network to which this firewall is applied; provided by the client when the firewall is created.
setNetwork(String)
- Method in class com.google.api.services.compute.model.
NetworkInterface
URL of the network resource attached to this interface.
setNetworkInterface(String)
- Method in class com.google.api.services.compute.
Compute.Instances.AddAccessConfig
Network interface name.
setNetworkInterface(String)
- Method in class com.google.api.services.compute.
Compute.Instances.DeleteAccessConfig
Network interface name.
setNetworkInterfaces(List<NetworkInterface>)
- Method in class com.google.api.services.compute.model.
Instance
Array of configurations for this interface.
setNetworkIP(String)
- Method in class com.google.api.services.compute.model.
NetworkInterface
An optional IPV4 internal network address to assign to this instance.
setNextPageToken(String)
- Method in class com.google.api.services.compute.model.
DiskList
A token used to continue a truncated list request (output only).
setNextPageToken(String)
- Method in class com.google.api.services.compute.model.
FirewallList
A token used to continue a truncated list request (output only).
setNextPageToken(String)
- Method in class com.google.api.services.compute.model.
ImageList
A token used to continue a truncated list request (output only).
setNextPageToken(String)
- Method in class com.google.api.services.compute.model.
InstanceList
A token used to continue a truncated list request (output only).
setNextPageToken(String)
- Method in class com.google.api.services.compute.model.
KernelList
A token used to continue a truncated list request (output only).
setNextPageToken(String)
- Method in class com.google.api.services.compute.model.
MachineTypeList
A token used to continue a truncated list request (output only).
setNextPageToken(String)
- Method in class com.google.api.services.compute.model.
NetworkList
A token used to continue a truncated list request (output only).
setNextPageToken(String)
- Method in class com.google.api.services.compute.model.
OperationList
A token used to continue a truncated list request (output only).
setNextPageToken(String)
- Method in class com.google.api.services.compute.model.
SnapshotList
A token used to continue a truncated list request (output only).
setNextPageToken(String)
- Method in class com.google.api.services.compute.model.
ZoneList
A token used to continue a truncated list request (output only).
setOauthToken(String)
- Method in class com.google.api.services.compute.
Compute.Disks.Delete
setOauthToken(String)
- Method in class com.google.api.services.compute.
Compute.Disks.Get
setOauthToken(String)
- Method in class com.google.api.services.compute.
Compute.Disks.Insert
setOauthToken(String)
- Method in class com.google.api.services.compute.
Compute.Disks.List
setOauthToken(String)
- Method in class com.google.api.services.compute.
Compute.Firewalls.Delete
setOauthToken(String)
- Method in class com.google.api.services.compute.
Compute.Firewalls.Get
setOauthToken(String)
- Method in class com.google.api.services.compute.
Compute.Firewalls.Insert
setOauthToken(String)
- Method in class com.google.api.services.compute.
Compute.Firewalls.List
setOauthToken(String)
- Method in class com.google.api.services.compute.
Compute.Firewalls.Patch
setOauthToken(String)
- Method in class com.google.api.services.compute.
Compute.Firewalls.Update
setOauthToken(String)
- Method in class com.google.api.services.compute.
Compute.Images.Delete
setOauthToken(String)
- Method in class com.google.api.services.compute.
Compute.Images.Get
setOauthToken(String)
- Method in class com.google.api.services.compute.
Compute.Images.Insert
setOauthToken(String)
- Method in class com.google.api.services.compute.
Compute.Images.List
setOauthToken(String)
- Method in class com.google.api.services.compute.
Compute.Instances.AddAccessConfig
setOauthToken(String)
- Method in class com.google.api.services.compute.
Compute.Instances.Delete
setOauthToken(String)
- Method in class com.google.api.services.compute.
Compute.Instances.DeleteAccessConfig
setOauthToken(String)
- Method in class com.google.api.services.compute.
Compute.Instances.Get
setOauthToken(String)
- Method in class com.google.api.services.compute.
Compute.Instances.GetSerialPortOutput
setOauthToken(String)
- Method in class com.google.api.services.compute.
Compute.Instances.Insert
setOauthToken(String)
- Method in class com.google.api.services.compute.
Compute.Instances.List
setOauthToken(String)
- Method in class com.google.api.services.compute.
Compute.Kernels.Get
setOauthToken(String)
- Method in class com.google.api.services.compute.
Compute.Kernels.List
setOauthToken(String)
- Method in class com.google.api.services.compute.
Compute.MachineTypes.Get
setOauthToken(String)
- Method in class com.google.api.services.compute.
Compute.MachineTypes.List
setOauthToken(String)
- Method in class com.google.api.services.compute.
Compute.Networks.Delete
setOauthToken(String)
- Method in class com.google.api.services.compute.
Compute.Networks.Get
setOauthToken(String)
- Method in class com.google.api.services.compute.
Compute.Networks.Insert
setOauthToken(String)
- Method in class com.google.api.services.compute.
Compute.Networks.List
setOauthToken(String)
- Method in class com.google.api.services.compute.
Compute.Operations.Delete
setOauthToken(String)
- Method in class com.google.api.services.compute.
Compute.Operations.Get
setOauthToken(String)
- Method in class com.google.api.services.compute.
Compute.Operations.List
setOauthToken(String)
- Method in class com.google.api.services.compute.
Compute.Projects.Get
setOauthToken(String)
- Method in class com.google.api.services.compute.
Compute.Projects.SetCommonInstanceMetadata
setOauthToken(String)
- Method in class com.google.api.services.compute.
Compute.Snapshots.Delete
setOauthToken(String)
- Method in class com.google.api.services.compute.
Compute.Snapshots.Get
setOauthToken(String)
- Method in class com.google.api.services.compute.
Compute.Snapshots.Insert
setOauthToken(String)
- Method in class com.google.api.services.compute.
Compute.Snapshots.List
setOauthToken(String)
- Method in class com.google.api.services.compute.
Compute.Zones.Get
setOauthToken(String)
- Method in class com.google.api.services.compute.
Compute.Zones.List
setOauthToken(String)
- Method in class com.google.api.services.compute.
ComputeRequest
OAuth 2.0 token for the current user.
setOperation(String)
- Method in class com.google.api.services.compute.
Compute.Operations.Delete
Name of the operation resource to delete.
setOperation(String)
- Method in class com.google.api.services.compute.
Compute.Operations.Get
Name of the operation resource to return.
setOperationType(String)
- Method in class com.google.api.services.compute.model.
Operation
Type of the operation.
setOptions(String)
- Method in class com.google.api.services.compute.model.
Disk
Internal use only.
setPageToken(String)
- Method in class com.google.api.services.compute.
Compute.Disks.List
Optional.
setPageToken(String)
- Method in class com.google.api.services.compute.
Compute.Firewalls.List
Optional.
setPageToken(String)
- Method in class com.google.api.services.compute.
Compute.Images.List
Optional.
setPageToken(String)
- Method in class com.google.api.services.compute.
Compute.Instances.List
Optional.
setPageToken(String)
- Method in class com.google.api.services.compute.
Compute.Kernels.List
Optional.
setPageToken(String)
- Method in class com.google.api.services.compute.
Compute.MachineTypes.List
Optional.
setPageToken(String)
- Method in class com.google.api.services.compute.
Compute.Networks.List
Optional.
setPageToken(String)
- Method in class com.google.api.services.compute.
Compute.Operations.List
Optional.
setPageToken(String)
- Method in class com.google.api.services.compute.
Compute.Snapshots.List
Optional.
setPageToken(String)
- Method in class com.google.api.services.compute.
Compute.Zones.List
Optional.
setPorts(List<String>)
- Method in class com.google.api.services.compute.model.
Firewall.Allowed
An optional list of ports which are allowed.
setPreferredKernel(String)
- Method in class com.google.api.services.compute.model.
Image
An optional URL of the preferred kernel for use with this disk image.
setPrettyPrint(Boolean)
- Method in class com.google.api.services.compute.
Compute.Disks.Delete
setPrettyPrint(Boolean)
- Method in class com.google.api.services.compute.
Compute.Disks.Get
setPrettyPrint(Boolean)
- Method in class com.google.api.services.compute.
Compute.Disks.Insert
setPrettyPrint(Boolean)
- Method in class com.google.api.services.compute.
Compute.Disks.List
setPrettyPrint(Boolean)
- Method in class com.google.api.services.compute.
Compute.Firewalls.Delete
setPrettyPrint(Boolean)
- Method in class com.google.api.services.compute.
Compute.Firewalls.Get
setPrettyPrint(Boolean)
- Method in class com.google.api.services.compute.
Compute.Firewalls.Insert
setPrettyPrint(Boolean)
- Method in class com.google.api.services.compute.
Compute.Firewalls.List
setPrettyPrint(Boolean)
- Method in class com.google.api.services.compute.
Compute.Firewalls.Patch
setPrettyPrint(Boolean)
- Method in class com.google.api.services.compute.
Compute.Firewalls.Update
setPrettyPrint(Boolean)
- Method in class com.google.api.services.compute.
Compute.Images.Delete
setPrettyPrint(Boolean)
- Method in class com.google.api.services.compute.
Compute.Images.Get
setPrettyPrint(Boolean)
- Method in class com.google.api.services.compute.
Compute.Images.Insert
setPrettyPrint(Boolean)
- Method in class com.google.api.services.compute.
Compute.Images.List
setPrettyPrint(Boolean)
- Method in class com.google.api.services.compute.
Compute.Instances.AddAccessConfig
setPrettyPrint(Boolean)
- Method in class com.google.api.services.compute.
Compute.Instances.Delete
setPrettyPrint(Boolean)
- Method in class com.google.api.services.compute.
Compute.Instances.DeleteAccessConfig
setPrettyPrint(Boolean)
- Method in class com.google.api.services.compute.
Compute.Instances.Get
setPrettyPrint(Boolean)
- Method in class com.google.api.services.compute.
Compute.Instances.GetSerialPortOutput
setPrettyPrint(Boolean)
- Method in class com.google.api.services.compute.
Compute.Instances.Insert
setPrettyPrint(Boolean)
- Method in class com.google.api.services.compute.
Compute.Instances.List
setPrettyPrint(Boolean)
- Method in class com.google.api.services.compute.
Compute.Kernels.Get
setPrettyPrint(Boolean)
- Method in class com.google.api.services.compute.
Compute.Kernels.List
setPrettyPrint(Boolean)
- Method in class com.google.api.services.compute.
Compute.MachineTypes.Get
setPrettyPrint(Boolean)
- Method in class com.google.api.services.compute.
Compute.MachineTypes.List
setPrettyPrint(Boolean)
- Method in class com.google.api.services.compute.
Compute.Networks.Delete
setPrettyPrint(Boolean)
- Method in class com.google.api.services.compute.
Compute.Networks.Get
setPrettyPrint(Boolean)
- Method in class com.google.api.services.compute.
Compute.Networks.Insert
setPrettyPrint(Boolean)
- Method in class com.google.api.services.compute.
Compute.Networks.List
setPrettyPrint(Boolean)
- Method in class com.google.api.services.compute.
Compute.Operations.Delete
setPrettyPrint(Boolean)
- Method in class com.google.api.services.compute.
Compute.Operations.Get
setPrettyPrint(Boolean)
- Method in class com.google.api.services.compute.
Compute.Operations.List
setPrettyPrint(Boolean)
- Method in class com.google.api.services.compute.
Compute.Projects.Get
setPrettyPrint(Boolean)
- Method in class com.google.api.services.compute.
Compute.Projects.SetCommonInstanceMetadata
setPrettyPrint(Boolean)
- Method in class com.google.api.services.compute.
Compute.Snapshots.Delete
setPrettyPrint(Boolean)
- Method in class com.google.api.services.compute.
Compute.Snapshots.Get
setPrettyPrint(Boolean)
- Method in class com.google.api.services.compute.
Compute.Snapshots.Insert
setPrettyPrint(Boolean)
- Method in class com.google.api.services.compute.
Compute.Snapshots.List
setPrettyPrint(Boolean)
- Method in class com.google.api.services.compute.
Compute.Zones.Get
setPrettyPrint(Boolean)
- Method in class com.google.api.services.compute.
Compute.Zones.List
setPrettyPrint(Boolean)
- Method in class com.google.api.services.compute.
ComputeRequest
Returns response with indentations and line breaks.
setProgress(Integer)
- Method in class com.google.api.services.compute.model.
Operation
An optional progress indicator that ranges from 0 to 100.
setProject(String)
- Method in class com.google.api.services.compute.
Compute.Disks.Delete
Name of the project scoping this request.
setProject(String)
- Method in class com.google.api.services.compute.
Compute.Disks.Get
Name of the project scoping this request.
setProject(String)
- Method in class com.google.api.services.compute.
Compute.Disks.Insert
Name of the project scoping this request.
setProject(String)
- Method in class com.google.api.services.compute.
Compute.Disks.List
Name of the project scoping this request.
setProject(String)
- Method in class com.google.api.services.compute.
Compute.Firewalls.Delete
Name of the project scoping this request.
setProject(String)
- Method in class com.google.api.services.compute.
Compute.Firewalls.Get
Name of the project scoping this request.
setProject(String)
- Method in class com.google.api.services.compute.
Compute.Firewalls.Insert
Name of the project scoping this request.
setProject(String)
- Method in class com.google.api.services.compute.
Compute.Firewalls.List
Name of the project scoping this request.
setProject(String)
- Method in class com.google.api.services.compute.
Compute.Firewalls.Patch
Name of the project scoping this request.
setProject(String)
- Method in class com.google.api.services.compute.
Compute.Firewalls.Update
Name of the project scoping this request.
setProject(String)
- Method in class com.google.api.services.compute.
Compute.Images.Delete
Name of the project scoping this request.
setProject(String)
- Method in class com.google.api.services.compute.
Compute.Images.Get
Name of the project scoping this request.
setProject(String)
- Method in class com.google.api.services.compute.
Compute.Images.Insert
Name of the project scoping this request.
setProject(String)
- Method in class com.google.api.services.compute.
Compute.Images.List
Name of the project scoping this request.
setProject(String)
- Method in class com.google.api.services.compute.
Compute.Instances.AddAccessConfig
Project name.
setProject(String)
- Method in class com.google.api.services.compute.
Compute.Instances.Delete
Name of the project scoping this request.
setProject(String)
- Method in class com.google.api.services.compute.
Compute.Instances.DeleteAccessConfig
Project name.
setProject(String)
- Method in class com.google.api.services.compute.
Compute.Instances.Get
Name of the project scoping this request.
setProject(String)
- Method in class com.google.api.services.compute.
Compute.Instances.GetSerialPortOutput
Name of the project scoping this request.
setProject(String)
- Method in class com.google.api.services.compute.
Compute.Instances.Insert
Name of the project scoping this request.
setProject(String)
- Method in class com.google.api.services.compute.
Compute.Instances.List
Name of the project scoping this request.
setProject(String)
- Method in class com.google.api.services.compute.
Compute.Kernels.Get
Name of the project scoping this request.
setProject(String)
- Method in class com.google.api.services.compute.
Compute.Kernels.List
Name of the project scoping this request.
setProject(String)
- Method in class com.google.api.services.compute.
Compute.MachineTypes.Get
Name of the project scoping this request.
setProject(String)
- Method in class com.google.api.services.compute.
Compute.MachineTypes.List
Name of the project scoping this request.
setProject(String)
- Method in class com.google.api.services.compute.
Compute.Networks.Delete
Name of the project scoping this request.
setProject(String)
- Method in class com.google.api.services.compute.
Compute.Networks.Get
Name of the project scoping this request.
setProject(String)
- Method in class com.google.api.services.compute.
Compute.Networks.Insert
Name of the project scoping this request.
setProject(String)
- Method in class com.google.api.services.compute.
Compute.Networks.List
Name of the project scoping this request.
setProject(String)
- Method in class com.google.api.services.compute.
Compute.Operations.Delete
Name of the project scoping this request.
setProject(String)
- Method in class com.google.api.services.compute.
Compute.Operations.Get
Name of the project scoping this request.
setProject(String)
- Method in class com.google.api.services.compute.
Compute.Operations.List
Name of the project scoping this request.
setProject(String)
- Method in class com.google.api.services.compute.
Compute.Projects.Get
Name of the project resource to retrieve.
setProject(String)
- Method in class com.google.api.services.compute.
Compute.Projects.SetCommonInstanceMetadata
Name of the project scoping this request.
setProject(String)
- Method in class com.google.api.services.compute.
Compute.Snapshots.Delete
Name of the project scoping this request.
setProject(String)
- Method in class com.google.api.services.compute.
Compute.Snapshots.Get
Name of the project scoping this request.
setProject(String)
- Method in class com.google.api.services.compute.
Compute.Snapshots.Insert
Name of the project scoping this request.
setProject(String)
- Method in class com.google.api.services.compute.
Compute.Snapshots.List
Name of the project scoping this request.
setProject(String)
- Method in class com.google.api.services.compute.
Compute.Zones.Get
Name of the project scoping this request.
setProject(String)
- Method in class com.google.api.services.compute.
Compute.Zones.List
Name of the project scoping this request.
setQuotas(List<Project.Quotas>)
- Method in class com.google.api.services.compute.model.
Project
Quotas assigned to this project.
setQuotaUser(String)
- Method in class com.google.api.services.compute.
Compute.Disks.Delete
setQuotaUser(String)
- Method in class com.google.api.services.compute.
Compute.Disks.Get
setQuotaUser(String)
- Method in class com.google.api.services.compute.
Compute.Disks.Insert
setQuotaUser(String)
- Method in class com.google.api.services.compute.
Compute.Disks.List
setQuotaUser(String)
- Method in class com.google.api.services.compute.
Compute.Firewalls.Delete
setQuotaUser(String)
- Method in class com.google.api.services.compute.
Compute.Firewalls.Get
setQuotaUser(String)
- Method in class com.google.api.services.compute.
Compute.Firewalls.Insert
setQuotaUser(String)
- Method in class com.google.api.services.compute.
Compute.Firewalls.List
setQuotaUser(String)
- Method in class com.google.api.services.compute.
Compute.Firewalls.Patch
setQuotaUser(String)
- Method in class com.google.api.services.compute.
Compute.Firewalls.Update
setQuotaUser(String)
- Method in class com.google.api.services.compute.
Compute.Images.Delete
setQuotaUser(String)
- Method in class com.google.api.services.compute.
Compute.Images.Get
setQuotaUser(String)
- Method in class com.google.api.services.compute.
Compute.Images.Insert
setQuotaUser(String)
- Method in class com.google.api.services.compute.
Compute.Images.List
setQuotaUser(String)
- Method in class com.google.api.services.compute.
Compute.Instances.AddAccessConfig
setQuotaUser(String)
- Method in class com.google.api.services.compute.
Compute.Instances.Delete
setQuotaUser(String)
- Method in class com.google.api.services.compute.
Compute.Instances.DeleteAccessConfig
setQuotaUser(String)
- Method in class com.google.api.services.compute.
Compute.Instances.Get
setQuotaUser(String)
- Method in class com.google.api.services.compute.
Compute.Instances.GetSerialPortOutput
setQuotaUser(String)
- Method in class com.google.api.services.compute.
Compute.Instances.Insert
setQuotaUser(String)
- Method in class com.google.api.services.compute.
Compute.Instances.List
setQuotaUser(String)
- Method in class com.google.api.services.compute.
Compute.Kernels.Get
setQuotaUser(String)
- Method in class com.google.api.services.compute.
Compute.Kernels.List
setQuotaUser(String)
- Method in class com.google.api.services.compute.
Compute.MachineTypes.Get
setQuotaUser(String)
- Method in class com.google.api.services.compute.
Compute.MachineTypes.List
setQuotaUser(String)
- Method in class com.google.api.services.compute.
Compute.Networks.Delete
setQuotaUser(String)
- Method in class com.google.api.services.compute.
Compute.Networks.Get
setQuotaUser(String)
- Method in class com.google.api.services.compute.
Compute.Networks.Insert
setQuotaUser(String)
- Method in class com.google.api.services.compute.
Compute.Networks.List
setQuotaUser(String)
- Method in class com.google.api.services.compute.
Compute.Operations.Delete
setQuotaUser(String)
- Method in class com.google.api.services.compute.
Compute.Operations.Get
setQuotaUser(String)
- Method in class com.google.api.services.compute.
Compute.Operations.List
setQuotaUser(String)
- Method in class com.google.api.services.compute.
Compute.Projects.Get
setQuotaUser(String)
- Method in class com.google.api.services.compute.
Compute.Projects.SetCommonInstanceMetadata
setQuotaUser(String)
- Method in class com.google.api.services.compute.
Compute.Snapshots.Delete
setQuotaUser(String)
- Method in class com.google.api.services.compute.
Compute.Snapshots.Get
setQuotaUser(String)
- Method in class com.google.api.services.compute.
Compute.Snapshots.Insert
setQuotaUser(String)
- Method in class com.google.api.services.compute.
Compute.Snapshots.List
setQuotaUser(String)
- Method in class com.google.api.services.compute.
Compute.Zones.Get
setQuotaUser(String)
- Method in class com.google.api.services.compute.
Compute.Zones.List
setQuotaUser(String)
- Method in class com.google.api.services.compute.
ComputeRequest
Available to use for quota purposes for server-side applications.
setRawDisk(Image.RawDisk)
- Method in class com.google.api.services.compute.model.
Image
The raw disk image parameters.
setRequestHeaders(HttpHeaders)
- Method in class com.google.api.services.compute.
ComputeRequest
setRootUrl(String)
- Method in class com.google.api.services.compute.
Compute.Builder
setScopes(List<String>)
- Method in class com.google.api.services.compute.model.
ServiceAccount
The list of scopes to be made available for this service account.
setSelfLink(String)
- Method in class com.google.api.services.compute.model.
Disk
Server defined URL for the resource (output only).
setSelfLink(String)
- Method in class com.google.api.services.compute.model.
DiskList
Server defined URL for this resource (output only).
setSelfLink(String)
- Method in class com.google.api.services.compute.model.
Firewall
Server defined URL for the resource (output only).
setSelfLink(String)
- Method in class com.google.api.services.compute.model.
FirewallList
Server defined URL for this resource (output only).
setSelfLink(String)
- Method in class com.google.api.services.compute.model.
Image
Server defined URL for the resource (output only).
setSelfLink(String)
- Method in class com.google.api.services.compute.model.
ImageList
Server defined URL for this resource (output only).
setSelfLink(String)
- Method in class com.google.api.services.compute.model.
Instance
Server defined URL for the resource (output only).
setSelfLink(String)
- Method in class com.google.api.services.compute.model.
InstanceList
Server defined URL for this resource (output only).
setSelfLink(String)
- Method in class com.google.api.services.compute.model.
Kernel
Server defined URL for the resource (output only).
setSelfLink(String)
- Method in class com.google.api.services.compute.model.
KernelList
Server defined URL for this resource (output only).
setSelfLink(String)
- Method in class com.google.api.services.compute.model.
MachineType
Server defined URL for the resource (output only).
setSelfLink(String)
- Method in class com.google.api.services.compute.model.
MachineTypeList
Server defined URL for this resource (output only).
setSelfLink(String)
- Method in class com.google.api.services.compute.model.
Network
Server defined URL for the resource (output only).
setSelfLink(String)
- Method in class com.google.api.services.compute.model.
NetworkList
Server defined URL for this resource (output only).
setSelfLink(String)
- Method in class com.google.api.services.compute.model.
Operation
Server defined URL for the resource (output only).
setSelfLink(String)
- Method in class com.google.api.services.compute.model.
OperationList
Server defined URL for this resource (output only).
setSelfLink(String)
- Method in class com.google.api.services.compute.model.
Project
Server defined URL for the resource (output only).
setSelfLink(String)
- Method in class com.google.api.services.compute.model.
SerialPortOutput
Server defined URL for the resource.
setSelfLink(String)
- Method in class com.google.api.services.compute.model.
Snapshot
Server defined URL for the resource (output only).
setSelfLink(String)
- Method in class com.google.api.services.compute.model.
SnapshotList
Server defined URL for this resource (output only).
setSelfLink(String)
- Method in class com.google.api.services.compute.model.
Zone
Server defined URL for the resource (output only).
setSelfLink(String)
- Method in class com.google.api.services.compute.model.
ZoneList
Server defined URL for this resource (output only).
setServiceAccounts(List<ServiceAccount>)
- Method in class com.google.api.services.compute.model.
Instance
A list of service accounts each with specified scopes, for which access tokens are to be made available to the instance through metadata queries.
setServicePath(String)
- Method in class com.google.api.services.compute.
Compute.Builder
setSha1Checksum(String)
- Method in class com.google.api.services.compute.model.
Image.RawDisk
An optional SHA1 checksum of the disk image before unpackaging; provided by the client when the disk image is created.
setSizeGb(Long)
- Method in class com.google.api.services.compute.model.
Disk
Size of the persistent disk, specified in GB.
setSnapshot(String)
- Method in class com.google.api.services.compute.
Compute.Snapshots.Delete
Name of the persistent disk snapshot resource to delete.
setSnapshot(String)
- Method in class com.google.api.services.compute.
Compute.Snapshots.Get
Name of the persistent disk snapshot resource to return.
setSource(String)
- Method in class com.google.api.services.compute.model.
AttachedDisk
Persistent disk only; the URL of the persistent disk resource.
setSource(String)
- Method in class com.google.api.services.compute.model.
Image.DiskSnapshot
URL of the disk snapshot.
setSource(String)
- Method in class com.google.api.services.compute.model.
Image.RawDisk
The full Google Cloud Storage URL where the disk image is stored; provided by the client when the disk image is created.
setSourceDisk(String)
- Method in class com.google.api.services.compute.model.
Snapshot
The source disk used to create this snapshot.
setSourceDiskId(String)
- Method in class com.google.api.services.compute.model.
Snapshot
The 'id' value of the disk used to create this snapshot.
setSourceRanges(List<String>)
- Method in class com.google.api.services.compute.model.
Firewall
A list of IP address blocks expressed in CIDR format which this rule applies to.
setSourceSnapshot(String)
- Method in class com.google.api.services.compute.model.
Disk
The source snapshot used to create this disk.
setSourceSnapshotId(String)
- Method in class com.google.api.services.compute.model.
Disk
The 'id' value of the snapshot used to create this disk.
setSourceTags(List<String>)
- Method in class com.google.api.services.compute.model.
Firewall
A list of instance tags which this rule applies to.
setSourceType(String)
- Method in class com.google.api.services.compute.model.
Image
Must be "RAW"; provided by the client when the disk image is created.
setStartTime(String)
- Method in class com.google.api.services.compute.model.
Operation
The time that this operation was started by the server.
setStatus(String)
- Method in class com.google.api.services.compute.model.
Disk
The status of disk creation (output only).
setStatus(String)
- Method in class com.google.api.services.compute.model.
Instance
Instance status.
setStatus(String)
- Method in class com.google.api.services.compute.model.
Operation
Status of the operation.
setStatus(String)
- Method in class com.google.api.services.compute.model.
Snapshot
The status of the persistent disk snapshot (output only).
setStatus(String)
- Method in class com.google.api.services.compute.model.
Zone
Status of the zone.
setStatusMessage(String)
- Method in class com.google.api.services.compute.model.
Instance
An optional, human-readable explanation of the status (output only).
setStatusMessage(String)
- Method in class com.google.api.services.compute.model.
Operation
An optional textual description of the current status of the operation (output only).
setSuppressPatternChecks(boolean)
- Method in class com.google.api.services.compute.
Compute.Builder
setTags(List<String>)
- Method in class com.google.api.services.compute.model.
Instance
An optional set of tags applied to this instance.
setTargetId(UnsignedLong)
- Method in class com.google.api.services.compute.model.
Operation
Unique target id which identifies a particular incarnation of the target (output only).
setTargetLink(String)
- Method in class com.google.api.services.compute.model.
Operation
URL of the resource the operation is mutating (output only).
setTargetTags(List<String>)
- Method in class com.google.api.services.compute.model.
Firewall
A list of instance tags indicating sets of instances located on network which may make network connections as specified in allowed.
setType(String)
- Method in class com.google.api.services.compute.model.
AccessConfig
Type of configuration.
setType(String)
- Method in class com.google.api.services.compute.model.
AttachedDisk
Type of the disk, either "EPHEMERAL" or "PERSISTENT".
setUsage(Double)
- Method in class com.google.api.services.compute.model.
Project.Quotas
Current usage of this metric.
setUser(String)
- Method in class com.google.api.services.compute.model.
Operation
User who requested the operation, for example "
[email protected]
" (output only).
setUserIp(String)
- Method in class com.google.api.services.compute.
Compute.Disks.Delete
setUserIp(String)
- Method in class com.google.api.services.compute.
Compute.Disks.Get
setUserIp(String)
- Method in class com.google.api.services.compute.
Compute.Disks.Insert
setUserIp(String)
- Method in class com.google.api.services.compute.
Compute.Disks.List
setUserIp(String)
- Method in class com.google.api.services.compute.
Compute.Firewalls.Delete
setUserIp(String)
- Method in class com.google.api.services.compute.
Compute.Firewalls.Get
setUserIp(String)
- Method in class com.google.api.services.compute.
Compute.Firewalls.Insert
setUserIp(String)
- Method in class com.google.api.services.compute.
Compute.Firewalls.List
setUserIp(String)
- Method in class com.google.api.services.compute.
Compute.Firewalls.Patch
setUserIp(String)
- Method in class com.google.api.services.compute.
Compute.Firewalls.Update
setUserIp(String)
- Method in class com.google.api.services.compute.
Compute.Images.Delete
setUserIp(String)
- Method in class com.google.api.services.compute.
Compute.Images.Get
setUserIp(String)
- Method in class com.google.api.services.compute.
Compute.Images.Insert
setUserIp(String)
- Method in class com.google.api.services.compute.
Compute.Images.List
setUserIp(String)
- Method in class com.google.api.services.compute.
Compute.Instances.AddAccessConfig
setUserIp(String)
- Method in class com.google.api.services.compute.
Compute.Instances.Delete
setUserIp(String)
- Method in class com.google.api.services.compute.
Compute.Instances.DeleteAccessConfig
setUserIp(String)
- Method in class com.google.api.services.compute.
Compute.Instances.Get
setUserIp(String)
- Method in class com.google.api.services.compute.
Compute.Instances.GetSerialPortOutput
setUserIp(String)
- Method in class com.google.api.services.compute.
Compute.Instances.Insert
setUserIp(String)
- Method in class com.google.api.services.compute.
Compute.Instances.List
setUserIp(String)
- Method in class com.google.api.services.compute.
Compute.Kernels.Get
setUserIp(String)
- Method in class com.google.api.services.compute.
Compute.Kernels.List
setUserIp(String)
- Method in class com.google.api.services.compute.
Compute.MachineTypes.Get
setUserIp(String)
- Method in class com.google.api.services.compute.
Compute.MachineTypes.List
setUserIp(String)
- Method in class com.google.api.services.compute.
Compute.Networks.Delete
setUserIp(String)
- Method in class com.google.api.services.compute.
Compute.Networks.Get
setUserIp(String)
- Method in class com.google.api.services.compute.
Compute.Networks.Insert
setUserIp(String)
- Method in class com.google.api.services.compute.
Compute.Networks.List
setUserIp(String)
- Method in class com.google.api.services.compute.
Compute.Operations.Delete
setUserIp(String)
- Method in class com.google.api.services.compute.
Compute.Operations.Get
setUserIp(String)
- Method in class com.google.api.services.compute.
Compute.Operations.List
setUserIp(String)
- Method in class com.google.api.services.compute.
Compute.Projects.Get
setUserIp(String)
- Method in class com.google.api.services.compute.
Compute.Projects.SetCommonInstanceMetadata
setUserIp(String)
- Method in class com.google.api.services.compute.
Compute.Snapshots.Delete
setUserIp(String)
- Method in class com.google.api.services.compute.
Compute.Snapshots.Get
setUserIp(String)
- Method in class com.google.api.services.compute.
Compute.Snapshots.Insert
setUserIp(String)
- Method in class com.google.api.services.compute.
Compute.Snapshots.List
setUserIp(String)
- Method in class com.google.api.services.compute.
Compute.Zones.Get
setUserIp(String)
- Method in class com.google.api.services.compute.
Compute.Zones.List
setUserIp(String)
- Method in class com.google.api.services.compute.
ComputeRequest
IP address of the site where the request originates.
setValue(String)
- Method in class com.google.api.services.compute.model.
Metadata.Items
Value for the metadata entry.
setZone(String)
- Method in class com.google.api.services.compute.
Compute.Zones.Get
Name of the zone resource to return.
setZone(String)
- Method in class com.google.api.services.compute.model.
Disk
URL for the zone where the persistent disk resides; provided by the client when the disk is created.
setZone(String)
- Method in class com.google.api.services.compute.model.
Instance
URL of the zone resource describing where this instance should be hosted; provided by the client when the instance is created.
Snapshot
- Class in
com.google.api.services.compute.model
A persistent disk snapshot resource.
Snapshot()
- Constructor for class com.google.api.services.compute.model.
Snapshot
SnapshotList
- Class in
com.google.api.services.compute.model
Contains a list of persistent disk snapshot resources.
SnapshotList()
- Constructor for class com.google.api.services.compute.model.
SnapshotList
snapshots()
- Method in class com.google.api.services.compute.
Compute
An accessor for creating requests from the Snapshots collection.
U
update(String, String, Firewall)
- Method in class com.google.api.services.compute.
Compute.Firewalls
Updates the specified firewall resource with the data included in the request.
Z
Zone
- Class in
com.google.api.services.compute.model
A zone resource.
Zone()
- Constructor for class com.google.api.services.compute.model.
Zone
Zone.MaintenanceWindows
- Class in
com.google.api.services.compute.model
Model definition for ZoneMaintenanceWindows.
Zone.MaintenanceWindows()
- Constructor for class com.google.api.services.compute.model.
Zone.MaintenanceWindows
ZoneList
- Class in
com.google.api.services.compute.model
Contains a list of zone resources.
ZoneList()
- Constructor for class com.google.api.services.compute.model.
ZoneList
zones()
- Method in class com.google.api.services.compute.
Compute
An accessor for creating requests from the Zones collection.
A
B
C
D
E
F
G
I
K
L
M
N
O
P
S
U
Z
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes