Class: Google::Cloud::Monitoring::V3::CreateServiceRequest

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 CreateService request.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

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

projects/[PROJECT_ID_OR_NUMBER].

Returns:

  • (::String)

    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.

Returns:



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

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



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