Class: Google::Cloud::StorageInsights::V1::ListReportConfigsResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#next_page_token::String

Returns A token identifying a page of results the server should return.

Returns:

  • (::String)

    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.

Returns:



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.

Returns:

  • (::Array<::String>)

    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