Class: Google::Cloud::StorageInsights::V1::ListReportConfigsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::StorageInsights::V1::ListReportConfigsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/storageinsights/v1/storageinsights.rb
Overview
Message for response to listing ReportConfigs
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token identifying a page of results the server should return.
-
#report_configs ⇒ ::Array<::Google::Cloud::StorageInsights::V1::ReportConfig>
The list of ReportConfig.
-
#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.
56 57 58 59 |
# File 'proto_docs/google/cloud/storageinsights/v1/storageinsights.rb', line 56 class ListReportConfigsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#report_configs ⇒ ::Array<::Google::Cloud::StorageInsights::V1::ReportConfig>
Returns The list of ReportConfig.
56 57 58 59 |
# File 'proto_docs/google/cloud/storageinsights/v1/storageinsights.rb', line 56 class ListReportConfigsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
56 57 58 59 |
# File 'proto_docs/google/cloud/storageinsights/v1/storageinsights.rb', line 56 class ListReportConfigsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |