Class: Google::Cloud::Domains::V1beta1::GetRegistrationRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Domains::V1beta1::GetRegistrationRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/domains/v1beta1/domains.rb
Overview
Request for the GetRegistration
method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the Registration
to get, in the format
projects/*/locations/*/registrations/*
.
619 620 621 622 |
# File 'proto_docs/google/cloud/domains/v1beta1/domains.rb', line 619 class GetRegistrationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |