Reference documentation and code samples for the Managed Service for Microsoft Active Directory API V1 API class Google::Cloud::ManagedIdentities::V1::ListDomainsResponse.
Response message for [ListDomains][google.cloud.managedidentities.v1.ListDomains]
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#domains
def domains() -> ::Array<::Google::Cloud::ManagedIdentities::V1::Domain>
Returns
- (::Array<::Google::Cloud::ManagedIdentities::V1::Domain>) — A list of Managed Identities Service domains in the project.
#domains=
def domains=(value) -> ::Array<::Google::Cloud::ManagedIdentities::V1::Domain>
Parameter
- value (::Array<::Google::Cloud::ManagedIdentities::V1::Domain>) — A list of Managed Identities Service domains in the project.
Returns
- (::Array<::Google::Cloud::ManagedIdentities::V1::Domain>) — A list of Managed Identities Service domains in the project.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — A token to retrieve the next page of results, or empty if there are no more results in the list.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — 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.
#unreachable
def unreachable() -> ::Array<::String>
Returns
- (::Array<::String>) — A list of locations that could not be reached.
#unreachable=
def unreachable=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — A list of locations that could not be reached.
Returns
- (::Array<::String>) — A list of locations that could not be reached.