All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.compute.Compute.PublicDelegatedPrefixes.html Maven / Gradle / Ivy

There is a newer version: v1-rev20250320-2.0.0
Show newest version






Compute.PublicDelegatedPrefixes (Compute Engine API v1-rev20250107-2.0.0)












com.google.api.services.compute

Class Compute.PublicDelegatedPrefixes

  • java.lang.Object
    • com.google.api.services.compute.Compute.PublicDelegatedPrefixes
  • Enclosing class:
    Compute


    public class Compute.PublicDelegatedPrefixes
    extends Object
    The "publicDelegatedPrefixes" collection of methods.
    • Constructor Detail

      • PublicDelegatedPrefixes

        public PublicDelegatedPrefixes()
    • Method Detail

      • aggregatedList

        public Compute.PublicDelegatedPrefixes.AggregatedList aggregatedList(String project)
                                                                      throws IOException
        Lists all PublicDelegatedPrefix resources owned by the specific project across all scopes. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`. Create a request for the method "publicDelegatedPrefixes.aggregatedList". 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 - Name of the project scoping this request.
        Returns:
        the request
        Throws:
        IOException
      • announce

        public Compute.PublicDelegatedPrefixes.Announce announce(String project,
                                                                 String region,
                                                                 String publicDelegatedPrefix)
                                                          throws IOException
        Announces the specified PublicDelegatedPrefix in the given region. Create a request for the method "publicDelegatedPrefixes.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.
        region - The name of the region where the public delegated prefix is located. It should comply with RFC1035.
        publicDelegatedPrefix - The name of the public delegated prefix. It should comply with RFC1035.
        Returns:
        the request
        Throws:
        IOException
      • delete

        public Compute.PublicDelegatedPrefixes.Delete delete(String project,
                                                             String region,
                                                             String publicDelegatedPrefix)
                                                      throws IOException
        Deletes the specified PublicDelegatedPrefix in the given region. Create a request for the method "publicDelegatedPrefixes.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.
        region - Name of the region of this request.
        publicDelegatedPrefix - Name of the PublicDelegatedPrefix resource to delete.
        Returns:
        the request
        Throws:
        IOException
      • get

        public Compute.PublicDelegatedPrefixes.Get get(String project,
                                                       String region,
                                                       String publicDelegatedPrefix)
                                                throws IOException
        Returns the specified PublicDelegatedPrefix resource in the given region. Create a request for the method "publicDelegatedPrefixes.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.
        region - Name of the region of this request.
        publicDelegatedPrefix - Name of the PublicDelegatedPrefix resource to return.
        Returns:
        the request
        Throws:
        IOException
      • insert

        public Compute.PublicDelegatedPrefixes.Insert insert(String project,
                                                             String region,
                                                             PublicDelegatedPrefix content)
                                                      throws IOException
        Creates a PublicDelegatedPrefix in the specified project in the given region using the parameters that are included in the request. Create a request for the method "publicDelegatedPrefixes.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.
        region - Name of the region of this request.
        content - the PublicDelegatedPrefix
        Returns:
        the request
        Throws:
        IOException
      • list

        public Compute.PublicDelegatedPrefixes.List list(String project,
                                                         String region)
                                                  throws IOException
        Lists the PublicDelegatedPrefixes for a project in the given region. Create a request for the method "publicDelegatedPrefixes.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.
        region - Name of the region of this request.
        Returns:
        the request
        Throws:
        IOException
      • patch

        public Compute.PublicDelegatedPrefixes.Patch patch(String project,
                                                           String region,
                                                           String publicDelegatedPrefix,
                                                           PublicDelegatedPrefix content)
                                                    throws IOException
        Patches the specified 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 "publicDelegatedPrefixes.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.
        region - Name of the region for this request.
        publicDelegatedPrefix - Name of the PublicDelegatedPrefix resource to patch.
        content - the PublicDelegatedPrefix
        Returns:
        the request
        Throws:
        IOException
      • withdraw

        public Compute.PublicDelegatedPrefixes.Withdraw withdraw(String project,
                                                                 String region,
                                                                 String publicDelegatedPrefix)
                                                          throws IOException
        Withdraws the specified PublicDelegatedPrefix in the given region. Create a request for the method "publicDelegatedPrefixes.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.
        region - The name of the region where the public delegated prefix is located. It should comply with RFC1035.
        publicDelegatedPrefix - The name of the public delegated 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