@@ -55,7 +55,8 @@ def initialize
55
55
# an update to an existing release, or a no-op if a release with the same
56
56
# binary already exists.
57
57
# @param [String] app
58
- # The name of the app resource. Format: `projects/`project_number`/apps/`app_id``
58
+ # Required. The name of the app resource. Format: `projects/`project_number`/
59
+ # apps/`app_id``
59
60
# @param [Google::Apis::FirebaseappdistributionV1::GoogleFirebaseAppdistroV1UploadReleaseRequest] google_firebase_appdistro_v1_upload_release_request_object
60
61
# @param [String] fields
61
62
# Selector specifying which fields to include in a partial response.
@@ -235,26 +236,26 @@ def get_project_app_release(name, fields: nil, quota_user: nil, options: nil, &b
235
236
# Required. The name of the app resource, which is the parent of the release
236
237
# resources. Format: `projects/`project_number`/apps/`app_id``
237
238
# @param [String] filter
238
- # The expression to filter releases listed in the response. To learn more about
239
- # filtering, refer to [Google's AIP-160 standard](http://aip.dev/160). Supported
240
- # fields: - `releaseNotes.text` supports `=` (can contain a wildcard character (`
241
- # *`) at the beginning or end of the string) - `createTime` supports `<`, `<=`, `
242
- # >` and `>=`, and expects an RFC-3339 formatted string Examples: - `createTime <
243
- # = "2021-09-08T00:00:00+04:00"` - `releaseNotes.text="fixes" AND createTime >= "
244
- # 2021-09-08T00:00:00.0Z"` - `releaseNotes.text="*v1.0.0-rc*"`
239
+ # Optional. The expression to filter releases listed in the response. To learn
240
+ # more about filtering, refer to [Google's AIP-160 standard](http://aip.dev/160).
241
+ # Supported fields: - `releaseNotes.text` supports `=` (can contain a wildcard
242
+ # character (` *`) at the beginning or end of the string) - `createTime` supports
243
+ # `<`, `<=`, ` >` and `>=`, and expects an RFC-3339 formatted string Examples: - `
244
+ # createTime < = "2021-09-08T00:00:00+04:00"` - `releaseNotes.text="fixes" AND
245
+ # createTime >= " 2021-09-08T00:00:00.0Z"` - `releaseNotes.text="*v1.0.0-rc*"`
245
246
# @param [String] order_by
246
- # The fields used to order releases. Supported fields: - `createTime` To specify
247
- # descending order for a field, append a "desc" suffix, for example, `createTime
248
- # desc`. If this parameter is not set, releases are ordered by `createTime` in
249
- # descending order.
247
+ # Optional. The fields used to order releases. Supported fields: - `createTime`
248
+ # To specify descending order for a field, append a "desc" suffix, for example, `
249
+ # createTime desc`. If this parameter is not set, releases are ordered by `
250
+ # createTime` in descending order.
250
251
# @param [Fixnum] page_size
251
- # The maximum number of releases to return. The service may return fewer than
252
- # this value. The valid range is [1-100]; If unspecified (0), at most 25
253
- # releases are returned. Values above 100 are coerced to 100.
252
+ # Optional. The maximum number of releases to return. The service may return
253
+ # fewer than this value. The valid range is [1-100]; If unspecified (0), at most
254
+ # 25 releases are returned. Values above 100 are coerced to 100.
254
255
# @param [String] page_token
255
- # A page token, received from a previous `ListReleases` call. Provide this to
256
- # retrieve the subsequent page. When paginating, all other parameters provided
257
- # to `ListReleases` must match the call that provided the page token.
256
+ # Optional. A page token, received from a previous `ListReleases` call. Provide
257
+ # this to retrieve the subsequent page. When paginating, all other parameters
258
+ # provided to `ListReleases` must match the call that provided the page token.
258
259
# @param [String] fields
259
260
# Selector specifying which fields to include in a partial response.
260
261
# @param [String] quota_user
@@ -292,7 +293,7 @@ def list_project_app_releases(parent, filter: nil, order_by: nil, page_size: nil
292
293
# app_id`/releases/`release_id``
293
294
# @param [Google::Apis::FirebaseappdistributionV1::GoogleFirebaseAppdistroV1Release] google_firebase_appdistro_v1_release_object
294
295
# @param [String] update_mask
295
- # The list of fields to update.
296
+ # Optional. The list of fields to update.
296
297
# @param [String] fields
297
298
# Selector specifying which fields to include in a partial response.
298
299
# @param [String] quota_user
@@ -391,14 +392,14 @@ def get_project_app_release_feedback_report(name, fields: nil, quota_user: nil,
391
392
# feedback report resources. Format: `projects/`project_number`/apps/`app`/
392
393
# releases/`release``
393
394
# @param [Fixnum] page_size
394
- # The maximum number of feedback reports to return. The service may return fewer
395
- # than this value. The valid range is [1-100]; If unspecified (0), at most 25
396
- # feedback reports are returned. Values above 100 are coerced to 100.
395
+ # Output only. The maximum number of feedback reports to return. The service may
396
+ # return fewer than this value. The valid range is [1-100]; If unspecified (0),
397
+ # at most 25 feedback reports are returned. Values above 100 are coerced to 100.
397
398
# @param [String] page_token
398
- # A page token, received from a previous `ListFeedbackReports` call. Provide
399
- # this to retrieve the subsequent page. When paginating, all other parameters
400
- # provided to `ListFeedbackReports` must match the call that provided the page
401
- # token.
399
+ # Output only. A page token, received from a previous `ListFeedbackReports` call.
400
+ # Provide this to retrieve the subsequent page. When paginating, all other
401
+ # parameters provided to `ListFeedbackReports` must match the call that provided
402
+ # the page token.
402
403
# @param [String] fields
403
404
# Selector specifying which fields to include in a partial response.
404
405
# @param [String] quota_user
@@ -832,7 +833,7 @@ def list_project_groups(parent, page_size: nil, page_token: nil, fields: nil, qu
832
833
# group_alias``
833
834
# @param [Google::Apis::FirebaseappdistributionV1::GoogleFirebaseAppdistroV1Group] google_firebase_appdistro_v1_group_object
834
835
# @param [String] update_mask
835
- # The list of fields to update.
836
+ # Optional. The list of fields to update.
836
837
# @param [String] fields
837
838
# Selector specifying which fields to include in a partial response.
838
839
# @param [String] quota_user
@@ -987,7 +988,7 @@ def list_project_testers(parent, filter: nil, page_size: nil, page_token: nil, f
987
988
# email_address``
988
989
# @param [Google::Apis::FirebaseappdistributionV1::GoogleFirebaseAppdistroV1Tester] google_firebase_appdistro_v1_tester_object
989
990
# @param [String] update_mask
990
- # The list of fields to update.
991
+ # Optional. The list of fields to update.
991
992
# @param [String] fields
992
993
# Selector specifying which fields to include in a partial response.
993
994
# @param [String] quota_user
0 commit comments