Method: Google::Cloud::AppEngine::V1::Service#id
- Defined in:
- proto_docs/google/appengine/v1/service.rb
#id ⇒ ::String
Returns Relative name of the service within the application.
Example: default.
59 60 61 62 63 64 65 66 67 68 69 70 71 |
# File 'proto_docs/google/appengine/v1/service.rb', line 59 class Service include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |