Class: Google::Monitoring::V3::UpdateUptimeCheckConfigRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/uptime_service.rb

Overview

The protocol for the +UpdateUptimeCheckConfig+ request.

Instance Attribute Summary collapse

Instance Attribute Details

#update_maskGoogle::Protobuf::FieldMask

Returns 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.

Returns:

  • (Google::Protobuf::FieldMask)

    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.



90
# File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/uptime_service.rb', line 90

class UpdateUptimeCheckConfigRequest; end

#uptime_check_configGoogle::Monitoring::V3::UptimeCheckConfig

Returns 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 corresonding 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+.

Returns:

  • (Google::Monitoring::V3::UptimeCheckConfig)

    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 corresonding 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+.



90
# File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/uptime_service.rb', line 90

class UpdateUptimeCheckConfigRequest; end