Package | Description |
---|---|
com.google.cloud.kms.v1 |
A client to Cloud Key Management Service (KMS) API
|
Modifier and Type | Method and Description |
---|---|
LocationName |
LocationName.Builder.build() |
static LocationName |
LocationName.of(String project,
String location) |
static LocationName |
LocationName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static List<LocationName> |
LocationName.parseList(List<String> formattedStrings) |
Modifier and Type | Method and Description |
---|---|
EkmConnection |
EkmServiceClient.createEkmConnection(LocationName parent,
String ekmConnectionId,
EkmConnection ekmConnection)
Creates a new [EkmConnection][google.cloud.kms.v1.EkmConnection] in a given Project and
Location.
|
KeyRing |
KeyManagementServiceClient.createKeyRing(LocationName parent,
String keyRingId,
KeyRing keyRing)
Create a new [KeyRing][google.cloud.kms.v1.KeyRing] in a given Project and Location.
|
EkmServiceClient.ListEkmConnectionsPagedResponse |
EkmServiceClient.listEkmConnections(LocationName parent)
Lists [EkmConnections][google.cloud.kms.v1.EkmConnection].
|
KeyManagementServiceClient.ListKeyRingsPagedResponse |
KeyManagementServiceClient.listKeyRings(LocationName parent)
Lists [KeyRings][google.cloud.kms.v1.KeyRing].
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
LocationName.toStringList(List<LocationName> values) |
Copyright © 2022 Google LLC. All rights reserved.