Uses of Class
com.google.cloud.kms.inventory.v1.KeyTrackingServiceClient.SearchProtectedResourcesPagedResponse
-
Packages that use KeyTrackingServiceClient.SearchProtectedResourcesPagedResponse Package Description com.google.cloud.kms.inventory.v1 A client to KMS Inventory APIcom.google.cloud.kms.inventory.v1.stub -
-
Uses of KeyTrackingServiceClient.SearchProtectedResourcesPagedResponse in com.google.cloud.kms.inventory.v1
Methods in com.google.cloud.kms.inventory.v1 that return KeyTrackingServiceClient.SearchProtectedResourcesPagedResponse 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.KeyTrackingServiceClient.SearchProtectedResourcesPagedResponse
KeyTrackingServiceClient. searchProtectedResources(SearchProtectedResourcesRequest request)
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(String 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(String 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.Methods in com.google.cloud.kms.inventory.v1 that return types with arguments of type KeyTrackingServiceClient.SearchProtectedResourcesPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<KeyTrackingServiceClient.SearchProtectedResourcesPagedResponse>
KeyTrackingServiceClient.SearchProtectedResourcesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<SearchProtectedResourcesRequest,SearchProtectedResourcesResponse,ProtectedResource> context, com.google.api.core.ApiFuture<SearchProtectedResourcesResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<SearchProtectedResourcesRequest,KeyTrackingServiceClient.SearchProtectedResourcesPagedResponse>
KeyTrackingServiceClient. searchProtectedResourcesPagedCallable()
Returns metadata about the resources protected by the given Cloud KMS [CryptoKey][google.cloud.kms.v1.CryptoKey] in the given Cloud organization.com.google.api.gax.rpc.PagedCallSettings.Builder<SearchProtectedResourcesRequest,SearchProtectedResourcesResponse,KeyTrackingServiceClient.SearchProtectedResourcesPagedResponse>
KeyTrackingServiceSettings.Builder. searchProtectedResourcesSettings()
Returns the builder for the settings used for calls to searchProtectedResources.com.google.api.gax.rpc.PagedCallSettings<SearchProtectedResourcesRequest,SearchProtectedResourcesResponse,KeyTrackingServiceClient.SearchProtectedResourcesPagedResponse>
KeyTrackingServiceSettings. searchProtectedResourcesSettings()
Returns the object with the settings used for calls to searchProtectedResources. -
Uses of KeyTrackingServiceClient.SearchProtectedResourcesPagedResponse in com.google.cloud.kms.inventory.v1.stub
-