public class CloudKMS.Projects.Locations extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
CloudKMS.Projects.Locations.EkmConfig
The "ekmConfig" collection of methods.
|
class |
CloudKMS.Projects.Locations.EkmConnections
The "ekmConnections" collection of methods.
|
class |
CloudKMS.Projects.Locations.GenerateRandomBytes |
class |
CloudKMS.Projects.Locations.Get |
class |
CloudKMS.Projects.Locations.KeyRings
The "keyRings" collection of methods.
|
class |
CloudKMS.Projects.Locations.List |
| Constructor and Description |
|---|
Locations() |
| Modifier and Type | Method and Description |
|---|---|
CloudKMS.Projects.Locations.EkmConfig |
ekmConfig()
An accessor for creating requests from the EkmConfig collection.
|
CloudKMS.Projects.Locations.EkmConnections |
ekmConnections()
An accessor for creating requests from the EkmConnections collection.
|
CloudKMS.Projects.Locations.GenerateRandomBytes |
generateRandomBytes(String location,
GenerateRandomBytesRequest content)
Generate random bytes using the Cloud KMS randomness source in the provided location.
|
CloudKMS.Projects.Locations.Get |
get(String name)
Gets information about a location.
|
CloudKMS.Projects.Locations.KeyRings |
keyRings()
An accessor for creating requests from the KeyRings collection.
|
CloudKMS.Projects.Locations.List |
list(String name)
Lists information about the supported locations for this service.
|
public CloudKMS.Projects.Locations.GenerateRandomBytes generateRandomBytes(String location, GenerateRandomBytesRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.location - The project-specific location in which to generate random bytes. For example, "projects/my-
project/locations/us-central1".content - the GenerateRandomBytesRequestIOExceptionpublic CloudKMS.Projects.Locations.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Resource name for the location.IOExceptionpublic CloudKMS.Projects.Locations.List list(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - The resource that owns the locations collection, if applicable.IOExceptionpublic CloudKMS.Projects.Locations.EkmConfig ekmConfig()
The typical use is:
CloudKMS cloudkms = new CloudKMS(...);CloudKMS.EkmConfig.List request = cloudkms.ekmConfig().list(parameters ...)
public CloudKMS.Projects.Locations.EkmConnections ekmConnections()
The typical use is:
CloudKMS cloudkms = new CloudKMS(...);CloudKMS.EkmConnections.List request = cloudkms.ekmConnections().list(parameters ...)
public CloudKMS.Projects.Locations.KeyRings keyRings()
The typical use is:
CloudKMS cloudkms = new CloudKMS(...);CloudKMS.KeyRings.List request = cloudkms.keyRings().list(parameters ...)
Copyright © 2011–2022 Google. All rights reserved.