Uses of Class
com.google.cloud.kms.inventory.v1.OrganizationName
-
Packages that use OrganizationName Package Description com.google.cloud.kms.inventory.v1 A client to KMS Inventory API -
-
Uses of OrganizationName in com.google.cloud.kms.inventory.v1
Methods in com.google.cloud.kms.inventory.v1 that return OrganizationName Modifier and Type Method Description OrganizationName
OrganizationName.Builder. build()
static OrganizationName
OrganizationName. of(String organization)
static OrganizationName
OrganizationName. parse(String formattedString)
Methods in com.google.cloud.kms.inventory.v1 that return types with arguments of type OrganizationName Modifier and Type Method Description static List<OrganizationName>
OrganizationName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.kms.inventory.v1 with parameters of type OrganizationName Modifier and Type Method Description KeyTrackingServiceClient.SearchProtectedResourcesPagedResponse
KeyTrackingServiceClient. searchProtectedResources(OrganizationName scope, com.google.api.resourcenames.ResourceName cryptoKey)
Returns metadata about the resources protected by the given Cloud KMS [CryptoKey][google.cloud.kms.v1.CryptoKey] in the given Cloud organization.KeyTrackingServiceClient.SearchProtectedResourcesPagedResponse
KeyTrackingServiceClient. searchProtectedResources(OrganizationName scope, String cryptoKey)
Returns metadata about the resources protected by the given Cloud KMS [CryptoKey][google.cloud.kms.v1.CryptoKey] in the given Cloud organization.Method parameters in com.google.cloud.kms.inventory.v1 with type arguments of type OrganizationName Modifier and Type Method Description static List<String>
OrganizationName. toStringList(List<OrganizationName> values)
-