Class: Google::Cloud::Monitoring::V3::CreateServiceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::CreateServiceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/service_service.rb
Overview
The CreateService
request.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#service ⇒ ::Google::Cloud::Monitoring::V3::Service
Required.
-
#service_id ⇒ ::String
Optional.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. Resource name of the parent workspace. The format is:
projects/[PROJECT_ID_OR_NUMBER].
38 39 40 41 |
# File 'proto_docs/google/monitoring/v3/service_service.rb', line 38 class CreateServiceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service ⇒ ::Google::Cloud::Monitoring::V3::Service
Returns Required. The Service
to create.
38 39 40 41 |
# File 'proto_docs/google/monitoring/v3/service_service.rb', line 38 class CreateServiceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service_id ⇒ ::String
Returns Optional. The Service id to use for this Service. If omitted, an id will be
generated instead. Must match the pattern [a-z0-9\-]+
.
38 39 40 41 |
# File 'proto_docs/google/monitoring/v3/service_service.rb', line 38 class CreateServiceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |