Skip to content

Commit 897fd7c

Browse files
1 parent 657fde4 commit 897fd7c

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

clients/google-api-services-pubsublite/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-pubsublite</artifactId>
25-
<version>v1-rev20251107-2.0.0</version>
25+
<version>v1-rev20251114-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-pubsublite:v1-rev20251107-2.0.0'
38+
implementation 'com.google.apis:google-api-services-pubsublite:v1-rev20251114-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-pubsublite/v1/2.0.0/com/google/api/services/pubsublite/v1/PubsubLite.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,7 @@ public List setPageToken(java.lang.String pageToken) {
814814

815815
/**
816816
* When set to `true`, operations that are reachable are returned as normal, and those
817-
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
817+
* that are unreachable are returned in the ListOperationsResponse.unreachable field.
818818
* This can only be `true` when reading across collections. For example, when `parent`
819819
* is set to `"projects/example/locations/-"`. This field is not supported by default
820820
* and will result in an `UNIMPLEMENTED` error if set unless explicitly documented
@@ -824,7 +824,7 @@ public List setPageToken(java.lang.String pageToken) {
824824
private java.lang.Boolean returnPartialSuccess;
825825

826826
/** When set to `true`, operations that are reachable are returned as normal, and those that are
827-
unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true`
827+
unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true`
828828
when reading across collections. For example, when `parent` is set to
829829
`"projects/example/locations/-"`. This field is not supported by default and will result in an
830830
`UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific
@@ -836,7 +836,7 @@ public java.lang.Boolean getReturnPartialSuccess() {
836836

837837
/**
838838
* When set to `true`, operations that are reachable are returned as normal, and those
839-
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
839+
* that are unreachable are returned in the ListOperationsResponse.unreachable field.
840840
* This can only be `true` when reading across collections. For example, when `parent`
841841
* is set to `"projects/example/locations/-"`. This field is not supported by default
842842
* and will result in an `UNIMPLEMENTED` error if set unless explicitly documented

clients/google-api-services-pubsublite/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-pubsublite</artifactId>
11-
<version>v1-rev20251107-2.0.0</version>
12-
<name>Pub/Sub Lite API v1-rev20251107-2.0.0</name>
11+
<version>v1-rev20251114-2.0.0</version>
12+
<name>Pub/Sub Lite API v1-rev20251114-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-pubsublite/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-pubsublite</artifactId>
25-
<version>v1-rev20251107-2.0.0</version>
25+
<version>v1-rev20251114-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-pubsublite:v1-rev20251107-2.0.0'
38+
implementation 'com.google.apis:google-api-services-pubsublite:v1-rev20251114-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)