An expression that filters the list of returned operations.
A filter expression consists of a field name, a
comparison operator, and a value for filtering.
The value must be a string, a number, or a boolean. The comparison operator
must be one of: <, >, <=, >=, !=, =, or :.
Colon : is the contains operator. Filter rules are not case sensitive.
The following fields in the Operation are eligible for filtering:
name - The name of the long-running operation
done - False if the operation is in progress, else true.
metadata.@type - the type of metadata. For example, the type string
for
[CreateInstanceConfigMetadata][google.spanner.admin.instance.v1.CreateInstanceConfigMetadata]
is
type.googleapis.com/google.spanner.admin.instance.v1.CreateInstanceConfigMetadata.
metadata.<field_name> - any field in metadata.value.
metadata.@type must be specified first, if filtering on metadata
fields.
error - Error associated with the long-running operation.
response.@type - the type of response.
response.<field_name> - any field in response.value.
You can combine multiple expressions by enclosing each expression in
parentheses. By default, expressions are combined with AND logic. However,
you can specify AND, OR, and NOT logic explicitly.
Here are a few examples:
done:true - The operation is complete.
(metadata.@type= \
type.googleapis.com/google.spanner.admin.instance.v1.CreateInstanceConfigMetadata)
AND \
(metadata.instance_config.name:custom-config) AND \
(metadata.progress.start_time < \"2021-03-28T14:50:00Z\") AND \
(error:*) - Return operations where:
The operation's metadata type is
[CreateInstanceConfigMetadata][google.spanner.admin.instance.v1.CreateInstanceConfigMetadata].
The instance configuration name contains "custom-config".
The operation started before 2021-03-28T14:50:00Z.
If non-empty, page_token should contain a
[next_page_token][google.spanner.admin.instance.v1.ListInstanceConfigOperationsResponse.next_page_token]
from a previous
[ListInstanceConfigOperationsResponse][google.spanner.admin.instance.v1.ListInstanceConfigOperationsResponse]
to the same parent and with the same filter.
[[["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-08-28 UTC."],[[["\u003cp\u003eThis webpage provides reference documentation for the \u003ccode\u003eListInstanceConfigOperationsRequest\u003c/code\u003e class within the Google Cloud Spanner Instance Administration v1 API for .NET.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of this class is \u003ccode\u003e5.0.0-beta05\u003c/code\u003e, with several previous versions listed, going back to version \u003ccode\u003e3.5.0\u003c/code\u003e, and provides links to each version's respective documentation.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eListInstanceConfigOperationsRequest\u003c/code\u003e is used to request a list of operations related to instance configurations, inheriting from several interfaces such as \u003ccode\u003eIPageRequest\u003c/code\u003e and \u003ccode\u003eIMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties like \u003ccode\u003eFilter\u003c/code\u003e, \u003ccode\u003ePageSize\u003c/code\u003e, \u003ccode\u003ePageToken\u003c/code\u003e, and \u003ccode\u003eParent\u003c/code\u003e to specify the parameters for listing instance config operations.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation details the constructors, properties, and inheritance of the class, including the ability to filter operations based on criteria like metadata, error, or completion status.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Spanner Instance Administration v1 API - Class ListInstanceConfigOperationsRequest (5.1.0)\n\nVersion latestkeyboard_arrow_down\n\n- [5.1.0 (latest)](/dotnet/docs/reference/Google.Cloud.Spanner.Admin.Instance.V1/latest/Google.Cloud.Spanner.Admin.Instance.V1.ListInstanceConfigOperationsRequest)\n- [5.0.0](/dotnet/docs/reference/Google.Cloud.Spanner.Admin.Instance.V1/5.0.0/Google.Cloud.Spanner.Admin.Instance.V1.ListInstanceConfigOperationsRequest)\n- [4.6.0](/dotnet/docs/reference/Google.Cloud.Spanner.Admin.Instance.V1/4.6.0/Google.Cloud.Spanner.Admin.Instance.V1.ListInstanceConfigOperationsRequest)\n- [4.5.0](/dotnet/docs/reference/Google.Cloud.Spanner.Admin.Instance.V1/4.5.0/Google.Cloud.Spanner.Admin.Instance.V1.ListInstanceConfigOperationsRequest)\n- [4.4.0](/dotnet/docs/reference/Google.Cloud.Spanner.Admin.Instance.V1/4.4.0/Google.Cloud.Spanner.Admin.Instance.V1.ListInstanceConfigOperationsRequest)\n- [4.3.0](/dotnet/docs/reference/Google.Cloud.Spanner.Admin.Instance.V1/4.3.0/Google.Cloud.Spanner.Admin.Instance.V1.ListInstanceConfigOperationsRequest)\n- [4.2.0](/dotnet/docs/reference/Google.Cloud.Spanner.Admin.Instance.V1/4.2.0/Google.Cloud.Spanner.Admin.Instance.V1.ListInstanceConfigOperationsRequest)\n- [4.1.0](/dotnet/docs/reference/Google.Cloud.Spanner.Admin.Instance.V1/4.1.0/Google.Cloud.Spanner.Admin.Instance.V1.ListInstanceConfigOperationsRequest)\n- [4.0.0](/dotnet/docs/reference/Google.Cloud.Spanner.Admin.Instance.V1/4.0.0/Google.Cloud.Spanner.Admin.Instance.V1.ListInstanceConfigOperationsRequest)\n- [3.15.1](/dotnet/docs/reference/Google.Cloud.Spanner.Admin.Instance.V1/3.15.1/Google.Cloud.Spanner.Admin.Instance.V1.ListInstanceConfigOperationsRequest)\n- [3.14.0](/dotnet/docs/reference/Google.Cloud.Spanner.Admin.Instance.V1/3.14.0/Google.Cloud.Spanner.Admin.Instance.V1.ListInstanceConfigOperationsRequest)\n- [3.13.0](/dotnet/docs/reference/Google.Cloud.Spanner.Admin.Instance.V1/3.13.0/Google.Cloud.Spanner.Admin.Instance.V1.ListInstanceConfigOperationsRequest)\n- [3.12.0](/dotnet/docs/reference/Google.Cloud.Spanner.Admin.Instance.V1/3.12.0/Google.Cloud.Spanner.Admin.Instance.V1.ListInstanceConfigOperationsRequest)\n- [3.11.0](/dotnet/docs/reference/Google.Cloud.Spanner.Admin.Instance.V1/3.11.0/Google.Cloud.Spanner.Admin.Instance.V1.ListInstanceConfigOperationsRequest)\n- [3.10.0](/dotnet/docs/reference/Google.Cloud.Spanner.Admin.Instance.V1/3.10.0/Google.Cloud.Spanner.Admin.Instance.V1.ListInstanceConfigOperationsRequest)\n- [3.9.0](/dotnet/docs/reference/Google.Cloud.Spanner.Admin.Instance.V1/3.9.0/Google.Cloud.Spanner.Admin.Instance.V1.ListInstanceConfigOperationsRequest)\n- [3.8.0](/dotnet/docs/reference/Google.Cloud.Spanner.Admin.Instance.V1/3.8.0/Google.Cloud.Spanner.Admin.Instance.V1.ListInstanceConfigOperationsRequest)\n- [3.7.0](/dotnet/docs/reference/Google.Cloud.Spanner.Admin.Instance.V1/3.7.0/Google.Cloud.Spanner.Admin.Instance.V1.ListInstanceConfigOperationsRequest)\n- [3.6.0](/dotnet/docs/reference/Google.Cloud.Spanner.Admin.Instance.V1/3.6.0/Google.Cloud.Spanner.Admin.Instance.V1.ListInstanceConfigOperationsRequest)\n- [3.5.0](/dotnet/docs/reference/Google.Cloud.Spanner.Admin.Instance.V1/3.5.0/Google.Cloud.Spanner.Admin.Instance.V1.ListInstanceConfigOperationsRequest) \n\n public sealed class ListInstanceConfigOperationsRequest : IPageRequest, IMessage\u003cListInstanceConfigOperationsRequest\u003e, IEquatable\u003cListInstanceConfigOperationsRequest\u003e, IDeepCloneable\u003cListInstanceConfigOperationsRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google Cloud Spanner Instance Administration v1 API class ListInstanceConfigOperationsRequest.\n\nThe request for\n\\[ListInstanceConfigOperations\\]\\[google.spanner.admin.instance.v1.InstanceAdmin.ListInstanceConfigOperations\\]. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListInstanceConfigOperationsRequest \n\nImplements\n----------\n\n[IPageRequest](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.IPageRequest.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListInstanceConfigOperationsRequest](/dotnet/docs/reference/Google.Cloud.Spanner.Admin.Instance.V1/latest/Google.Cloud.Spanner.Admin.Instance.V1.ListInstanceConfigOperationsRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListInstanceConfigOperationsRequest](/dotnet/docs/reference/Google.Cloud.Spanner.Admin.Instance.V1/latest/Google.Cloud.Spanner.Admin.Instance.V1.ListInstanceConfigOperationsRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListInstanceConfigOperationsRequest](/dotnet/docs/reference/Google.Cloud.Spanner.Admin.Instance.V1/latest/Google.Cloud.Spanner.Admin.Instance.V1.ListInstanceConfigOperationsRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Spanner.Admin.Instance.V1](/dotnet/docs/reference/Google.Cloud.Spanner.Admin.Instance.V1/latest/Google.Cloud.Spanner.Admin.Instance.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Spanner.Admin.Instance.V1.dll\n\nConstructors\n------------\n\n### ListInstanceConfigOperationsRequest()\n\n public ListInstanceConfigOperationsRequest()\n\n### ListInstanceConfigOperationsRequest(ListInstanceConfigOperationsRequest)\n\n public ListInstanceConfigOperationsRequest(ListInstanceConfigOperationsRequest other)\n\nProperties\n----------\n\n### Filter\n\n public string Filter { get; set; }\n\nAn expression that filters the list of returned operations.\n\nA filter expression consists of a field name, a\ncomparison operator, and a value for filtering.\nThe value must be a string, a number, or a boolean. The comparison operator\nmust be one of: `\u003c`, `\u003e`, `\u003c=`, `\u003e=`, `!=`, `=`, or `:`.\nColon `:` is the contains operator. Filter rules are not case sensitive.\n\nThe following fields in the Operation are eligible for filtering:\n\n- `name` - The name of the long-running operation\n- `done` - False if the operation is in progress, else true.\n- `metadata.@type` - the type of metadata. For example, the type string for \\[CreateInstanceConfigMetadata\\]\\[google.spanner.admin.instance.v1.CreateInstanceConfigMetadata\\] is `type.googleapis.com/google.spanner.admin.instance.v1.CreateInstanceConfigMetadata`.\n- `metadata.\u003cfield_name\u003e` - any field in metadata.value. `metadata.@type` must be specified first, if filtering on metadata fields.\n- `error` - Error associated with the long-running operation.\n- `response.@type` - the type of response.\n- `response.\u003cfield_name\u003e` - any field in response.value.\n\nYou can combine multiple expressions by enclosing each expression in\nparentheses. By default, expressions are combined with AND logic. However,\nyou can specify AND, OR, and NOT logic explicitly.\n\nHere are a few examples:\n\n- `done:true` - The operation is complete.\n- `(metadata.@type=` \\\\ `type.googleapis.com/google.spanner.admin.instance.v1.CreateInstanceConfigMetadata)\n AND` \\\\ `(metadata.instance_config.name:custom-config) AND` \\\\ `(metadata.progress.start_time \u003c \\\"2021-03-28T14:50:00Z\\\") AND` \\\\ `(error:*)` - Return operations where:\n - The operation's metadata type is \\[CreateInstanceConfigMetadata\\]\\[google.spanner.admin.instance.v1.CreateInstanceConfigMetadata\\].\n - The instance configuration name contains \"custom-config\".\n - The operation started before 2021-03-28T14:50:00Z.\n - The operation resulted in an error.\n\n### PageSize\n\n public int PageSize { get; set; }\n\nNumber of operations to be returned in the response. If 0 or\nless, defaults to the server's maximum allowed page size.\n\n### PageToken\n\n public string PageToken { get; set; }\n\nIf non-empty, `page_token` should contain a\n\\[next_page_token\\]\\[google.spanner.admin.instance.v1.ListInstanceConfigOperationsResponse.next_page_token\\]\nfrom a previous\n\\[ListInstanceConfigOperationsResponse\\]\\[google.spanner.admin.instance.v1.ListInstanceConfigOperationsResponse\\]\nto the same `parent` and with the same `filter`.\n\n### Parent\n\n public string Parent { get; set; }\n\nRequired. The project of the instance configuration operations.\nValues are of the form `projects/\u003cproject\u003e`.\n\n### ParentAsProjectName\n\n public ProjectName ParentAsProjectName { get; set; }\n\n[ProjectName](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.ResourceNames.ProjectName.html)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.Spanner.Admin.Instance.V1/latest/Google.Cloud.Spanner.Admin.Instance.V1.ListInstanceConfigOperationsRequest#Google_Cloud_Spanner_Admin_Instance_V1_ListInstanceConfigOperationsRequest_Parent) resource name property."]]