Skip to content

Commit 21647c7

Browse files
committed
chore: regenerate showcase
1 parent ab32cc6 commit 21647c7

7 files changed

Lines changed: 39 additions & 0 deletions

File tree

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
/*
2+
* Copyright 2026 Google LLC
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* https://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
16+
17+
package com.google.showcase.v1beta1;
18+
19+
import com.google.api.core.InternalApi;
20+
21+
@InternalApi("For internal use only")
22+
public final class Version {
23+
// {x-version-update-start:gapic-showcase:current}
24+
public static final String VERSION = "0.0.0-SNAPSHOT";
25+
// {x-version-update-end}
26+
27+
}

java-showcase/gapic-showcase/src/main/java/com/google/showcase/v1beta1/stub/ComplianceStubSettings.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
import com.google.showcase.v1beta1.EnumResponse;
6363
import com.google.showcase.v1beta1.RepeatRequest;
6464
import com.google.showcase.v1beta1.RepeatResponse;
65+
import com.google.showcase.v1beta1.Version;
6566
import java.io.IOException;
6667
import java.util.List;
6768
import javax.annotation.Generated;
@@ -399,6 +400,7 @@ protected LibraryMetadata getLibraryMetadata() {
399400
return LibraryMetadata.newBuilder()
400401
.setArtifactName("com.google.cloud:gapic-showcase")
401402
.setRepository("googleapis/sdk-platform-java")
403+
.setLibraryVersion(Version.VERSION)
402404
.build();
403405
}
404406

java-showcase/gapic-showcase/src/main/java/com/google/showcase/v1beta1/stub/EchoStubSettings.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
import com.google.showcase.v1beta1.PagedExpandRequest;
8282
import com.google.showcase.v1beta1.PagedExpandResponse;
8383
import com.google.showcase.v1beta1.PagedExpandResponseList;
84+
import com.google.showcase.v1beta1.Version;
8485
import com.google.showcase.v1beta1.WaitMetadata;
8586
import com.google.showcase.v1beta1.WaitRequest;
8687
import com.google.showcase.v1beta1.WaitResponse;
@@ -588,6 +589,7 @@ protected LibraryMetadata getLibraryMetadata() {
588589
return LibraryMetadata.newBuilder()
589590
.setArtifactName("com.google.cloud:gapic-showcase")
590591
.setRepository("googleapis/sdk-platform-java")
592+
.setLibraryVersion(Version.VERSION)
591593
.build();
592594
}
593595

java-showcase/gapic-showcase/src/main/java/com/google/showcase/v1beta1/stub/IdentityStubSettings.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
import com.google.showcase.v1beta1.ListUsersResponse;
6868
import com.google.showcase.v1beta1.UpdateUserRequest;
6969
import com.google.showcase.v1beta1.User;
70+
import com.google.showcase.v1beta1.Version;
7071
import java.io.IOException;
7172
import java.time.Duration;
7273
import java.util.List;
@@ -419,6 +420,7 @@ protected LibraryMetadata getLibraryMetadata() {
419420
return LibraryMetadata.newBuilder()
420421
.setArtifactName("com.google.cloud:gapic-showcase")
421422
.setRepository("googleapis/sdk-platform-java")
423+
.setLibraryVersion(Version.VERSION)
422424
.build();
423425
}
424426

java-showcase/gapic-showcase/src/main/java/com/google/showcase/v1beta1/stub/MessagingStubSettings.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
import com.google.showcase.v1beta1.StreamBlurbsResponse;
9090
import com.google.showcase.v1beta1.UpdateBlurbRequest;
9191
import com.google.showcase.v1beta1.UpdateRoomRequest;
92+
import com.google.showcase.v1beta1.Version;
9293
import java.io.IOException;
9394
import java.time.Duration;
9495
import java.util.List;
@@ -594,6 +595,7 @@ protected LibraryMetadata getLibraryMetadata() {
594595
return LibraryMetadata.newBuilder()
595596
.setArtifactName("com.google.cloud:gapic-showcase")
596597
.setRepository("googleapis/sdk-platform-java")
598+
.setLibraryVersion(Version.VERSION)
597599
.build();
598600
}
599601

java-showcase/gapic-showcase/src/main/java/com/google/showcase/v1beta1/stub/SequenceServiceStubSettings.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
import com.google.showcase.v1beta1.SequenceReport;
7272
import com.google.showcase.v1beta1.StreamingSequence;
7373
import com.google.showcase.v1beta1.StreamingSequenceReport;
74+
import com.google.showcase.v1beta1.Version;
7475
import java.io.IOException;
7576
import java.time.Duration;
7677
import java.util.List;
@@ -390,6 +391,7 @@ protected LibraryMetadata getLibraryMetadata() {
390391
return LibraryMetadata.newBuilder()
391392
.setArtifactName("com.google.cloud:gapic-showcase")
392393
.setRepository("googleapis/sdk-platform-java")
394+
.setLibraryVersion(Version.VERSION)
393395
.build();
394396
}
395397

java-showcase/gapic-showcase/src/main/java/com/google/showcase/v1beta1/stub/TestingStubSettings.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
import com.google.showcase.v1beta1.Test;
7676
import com.google.showcase.v1beta1.VerifyTestRequest;
7777
import com.google.showcase.v1beta1.VerifyTestResponse;
78+
import com.google.showcase.v1beta1.Version;
7879
import java.io.IOException;
7980
import java.util.List;
8081
import javax.annotation.Generated;
@@ -502,6 +503,7 @@ protected LibraryMetadata getLibraryMetadata() {
502503
return LibraryMetadata.newBuilder()
503504
.setArtifactName("com.google.cloud:gapic-showcase")
504505
.setRepository("googleapis/sdk-platform-java")
506+
.setLibraryVersion(Version.VERSION)
505507
.build();
506508
}
507509

0 commit comments

Comments
 (0)