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

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

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






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












com.google.api.services.compute

Class Compute.GlobalPublicDelegatedPrefixes

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


    public class Compute.GlobalPublicDelegatedPrefixes
    extends Object
    The "globalPublicDelegatedPrefixes" collection of methods.
    • Constructor Detail

      • GlobalPublicDelegatedPrefixes

        public GlobalPublicDelegatedPrefixes()
    • 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–2025 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy