Class: Google::Cloud::ManagedIdentities::V1::GetDomainRequest

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 [GetDomain][google.cloud.managedidentities.v1.GetDomain]

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

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

Returns:

  • (::String)

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



155
156
157
158
# File 'proto_docs/google/cloud/managedidentities/v1/managed_identities_service.rb', line 155

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