lib/google/apis/eventarc_v1/service.rb in google-apis-eventarc_v1-0.16.0 vs lib/google/apis/eventarc_v1/service.rb in google-apis-eventarc_v1-0.17.0

- old
+ new

@@ -513,12 +513,12 @@ # Required. The parent collection in which to add this trigger. # @param [Google::Apis::EventarcV1::Trigger] trigger_object # @param [String] trigger_id # Required. The user-provided ID to be assigned to the trigger. # @param [Boolean] validate_only - # Required. If set, validate the request and preview the review, but do not - # actually post it. + # Required. If set, validate the request and preview the review, but do not post + # it. # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any # arbitrary string assigned to a user, but should not exceed 40 characters. @@ -556,12 +556,12 @@ # action will be taken on the server. # @param [String] etag # If provided, the trigger will only be deleted if the etag matches the current # etag on the resource. # @param [Boolean] validate_only - # Required. If set, validate the request and preview the review, but do not - # actually post it. + # Required. If set, validate the request and preview the review, but do not post + # it. # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any # arbitrary string assigned to a user, but should not exceed 40 characters. @@ -666,14 +666,14 @@ # List triggers. # @param [String] parent # Required. The parent collection to list triggers on. # @param [String] order_by - # The sorting order of the resources returned. Value should be a comma separated - # list of fields. The default sorting oder is ascending. To specify descending - # order for a field, append a ` desc` suffix; for example: `name desc, - # trigger_id`. + # The sorting order of the resources returned. Value should be a comma-separated + # list of fields. The default sorting order is ascending. To specify descending + # order for a field, append a `desc` suffix; for example: `name desc, trigger_id` + # . # @param [Fixnum] page_size # The maximum number of triggers to return on each page. Note: The service may # send fewer. # @param [String] page_token # The page token; provide the value from the `next_page_token` field in a @@ -718,15 +718,15 @@ # @param [Google::Apis::EventarcV1::Trigger] trigger_object # @param [Boolean] allow_missing # If set to true, and the trigger is not found, a new trigger will be created. # In this situation, `update_mask` is ignored. # @param [String] update_mask - # The fields to be updated; only fields explicitly provided will be updated. If - # no field mask is provided, all provided fields in the request will be updated. - # To update all fields, provide a field mask of "*". + # The fields to be updated; only fields explicitly provided are updated. If no + # field mask is provided, all provided fields in the request are updated. To + # update all fields, provide a field mask of "*". # @param [Boolean] validate_only - # Required. If set, validate the request and preview the review, but do not - # actually post it. + # Required. If set, validate the request and preview the review, but do not post + # it. # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any # arbitrary string assigned to a user, but should not exceed 40 characters.