Class: Google::Cloud::Gaming::V1::GetRealmRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Gaming::V1::GetRealmRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gaming/v1/realms.rb
Overview
Request message for RealmsService.GetRealm.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the realm to retrieve, in the following form:
projects/{project}/locations/{location}/realms/{realm}
.
73 74 75 76 |
# File 'proto_docs/google/cloud/gaming/v1/realms.rb', line 73 class GetRealmRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |