Class UpdateServiceRequest (2.11.2)

UpdateServiceRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The UpdateService request.

Attributes

NameDescription
service google.cloud.monitoring_v3.types.Service
Required. The ``Service`` to draw updates from. The given ``name`` specifies the resource to update.
update_mask google.protobuf.field_mask_pb2.FieldMask
A set of field paths defining which fields to use for the update.

Inheritance

builtins.object > proto.message.Message > UpdateServiceRequest