public sealed class UpdateUptimeCheckConfigRequest : IMessage<UpdateUptimeCheckConfigRequest>, IEquatable<UpdateUptimeCheckConfigRequest>, IDeepCloneable<UpdateUptimeCheckConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Monitoring v3 API class UpdateUptimeCheckConfigRequest.
The protocol for the UpdateUptimeCheckConfig request.
Optional. If present, only the listed fields in the current Uptime check
configuration are updated with values from the new configuration. If this
field is empty, then the current configuration is completely replaced with
the new configuration.
public UptimeCheckConfig UptimeCheckConfig { get; set; }
Required. If an updateMask has been specified, this field gives
the values for the set of fields mentioned in the updateMask. If an
updateMask has not been given, this Uptime check configuration replaces
the current configuration. If a field is mentioned in updateMask but
the corresponding field is omitted in this partial Uptime check
configuration, it has the effect of deleting/clearing the field from the
configuration on the server.
The following fields can be updated: display_name,
http_check, tcp_check, timeout, content_matchers, and
selected_regions.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis webpage provides documentation for the \u003ccode\u003eUpdateUptimeCheckConfigRequest\u003c/code\u003e class within the Google Cloud Monitoring v3 API, specifically detailing its structure, inheritance, and implementation.\u003c/p\u003e\n"],["\u003cp\u003eThe class \u003ccode\u003eUpdateUptimeCheckConfigRequest\u003c/code\u003e is used to manage the configuration updates for Uptime checks, including updating specific fields or replacing the entire configuration.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUpdateMask\u003c/code\u003e property within \u003ccode\u003eUpdateUptimeCheckConfigRequest\u003c/code\u003e allows for partial updates to an Uptime check configuration, specifying which fields should be modified.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUptimeCheckConfig\u003c/code\u003e property is used to define the new configuration details, either for partial updates or as a complete replacement of the existing configuration.\u003c/p\u003e\n"],["\u003cp\u003eMultiple versions of the \u003ccode\u003eGoogle.Cloud.Monitoring.V3\u003c/code\u003e API are listed, ranging from version 2.3.0 up to the latest version 3.15.0, enabling users to navigate and reference documentation for different versions.\u003c/p\u003e\n"]]],[],null,[]]