generated/google/apis/gmailpostmastertools_v1beta1/service.rb in google-api-client-0.46.1 vs generated/google/apis/gmailpostmastertools_v1beta1/service.rb in google-api-client-0.46.2

- old
+ new

@@ -157,33 +157,33 @@ # @param [String] parent # The resource name of the domain whose traffic statistics we'd like to list. It # should have the form `domains/`domain_name``, where domain_name is the fully # qualified domain name. # @param [Fixnum] end_date_day - # Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if - # specifying a year by itself or a year and month where the day is not - # significant. + # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to + # specify a year by itself or a year and month where the day isn't significant. # @param [Fixnum] end_date_month - # Month of year. Must be from 1 to 12, or 0 if specifying a year without a month + # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month # and day. # @param [Fixnum] end_date_year - # Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year. + # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a + # year. # @param [Fixnum] page_size # Requested page size. Server may return fewer TrafficStats than requested. If # unspecified, server will pick an appropriate default. # @param [String] page_token # The next_page_token value returned from a previous List request, if any. This # is the value of ListTrafficStatsResponse.next_page_token returned from the # previous call to `ListTrafficStats` method. # @param [Fixnum] start_date_day - # Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if - # specifying a year by itself or a year and month where the day is not - # significant. + # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to + # specify a year by itself or a year and month where the day isn't significant. # @param [Fixnum] start_date_month - # Month of year. Must be from 1 to 12, or 0 if specifying a year without a month + # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month # and day. # @param [Fixnum] start_date_year - # Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year. + # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a + # year. # @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.