
target.apidocs.com.google.api.services.secretmanager.v1.SecretManager.Projects.html Maven / Gradle / Ivy
SecretManager.Projects (Secret Manager API v1-rev20240924-2.0.0)
com.google.api.services.secretmanager.v1
Class SecretManager.Projects
- java.lang.Object
-
- com.google.api.services.secretmanager.v1.SecretManager.Projects
-
- Enclosing class:
- SecretManager
public class SecretManager.Projects
extends Object
The "projects" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
SecretManager.Projects.Locations
The "locations" collection of methods.
class
SecretManager.Projects.Secrets
The "secrets" collection of methods.
-
Constructor Summary
Constructors
Constructor and Description
Projects()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
SecretManager.Projects.Locations
locations()
An accessor for creating requests from the Locations collection.
SecretManager.Projects.Secrets
secrets()
An accessor for creating requests from the Secrets collection.
-
-
Method Detail
-
locations
public SecretManager.Projects.Locations locations()
An accessor for creating requests from the Locations collection.
The typical use is:
SecretManager secretmanager = new SecretManager(...);
SecretManager.Locations.List request = secretmanager.locations().list(parameters ...)
- Returns:
- the resource collection
-
secrets
public SecretManager.Projects.Secrets secrets()
An accessor for creating requests from the Secrets collection.
The typical use is:
SecretManager secretmanager = new SecretManager(...);
SecretManager.Secrets.List request = secretmanager.secrets().list(parameters ...)
- Returns:
- the resource collection
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy