Class: Google::Cloud::Run::V2::CreateServiceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Run::V2::CreateServiceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/run/v2/service.rb
Overview
Request message for creating a Service.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#service ⇒ ::Google::Cloud::Run::V2::Service
Required.
-
#service_id ⇒ ::String
Required.
-
#validate_only ⇒ ::Boolean
Indicates that the request should be validated and default values populated, without persisting the request or creating any resources.
Instance Attribute Details
#parent ⇒ ::String
42 43 44 45 |
# File 'proto_docs/google/cloud/run/v2/service.rb', line 42 class CreateServiceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service ⇒ ::Google::Cloud::Run::V2::Service
42 43 44 45 |
# File 'proto_docs/google/cloud/run/v2/service.rb', line 42 class CreateServiceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service_id ⇒ ::String
42 43 44 45 |
# File 'proto_docs/google/cloud/run/v2/service.rb', line 42 class CreateServiceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validate_only ⇒ ::Boolean
42 43 44 45 |
# File 'proto_docs/google/cloud/run/v2/service.rb', line 42 class CreateServiceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |