target.apidocs.com.google.api.services.run.v1.CloudRun.Projects.Locations.Configurations.html Maven / Gradle / Ivy
CloudRun.Projects.Locations.Configurations (Cloud Run Admin API v1-rev20240719-2.0.0)
com.google.api.services.run.v1
Class CloudRun.Projects.Locations.Configurations
- java.lang.Object
-
- com.google.api.services.run.v1.CloudRun.Projects.Locations.Configurations
-
- Enclosing class:
- CloudRun.Projects.Locations
public class CloudRun.Projects.Locations.Configurations
extends Object
The "configurations" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
CloudRun.Projects.Locations.Configurations.Get
class
CloudRun.Projects.Locations.Configurations.List
-
Constructor Summary
Constructors
Constructor and Description
Configurations()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
CloudRun.Projects.Locations.Configurations.Get
get(String name)
Get information about a configuration.
CloudRun.Projects.Locations.Configurations.List
list(String parent)
List configurations.
-
-
Method Detail
-
get
public CloudRun.Projects.Locations.Configurations.Get get(String name)
throws IOException
Get information about a configuration.
Create a request for the method "configurations.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 configuration to retrieve. For Cloud Run, replace {namespace_id} with the project ID
or number.
- Returns:
- the request
- Throws:
IOException
-
list
public CloudRun.Projects.Locations.Configurations.List list(String parent)
throws IOException
List configurations. Results are sorted by creation time, descending.
Create a request for the method "configurations.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 configurations should be listed. For Cloud Run, replace {namespace_id}
with the project ID or number.
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy