Class: Google::Cloud::Developerconnect::V1::ListInsightsConfigsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Developerconnect::V1::ListInsightsConfigsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/developerconnect/v1/insights_config.rb
Overview
Request for response to listing InsightsConfigs.
Instance Attribute Summary collapse
-
#insights_configs ⇒ ::Array<::Google::Cloud::Developerconnect::V1::InsightsConfig>
The list of InsightsConfigs.
-
#next_page_token ⇒ ::String
A token identifying a page of results the server should return.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#insights_configs ⇒ ::Array<::Google::Cloud::Developerconnect::V1::InsightsConfig>
Returns The list of InsightsConfigs.
280 281 282 283 |
# File 'proto_docs/google/cloud/developerconnect/v1/insights_config.rb', line 280 class ListInsightsConfigsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token identifying a page of results the server should return.
280 281 282 283 |
# File 'proto_docs/google/cloud/developerconnect/v1/insights_config.rb', line 280 class ListInsightsConfigsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
280 281 282 283 |
# File 'proto_docs/google/cloud/developerconnect/v1/insights_config.rb', line 280 class ListInsightsConfigsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |