Reference documentation and code samples for the Cloud Domains V1beta1 API class Google::Cloud::Domains::V1beta1::ListRegistrationsRequest.
Request for the ListRegistrations method.
Inherits
Object
Extended By
Google::Protobuf::MessageExts::ClassMethods
Includes
Google::Protobuf::MessageExts
Methods
#filter
deffilter()->::String
Returns
(::String) — Filter expression to restrict the Registrations returned.
The expression must specify the field name, a comparison operator, and the
value that you want to use for filtering. The value must be a string, a
number, a boolean, or an enum value. The comparison operator should be one
of =, !=, >, <, >=, <=, or : for prefix or wildcard matches.
For example, to filter to a specific domain name, use an expression like
domainName="example.com". You can also check for the existence of a
field; for example, to find domains using custom DNS settings, use an
expression like dnsSettings.customDns:*.
You can also create compound filters by combining expressions with the
AND and OR operators. For example, to find domains that are suspended
or have specific issues flagged, use an expression like
(state=SUSPENDED) OR (issue:*).
#filter=
deffilter=(value)->::String
Parameter
value (::String) — Filter expression to restrict the Registrations returned.
The expression must specify the field name, a comparison operator, and the
value that you want to use for filtering. The value must be a string, a
number, a boolean, or an enum value. The comparison operator should be one
of =, !=, >, <, >=, <=, or : for prefix or wildcard matches.
For example, to filter to a specific domain name, use an expression like
domainName="example.com". You can also check for the existence of a
field; for example, to find domains using custom DNS settings, use an
expression like dnsSettings.customDns:*.
You can also create compound filters by combining expressions with the
AND and OR operators. For example, to find domains that are suspended
or have specific issues flagged, use an expression like
(state=SUSPENDED) OR (issue:*).
Returns
(::String) — Filter expression to restrict the Registrations returned.
The expression must specify the field name, a comparison operator, and the
value that you want to use for filtering. The value must be a string, a
number, a boolean, or an enum value. The comparison operator should be one
of =, !=, >, <, >=, <=, or : for prefix or wildcard matches.
For example, to filter to a specific domain name, use an expression like
domainName="example.com". You can also check for the existence of a
field; for example, to find domains using custom DNS settings, use an
expression like dnsSettings.customDns:*.
You can also create compound filters by combining expressions with the
AND and OR operators. For example, to find domains that are suspended
or have specific issues flagged, use an expression like
(state=SUSPENDED) OR (issue:*).
#page_size
defpage_size()->::Integer
Returns
(::Integer) — Maximum number of results to return.
#page_size=
defpage_size=(value)->::Integer
Parameter
value (::Integer) — Maximum number of results to return.
Returns
(::Integer) — Maximum number of results to return.
#page_token
defpage_token()->::String
Returns
(::String) — When set to the next_page_token from a prior response, provides the next
page of results.
#page_token=
defpage_token=(value)->::String
Parameter
value (::String) — When set to the next_page_token from a prior response, provides the next
page of results.
Returns
(::String) — When set to the next_page_token from a prior response, provides the next
page of results.
#parent
defparent()->::String
Returns
(::String) — Required. The project and location from which to list Registrations, specified in
the format projects/*/locations/*.
#parent=
defparent=(value)->::String
Parameter
value (::String) — Required. The project and location from which to list Registrations, specified in
the format projects/*/locations/*.
Returns
(::String) — Required. The project and location from which to list Registrations, specified in
the format projects/*/locations/*.
[[["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."],[],[],null,["# Cloud Domains V1beta1 API - Class Google::Cloud::Domains::V1beta1::ListRegistrationsRequest (v0.12.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.12.0 (latest)](/ruby/docs/reference/google-cloud-domains-v1beta1/latest/Google-Cloud-Domains-V1beta1-ListRegistrationsRequest)\n- [0.11.1](/ruby/docs/reference/google-cloud-domains-v1beta1/0.11.1/Google-Cloud-Domains-V1beta1-ListRegistrationsRequest)\n- [0.10.0](/ruby/docs/reference/google-cloud-domains-v1beta1/0.10.0/Google-Cloud-Domains-V1beta1-ListRegistrationsRequest)\n- [0.9.1](/ruby/docs/reference/google-cloud-domains-v1beta1/0.9.1/Google-Cloud-Domains-V1beta1-ListRegistrationsRequest)\n- [0.8.2](/ruby/docs/reference/google-cloud-domains-v1beta1/0.8.2/Google-Cloud-Domains-V1beta1-ListRegistrationsRequest)\n- [0.7.0](/ruby/docs/reference/google-cloud-domains-v1beta1/0.7.0/Google-Cloud-Domains-V1beta1-ListRegistrationsRequest)\n- [0.6.0](/ruby/docs/reference/google-cloud-domains-v1beta1/0.6.0/Google-Cloud-Domains-V1beta1-ListRegistrationsRequest)\n- [0.5.0](/ruby/docs/reference/google-cloud-domains-v1beta1/0.5.0/Google-Cloud-Domains-V1beta1-ListRegistrationsRequest)\n- [0.4.0](/ruby/docs/reference/google-cloud-domains-v1beta1/0.4.0/Google-Cloud-Domains-V1beta1-ListRegistrationsRequest)\n- [0.3.2](/ruby/docs/reference/google-cloud-domains-v1beta1/0.3.2/Google-Cloud-Domains-V1beta1-ListRegistrationsRequest) \nReference documentation and code samples for the Cloud Domains V1beta1 API class Google::Cloud::Domains::V1beta1::ListRegistrationsRequest.\n\nRequest for the `ListRegistrations` 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) --- Filter expression to restrict the `Registration`s returned.\n\n\n The expression must specify the field name, a comparison operator, and the\n value that you want to use for filtering. The value must be a string, a\n number, a boolean, or an enum value. The comparison operator should be one\n of =, !=, \\\u003e, \\\u003c, \\\u003e=, \\\u003c=, or : for prefix or wildcard matches.\n\n For example, to filter to a specific domain name, use an expression like\n `domainName=\"example.com\"`. You can also check for the existence of a\n field; for example, to find domains using custom DNS settings, use an\n expression like `dnsSettings.customDns:*`.\n\n You can also create compound filters by combining expressions with the\n `AND` and `OR` operators. For example, to find domains that are suspended\n or have specific issues flagged, use an expression like\n `(state=SUSPENDED) OR (issue:*)`.\n\n### #filter=\n\n def filter=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- Filter expression to restrict the `Registration`s returned.\n\n\n The expression must specify the field name, a comparison operator, and the\n value that you want to use for filtering. The value must be a string, a\n number, a boolean, or an enum value. The comparison operator should be one\n of =, !=, \\\u003e, \\\u003c, \\\u003e=, \\\u003c=, or : for prefix or wildcard matches.\n\n For example, to filter to a specific domain name, use an expression like\n `domainName=\"example.com\"`. You can also check for the existence of a\n field; for example, to find domains using custom DNS settings, use an\n expression like `dnsSettings.customDns:*`.\n\n You can also create compound filters by combining expressions with the\n `AND` and `OR` operators. For example, to find domains that are suspended\n or have specific issues flagged, use an expression like\n`(state=SUSPENDED) OR (issue:*)`. \n**Returns**\n\n- (::String) --- Filter expression to restrict the `Registration`s returned.\n\n\n The expression must specify the field name, a comparison operator, and the\n value that you want to use for filtering. The value must be a string, a\n number, a boolean, or an enum value. The comparison operator should be one\n of =, !=, \\\u003e, \\\u003c, \\\u003e=, \\\u003c=, or : for prefix or wildcard matches.\n\n For example, to filter to a specific domain name, use an expression like\n `domainName=\"example.com\"`. You can also check for the existence of a\n field; for example, to find domains using custom DNS settings, use an\n expression like `dnsSettings.customDns:*`.\n\n You can also create compound filters by combining expressions with the\n `AND` and `OR` operators. For example, to find domains that are suspended\n or have specific issues flagged, use an expression like\n `(state=SUSPENDED) OR (issue:*)`.\n\n### #page_size\n\n def page_size() -\u003e ::Integer\n\n**Returns**\n\n- (::Integer) --- Maximum number of results to return.\n\n### #page_size=\n\n def page_size=(value) -\u003e ::Integer\n\n**Parameter**\n\n- **value** (::Integer) --- Maximum number of results to return. \n**Returns**\n\n- (::Integer) --- Maximum number of results to return.\n\n### #page_token\n\n def page_token() -\u003e ::String\n\n**Returns**\n\n- (::String) --- When set to the `next_page_token` from a prior response, provides the next page of results.\n\n### #page_token=\n\n def page_token=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- When set to the `next_page_token` from a prior response, provides the next page of results. \n**Returns**\n\n- (::String) --- When set to the `next_page_token` from a prior response, provides the next page of results.\n\n### #parent\n\n def parent() -\u003e ::String\n\n**Returns**\n\n- (::String) --- Required. The project and location from which to list `Registration`s, specified in the format `projects/*/locations/*`.\n\n### #parent=\n\n def parent=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- Required. The project and location from which to list `Registration`s, specified in the format `projects/*/locations/*`. \n**Returns**\n\n- (::String) --- Required. The project and location from which to list `Registration`s, specified in the format `projects/*/locations/*`."]]