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

target.apidocs.com.google.api.services.run.v1.CloudRun.Namespaces.Routes.html Maven / Gradle / Ivy

There is a newer version: v2-rev20241213-2.0.0
Show newest version






CloudRun.Namespaces.Routes (Cloud Run Admin API v1-rev20240719-2.0.0)












com.google.api.services.run.v1

Class CloudRun.Namespaces.Routes

  • Enclosing class:
    CloudRun.Namespaces


    public class CloudRun.Namespaces.Routes
    extends Object
    The "routes" collection of methods.
    • Constructor Detail

      • Routes

        public Routes()
    • Method Detail

      • get

        public CloudRun.Namespaces.Routes.Get get(String name)
                                           throws IOException
        Get information about a route. Create a request for the method "routes.get". This request holds the parameters needed by the run server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        name - The name of the route to retrieve. For Cloud Run (fully managed), replace {namespace} with the project ID or number. It takes the form namespaces/{namespace}. For example: namespaces/PROJECT_ID
        Returns:
        the request
        Throws:
        IOException
      • list

        public CloudRun.Namespaces.Routes.List list(String parent)
                                             throws IOException
        List routes. Results are sorted by creation time, descending. Create a request for the method "routes.list". This request holds the parameters needed by the run server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        parent - The namespace from which the routes should be listed. For Cloud Run (fully managed), replace {namespace} with the project ID or number. It takes the form namespaces/{namespace}. For example: namespaces/PROJECT_ID
        Returns:
        the request
        Throws:
        IOException

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy