Class: Google::Cloud::AlloyDB::V1::GetUserRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1::GetUserRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/alloydb/v1/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.
1216 1217 1218 1219 |
# File 'proto_docs/google/cloud/alloydb/v1/service.rb', line 1216 class GetUserRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |