Class: Google::Cloud::ManagedIdentities::V1::ListDomainsResponse

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#domains::Array<::Google::Cloud::ManagedIdentities::V1::Domain>

Returns A list of Managed Identities Service domains in the project.

Returns:



145
146
147
148
# File 'proto_docs/google/cloud/managedidentities/v1/managed_identities_service.rb', line 145

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

#next_page_token::String

Returns A token to retrieve the next page of results, or empty if there are no more results in the list.

Returns:

  • (::String)

    A token to retrieve the next page of results, or empty if there are no more results in the list.



145
146
147
148
# File 'proto_docs/google/cloud/managedidentities/v1/managed_identities_service.rb', line 145

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

#unreachable::Array<::String>

Returns A list of locations that could not be reached.

Returns:

  • (::Array<::String>)

    A list of locations that could not be reached.



145
146
147
148
# File 'proto_docs/google/cloud/managedidentities/v1/managed_identities_service.rb', line 145

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