target.apidocs.com.google.api.services.compute.Compute.PublicAdvertisedPrefixes.html Maven / Gradle / Ivy
Compute.PublicAdvertisedPrefixes (Compute Engine API v1-rev20250107-2.0.0)
com.google.api.services.compute
Class Compute.PublicAdvertisedPrefixes
- java.lang.Object
-
- com.google.api.services.compute.Compute.PublicAdvertisedPrefixes
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Compute.PublicAdvertisedPrefixes.Announce
class
Compute.PublicAdvertisedPrefixes.Delete
class
Compute.PublicAdvertisedPrefixes.Get
class
Compute.PublicAdvertisedPrefixes.Insert
class
Compute.PublicAdvertisedPrefixes.List
class
Compute.PublicAdvertisedPrefixes.Patch
class
Compute.PublicAdvertisedPrefixes.Withdraw
-
Constructor Summary
Constructors
Constructor and Description
PublicAdvertisedPrefixes()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Compute.PublicAdvertisedPrefixes.Announce
announce(String project,
String publicAdvertisedPrefix)
Announces the specified PublicAdvertisedPrefix
Create a request for the method "publicAdvertisedPrefixes.announce".
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.
Compute.PublicAdvertisedPrefixes.Withdraw
withdraw(String project,
String publicAdvertisedPrefix)
Withdraws the specified PublicAdvertisedPrefix
Create a request for the method "publicAdvertisedPrefixes.withdraw".
-
-
Method Detail
-
announce
public Compute.PublicAdvertisedPrefixes.Announce announce(String project,
String publicAdvertisedPrefix)
throws IOException
Announces the specified PublicAdvertisedPrefix
Create a request for the method "publicAdvertisedPrefixes.announce".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
- Parameters:
project - Project ID for this request.
publicAdvertisedPrefix - The name of the public advertised prefix. It should comply with RFC1035.
- Returns:
- the request
- Throws:
IOException
-
delete
public Compute.PublicAdvertisedPrefixes.Delete delete(String project,
String publicAdvertisedPrefix)
throws IOException
Deletes the specified PublicAdvertisedPrefix
Create a request for the method "publicAdvertisedPrefixes.delete".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
- Parameters:
project - Project ID for this request.
publicAdvertisedPrefix - Name of the PublicAdvertisedPrefix resource to delete.
- Returns:
- the request
- Throws:
IOException
-
get
public Compute.PublicAdvertisedPrefixes.Get get(String project,
String publicAdvertisedPrefix)
throws IOException
Returns the specified PublicAdvertisedPrefix resource.
Create a request for the method "publicAdvertisedPrefixes.get".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
- Parameters:
project - Project ID for this request.
publicAdvertisedPrefix - Name of the PublicAdvertisedPrefix resource to return.
- Returns:
- the request
- Throws:
IOException
-
insert
public Compute.PublicAdvertisedPrefixes.Insert insert(String project,
PublicAdvertisedPrefix content)
throws IOException
Creates a PublicAdvertisedPrefix in the specified project using the parameters that are included
in the request.
Create a request for the method "publicAdvertisedPrefixes.insert".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
- Parameters:
project - Project ID for this request.
content - the PublicAdvertisedPrefix
- Returns:
- the request
- Throws:
IOException
-
list
public Compute.PublicAdvertisedPrefixes.List list(String project)
throws IOException
Lists the PublicAdvertisedPrefixes for a project.
Create a request for the method "publicAdvertisedPrefixes.list".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
- Parameters:
project - Project ID for this request.
- Returns:
- the request
- Throws:
IOException
-
patch
public Compute.PublicAdvertisedPrefixes.Patch patch(String project,
String publicAdvertisedPrefix,
PublicAdvertisedPrefix content)
throws IOException
Patches the specified Router resource with the data included in the request. This method supports
PATCH semantics and uses JSON merge patch format and processing rules.
Create a request for the method "publicAdvertisedPrefixes.patch".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
- Parameters:
project - Project ID for this request.
publicAdvertisedPrefix - Name of the PublicAdvertisedPrefix resource to patch.
content - the PublicAdvertisedPrefix
- Returns:
- the request
- Throws:
IOException
-
withdraw
public Compute.PublicAdvertisedPrefixes.Withdraw withdraw(String project,
String publicAdvertisedPrefix)
throws IOException
Withdraws the specified PublicAdvertisedPrefix
Create a request for the method "publicAdvertisedPrefixes.withdraw".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
- Parameters:
project - Project ID for this request.
publicAdvertisedPrefix - The name of the public advertised prefix. It should comply with RFC1035.
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2025 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy