Reference documentation and code samples for the Infrastructure Manager V1 API class Google::Cloud::ConfigService::V1::ListResourceChangesRequest.
The request message for the ListResourceChanges method.
Inherits
Object
Extended By
Google::Protobuf::MessageExts::ClassMethods
Includes
Google::Protobuf::MessageExts
Methods
#filter
deffilter()->::String
Returns
(::String) —
Optional. Lists the resource changes that match the filter expression. A
filter expression filters the resource changes listed in the response. The
expression must be of the form '{field} {operator} {value}' where
operators: '<', '>',
'<=',
'>=',
'!=', '=', ':' are supported (colon ':' represents a HAS operator which is
roughly synonymous with equality). {field} can refer to a proto or JSON
field, or a synthetic field. Field names can be camelCase or snake_case.
Examples:
Filter by name:
name =
"projects/foo/locations/us-central1/previews/dep/resourceChanges/baz
#filter=
deffilter=(value)->::String
Parameter
value (::String) —
Optional. Lists the resource changes that match the filter expression. A
filter expression filters the resource changes listed in the response. The
expression must be of the form '{field} {operator} {value}' where
operators: '<', '>',
'<=',
'>=',
'!=', '=', ':' are supported (colon ':' represents a HAS operator which is
roughly synonymous with equality). {field} can refer to a proto or JSON
field, or a synthetic field. Field names can be camelCase or snake_case.
Examples:
Filter by name:
name =
"projects/foo/locations/us-central1/previews/dep/resourceChanges/baz
Returns
(::String) —
Optional. Lists the resource changes that match the filter expression. A
filter expression filters the resource changes listed in the response. The
expression must be of the form '{field} {operator} {value}' where
operators: '<', '>',
'<=',
'>=',
'!=', '=', ':' are supported (colon ':' represents a HAS operator which is
roughly synonymous with equality). {field} can refer to a proto or JSON
field, or a synthetic field. Field names can be camelCase or snake_case.
Examples:
Filter by name:
name =
"projects/foo/locations/us-central1/previews/dep/resourceChanges/baz
#order_by
deforder_by()->::String
Returns
(::String) — Optional. Field to use to sort the list.
#order_by=
deforder_by=(value)->::String
Parameter
value (::String) — Optional. Field to use to sort the list.
Returns
(::String) — Optional. Field to use to sort the list.
#page_size
defpage_size()->::Integer
Returns
(::Integer) — Optional. When requesting a page of resource changes, 'page_size' specifies
number of resource changes to return. If unspecified, at most 500 will be
returned. The maximum value is 1000.
#page_size=
defpage_size=(value)->::Integer
Parameter
value (::Integer) — Optional. When requesting a page of resource changes, 'page_size' specifies
number of resource changes to return. If unspecified, at most 500 will be
returned. The maximum value is 1000.
Returns
(::Integer) — Optional. When requesting a page of resource changes, 'page_size' specifies
number of resource changes to return. If unspecified, at most 500 will be
returned. The maximum value is 1000.
#page_token
defpage_token()->::String
Returns
(::String) — Optional. Token returned by previous call to 'ListResourceChanges' which
specifies the position in the list from where to continue listing the
resource changes.
#page_token=
defpage_token=(value)->::String
Parameter
value (::String) — Optional. Token returned by previous call to 'ListResourceChanges' which
specifies the position in the list from where to continue listing the
resource changes.
Returns
(::String) — Optional. Token returned by previous call to 'ListResourceChanges' which
specifies the position in the list from where to continue listing the
resource changes.
#parent
defparent()->::String
Returns
(::String) — Required. The parent in whose context the ResourceChanges are listed. The
parent value is in the format:
'projects/{project_id}/locations/{location}/previews/{preview}'.
#parent=
defparent=(value)->::String
Parameter
value (::String) — Required. The parent in whose context the ResourceChanges are listed. The
parent value is in the format:
'projects/{project_id}/locations/{location}/previews/{preview}'.
Returns
(::String) — Required. The parent in whose context the ResourceChanges are listed. The
parent value is in the format:
'projects/{project_id}/locations/{location}/previews/{preview}'.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[],[],null,["# Infrastructure Manager V1 API - Class Google::Cloud::ConfigService::V1::ListResourceChangesRequest (v2.2.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.2.0 (latest)](/ruby/docs/reference/google-cloud-config_service-v1/latest/Google-Cloud-ConfigService-V1-ListResourceChangesRequest)\n- [2.1.0](/ruby/docs/reference/google-cloud-config_service-v1/2.1.0/Google-Cloud-ConfigService-V1-ListResourceChangesRequest)\n- [2.0.1](/ruby/docs/reference/google-cloud-config_service-v1/2.0.1/Google-Cloud-ConfigService-V1-ListResourceChangesRequest)\n- [1.3.0](/ruby/docs/reference/google-cloud-config_service-v1/1.3.0/Google-Cloud-ConfigService-V1-ListResourceChangesRequest)\n- [1.2.1](/ruby/docs/reference/google-cloud-config_service-v1/1.2.1/Google-Cloud-ConfigService-V1-ListResourceChangesRequest)\n- [1.1.0](/ruby/docs/reference/google-cloud-config_service-v1/1.1.0/Google-Cloud-ConfigService-V1-ListResourceChangesRequest)\n- [1.0.2](/ruby/docs/reference/google-cloud-config_service-v1/1.0.2/Google-Cloud-ConfigService-V1-ListResourceChangesRequest)\n- [0.6.0](/ruby/docs/reference/google-cloud-config_service-v1/0.6.0/Google-Cloud-ConfigService-V1-ListResourceChangesRequest)\n- [0.5.0](/ruby/docs/reference/google-cloud-config_service-v1/0.5.0/Google-Cloud-ConfigService-V1-ListResourceChangesRequest)\n- [0.4.0](/ruby/docs/reference/google-cloud-config_service-v1/0.4.0/Google-Cloud-ConfigService-V1-ListResourceChangesRequest)\n- [0.3.1](/ruby/docs/reference/google-cloud-config_service-v1/0.3.1/Google-Cloud-ConfigService-V1-ListResourceChangesRequest)\n- [0.2.1](/ruby/docs/reference/google-cloud-config_service-v1/0.2.1/Google-Cloud-ConfigService-V1-ListResourceChangesRequest)\n- [0.1.0](/ruby/docs/reference/google-cloud-config_service-v1/0.1.0/Google-Cloud-ConfigService-V1-ListResourceChangesRequest) \nReference documentation and code samples for the Infrastructure Manager V1 API class Google::Cloud::ConfigService::V1::ListResourceChangesRequest.\n\nThe request message for the ListResourceChanges method. \n\nInherits\n--------\n\n- Object \n\nExtended By\n-----------\n\n- Google::Protobuf::MessageExts::ClassMethods \n\nIncludes\n--------\n\n- Google::Protobuf::MessageExts\n\nMethods\n-------\n\n### #filter\n\n def filter() -\u003e ::String\n\n**Returns**\n\n- (::String) --- Optional. Lists the resource changes that match the filter expression. A\n filter expression filters the resource changes listed in the response. The\n expression must be of the form '{field} {operator} {value}' where\n operators: '\\\u003c', '\\\u003e',\n '\\\u003c=',\n '\\\u003e=',\n '!=', '=', ':' are supported (colon ':' represents a HAS operator which is\n roughly synonymous with equality). {field} can refer to a proto or JSON\n field, or a synthetic field. Field names can be camelCase or snake_case.\n\n Examples:\n - Filter by name: name = \"projects/foo/locations/us-central1/previews/dep/resourceChanges/baz\n\n### #filter=\n\n def filter=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) ---\n\n Optional. Lists the resource changes that match the filter expression. A\n filter expression filters the resource changes listed in the response. The\n expression must be of the form '{field} {operator} {value}' where\n operators: '\\\u003c', '\\\u003e',\n '\\\u003c=',\n '\\\u003e=',\n '!=', '=', ':' are supported (colon ':' represents a HAS operator which is\n roughly synonymous with equality). {field} can refer to a proto or JSON\n field, or a synthetic field. Field names can be camelCase or snake_case.\n\n Examples:\n- Filter by name: name = \"projects/foo/locations/us-central1/previews/dep/resourceChanges/baz \n**Returns**\n\n- (::String) --- Optional. Lists the resource changes that match the filter expression. A\n filter expression filters the resource changes listed in the response. The\n expression must be of the form '{field} {operator} {value}' where\n operators: '\\\u003c', '\\\u003e',\n '\\\u003c=',\n '\\\u003e=',\n '!=', '=', ':' are supported (colon ':' represents a HAS operator which is\n roughly synonymous with equality). {field} can refer to a proto or JSON\n field, or a synthetic field. Field names can be camelCase or snake_case.\n\n Examples:\n - Filter by name: name = \"projects/foo/locations/us-central1/previews/dep/resourceChanges/baz\n\n### #order_by\n\n def order_by() -\u003e ::String\n\n**Returns**\n\n- (::String) --- Optional. Field to use to sort the list.\n\n### #order_by=\n\n def order_by=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- Optional. Field to use to sort the list. \n**Returns**\n\n- (::String) --- Optional. Field to use to sort the list.\n\n### #page_size\n\n def page_size() -\u003e ::Integer\n\n**Returns**\n\n- (::Integer) --- Optional. When requesting a page of resource changes, 'page_size' specifies number of resource changes to return. If unspecified, at most 500 will be returned. The maximum value is 1000.\n\n### #page_size=\n\n def page_size=(value) -\u003e ::Integer\n\n**Parameter**\n\n- **value** (::Integer) --- Optional. When requesting a page of resource changes, 'page_size' specifies number of resource changes to return. If unspecified, at most 500 will be returned. The maximum value is 1000. \n**Returns**\n\n- (::Integer) --- Optional. When requesting a page of resource changes, 'page_size' specifies number of resource changes to return. If unspecified, at most 500 will be returned. The maximum value is 1000.\n\n### #page_token\n\n def page_token() -\u003e ::String\n\n**Returns**\n\n- (::String) --- Optional. Token returned by previous call to 'ListResourceChanges' which specifies the position in the list from where to continue listing the resource changes.\n\n### #page_token=\n\n def page_token=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- Optional. Token returned by previous call to 'ListResourceChanges' which specifies the position in the list from where to continue listing the resource changes. \n**Returns**\n\n- (::String) --- Optional. Token returned by previous call to 'ListResourceChanges' which specifies the position in the list from where to continue listing the resource changes.\n\n### #parent\n\n def parent() -\u003e ::String\n\n**Returns**\n\n- (::String) --- Required. The parent in whose context the ResourceChanges are listed. The parent value is in the format: 'projects/{project_id}/locations/{location}/previews/{preview}'.\n\n### #parent=\n\n def parent=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- Required. The parent in whose context the ResourceChanges are listed. The parent value is in the format: 'projects/{project_id}/locations/{location}/previews/{preview}'. \n**Returns**\n\n- (::String) --- Required. The parent in whose context the ResourceChanges are listed. The parent value is in the format: 'projects/{project_id}/locations/{location}/previews/{preview}'."]]