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