Class: Google::Cloud::ServiceManagement::V1::UndeleteServiceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ServiceManagement::V1::UndeleteServiceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/api/servicemanagement/v1/servicemanager.rb
Overview
Request message for UndeleteService method.
Instance Attribute Summary collapse
-
#service_name ⇒ ::String
Required.
Instance Attribute Details
#service_name ⇒ ::String
Returns Required. The name of the service. See the
overview for naming
requirements. For example: example.googleapis.com
.
97 98 99 100 |
# File 'proto_docs/google/api/servicemanagement/v1/servicemanager.rb', line 97 class UndeleteServiceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |