Class: Google::Cloud::Domains::V1::ListRegistrationsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/domains/v1/domains.rb

Overview

Request for the ListRegistrations method.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns 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:*).



596
597
598
599
# File 'proto_docs/google/cloud/domains/v1/domains.rb', line 596

class ListRegistrationsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_size::Integer

Returns Maximum number of results to return.

Returns:

  • (::Integer)

    Maximum number of results to return.



596
597
598
599
# File 'proto_docs/google/cloud/domains/v1/domains.rb', line 596

class ListRegistrationsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_token::String

Returns 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.



596
597
598
599
# File 'proto_docs/google/cloud/domains/v1/domains.rb', line 596

class ListRegistrationsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns 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/*.



596
597
598
599
# File 'proto_docs/google/cloud/domains/v1/domains.rb', line 596

class ListRegistrationsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end