@@ -56,7 +56,7 @@ def initialize
5656 # binary already exists.
5757 # @param [String] app
5858 # Required. The name of the app resource. Format: `projects/`project_number`/
59- # apps/`app_id ``
59+ # apps/`app ``
6060 # @param [Google::Apis::FirebaseappdistributionV1::GoogleFirebaseAppdistroV1UploadReleaseRequest] google_firebase_appdistro_v1_upload_release_request_object
6161 # @param [String] fields
6262 # Selector specifying which fields to include in a partial response.
@@ -100,7 +100,7 @@ def upload_medium(app, google_firebase_appdistro_v1_upload_release_request_objec
100100 # Gets Android App Bundle (AAB) information for a Firebase app.
101101 # @param [String] name
102102 # Required. The name of the `AabInfo` resource to retrieve. Format: `projects/`
103- # project_number`/apps/`app_id `/aabInfo`
103+ # project_number`/apps/`app `/aabInfo`
104104 # @param [String] fields
105105 # Selector specifying which fields to include in a partial response.
106106 # @param [String] quota_user
@@ -131,7 +131,7 @@ def get_project_app_aab_info(name, fields: nil, quota_user: nil, options: nil, &
131131 # Deletes releases. A maximum of 100 releases can be deleted per request.
132132 # @param [String] parent
133133 # Required. The name of the app resource, which is the parent of the release
134- # resources. Format: `projects/`project_number`/apps/`app_id ``
134+ # resources. Format: `projects/`project_number`/apps/`app ``
135135 # @param [Google::Apis::FirebaseappdistributionV1::GoogleFirebaseAppdistroV1BatchDeleteReleasesRequest] google_firebase_appdistro_v1_batch_delete_releases_request_object
136136 # @param [String] fields
137137 # Selector specifying which fields to include in a partial response.
@@ -169,7 +169,7 @@ def batch_project_app_release_delete(parent, google_firebase_appdistro_v1_batch_
169169 # INVALID_ARGUMENT` if it contains a group that doesn't exist.
170170 # @param [String] name
171171 # Required. The name of the release resource to distribute. Format: `projects/`
172- # project_number`/apps/`app_id `/releases/`release_id ``
172+ # project_number`/apps/`app `/releases/`release ``
173173 # @param [Google::Apis::FirebaseappdistributionV1::GoogleFirebaseAppdistroV1DistributeReleaseRequest] google_firebase_appdistro_v1_distribute_release_request_object
174174 # @param [String] fields
175175 # Selector specifying which fields to include in a partial response.
@@ -203,7 +203,7 @@ def distribute_project_app_release(name, google_firebase_appdistro_v1_distribute
203203 # Gets a release.
204204 # @param [String] name
205205 # Required. The name of the release resource to retrieve. Format: projects/`
206- # project_number`/apps/`app_id `/releases/`release_id `
206+ # project_number`/apps/`app `/releases/`release `
207207 # @param [String] fields
208208 # Selector specifying which fields to include in a partial response.
209209 # @param [String] quota_user
@@ -234,7 +234,7 @@ def get_project_app_release(name, fields: nil, quota_user: nil, options: nil, &b
234234 # Lists releases. By default, sorts by `createTime` in descending order.
235235 # @param [String] parent
236236 # Required. The name of the app resource, which is the parent of the release
237- # resources. Format: `projects/`project_number`/apps/`app_id ``
237+ # resources. Format: `projects/`project_number`/apps/`app ``
238238 # @param [String] filter
239239 # Optional. The expression to filter releases listed in the response. To learn
240240 # more about filtering, refer to [Google's AIP-160 standard](http://aip.dev/160).
@@ -289,8 +289,8 @@ def list_project_app_releases(parent, filter: nil, order_by: nil, page_size: nil
289289
290290 # Updates a release.
291291 # @param [String] name
292- # The name of the release resource. Format: `projects/`project_number`/apps/`
293- # app_id` /releases/`release_id ``
292+ # The name of the release resource. Format: `projects/`project_number`/apps/`app`
293+ # /releases/`release ``
294294 # @param [Google::Apis::FirebaseappdistributionV1::GoogleFirebaseAppdistroV1Release] google_firebase_appdistro_v1_release_object
295295 # @param [String] update_mask
296296 # Optional. The list of fields to update.
0 commit comments