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

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

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






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












com.google.api.services.run.v1

Class CloudRun.Namespaces

  • Enclosing class:
    CloudRun


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

      • Namespaces

        public Namespaces()
    • Method Detail

      • authorizeddomains

        public CloudRun.Namespaces.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.Namespaces.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.Namespaces.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
      • executions

        public CloudRun.Namespaces.Executions executions()
        An accessor for creating requests from the Executions collection.

        The typical use is:

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

        public CloudRun.Namespaces.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.Namespaces.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.Namespaces.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.Namespaces.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
      • tasks

        public CloudRun.Namespaces.Tasks tasks()
        An accessor for creating requests from the Tasks collection.

        The typical use is:

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

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy