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 OrganizationNameOrganizationName.Builder. build()static OrganizationNameOrganizationName. of(String organization)static OrganizationNameOrganizationName. 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.SearchProtectedResourcesPagedResponseKeyTrackingServiceClient. 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.SearchProtectedResourcesPagedResponseKeyTrackingServiceClient. 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)
-