Class: Google::Cloud::Monitoring::V3::CreateServiceLevelObjectiveRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::CreateServiceLevelObjectiveRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/service_service.rb
Overview
The CreateServiceLevelObjective
request.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#service_level_objective ⇒ ::Google::Cloud::Monitoring::V3::ServiceLevelObjective
Required.
-
#service_level_objective_id ⇒ ::String
Optional.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. Resource name of the parent Service
. The format is:
projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID].
152 153 154 155 |
# File 'proto_docs/google/monitoring/v3/service_service.rb', line 152 class CreateServiceLevelObjectiveRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service_level_objective ⇒ ::Google::Cloud::Monitoring::V3::ServiceLevelObjective
Returns Required. The ServiceLevelObjective
to create.
The provided name
will be respected if no ServiceLevelObjective
exists
with this name.
152 153 154 155 |
# File 'proto_docs/google/monitoring/v3/service_service.rb', line 152 class CreateServiceLevelObjectiveRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service_level_objective_id ⇒ ::String
Returns Optional. The ServiceLevelObjective id to use for this
ServiceLevelObjective. If omitted, an id will be generated instead. Must
match the pattern ^[a-zA-Z0-9-_:.]+$
.
152 153 154 155 |
# File 'proto_docs/google/monitoring/v3/service_service.rb', line 152 class CreateServiceLevelObjectiveRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |