Skip to content

Commit f24d2cd

Browse files
chore(deps): upgrade gapic-generator-java to 2.8.0 and update gax-java to 2.18.1 (#967)
* chore(deps): upgrade gapic-generator-java to 2.8.0 and update gax-java to 2.18.1 PiperOrigin-RevId: 450543911 Source-Link: googleapis/googleapis@5528344 Source-Link: https://github.com/googleapis/googleapis-gen/commit/9f6775cab1958982b88967a43e5e806af0f135db Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOWY2Nzc1Y2FiMTk1ODk4MmI4ODk2N2E0M2U1ZTgwNmFmMGYxMzVkYiJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent a22cf8b commit f24d2cd

6 files changed

Lines changed: 0 additions & 15 deletions

File tree

google-cloud-logging/src/main/java/com/google/cloud/logging/v2/ConfigClient.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818

1919
import com.google.api.core.ApiFuture;
2020
import com.google.api.core.ApiFutures;
21-
import com.google.api.core.BetaApi;
2221
import com.google.api.gax.core.BackgroundResource;
2322
import com.google.api.gax.longrunning.OperationFuture;
2423
import com.google.api.gax.paging.AbstractFixedSizeCollection;
@@ -181,7 +180,6 @@ public static final ConfigClient create(ConfigSettings settings) throws IOExcept
181180
* Constructs an instance of ConfigClient, using the given stub for making calls. This is for
182181
* advanced usage - prefer using create(ConfigSettings).
183182
*/
184-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
185183
public static final ConfigClient create(ConfigServiceV2Stub stub) {
186184
return new ConfigClient(stub);
187185
}
@@ -196,7 +194,6 @@ protected ConfigClient(ConfigSettings settings) throws IOException {
196194
this.operationsClient = OperationsClient.create(this.stub.getOperationsStub());
197195
}
198196

199-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
200197
protected ConfigClient(ConfigServiceV2Stub stub) {
201198
this.settings = null;
202199
this.stub = stub;
@@ -207,7 +204,6 @@ public final ConfigSettings getSettings() {
207204
return settings;
208205
}
209206

210-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
211207
public ConfigServiceV2Stub getStub() {
212208
return stub;
213209
}

google-cloud-logging/src/main/java/com/google/cloud/logging/v2/LoggingClient.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
import com.google.api.MonitoredResourceDescriptor;
2121
import com.google.api.core.ApiFuture;
2222
import com.google.api.core.ApiFutures;
23-
import com.google.api.core.BetaApi;
2423
import com.google.api.gax.core.BackgroundResource;
2524
import com.google.api.gax.paging.AbstractFixedSizeCollection;
2625
import com.google.api.gax.paging.AbstractPage;
@@ -142,7 +141,6 @@ public static final LoggingClient create(LoggingSettings settings) throws IOExce
142141
* Constructs an instance of LoggingClient, using the given stub for making calls. This is for
143142
* advanced usage - prefer using create(LoggingSettings).
144143
*/
145-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
146144
public static final LoggingClient create(LoggingServiceV2Stub stub) {
147145
return new LoggingClient(stub);
148146
}
@@ -156,7 +154,6 @@ protected LoggingClient(LoggingSettings settings) throws IOException {
156154
this.stub = ((LoggingServiceV2StubSettings) settings.getStubSettings()).createStub();
157155
}
158156

159-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
160157
protected LoggingClient(LoggingServiceV2Stub stub) {
161158
this.settings = null;
162159
this.stub = stub;
@@ -166,7 +163,6 @@ public final LoggingSettings getSettings() {
166163
return settings;
167164
}
168165

169-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
170166
public LoggingServiceV2Stub getStub() {
171167
return stub;
172168
}

google-cloud-logging/src/main/java/com/google/cloud/logging/v2/MetricsClient.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818

1919
import com.google.api.core.ApiFuture;
2020
import com.google.api.core.ApiFutures;
21-
import com.google.api.core.BetaApi;
2221
import com.google.api.gax.core.BackgroundResource;
2322
import com.google.api.gax.paging.AbstractFixedSizeCollection;
2423
import com.google.api.gax.paging.AbstractPage;
@@ -130,7 +129,6 @@ public static final MetricsClient create(MetricsSettings settings) throws IOExce
130129
* Constructs an instance of MetricsClient, using the given stub for making calls. This is for
131130
* advanced usage - prefer using create(MetricsSettings).
132131
*/
133-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
134132
public static final MetricsClient create(MetricsServiceV2Stub stub) {
135133
return new MetricsClient(stub);
136134
}
@@ -144,7 +142,6 @@ protected MetricsClient(MetricsSettings settings) throws IOException {
144142
this.stub = ((MetricsServiceV2StubSettings) settings.getStubSettings()).createStub();
145143
}
146144

147-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
148145
protected MetricsClient(MetricsServiceV2Stub stub) {
149146
this.settings = null;
150147
this.stub = stub;
@@ -154,7 +151,6 @@ public final MetricsSettings getSettings() {
154151
return settings;
155152
}
156153

157-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
158154
public MetricsServiceV2Stub getStub() {
159155
return stub;
160156
}

google-cloud-logging/src/main/java/com/google/cloud/logging/v2/stub/ConfigServiceV2StubSettings.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,6 @@ public UnaryCallSettings<CopyLogEntriesRequest, Operation> copyLogEntriesSetting
533533
return copyLogEntriesOperationSettings;
534534
}
535535

536-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
537536
public ConfigServiceV2Stub createStub() throws IOException {
538537
if (getTransportChannelProvider()
539538
.getTransportName()

google-cloud-logging/src/main/java/com/google/cloud/logging/v2/stub/LoggingServiceV2StubSettings.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,6 @@ public UnaryCallSettings<DeleteLogRequest, Empty> deleteLogSettings() {
424424
return tailLogEntriesSettings;
425425
}
426426

427-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
428427
public LoggingServiceV2Stub createStub() throws IOException {
429428
if (getTransportChannelProvider()
430429
.getTransportName()

google-cloud-logging/src/main/java/com/google/cloud/logging/v2/stub/MetricsServiceV2StubSettings.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,6 @@ public UnaryCallSettings<DeleteLogMetricRequest, Empty> deleteLogMetricSettings(
192192
return deleteLogMetricSettings;
193193
}
194194

195-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
196195
public MetricsServiceV2Stub createStub() throws IOException {
197196
if (getTransportChannelProvider()
198197
.getTransportName()

0 commit comments

Comments
 (0)