![JAR search and dependency download from the Maven repository](/logo.png)
target.apidocs.com.google.api.services.compute.Compute.GlobalPublicDelegatedPrefixes.html Maven / Gradle / Ivy
Compute.GlobalPublicDelegatedPrefixes (Compute Engine API beta-rev20220312-1.32.1)
com.google.api.services.compute
Class Compute.GlobalPublicDelegatedPrefixes
- java.lang.Object
-
- com.google.api.services.compute.Compute.GlobalPublicDelegatedPrefixes
-
-
Nested Class Summary
Nested Classes
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 Summary
Constructors
Constructor and Description
GlobalPublicDelegatedPrefixes()
-
Method Summary
All Methods Instance Methods Concrete Methods
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.
-
-
Method Detail
-
delete
public Compute.GlobalPublicDelegatedPrefixes.Delete delete(String project,
String publicDelegatedPrefix)
throws IOException
Deletes the specified global PublicDelegatedPrefix.
Create a request for the method "globalPublicDelegatedPrefixes.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.
publicDelegatedPrefix
- Name of the PublicDelegatedPrefix resource to delete.
- Returns:
- the request
- Throws:
IOException
-
get
public Compute.GlobalPublicDelegatedPrefixes.Get get(String project,
String publicDelegatedPrefix)
throws IOException
Returns the specified global PublicDelegatedPrefix resource.
Create a request for the method "globalPublicDelegatedPrefixes.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.
publicDelegatedPrefix
- Name of the PublicDelegatedPrefix resource to return.
- Returns:
- the request
- Throws:
IOException
-
insert
public Compute.GlobalPublicDelegatedPrefixes.Insert insert(String project,
PublicDelegatedPrefix content)
throws IOException
Creates a global PublicDelegatedPrefix in the specified project using the parameters that are
included in the request.
Create a request for the method "globalPublicDelegatedPrefixes.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 PublicDelegatedPrefix
- Returns:
- the request
- Throws:
IOException
-
list
public Compute.GlobalPublicDelegatedPrefixes.List list(String project)
throws IOException
Lists the global PublicDelegatedPrefixes for a project.
Create a request for the method "globalPublicDelegatedPrefixes.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.GlobalPublicDelegatedPrefixes.Patch patch(String project,
String publicDelegatedPrefix,
PublicDelegatedPrefix content)
throws IOException
Patches the specified global PublicDelegatedPrefix 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 "globalPublicDelegatedPrefixes.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.
publicDelegatedPrefix
- Name of the PublicDelegatedPrefix resource to patch.
content
- the PublicDelegatedPrefix
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2022 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy