Method: Google::Cloud::Monitoring::V3::CreateServiceRequest#service_id

Defined in:
proto_docs/google/monitoring/v3/service_service.rb

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

Returns:

  • (::String)

    Optional. The Service id to use for this Service. If omitted, an id will be generated instead. Must match the pattern [a-z0-9\-]+

[View source]

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