Class: Google::Cloud::DeveloperConnect::V1::FetchSelfRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DeveloperConnect::V1::FetchSelfRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/developerconnect/v1/developer_connect.rb
Overview
Message for fetching a User of the user themselves.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
947 948 949 950 |
# File 'proto_docs/google/cloud/developerconnect/v1/developer_connect.rb', line 947 class FetchSelfRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |