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

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







Compute.TargetGrpcProxies (Compute Engine API beta-rev20220726-2.0.0)












com.google.api.services.compute

Class Compute.TargetGrpcProxies

  • Enclosing class:
    Compute


    public class Compute.TargetGrpcProxies
    extends Object
    The "targetGrpcProxies" collection of methods.
    • Constructor Detail

      • TargetGrpcProxies

        public TargetGrpcProxies()
    • Method Detail

      • delete

        public Compute.TargetGrpcProxies.Delete delete(String project,
                                                       String targetGrpcProxy)
                                                throws IOException
        Deletes the specified TargetGrpcProxy in the given scope Create a request for the method "targetGrpcProxies.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.
        targetGrpcProxy - Name of the TargetGrpcProxy resource to delete.
        Returns:
        the request
        Throws:
        IOException
      • get

        public Compute.TargetGrpcProxies.Get get(String project,
                                                 String targetGrpcProxy)
                                          throws IOException
        Returns the specified TargetGrpcProxy resource in the given scope. Create a request for the method "targetGrpcProxies.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.
        targetGrpcProxy - Name of the TargetGrpcProxy resource to return.
        Returns:
        the request
        Throws:
        IOException
      • list

        public Compute.TargetGrpcProxies.List list(String project)
                                            throws IOException
        Lists the TargetGrpcProxies for a project in the given scope. Create a request for the method "targetGrpcProxies.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.TargetGrpcProxies.Patch patch(String project,
                                                     String targetGrpcProxy,
                                                     TargetGrpcProxy content)
                                              throws IOException
        Patches the specified TargetGrpcProxy 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 "targetGrpcProxies.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.
        targetGrpcProxy - Name of the TargetGrpcProxy resource to patch.
        content - the TargetGrpcProxy
        Returns:
        the request
        Throws:
        IOException

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy