Class: Google::Cloud::ManagedIdentities::V1::ListDomainsRequest

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

Overview

Request message for [ListDomains][google.cloud.managedidentities.v1.ListDomains]

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns Optional. A filter specifying constraints of a list operation. For example, Domain.fqdn="mydomain.myorginization".

Returns:

  • (::String)

    Optional. A filter specifying constraints of a list operation. For example, Domain.fqdn="mydomain.myorginization".



128
129
130
131
# File 'proto_docs/google/cloud/managedidentities/v1/managed_identities_service.rb', line 128

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

#order_by::String

Returns Optional. Specifies the ordering of results. See Sorting order for more information.

Returns:

  • (::String)

    Optional. Specifies the ordering of results. See Sorting order for more information.



128
129
130
131
# File 'proto_docs/google/cloud/managedidentities/v1/managed_identities_service.rb', line 128

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

#page_size::Integer

Returns Optional. The maximum number of items to return. If not specified, a default value of 1000 will be used. Regardless of the page_size value, the response may include a partial list. Callers should rely on a response's next_page_token to determine if there are additional results to list.

Returns:

  • (::Integer)

    Optional. The maximum number of items to return. If not specified, a default value of 1000 will be used. Regardless of the page_size value, the response may include a partial list. Callers should rely on a response's next_page_token to determine if there are additional results to list.



128
129
130
131
# File 'proto_docs/google/cloud/managedidentities/v1/managed_identities_service.rb', line 128

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

#page_token::String

Returns Optional. The next_page_token value returned from a previous ListDomainsRequest request, if any.

Returns:

  • (::String)

    Optional. The next_page_token value returned from a previous ListDomainsRequest request, if any.



128
129
130
131
# File 'proto_docs/google/cloud/managedidentities/v1/managed_identities_service.rb', line 128

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

#parent::String

Returns Required. The resource name of the domain location using the form: projects/{project_id}/locations/global.

Returns:

  • (::String)

    Required. The resource name of the domain location using the form: projects/{project_id}/locations/global



128
129
130
131
# File 'proto_docs/google/cloud/managedidentities/v1/managed_identities_service.rb', line 128

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