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

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
  • Enclosing class:
    Compute


    public class Compute.PublicAdvertisedPrefixes
    extends Object
    The "publicAdvertisedPrefixes" collection of methods.
    • Constructor Detail

      • PublicAdvertisedPrefixes

        public PublicAdvertisedPrefixes()
    • 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
      • 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