Class: Google::Cloud::Developerconnect::V1::ListInsightsConfigsRequest

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

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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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