Skip to content

Commit

Permalink
chore: regenerate playcustomapp client (#18167)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Sep 21, 2023
1 parent 1b0203f commit 72a1d75
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -256,12 +256,13 @@ protected Create(java.lang.Long account, com.google.api.services.playcustomapp.m
*
* @param account Developer account ID.
* @param content the {@link com.google.api.services.playcustomapp.model.CustomApp} media metadata or {@code null} if none
* @param mediaContent The media HTTP content or {@code null} if none.
* @param mediaContent The media HTTP content.
* @since 1.13
*/
protected Create(java.lang.Long account, com.google.api.services.playcustomapp.model.CustomApp content, com.google.api.client.http.AbstractInputStreamContent mediaContent) {
super(Playcustomapp.this, "POST", "/upload/" + getServicePath() + REST_PATH, content, com.google.api.services.playcustomapp.model.CustomApp.class);
this.account = com.google.api.client.util.Preconditions.checkNotNull(account, "Required parameter account must be specified.");
com.google.api.client.util.Preconditions.checkNotNull(, "Required parameter must be specified.");
initializeMediaUpload(mediaContent);
}

Expand Down

0 comments on commit 72a1d75

Please sign in to comment.