| Package | Description | 
|---|---|
| com.google.cloud | 
 Core classes for the  
google-cloud library. | 
| com.google.cloud.bigquery.spi.v2 | |
| com.google.cloud.compute.deprecated.spi.v1 | |
| com.google.cloud.resourcemanager.spi.v1beta1 | |
| com.google.cloud.storage.spi.v1 | 
| Modifier and Type | Method and Description | 
|---|---|
static <X,Y> Tuple<X,Y> | 
Tuple.of(X x,
  Y y)  | 
| Modifier and Type | Method and Description | 
|---|---|
Tuple<String,Iterable<com.google.api.services.bigquery.model.Dataset>> | 
HttpBigQueryRpc.listDatasets(String projectId,
            Map<BigQueryRpc.Option,?> options)  | 
Tuple<String,Iterable<com.google.api.services.bigquery.model.Dataset>> | 
BigQueryRpc.listDatasets(String projectId,
            Map<BigQueryRpc.Option,?> options)
Lists the provided project's datasets, keyed by page token. 
 | 
Tuple<String,Iterable<com.google.api.services.bigquery.model.Job>> | 
HttpBigQueryRpc.listJobs(String projectId,
        Map<BigQueryRpc.Option,?> options)  | 
Tuple<String,Iterable<com.google.api.services.bigquery.model.Job>> | 
BigQueryRpc.listJobs(String projectId,
        Map<BigQueryRpc.Option,?> options)
Lists the project's jobs. 
 | 
Tuple<String,Iterable<com.google.api.services.bigquery.model.Model>> | 
HttpBigQueryRpc.listModels(String projectId,
          String datasetId,
          Map<BigQueryRpc.Option,?> options)  | 
Tuple<String,Iterable<com.google.api.services.bigquery.model.Model>> | 
BigQueryRpc.listModels(String projectId,
          String dataset,
          Map<BigQueryRpc.Option,?> options)
Lists the dataset's models, keyed by page token. 
 | 
Tuple<String,Iterable<com.google.api.services.bigquery.model.Table>> | 
HttpBigQueryRpc.listTables(String projectId,
          String datasetId,
          Map<BigQueryRpc.Option,?> options)  | 
Tuple<String,Iterable<com.google.api.services.bigquery.model.Table>> | 
BigQueryRpc.listTables(String projectId,
          String dataset,
          Map<BigQueryRpc.Option,?> options)
Lists the dataset's tables, keyed by page token. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Tuple<String,Iterable<com.google.api.services.compute.model.Address>> | 
ComputeRpc.listAddresses(Map<ComputeRpc.Option,?> options)
Lists all addresses. 
 | 
Tuple<String,Iterable<com.google.api.services.compute.model.Address>> | 
HttpComputeRpc.listAddresses(Map<ComputeRpc.Option,?> options)  | 
Tuple<String,Iterable<com.google.api.services.compute.model.Disk>> | 
ComputeRpc.listDisks(Map<ComputeRpc.Option,?> options)
Lists disks for all zones. 
 | 
Tuple<String,Iterable<com.google.api.services.compute.model.Disk>> | 
HttpComputeRpc.listDisks(Map<ComputeRpc.Option,?> options)  | 
Tuple<String,Iterable<com.google.api.services.compute.model.Disk>> | 
ComputeRpc.listDisks(String zone,
         Map<ComputeRpc.Option,?> options)
Lists the disks for the provided zone. 
 | 
Tuple<String,Iterable<com.google.api.services.compute.model.Disk>> | 
HttpComputeRpc.listDisks(String zone,
         Map<ComputeRpc.Option,?> options)  | 
Tuple<String,Iterable<com.google.api.services.compute.model.DiskType>> | 
ComputeRpc.listDiskTypes(Map<ComputeRpc.Option,?> options)
Lists disk types. 
 | 
Tuple<String,Iterable<com.google.api.services.compute.model.DiskType>> | 
HttpComputeRpc.listDiskTypes(Map<ComputeRpc.Option,?> options)  | 
Tuple<String,Iterable<com.google.api.services.compute.model.DiskType>> | 
ComputeRpc.listDiskTypes(String zone,
             Map<ComputeRpc.Option,?> options)
Lists the disk types in the provided zone. 
 | 
Tuple<String,Iterable<com.google.api.services.compute.model.DiskType>> | 
HttpComputeRpc.listDiskTypes(String zone,
             Map<ComputeRpc.Option,?> options)  | 
Tuple<String,Iterable<com.google.api.services.compute.model.Address>> | 
ComputeRpc.listGlobalAddresses(Map<ComputeRpc.Option,?> options)
Lists the global addresses. 
 | 
Tuple<String,Iterable<com.google.api.services.compute.model.Address>> | 
HttpComputeRpc.listGlobalAddresses(Map<ComputeRpc.Option,?> options)  | 
Tuple<String,Iterable<com.google.api.services.compute.model.Operation>> | 
ComputeRpc.listGlobalOperations(Map<ComputeRpc.Option,?> options)
Lists the global operations. 
 | 
Tuple<String,Iterable<com.google.api.services.compute.model.Operation>> | 
HttpComputeRpc.listGlobalOperations(Map<ComputeRpc.Option,?> options)  | 
Tuple<String,Iterable<com.google.api.services.compute.model.Image>> | 
ComputeRpc.listImages(String project,
          Map<ComputeRpc.Option,?> options)
Lists images in the provided project that are available to the current user. 
 | 
Tuple<String,Iterable<com.google.api.services.compute.model.Image>> | 
HttpComputeRpc.listImages(String project,
          Map<ComputeRpc.Option,?> options)  | 
Tuple<String,Iterable<com.google.api.services.compute.model.Instance>> | 
ComputeRpc.listInstances(Map<ComputeRpc.Option,?> options)
Lists instances. 
 | 
Tuple<String,Iterable<com.google.api.services.compute.model.Instance>> | 
HttpComputeRpc.listInstances(Map<ComputeRpc.Option,?> options)  | 
Tuple<String,Iterable<com.google.api.services.compute.model.Instance>> | 
ComputeRpc.listInstances(String zone,
             Map<ComputeRpc.Option,?> options)
Lists instances for the provided zone. 
 | 
Tuple<String,Iterable<com.google.api.services.compute.model.Instance>> | 
HttpComputeRpc.listInstances(String zone,
             Map<ComputeRpc.Option,?> options)  | 
Tuple<String,Iterable<com.google.api.services.compute.model.MachineType>> | 
ComputeRpc.listMachineTypes(Map<ComputeRpc.Option,?> options)
Lists machine types. 
 | 
Tuple<String,Iterable<com.google.api.services.compute.model.MachineType>> | 
HttpComputeRpc.listMachineTypes(Map<ComputeRpc.Option,?> options)  | 
Tuple<String,Iterable<com.google.api.services.compute.model.MachineType>> | 
ComputeRpc.listMachineTypes(String zone,
                Map<ComputeRpc.Option,?> options)
Lists the machine types in the provided zone. 
 | 
Tuple<String,Iterable<com.google.api.services.compute.model.MachineType>> | 
HttpComputeRpc.listMachineTypes(String zone,
                Map<ComputeRpc.Option,?> options)  | 
Tuple<String,Iterable<com.google.api.services.compute.model.Network>> | 
ComputeRpc.listNetworks(Map<ComputeRpc.Option,?> options)
Lists networks. 
 | 
Tuple<String,Iterable<com.google.api.services.compute.model.Network>> | 
HttpComputeRpc.listNetworks(Map<ComputeRpc.Option,?> options)  | 
Tuple<String,Iterable<com.google.api.services.compute.model.Address>> | 
ComputeRpc.listRegionAddresses(String region,
                   Map<ComputeRpc.Option,?> options)
Lists the regions addresses for the provided region. 
 | 
Tuple<String,Iterable<com.google.api.services.compute.model.Address>> | 
HttpComputeRpc.listRegionAddresses(String region,
                   Map<ComputeRpc.Option,?> options)  | 
Tuple<String,Iterable<com.google.api.services.compute.model.Operation>> | 
ComputeRpc.listRegionOperations(String region,
                    Map<ComputeRpc.Option,?> options)
Lists the region operations for the provided region. 
 | 
Tuple<String,Iterable<com.google.api.services.compute.model.Operation>> | 
HttpComputeRpc.listRegionOperations(String region,
                    Map<ComputeRpc.Option,?> options)  | 
Tuple<String,Iterable<com.google.api.services.compute.model.Region>> | 
ComputeRpc.listRegions(Map<ComputeRpc.Option,?> options)
Lists the regions. 
 | 
Tuple<String,Iterable<com.google.api.services.compute.model.Region>> | 
HttpComputeRpc.listRegions(Map<ComputeRpc.Option,?> options)  | 
Tuple<String,Iterable<com.google.api.services.compute.model.Snapshot>> | 
ComputeRpc.listSnapshots(Map<ComputeRpc.Option,?> options)
Lists snapshots. 
 | 
Tuple<String,Iterable<com.google.api.services.compute.model.Snapshot>> | 
HttpComputeRpc.listSnapshots(Map<ComputeRpc.Option,?> options)  | 
Tuple<String,Iterable<com.google.api.services.compute.model.Subnetwork>> | 
ComputeRpc.listSubnetworks(Map<ComputeRpc.Option,?> options)
Lists subnetworks. 
 | 
Tuple<String,Iterable<com.google.api.services.compute.model.Subnetwork>> | 
HttpComputeRpc.listSubnetworks(Map<ComputeRpc.Option,?> options)  | 
Tuple<String,Iterable<com.google.api.services.compute.model.Subnetwork>> | 
ComputeRpc.listSubnetworks(String region,
               Map<ComputeRpc.Option,?> options)
Lists subnetworks for the provided region. 
 | 
Tuple<String,Iterable<com.google.api.services.compute.model.Subnetwork>> | 
HttpComputeRpc.listSubnetworks(String region,
               Map<ComputeRpc.Option,?> options)  | 
Tuple<String,Iterable<com.google.api.services.compute.model.Operation>> | 
ComputeRpc.listZoneOperations(String zone,
                  Map<ComputeRpc.Option,?> options)
Lists the zone operations for the provided zone. 
 | 
Tuple<String,Iterable<com.google.api.services.compute.model.Operation>> | 
HttpComputeRpc.listZoneOperations(String zone,
                  Map<ComputeRpc.Option,?> options)  | 
Tuple<String,Iterable<com.google.api.services.compute.model.Zone>> | 
ComputeRpc.listZones(Map<ComputeRpc.Option,?> options)
Lists the zones. 
 | 
Tuple<String,Iterable<com.google.api.services.compute.model.Zone>> | 
HttpComputeRpc.listZones(Map<ComputeRpc.Option,?> options)  | 
| Modifier and Type | Method and Description | 
|---|---|
Tuple<String,Iterable<com.google.api.services.cloudresourcemanager.model.Project>> | 
HttpResourceManagerRpc.list(Map<ResourceManagerRpc.Option,?> options)  | 
Tuple<String,Iterable<com.google.api.services.cloudresourcemanager.model.Project>> | 
ResourceManagerRpc.list(Map<ResourceManagerRpc.Option,?> options)
Lists the projects visible to the current user. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Tuple<String,Iterable<com.google.api.services.storage.model.Bucket>> | 
StorageRpc.list(Map<StorageRpc.Option,?> options)
Lists the project's buckets. 
 | 
Tuple<String,Iterable<com.google.api.services.storage.model.Bucket>> | 
HttpStorageRpc.list(Map<StorageRpc.Option,?> options)  | 
Tuple<String,Iterable<com.google.api.services.storage.model.StorageObject>> | 
StorageRpc.list(String bucket,
    Map<StorageRpc.Option,?> options)
Lists the bucket's blobs. 
 | 
Tuple<String,Iterable<com.google.api.services.storage.model.StorageObject>> | 
HttpStorageRpc.list(String bucket,
    Map<StorageRpc.Option,?> options)  | 
Tuple<String,byte[]> | 
StorageRpc.read(com.google.api.services.storage.model.StorageObject from,
    Map<StorageRpc.Option,?> options,
    long position,
    int bytes)
Reads the given amount of bytes from a storage object at the given position. 
 | 
Tuple<String,byte[]> | 
HttpStorageRpc.read(com.google.api.services.storage.model.StorageObject from,
    Map<StorageRpc.Option,?> options,
    long position,
    int bytes)  | 
Copyright © 2019 Google LLC. All rights reserved.