lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/uptime_service.rb in google-cloud-monitoring-0.31.0 vs lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/uptime_service.rb in google-cloud-monitoring-0.32.0

- old
+ new

@@ -17,11 +17,11 @@ module Monitoring module V3 # The protocol for the `ListUptimeCheckConfigs` request. # @!attribute [rw] parent # @return [String] - # The project whose uptime check configurations are listed. The format + # The project whose Uptime check configurations are listed. The format # is `projects/[PROJECT_ID]`. # @!attribute [rw] page_size # @return [Integer] # The maximum number of results to return in a single response. The server # may further constrain the maximum number of results returned in a single @@ -35,55 +35,55 @@ class ListUptimeCheckConfigsRequest; end # The protocol for the `ListUptimeCheckConfigs` response. # @!attribute [rw] uptime_check_configs # @return [Array<Google::Monitoring::V3::UptimeCheckConfig>] - # The returned uptime check configurations. + # The returned Uptime check configurations. # @!attribute [rw] next_page_token # @return [String] # This field represents the pagination token to retrieve the next page of # results. If the value is empty, it means no further results for the # request. To retrieve the next page of results, the value of the # next_page_token is passed to the subsequent List method call (in the # request message's page_token field). # @!attribute [rw] total_size # @return [Integer] - # The total number of uptime check configurations for the project, + # The total number of Uptime check configurations for the project, # irrespective of any pagination. class ListUptimeCheckConfigsResponse; end # The protocol for the `GetUptimeCheckConfig` request. # @!attribute [rw] name # @return [String] - # The uptime check configuration to retrieve. The format + # The Uptime check configuration to retrieve. The format # is `projects/[PROJECT_ID]/uptimeCheckConfigs/[UPTIME_CHECK_ID]`. class GetUptimeCheckConfigRequest; end # The protocol for the `CreateUptimeCheckConfig` request. # @!attribute [rw] parent # @return [String] - # The project in which to create the uptime check. The format + # The project in which to create the Uptime check. The format # is `projects/[PROJECT_ID]`. # @!attribute [rw] uptime_check_config # @return [Google::Monitoring::V3::UptimeCheckConfig] - # The new uptime check configuration. + # The new Uptime check configuration. class CreateUptimeCheckConfigRequest; end # The protocol for the `UpdateUptimeCheckConfig` request. # @!attribute [rw] update_mask # @return [Google::Protobuf::FieldMask] - # Optional. If present, only the listed fields in the current uptime check + # 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. # @!attribute [rw] uptime_check_config # @return [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 + # 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 @@ -91,10 +91,10 @@ class UpdateUptimeCheckConfigRequest; end # The protocol for the `DeleteUptimeCheckConfig` request. # @!attribute [rw] name # @return [String] - # The uptime check configuration to delete. The format + # The Uptime check configuration to delete. The format # is `projects/[PROJECT_ID]/uptimeCheckConfigs/[UPTIME_CHECK_ID]`. class DeleteUptimeCheckConfigRequest; end # The protocol for the `ListUptimeCheckIps` request. # @!attribute [rw] page_size \ No newline at end of file