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
def filter() -> ::String- (::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 likednsSettings.customDns:*.You can also create compound filters by combining expressions with the
ANDandORoperators. For example, to find domains that are suspended or have specific issues flagged, use an expression like(state=SUSPENDED) OR (issue:*).
#filter=
def filter=(value) -> ::String- 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 likednsSettings.customDns:*.You can also create compound filters by combining expressions with the
ANDandORoperators. For example, to find domains that are suspended or have specific issues flagged, use an expression like(state=SUSPENDED) OR (issue:*).
- (::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 likednsSettings.customDns:*.You can also create compound filters by combining expressions with the
ANDandORoperators. For example, to find domains that are suspended or have specific issues flagged, use an expression like(state=SUSPENDED) OR (issue:*).
#page_size
def page_size() -> ::Integer- (::Integer) — Maximum number of results to return.
#page_size=
def page_size=(value) -> ::Integer- value (::Integer) — Maximum number of results to return.
- (::Integer) — Maximum number of results to return.
#page_token
def page_token() -> ::String- (::String) — When set to the
next_page_tokenfrom a prior response, provides the next page of results.
#page_token=
def page_token=(value) -> ::String- value (::String) — When set to the
next_page_tokenfrom a prior response, provides the next page of results.
- (::String) — When set to the
next_page_tokenfrom a prior response, provides the next page of results.
#parent
def parent() -> ::String- (::String) — Required. The project and location from which to list
Registrations, specified in the formatprojects/*/locations/*.
#parent=
def parent=(value) -> ::String- value (::String) — Required. The project and location from which to list
Registrations, specified in the formatprojects/*/locations/*.
- (::String) — Required. The project and location from which to list
Registrations, specified in the formatprojects/*/locations/*.