From 72a1d755ea05b69b471ed88dc5122c84e0cdd4e1 Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Wed, 20 Sep 2023 19:16:14 -0700 Subject: [PATCH] chore: regenerate playcustomapp client (#18167) Generated in GitHub action: https://togithub.com/googleapis/googleapis/google-api-java-client-services/actions/workflows/codegen.yaml --- .../com/google/api/services/playcustomapp/Playcustomapp.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clients/google-api-services-playcustomapp/v1/2.0.0/com/google/api/services/playcustomapp/Playcustomapp.java b/clients/google-api-services-playcustomapp/v1/2.0.0/com/google/api/services/playcustomapp/Playcustomapp.java index 5a9d65a65b6..3ccf8cd92ec 100644 --- a/clients/google-api-services-playcustomapp/v1/2.0.0/com/google/api/services/playcustomapp/Playcustomapp.java +++ b/clients/google-api-services-playcustomapp/v1/2.0.0/com/google/api/services/playcustomapp/Playcustomapp.java @@ -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); }