Class: Google::Cloud::Run::V2::GetServiceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Run::V2::GetServiceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/run/v2/service.rb
Overview
Request message for obtaining a Service by its full name.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The full name of the Service. Format: projects/{project}/locations/{location}/services/{service}, where {project} can be project id or number.
109 110 111 112 |
# File 'proto_docs/google/cloud/run/v2/service.rb', line 109 class GetServiceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |