public class CloudBuild.Projects.Locations extends Object
Modifier and Type | Class and Description |
---|---|
class |
CloudBuild.Projects.Locations.Connections
The "connections" collection of methods.
|
class |
CloudBuild.Projects.Locations.Get |
class |
CloudBuild.Projects.Locations.List |
class |
CloudBuild.Projects.Locations.Operations
The "operations" collection of methods.
|
Constructor and Description |
---|
Locations() |
Modifier and Type | Method and Description |
---|---|
CloudBuild.Projects.Locations.Connections |
connections()
An accessor for creating requests from the Connections collection.
|
CloudBuild.Projects.Locations.Get |
get(String name)
Gets information about a location.
|
CloudBuild.Projects.Locations.List |
list(String name)
Lists information about the supported locations for this service.
|
CloudBuild.Projects.Locations.Operations |
operations()
An accessor for creating requests from the Operations collection.
|
public CloudBuild.Projects.Locations.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.name
- Resource name for the location.IOException
public CloudBuild.Projects.Locations.List list(String name) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.name
- The resource that owns the locations collection, if applicable.IOException
public CloudBuild.Projects.Locations.Connections connections()
The typical use is:
CloudBuild cloudbuild = new CloudBuild(...);
CloudBuild.Connections.List request = cloudbuild.connections().list(parameters ...)
public CloudBuild.Projects.Locations.Operations operations()
The typical use is:
CloudBuild cloudbuild = new CloudBuild(...);
CloudBuild.Operations.List request = cloudbuild.operations().list(parameters ...)
Copyright © 2011–2025 Google. All rights reserved.