Skip to content

Commit b5105b2

Browse files
committed
added more golden tests
1 parent 5b0fa5d commit b5105b2

161 files changed

Lines changed: 322 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

sdk-platform-java/test/integration/goldens/apigeeconnect/src/com/google/cloud/apigeeconnect/v1/ConnectionServiceClient.java

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

3536
// AUTO-GENERATED DOCUMENTATION AND CLASS.
3637
/**
@@ -142,6 +143,7 @@
142143
*
143144
* <p>Please refer to the GitHub repository's samples for more quickstart code snippets.
144145
*/
146+
@NullMarked
145147
@Generated("by gapic-generator-java")
146148
public class ConnectionServiceClient implements BackgroundResource {
147149
private final ConnectionServiceSettings settings;

sdk-platform-java/test/integration/goldens/apigeeconnect/src/com/google/cloud/apigeeconnect/v1/ConnectionServiceSettings.java

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

3940
// AUTO-GENERATED DOCUMENTATION AND CLASS.
4041
/**
@@ -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 ConnectionServiceSettings extends ClientSettings<ConnectionServiceSettings> {
9193

sdk-platform-java/test/integration/goldens/apigeeconnect/src/com/google/cloud/apigeeconnect/v1/EndpointName.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,10 @@
2525
import java.util.Map;
2626
import java.util.Objects;
2727
import javax.annotation.Generated;
28+
import org.jspecify.annotations.NullMarked;
2829

2930
// AUTO-GENERATED DOCUMENTATION AND CLASS.
31+
@NullMarked
3032
@Generated("by gapic-generator-java")
3133
public class EndpointName implements ResourceName {
3234
private static final PathTemplate PROJECT_ENDPOINT =

sdk-platform-java/test/integration/goldens/apigeeconnect/src/com/google/cloud/apigeeconnect/v1/TetherClient.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
import java.io.IOException;
2424
import java.util.concurrent.TimeUnit;
2525
import javax.annotation.Generated;
26+
import org.jspecify.annotations.NullMarked;
2627

2728
// AUTO-GENERATED DOCUMENTATION AND CLASS.
2829
/**
@@ -118,6 +119,7 @@
118119
*
119120
* <p>Please refer to the GitHub repository's samples for more quickstart code snippets.
120121
*/
122+
@NullMarked
121123
@Generated("by gapic-generator-java")
122124
public class TetherClient implements BackgroundResource {
123125
private final TetherSettings settings;

sdk-platform-java/test/integration/goldens/apigeeconnect/src/com/google/cloud/apigeeconnect/v1/TetherSettings.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
import java.io.IOException;
3232
import java.util.List;
3333
import javax.annotation.Generated;
34+
import org.jspecify.annotations.NullMarked;
3435

3536
// AUTO-GENERATED DOCUMENTATION AND CLASS.
3637
/**
@@ -81,6 +82,7 @@
8182
* Guide](https://docs.cloud.google.com/java/docs/client-retries) for additional support in setting
8283
* retries.
8384
*/
85+
@NullMarked
8486
@Generated("by gapic-generator-java")
8587
public class TetherSettings extends ClientSettings<TetherSettings> {
8688

sdk-platform-java/test/integration/goldens/apigeeconnect/src/com/google/cloud/apigeeconnect/v1/stub/ConnectionServiceStub.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,15 @@
2323
import com.google.cloud.apigeeconnect.v1.ListConnectionsRequest;
2424
import com.google.cloud.apigeeconnect.v1.ListConnectionsResponse;
2525
import javax.annotation.Generated;
26+
import org.jspecify.annotations.NullMarked;
2627

2728
// AUTO-GENERATED DOCUMENTATION AND CLASS.
2829
/**
2930
* Base stub class for the ConnectionService service API.
3031
*
3132
* <p>This class is for advanced usage and reflects the underlying API directly.
3233
*/
34+
@NullMarked
3335
@Generated("by gapic-generator-java")
3436
public abstract class ConnectionServiceStub implements BackgroundResource {
3537

sdk-platform-java/test/integration/goldens/apigeeconnect/src/com/google/cloud/apigeeconnect/v1/stub/ConnectionServiceStubSettings.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
import java.time.Duration;
5757
import java.util.List;
5858
import javax.annotation.Generated;
59+
import org.jspecify.annotations.NullMarked;
5960

6061
// AUTO-GENERATED DOCUMENTATION AND CLASS.
6162
/**
@@ -108,6 +109,7 @@
108109
* Guide](https://docs.cloud.google.com/java/docs/client-retries) for additional support in setting
109110
* retries.
110111
*/
112+
@NullMarked
111113
@Generated("by gapic-generator-java")
112114
@SuppressWarnings("CanonicalDuration")
113115
public class ConnectionServiceStubSettings extends StubSettings<ConnectionServiceStubSettings> {

sdk-platform-java/test/integration/goldens/apigeeconnect/src/com/google/cloud/apigeeconnect/v1/stub/GrpcConnectionServiceCallableFactory.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 ConnectionService service API.
4142
*
4243
* <p>This class is for advanced usage.
4344
*/
45+
@NullMarked
4446
@Generated("by gapic-generator-java")
4547
public class GrpcConnectionServiceCallableFactory implements GrpcStubCallableFactory {
4648

sdk-platform-java/test/integration/goldens/apigeeconnect/src/com/google/cloud/apigeeconnect/v1/stub/GrpcConnectionServiceStub.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,15 @@
3434
import java.util.Map;
3535
import java.util.concurrent.TimeUnit;
3636
import javax.annotation.Generated;
37+
import org.jspecify.annotations.NullMarked;
3738

3839
// AUTO-GENERATED DOCUMENTATION AND CLASS.
3940
/**
4041
* gRPC stub implementation for the ConnectionService service API.
4142
*
4243
* <p>This class is for advanced usage and reflects the underlying API directly.
4344
*/
45+
@NullMarked
4446
@Generated("by gapic-generator-java")
4547
public class GrpcConnectionServiceStub extends ConnectionServiceStub {
4648
private static final MethodDescriptor<ListConnectionsRequest, ListConnectionsResponse>

sdk-platform-java/test/integration/goldens/apigeeconnect/src/com/google/cloud/apigeeconnect/v1/stub/GrpcTetherCallableFactory.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 Tether service API.
4142
*
4243
* <p>This class is for advanced usage.
4344
*/
45+
@NullMarked
4446
@Generated("by gapic-generator-java")
4547
public class GrpcTetherCallableFactory implements GrpcStubCallableFactory {
4648

0 commit comments

Comments
 (0)