Class: Google::Cloud::Developerconnect::V1::ListInsightsConfigsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Developerconnect::V1::ListInsightsConfigsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/developerconnect/v1/insights_config.rb
Overview
Request for requesting list of InsightsConfigs.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Optional.
-
#order_by ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns Optional. Filtering results. See https://google.aip.dev/160 for more details. Filter string, adhering to the rules in https://google.aip.dev/160. List only InsightsConfigs matching the filter. If filter is empty, all InsightsConfigs are listed.
265 266 267 268 |
# File 'proto_docs/google/cloud/developerconnect/v1/insights_config.rb', line 265 class ListInsightsConfigsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
Returns Optional. Hint for how to order the results.
265 266 267 268 |
# File 'proto_docs/google/cloud/developerconnect/v1/insights_config.rb', line 265 class ListInsightsConfigsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
265 266 267 268 |
# File 'proto_docs/google/cloud/developerconnect/v1/insights_config.rb', line 265 class ListInsightsConfigsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. A token identifying a page of results the server should return.
265 266 267 268 |
# File 'proto_docs/google/cloud/developerconnect/v1/insights_config.rb', line 265 class ListInsightsConfigsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Parent value for ListInsightsConfigsRequest.
265 266 267 268 |
# File 'proto_docs/google/cloud/developerconnect/v1/insights_config.rb', line 265 class ListInsightsConfigsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |