![JAR search and dependency download from the Maven repository](/logo.png)
target.apidocs.com.google.api.services.compute.Compute.PublicAdvertisedPrefixes.html Maven / Gradle / Ivy
Compute.PublicAdvertisedPrefixes (Compute Engine API beta-rev20220312-1.32.1)
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.Delete
class
Compute.PublicAdvertisedPrefixes.Get
class
Compute.PublicAdvertisedPrefixes.Insert
class
Compute.PublicAdvertisedPrefixes.List
class
Compute.PublicAdvertisedPrefixes.Patch
-
Constructor Summary
Constructors
Constructor and Description
PublicAdvertisedPrefixes()
-
Method Summary
All Methods Instance Methods Concrete Methods
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.
-
-
Method Detail
-
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
Copyright © 2011–2022 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy