| Modifier and Type | Class and Description |
|---|---|
class |
Compute.PublicAdvertisedPrefixes.Delete |
class |
Compute.PublicAdvertisedPrefixes.Get |
class |
Compute.PublicAdvertisedPrefixes.Insert |
class |
Compute.PublicAdvertisedPrefixes.List |
class |
Compute.PublicAdvertisedPrefixes.Patch |
| Constructor and Description |
|---|
PublicAdvertisedPrefixes() |
| Modifier and Type | Method and Description |
|---|---|
Compute.PublicAdvertisedPrefixes.Delete |
delete(String project,
String publicAdvertisedPrefix)
Deletes the specified PublicAdvertisedPrefix
Create a request for the method "publicAdvertisedPrefixes.delete".
|
Compute.PublicAdvertisedPrefixes.Get |
get(String project,
String publicAdvertisedPrefix)
Returns the specified PublicAdvertisedPrefix resource.
|
Compute.PublicAdvertisedPrefixes.Insert |
insert(String project,
PublicAdvertisedPrefix content)
Creates a PublicAdvertisedPrefix in the specified project using the parameters that are included
in the request.
|
Compute.PublicAdvertisedPrefixes.List |
list(String project)
Lists the PublicAdvertisedPrefixes for a project.
|
Compute.PublicAdvertisedPrefixes.Patch |
patch(String project,
String publicAdvertisedPrefix,
PublicAdvertisedPrefix content)
Patches the specified Router resource with the data included in the request.
|
public Compute.PublicAdvertisedPrefixes.Delete delete(String project, String publicAdvertisedPrefix) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.publicAdvertisedPrefix - Name of the PublicAdvertisedPrefix resource to delete.IOExceptionpublic Compute.PublicAdvertisedPrefixes.Get get(String project, String publicAdvertisedPrefix) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.publicAdvertisedPrefix - Name of the PublicAdvertisedPrefix resource to return.IOExceptionpublic Compute.PublicAdvertisedPrefixes.Insert insert(String project, PublicAdvertisedPrefix content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.content - the PublicAdvertisedPrefixIOExceptionpublic Compute.PublicAdvertisedPrefixes.List list(String project) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.IOExceptionpublic Compute.PublicAdvertisedPrefixes.Patch patch(String project, String publicAdvertisedPrefix, PublicAdvertisedPrefix content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.publicAdvertisedPrefix - Name of the PublicAdvertisedPrefix resource to patch.content - the PublicAdvertisedPrefixIOExceptionCopyright © 2011–2021 Google. All rights reserved.