target.apidocs.com.google.api.services.cloudkms.v1.CloudKMS.Projects.html Maven / Gradle / Ivy
CloudKMS.Projects (Cloud Key Management Service (KMS) API v1-rev20240801-2.0.0)
com.google.api.services.cloudkms.v1
Class CloudKMS.Projects
- java.lang.Object
-
- com.google.api.services.cloudkms.v1.CloudKMS.Projects
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
CloudKMS.Projects.Locations
The "locations" collection of methods.
class
CloudKMS.Projects.ShowEffectiveAutokeyConfig
-
Constructor Summary
Constructors
Constructor and Description
Projects()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
CloudKMS.Projects.Locations
locations()
An accessor for creating requests from the Locations collection.
CloudKMS.Projects.ShowEffectiveAutokeyConfig
showEffectiveAutokeyConfig(String parent)
Returns the effective Cloud KMS Autokey configuration for a given project.
-
-
Method Detail
-
showEffectiveAutokeyConfig
public CloudKMS.Projects.ShowEffectiveAutokeyConfig showEffectiveAutokeyConfig(String parent)
throws IOException
Returns the effective Cloud KMS Autokey configuration for a given project.
Create a request for the method "projects.showEffectiveAutokeyConfig".
This request holds the parameters needed by the cloudkms server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.
- Parameters:
parent
- Required. Name of the resource project to the show effective Cloud KMS Autokey configuration for.
This may be helpful for interrogating the effect of nested folder configurations on a
given resource project.
- Returns:
- the request
- Throws:
IOException
-
locations
public CloudKMS.Projects.Locations locations()
An accessor for creating requests from the Locations collection.
The typical use is:
CloudKMS cloudkms = new CloudKMS(...);
CloudKMS.Locations.List request = cloudkms.locations().list(parameters ...)
- Returns:
- the resource collection
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy