Reference documentation and code samples for the Cloud Monitoring V3 API class Google::Cloud::Monitoring::V3::CreateServiceRequest.
The CreateService
request.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String
Returns
-
(::String) —
Required. Resource name of the parent workspace. The format is:
projects/[PROJECT_ID_OR_NUMBER]
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) —
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]
#service
def service() -> ::Google::Cloud::Monitoring::V3::Service
Returns
-
(::Google::Cloud::Monitoring::V3::Service) — Required. The
Service
to create.
#service=
def service=(value) -> ::Google::Cloud::Monitoring::V3::Service
Parameter
-
value (::Google::Cloud::Monitoring::V3::Service) — Required. The
Service
to create.
Returns
-
(::Google::Cloud::Monitoring::V3::Service) — Required. The
Service
to create.
#service_id
def service_id() -> ::String
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\-]+
#service_id=
def service_id=(value) -> ::String
Parameter
-
value (::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\-]+
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\-]+