Skip to content

Commit a29ea79

Browse files
authored
fix: regenerate libraries (#13703)
Update google-cloud-pom-parent version and regenerate libraries. Fixes #13690
1 parent 50a72e1 commit a29ea79

19 files changed

Lines changed: 37 additions & 1 deletion

java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/SupportEventSubscriptionServiceClient.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
import java.util.List;
3333
import java.util.concurrent.TimeUnit;
3434
import javax.annotation.Generated;
35+
import org.jspecify.annotations.NullMarked;
3536

3637
// AUTO-GENERATED DOCUMENTATION AND CLASS.
3738
/**
@@ -235,6 +236,7 @@
235236
*
236237
* <p>Please refer to the GitHub repository's samples for more quickstart code snippets.
237238
*/
239+
@NullMarked
238240
@Generated("by gapic-generator-java")
239241
public class SupportEventSubscriptionServiceClient implements BackgroundResource {
240242
private final SupportEventSubscriptionServiceSettings settings;

java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/SupportEventSubscriptionServiceSettings.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
import java.io.IOException;
3535
import java.util.List;
3636
import javax.annotation.Generated;
37+
import org.jspecify.annotations.NullMarked;
3738

3839
// AUTO-GENERATED DOCUMENTATION AND CLASS.
3940
/**
@@ -86,6 +87,7 @@
8687
* Guide](https://docs.cloud.google.com/java/docs/client-retries) for additional support in setting
8788
* retries.
8889
*/
90+
@NullMarked
8991
@Generated("by gapic-generator-java")
9092
public class SupportEventSubscriptionServiceSettings
9193
extends ClientSettings<SupportEventSubscriptionServiceSettings> {

java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/GrpcSupportEventSubscriptionServiceCallableFactory.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,15 @@
3434
import com.google.longrunning.Operation;
3535
import com.google.longrunning.stub.OperationsStub;
3636
import javax.annotation.Generated;
37+
import org.jspecify.annotations.NullMarked;
3738

3839
// AUTO-GENERATED DOCUMENTATION AND CLASS.
3940
/**
4041
* gRPC callable factory implementation for the SupportEventSubscriptionService service API.
4142
*
4243
* <p>This class is for advanced usage.
4344
*/
45+
@NullMarked
4446
@Generated("by gapic-generator-java")
4547
public class GrpcSupportEventSubscriptionServiceCallableFactory implements GrpcStubCallableFactory {
4648

java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/GrpcSupportEventSubscriptionServiceStub.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,15 @@
3939
import java.io.IOException;
4040
import java.util.concurrent.TimeUnit;
4141
import javax.annotation.Generated;
42+
import org.jspecify.annotations.NullMarked;
4243

4344
// AUTO-GENERATED DOCUMENTATION AND CLASS.
4445
/**
4546
* gRPC stub implementation for the SupportEventSubscriptionService service API.
4647
*
4748
* <p>This class is for advanced usage and reflects the underlying API directly.
4849
*/
50+
@NullMarked
4951
@Generated("by gapic-generator-java")
5052
public class GrpcSupportEventSubscriptionServiceStub extends SupportEventSubscriptionServiceStub {
5153
private static final MethodDescriptor<

java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/HttpJsonSupportEventSubscriptionServiceCallableFactory.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,15 @@
3232
import com.google.api.gax.rpc.UnaryCallable;
3333
import com.google.longrunning.Operation;
3434
import javax.annotation.Generated;
35+
import org.jspecify.annotations.NullMarked;
3536

3637
// AUTO-GENERATED DOCUMENTATION AND CLASS.
3738
/**
3839
* REST callable factory implementation for the SupportEventSubscriptionService service API.
3940
*
4041
* <p>This class is for advanced usage.
4142
*/
43+
@NullMarked
4244
@Generated("by gapic-generator-java")
4345
public class HttpJsonSupportEventSubscriptionServiceCallableFactory
4446
implements HttpJsonStubCallableFactory<Operation, OperationsStub> {

java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/HttpJsonSupportEventSubscriptionServiceStub.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,15 @@
4646
import java.util.Map;
4747
import java.util.concurrent.TimeUnit;
4848
import javax.annotation.Generated;
49+
import org.jspecify.annotations.NullMarked;
4950

5051
// AUTO-GENERATED DOCUMENTATION AND CLASS.
5152
/**
5253
* REST stub implementation for the SupportEventSubscriptionService service API.
5354
*
5455
* <p>This class is for advanced usage and reflects the underlying API directly.
5556
*/
57+
@NullMarked
5658
@Generated("by gapic-generator-java")
5759
public class HttpJsonSupportEventSubscriptionServiceStub
5860
extends SupportEventSubscriptionServiceStub {

java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/SupportEventSubscriptionServiceStub.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,15 @@
2929
import com.google.cloud.support.v2.UndeleteSupportEventSubscriptionRequest;
3030
import com.google.cloud.support.v2.UpdateSupportEventSubscriptionRequest;
3131
import javax.annotation.Generated;
32+
import org.jspecify.annotations.NullMarked;
3233

3334
// AUTO-GENERATED DOCUMENTATION AND CLASS.
3435
/**
3536
* Base stub class for the SupportEventSubscriptionService service API.
3637
*
3738
* <p>This class is for advanced usage and reflects the underlying API directly.
3839
*/
40+
@NullMarked
3941
@Generated("by gapic-generator-java")
4042
public abstract class SupportEventSubscriptionServiceStub implements BackgroundResource {
4143

java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/SupportEventSubscriptionServiceStubSettings.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
import java.io.IOException;
6161
import java.util.List;
6262
import javax.annotation.Generated;
63+
import org.jspecify.annotations.NullMarked;
6364

6465
// AUTO-GENERATED DOCUMENTATION AND CLASS.
6566
/**
@@ -113,6 +114,7 @@
113114
* Guide](https://docs.cloud.google.com/java/docs/client-retries) for additional support in setting
114115
* retries.
115116
*/
117+
@NullMarked
116118
@Generated("by gapic-generator-java")
117119
@SuppressWarnings("CanonicalDuration")
118120
public class SupportEventSubscriptionServiceStubSettings

java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2beta/SupportEventSubscriptionServiceClient.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
import java.util.List;
3434
import java.util.concurrent.TimeUnit;
3535
import javax.annotation.Generated;
36+
import org.jspecify.annotations.NullMarked;
3637

3738
// AUTO-GENERATED DOCUMENTATION AND CLASS.
3839
/**
@@ -236,6 +237,7 @@
236237
*
237238
* <p>Please refer to the GitHub repository's samples for more quickstart code snippets.
238239
*/
240+
@NullMarked
239241
@BetaApi
240242
@Generated("by gapic-generator-java")
241243
public class SupportEventSubscriptionServiceClient implements BackgroundResource {

java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2beta/SupportEventSubscriptionServiceSettings.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
import java.io.IOException;
3535
import java.util.List;
3636
import javax.annotation.Generated;
37+
import org.jspecify.annotations.NullMarked;
3738

3839
// AUTO-GENERATED DOCUMENTATION AND CLASS.
3940
/**
@@ -86,6 +87,7 @@
8687
* Guide](https://docs.cloud.google.com/java/docs/client-retries) for additional support in setting
8788
* retries.
8889
*/
90+
@NullMarked
8991
@BetaApi
9092
@Generated("by gapic-generator-java")
9193
public class SupportEventSubscriptionServiceSettings

0 commit comments

Comments
 (0)