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

target.apidocs.com.google.api.services.run.v1.CloudRun.Projects.Locations.html Maven / Gradle / Ivy

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






CloudRun.Projects.Locations (Cloud Run Admin API v1-rev20221016-2.0.0)












com.google.api.services.run.v1

Class CloudRun.Projects.Locations

  • Enclosing class:
    CloudRun.Projects


    public class CloudRun.Projects.Locations
    extends Object
    The "locations" collection of methods.
    • Constructor Detail

      • Locations

        public Locations()
    • Method Detail

      • list

        public CloudRun.Projects.Locations.List list(String name)
                                              throws IOException
        Lists information about the supported locations for this service. Create a request for the method "locations.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:
        name - The resource that owns the locations collection, if applicable.
        Returns:
        the request
        Throws:
        IOException
      • authorizeddomains

        public CloudRun.Projects.Locations.Authorizeddomains authorizeddomains()
        An accessor for creating requests from the Authorizeddomains collection.

        The typical use is:

            CloudRun run = new CloudRun(...);
            CloudRun.Authorizeddomains.List request = run.authorizeddomains().list(parameters ...)
         
        Returns:
        the resource collection
      • configurations

        public CloudRun.Projects.Locations.Configurations configurations()
        An accessor for creating requests from the Configurations collection.

        The typical use is:

            CloudRun run = new CloudRun(...);
            CloudRun.Configurations.List request = run.configurations().list(parameters ...)
         
        Returns:
        the resource collection
      • domainmappings

        public CloudRun.Projects.Locations.Domainmappings domainmappings()
        An accessor for creating requests from the Domainmappings collection.

        The typical use is:

            CloudRun run = new CloudRun(...);
            CloudRun.Domainmappings.List request = run.domainmappings().list(parameters ...)
         
        Returns:
        the resource collection
      • jobs

        public CloudRun.Projects.Locations.Jobs jobs()
        An accessor for creating requests from the Jobs collection.

        The typical use is:

            CloudRun run = new CloudRun(...);
            CloudRun.Jobs.List request = run.jobs().list(parameters ...)
         
        Returns:
        the resource collection
      • revisions

        public CloudRun.Projects.Locations.Revisions revisions()
        An accessor for creating requests from the Revisions collection.

        The typical use is:

            CloudRun run = new CloudRun(...);
            CloudRun.Revisions.List request = run.revisions().list(parameters ...)
         
        Returns:
        the resource collection
      • routes

        public CloudRun.Projects.Locations.Routes routes()
        An accessor for creating requests from the Routes collection.

        The typical use is:

            CloudRun run = new CloudRun(...);
            CloudRun.Routes.List request = run.routes().list(parameters ...)
         
        Returns:
        the resource collection
      • services

        public CloudRun.Projects.Locations.Services services()
        An accessor for creating requests from the Services collection.

        The typical use is:

            CloudRun run = new CloudRun(...);
            CloudRun.Services.List request = run.services().list(parameters ...)
         
        Returns:
        the resource collection

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy