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

target.apidocs.com.google.api.services.run.v2.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 v2-rev20241025-2.0.0)












com.google.api.services.run.v2

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

      • exportImage

        public CloudRun.Projects.Locations.ExportImage exportImage(String name,
                                                                   GoogleCloudRunV2ExportImageRequest content)
                                                            throws IOException
        Export image for a given resource. Create a request for the method "locations.exportImage". 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 - Required. The name of the resource of which image metadata should be exported. Format: `projects/{project_id_or_number}/locations/{location}/services/{service}/revisions/{revisi on}` for Revision `projects/{project_id_or_number}/locations/{location}/jobs/{job}/executions/{execution}` for Execution
        content - the GoogleCloudRunV2ExportImageRequest
        Returns:
        the request
        Throws:
        IOException
      • exportImageMetadata

        public CloudRun.Projects.Locations.ExportImageMetadata exportImageMetadata(String name)
                                                                            throws IOException
        Export image metadata for a given resource. Create a request for the method "locations.exportImageMetadata". 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 - Required. The name of the resource of which image metadata should be exported. Format: `projects/{project_id_or_number}/locations/{location}/services/{service}/revisions/{revisi on}` for Revision `projects/{project_id_or_number}/locations/{location}/jobs/{job}/executions/{execution}` for Execution
        Returns:
        the request
        Throws:
        IOException
      • exportMetadata

        public CloudRun.Projects.Locations.ExportMetadata exportMetadata(String name)
                                                                  throws IOException
        Export generated customer metadata for a given resource. Create a request for the method "locations.exportMetadata". 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 - Required. The name of the resource of which metadata should be exported. Format: `projects/{project_id_or_number}/locations/{location}/services/{service}` for Service `pro jects/{project_id_or_number}/locations/{location}/services/{service}/revisions/{revision}` for Revision `projects/{project_id_or_number}/locations/{location}/jobs/{job}/executions/{execution}` for Execution
        Returns:
        the request
        Throws:
        IOException
      • exportProjectMetadata

        public CloudRun.Projects.Locations.ExportProjectMetadata exportProjectMetadata(String name)
                                                                                throws IOException
        Export generated customer metadata for a given project. Create a request for the method "locations.exportProjectMetadata". 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 - Required. The name of the project of which metadata should be exported. Format: `projects/{project_id_or_number}/locations/{location}` for Project in a given location.
        Returns:
        the request
        Throws:
        IOException
      • builds

        public CloudRun.Projects.Locations.Builds builds()
        An accessor for creating requests from the Builds collection.

        The typical use is:

            CloudRun run = new CloudRun(...);
            CloudRun.Builds.List request = run.builds().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
      • operations

        public CloudRun.Projects.Locations.Operations operations()
        An accessor for creating requests from the Operations collection.

        The typical use is:

            CloudRun run = new CloudRun(...);
            CloudRun.Operations.List request = run.operations().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–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy