Class: Google::Cloud::Kms::Inventory::V1::SearchProtectedResourcesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Kms::Inventory::V1::SearchProtectedResourcesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/kms/inventory/v1/key_tracking_service.rb
Overview
Response message for KeyTrackingService.SearchProtectedResources.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token that can be sent as
page_token
to retrieve the next page. -
#protected_resources ⇒ ::Array<::Google::Cloud::Kms::Inventory::V1::ProtectedResource>
Protected resources for this page.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token that can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
147 148 149 150 |
# File 'proto_docs/google/cloud/kms/inventory/v1/key_tracking_service.rb', line 147 class SearchProtectedResourcesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#protected_resources ⇒ ::Array<::Google::Cloud::Kms::Inventory::V1::ProtectedResource>
Returns Protected resources for this page.
147 148 149 150 |
# File 'proto_docs/google/cloud/kms/inventory/v1/key_tracking_service.rb', line 147 class SearchProtectedResourcesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |