Class: Google::Cloud::AlloyDB::V1alpha::GetUserRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1alpha::GetUserRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/alloydb/v1alpha/service.rb
Overview
Message for getting a User
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the resource. For the required format, see the comment on the User.name field.
1098 1099 1100 1101 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 1098 class GetUserRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |