Class: Google::Cloud::ManagedIdentities::V1::ListDomainsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::ManagedIdentities::V1::ListDomainsResponse
- 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
-
#domains ⇒ ::Array<::Google::Cloud::ManagedIdentities::V1::Domain>
A list of Managed Identities Service domains in the project.
-
#next_page_token ⇒ ::String
A token to retrieve the next page of results, or empty if there are no more results in the list.
-
#unreachable ⇒ ::Array<::String>
A list of locations that could not be reached.
Instance Attribute Details
#domains ⇒ ::Array<::Google::Cloud::ManagedIdentities::V1::Domain>
Returns A list of Managed Identities Service domains in the project.
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.
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.
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 |