File tree Expand file tree Collapse file tree
java-showcase/gapic-showcase/src/main/java/com/google/showcase/v1beta1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 6262import com .google .showcase .v1beta1 .EnumResponse ;
6363import com .google .showcase .v1beta1 .RepeatRequest ;
6464import com .google .showcase .v1beta1 .RepeatResponse ;
65+ import com .google .showcase .v1beta1 .Version ;
6566import java .io .IOException ;
6667import java .util .List ;
6768import 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
Original file line number Diff line number Diff line change 8181import com .google .showcase .v1beta1 .PagedExpandRequest ;
8282import com .google .showcase .v1beta1 .PagedExpandResponse ;
8383import com .google .showcase .v1beta1 .PagedExpandResponseList ;
84+ import com .google .showcase .v1beta1 .Version ;
8485import com .google .showcase .v1beta1 .WaitMetadata ;
8586import com .google .showcase .v1beta1 .WaitRequest ;
8687import 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
Original file line number Diff line number Diff line change 6767import com .google .showcase .v1beta1 .ListUsersResponse ;
6868import com .google .showcase .v1beta1 .UpdateUserRequest ;
6969import com .google .showcase .v1beta1 .User ;
70+ import com .google .showcase .v1beta1 .Version ;
7071import java .io .IOException ;
7172import java .time .Duration ;
7273import 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
Original file line number Diff line number Diff line change 8989import com .google .showcase .v1beta1 .StreamBlurbsResponse ;
9090import com .google .showcase .v1beta1 .UpdateBlurbRequest ;
9191import com .google .showcase .v1beta1 .UpdateRoomRequest ;
92+ import com .google .showcase .v1beta1 .Version ;
9293import java .io .IOException ;
9394import java .time .Duration ;
9495import 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
Original file line number Diff line number Diff line change 7171import com .google .showcase .v1beta1 .SequenceReport ;
7272import com .google .showcase .v1beta1 .StreamingSequence ;
7373import com .google .showcase .v1beta1 .StreamingSequenceReport ;
74+ import com .google .showcase .v1beta1 .Version ;
7475import java .io .IOException ;
7576import java .time .Duration ;
7677import 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
Original file line number Diff line number Diff line change 7575import com .google .showcase .v1beta1 .Test ;
7676import com .google .showcase .v1beta1 .VerifyTestRequest ;
7777import com .google .showcase .v1beta1 .VerifyTestResponse ;
78+ import com .google .showcase .v1beta1 .Version ;
7879import java .io .IOException ;
7980import java .util .List ;
8081import 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
You can’t perform that action at this time.
0 commit comments