Class: Google::Cloud::Monitoring::V3::CreateServiceLevelObjectiveRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#parent::String

Returns Required. Resource name of the parent Service. The format is:

projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID].

Returns:

  • (::String)

    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.

Returns:



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-z0-9\-]+.

Returns:

  • (::String)

    Optional. The ServiceLevelObjective id to use for this ServiceLevelObjective. If omitted, an id will be generated instead. Must match the pattern [a-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