Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit 9d393aa

Browse files
1 parent 1c17549 commit 9d393aa

File tree

114 files changed

+14580
-9008
lines changed

Some content is hidden

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

114 files changed

+14580
-9008
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file:
1919
<dependency>
2020
<groupId>com.google.cloud</groupId>
2121
<artifactId>google-cloud-service-control</artifactId>
22-
<version>1.1.7</version>
22+
<version>1.1.8</version>
2323
</dependency>
2424
```
2525

2626
If you are using Gradle without BOM, add this to your dependencies
2727

2828
```Groovy
29-
implementation 'com.google.cloud:google-cloud-service-control:1.1.7'
29+
implementation 'com.google.cloud:google-cloud-service-control:1.1.8'
3030
```
3131

3232
If you are using SBT, add this to your dependencies
3333

3434
```Scala
35-
libraryDependencies += "com.google.cloud" % "google-cloud-service-control" % "1.1.7"
35+
libraryDependencies += "com.google.cloud" % "google-cloud-service-control" % "1.1.8"
3636
```
3737

3838
## Authentication

google-cloud-service-control-bom/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,21 @@
6363
<artifactId>grpc-google-cloud-service-control-v1</artifactId>
6464
<version>1.1.9-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-service-control-v1:current} -->
6565
</dependency>
66+
<dependency>
67+
<groupId>com.google.api.grpc</groupId>
68+
<artifactId>grpc-google-cloud-service-control-v2</artifactId>
69+
<version>1.1.9-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-service-control-v2:current} -->
70+
</dependency>
6671
<dependency>
6772
<groupId>com.google.api.grpc</groupId>
6873
<artifactId>proto-google-cloud-service-control-v1</artifactId>
6974
<version>1.1.9-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-service-control-v1:current} -->
7075
</dependency>
76+
<dependency>
77+
<groupId>com.google.api.grpc</groupId>
78+
<artifactId>proto-google-cloud-service-control-v2</artifactId>
79+
<version>1.1.9-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-service-control-v2:current} -->
80+
</dependency>
7181
</dependencies>
7282
</dependencyManagement>
7383

google-cloud-service-control/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@
4242
<artifactId>proto-google-common-protos</artifactId>
4343
</dependency>
4444

45+
<dependency>
46+
<groupId>com.google.api.grpc</groupId>
47+
<artifactId>proto-google-cloud-service-control-v2</artifactId>
48+
</dependency>
4549
<dependency>
4650
<groupId>com.google.api.grpc</groupId>
4751
<artifactId>proto-google-cloud-service-control-v1</artifactId>
@@ -76,6 +80,11 @@
7680
<artifactId>grpc-google-cloud-service-control-v1</artifactId>
7781
<scope>test</scope>
7882
</dependency>
83+
<dependency>
84+
<groupId>com.google.api.grpc</groupId>
85+
<artifactId>grpc-google-cloud-service-control-v2</artifactId>
86+
<scope>test</scope>
87+
</dependency>
7988
<!-- Need testing utility classes for generated gRPC clients tests -->
8089
<dependency>
8190
<groupId>com.google.api</groupId>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@
5555
* methods:
5656
*
5757
* <ol>
58-
* <li> A "flattened" method. With this type of method, the fields of the request type have been
58+
* <li>A "flattened" method. With this type of method, the fields of the request type have been
5959
* converted into function parameters. It may be the case that not all fields are available as
6060
* parameters, and not every API method will have a flattened method entry point.
61-
* <li> A "request object" method. This type of method only takes one parameter, a request object,
61+
* <li>A "request object" method. This type of method only takes one parameter, a request object,
6262
* which must be constructed before the call. Not every API method will have a request object
6363
* method.
64-
* <li> A "callable" method. This type of method takes no parameters and returns an immutable API
64+
* <li>A "callable" method. This type of method takes no parameters and returns an immutable API
6565
* callable object, which can be used to initiate calls to the service.
6666
* </ol>
6767
*
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
import com.google.api.gax.rpc.ApiClientHeaderProvider;
2525
import com.google.api.gax.rpc.ClientContext;
2626
import com.google.api.gax.rpc.ClientSettings;
27-
import com.google.api.gax.rpc.StubSettings;
2827
import com.google.api.gax.rpc.TransportChannelProvider;
2928
import com.google.api.gax.rpc.UnaryCallSettings;
3029
import com.google.api.servicecontrol.v1.stub.QuotaControllerStubSettings;
@@ -39,10 +38,10 @@
3938
* <p>The default instance has everything set to sensible defaults:
4039
*
4140
* <ul>
42-
* <li> The default service address (servicecontrol.googleapis.com) and default port (443) are
41+
* <li>The default service address (servicecontrol.googleapis.com) and default port (443) are
4342
* used.
44-
* <li> Credentials are acquired automatically through Application Default Credentials.
45-
* <li> Retries are configured for idempotent methods but not for non-idempotent methods.
43+
* <li>Credentials are acquired automatically through Application Default Credentials.
44+
* <li>Retries are configured for idempotent methods but not for non-idempotent methods.
4645
* </ul>
4746
*
4847
* <p>The builder of this class is recursive, so contained classes are themselves builders. When
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@
5555
* methods:
5656
*
5757
* <ol>
58-
* <li> A "flattened" method. With this type of method, the fields of the request type have been
58+
* <li>A "flattened" method. With this type of method, the fields of the request type have been
5959
* converted into function parameters. It may be the case that not all fields are available as
6060
* parameters, and not every API method will have a flattened method entry point.
61-
* <li> A "request object" method. This type of method only takes one parameter, a request object,
61+
* <li>A "request object" method. This type of method only takes one parameter, a request object,
6262
* which must be constructed before the call. Not every API method will have a request object
6363
* method.
64-
* <li> A "callable" method. This type of method takes no parameters and returns an immutable API
64+
* <li>A "callable" method. This type of method takes no parameters and returns an immutable API
6565
* callable object, which can be used to initiate calls to the service.
6666
* </ol>
6767
*
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
import com.google.api.gax.rpc.ApiClientHeaderProvider;
2525
import com.google.api.gax.rpc.ClientContext;
2626
import com.google.api.gax.rpc.ClientSettings;
27-
import com.google.api.gax.rpc.StubSettings;
2827
import com.google.api.gax.rpc.TransportChannelProvider;
2928
import com.google.api.gax.rpc.UnaryCallSettings;
3029
import com.google.api.servicecontrol.v1.stub.ServiceControllerStubSettings;
@@ -39,10 +38,10 @@
3938
* <p>The default instance has everything set to sensible defaults:
4039
*
4140
* <ul>
42-
* <li> The default service address (servicecontrol.googleapis.com) and default port (443) are
41+
* <li>The default service address (servicecontrol.googleapis.com) and default port (443) are
4342
* used.
44-
* <li> Credentials are acquired automatically through Application Default Credentials.
45-
* <li> Retries are configured for idempotent methods but not for non-idempotent methods.
43+
* <li>Credentials are acquired automatically through Application Default Credentials.
44+
* <li>Retries are configured for idempotent methods but not for non-idempotent methods.
4645
* </ul>
4746
*
4847
* <p>The builder of this class is recursive, so contained classes are themselves builders. When

0 commit comments

Comments
 (0)