| Modifier and Type | Class and Description |
|---|---|
class |
Compute.PublicDelegatedPrefixes.AggregatedList |
class |
Compute.PublicDelegatedPrefixes.Delete |
class |
Compute.PublicDelegatedPrefixes.Get |
class |
Compute.PublicDelegatedPrefixes.Insert |
class |
Compute.PublicDelegatedPrefixes.List |
class |
Compute.PublicDelegatedPrefixes.Patch |
| Constructor and Description |
|---|
PublicDelegatedPrefixes() |
| Modifier and Type | Method and Description |
|---|---|
Compute.PublicDelegatedPrefixes.AggregatedList |
aggregatedList(String project)
Lists all PublicDelegatedPrefix resources owned by the specific project across all scopes.
|
Compute.PublicDelegatedPrefixes.Delete |
delete(String project,
String region,
String publicDelegatedPrefix)
Deletes the specified PublicDelegatedPrefix in the given region.
|
Compute.PublicDelegatedPrefixes.Get |
get(String project,
String region,
String publicDelegatedPrefix)
Returns the specified PublicDelegatedPrefix resource in the given region.
|
Compute.PublicDelegatedPrefixes.Insert |
insert(String project,
String region,
PublicDelegatedPrefix content)
Creates a PublicDelegatedPrefix in the specified project in the given region using the parameters
that are included in the request.
|
Compute.PublicDelegatedPrefixes.List |
list(String project,
String region)
Lists the PublicDelegatedPrefixes for a project in the given region.
|
Compute.PublicDelegatedPrefixes.Patch |
patch(String project,
String region,
String publicDelegatedPrefix,
PublicDelegatedPrefix content)
Patches the specified PublicDelegatedPrefix resource with the data included in the request.
|
public Compute.PublicDelegatedPrefixes.AggregatedList aggregatedList(String project) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Name of the project scoping this request.IOExceptionpublic Compute.PublicDelegatedPrefixes.Delete delete(String project, String region, String publicDelegatedPrefix) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region of this request.publicDelegatedPrefix - Name of the PublicDelegatedPrefix resource to delete.IOExceptionpublic Compute.PublicDelegatedPrefixes.Get get(String project, String region, String publicDelegatedPrefix) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region of this request.publicDelegatedPrefix - Name of the PublicDelegatedPrefix resource to return.IOExceptionpublic Compute.PublicDelegatedPrefixes.Insert insert(String project, String region, PublicDelegatedPrefix content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region of this request.content - the PublicDelegatedPrefixIOExceptionpublic Compute.PublicDelegatedPrefixes.List list(String project, String region) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region of this request.IOExceptionpublic Compute.PublicDelegatedPrefixes.Patch patch(String project, String region, String publicDelegatedPrefix, PublicDelegatedPrefix content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region for this request.publicDelegatedPrefix - Name of the PublicDelegatedPrefix resource to patch.content - the PublicDelegatedPrefixIOExceptionCopyright © 2011–2021 Google. All rights reserved.