Uses of Class
com.google.cloud.kms.v1.LocationName
-
Packages that use LocationName Package Description com.google.cloud.kms.v1 A client to Cloud Key Management Service (KMS) API -
-
Uses of LocationName in com.google.cloud.kms.v1
Methods in com.google.cloud.kms.v1 that return LocationName Modifier and Type Method Description LocationNameLocationName.Builder. build()static LocationNameLocationName. of(String project, String location)static LocationNameLocationName. parse(String formattedString)Methods in com.google.cloud.kms.v1 that return types with arguments of type LocationName Modifier and Type Method Description static List<LocationName>LocationName. parseList(List<String> formattedStrings)Methods in com.google.cloud.kms.v1 with parameters of type LocationName Modifier and Type Method Description EkmConnectionEkmServiceClient. createEkmConnection(LocationName parent, String ekmConnectionId, EkmConnection ekmConnection)Creates a new [EkmConnection][google.cloud.kms.v1.EkmConnection] in a given Project and Location.KeyRingKeyManagementServiceClient. createKeyRing(LocationName parent, String keyRingId, KeyRing keyRing)Create a new [KeyRing][google.cloud.kms.v1.KeyRing] in a given Project and Location.EkmServiceClient.ListEkmConnectionsPagedResponseEkmServiceClient. listEkmConnections(LocationName parent)Lists [EkmConnections][google.cloud.kms.v1.EkmConnection].KeyManagementServiceClient.ListKeyRingsPagedResponseKeyManagementServiceClient. listKeyRings(LocationName parent)Lists [KeyRings][google.cloud.kms.v1.KeyRing].Method parameters in com.google.cloud.kms.v1 with type arguments of type LocationName Modifier and Type Method Description static List<String>LocationName. toStringList(List<LocationName> values)
-