Class: Google::Cloud::StorageInsights::V1::ListReportDetailsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::StorageInsights::V1::ListReportDetailsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/storageinsights/v1/storageinsights.rb
Overview
Message for response to listing ReportDetails
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token identifying a page of results the server should return.
-
#report_details ⇒ ::Array<::Google::Cloud::StorageInsights::V1::ReportDetail>
The list of ReportDetail.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token identifying a page of results the server should return.
246 247 248 249 |
# File 'proto_docs/google/cloud/storageinsights/v1/storageinsights.rb', line 246 class ListReportDetailsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#report_details ⇒ ::Array<::Google::Cloud::StorageInsights::V1::ReportDetail>
Returns The list of ReportDetail.
246 247 248 249 |
# File 'proto_docs/google/cloud/storageinsights/v1/storageinsights.rb', line 246 class ListReportDetailsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
246 247 248 249 |
# File 'proto_docs/google/cloud/storageinsights/v1/storageinsights.rb', line 246 class ListReportDetailsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |