Skip to content

Commit cfba2a0

Browse files
1 parent 1eaf867 commit cfba2a0

File tree

13 files changed

+205
-174
lines changed

13 files changed

+205
-174
lines changed

clients/google-api-services-pubsub/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-pubsub</artifactId>
25-
<version>v1-rev20251104-2.0.0</version>
25+
<version>v1-rev20251212-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-pubsub:v1-rev20251104-2.0.0'
38+
implementation 'com.google.apis:google-api-services-pubsub:v1-rev20251212-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-pubsub/v1/2.0.0/com/google/api/services/pubsub/Pubsub.java

Lines changed: 142 additions & 114 deletions
Large diffs are not rendered by default.

clients/google-api-services-pubsub/v1/2.0.0/com/google/api/services/pubsub/model/CreateSnapshotRequest.java

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ public final class CreateSnapshotRequest extends com.google.api.client.json.Gene
3737
private java.util.Map<String, java.lang.String> labels;
3838

3939
/**
40-
* Required. The subscription whose backlog the snapshot retains. Specifically, the created
41-
* snapshot is guaranteed to retain: (a) The existing backlog on the subscription. More precisely,
42-
* this is defined as the messages in the subscription's backlog that are unacknowledged upon the
43-
* successful completion of the `CreateSnapshot` request; as well as: (b) Any messages published
44-
* to the subscription's topic following the successful completion of the CreateSnapshot request.
45-
* Format is `projects/{project}/subscriptions/{sub}`.
40+
* Required. Identifier. The subscription whose backlog the snapshot retains. Specifically, the
41+
* created snapshot is guaranteed to retain: (a) The existing backlog on the subscription. More
42+
* precisely, this is defined as the messages in the subscription's backlog that are
43+
* unacknowledged upon the successful completion of the `CreateSnapshot` request; as well as: (b)
44+
* Any messages published to the subscription's topic following the successful completion of the
45+
* CreateSnapshot request. Format is `projects/{project}/subscriptions/{sub}`.
4646
* The value may be {@code null}.
4747
*/
4848
@com.google.api.client.util.Key
@@ -74,25 +74,25 @@ public CreateSnapshotRequest setLabels(java.util.Map<String, java.lang.String> l
7474
}
7575

7676
/**
77-
* Required. The subscription whose backlog the snapshot retains. Specifically, the created
78-
* snapshot is guaranteed to retain: (a) The existing backlog on the subscription. More precisely,
79-
* this is defined as the messages in the subscription's backlog that are unacknowledged upon the
80-
* successful completion of the `CreateSnapshot` request; as well as: (b) Any messages published
81-
* to the subscription's topic following the successful completion of the CreateSnapshot request.
82-
* Format is `projects/{project}/subscriptions/{sub}`.
77+
* Required. Identifier. The subscription whose backlog the snapshot retains. Specifically, the
78+
* created snapshot is guaranteed to retain: (a) The existing backlog on the subscription. More
79+
* precisely, this is defined as the messages in the subscription's backlog that are
80+
* unacknowledged upon the successful completion of the `CreateSnapshot` request; as well as: (b)
81+
* Any messages published to the subscription's topic following the successful completion of the
82+
* CreateSnapshot request. Format is `projects/{project}/subscriptions/{sub}`.
8383
* @return value or {@code null} for none
8484
*/
8585
public java.lang.String getSubscription() {
8686
return subscription;
8787
}
8888

8989
/**
90-
* Required. The subscription whose backlog the snapshot retains. Specifically, the created
91-
* snapshot is guaranteed to retain: (a) The existing backlog on the subscription. More precisely,
92-
* this is defined as the messages in the subscription's backlog that are unacknowledged upon the
93-
* successful completion of the `CreateSnapshot` request; as well as: (b) Any messages published
94-
* to the subscription's topic following the successful completion of the CreateSnapshot request.
95-
* Format is `projects/{project}/subscriptions/{sub}`.
90+
* Required. Identifier. The subscription whose backlog the snapshot retains. Specifically, the
91+
* created snapshot is guaranteed to retain: (a) The existing backlog on the subscription. More
92+
* precisely, this is defined as the messages in the subscription's backlog that are
93+
* unacknowledged upon the successful completion of the `CreateSnapshot` request; as well as: (b)
94+
* Any messages published to the subscription's topic following the successful completion of the
95+
* CreateSnapshot request. Format is `projects/{project}/subscriptions/{sub}`.
9696
* @param subscription subscription or {@code null} for none
9797
*/
9898
public CreateSnapshotRequest setSubscription(java.lang.String subscription) {

clients/google-api-services-pubsub/v1/2.0.0/com/google/api/services/pubsub/model/Subscription.java

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ public final class Subscription extends com.google.api.client.json.GenericJson {
170170
}
171171

172172
/**
173-
* Required. The name of the subscription. It must have the format
173+
* Required. Identifier. The name of the subscription. It must have the format
174174
* `"projects/{project}/subscriptions/{subscription}"`. `{subscription}` must start with a letter,
175175
* and contain only letters (`[A-Za-z]`), numbers (`[0-9]`), dashes (`-`), underscores (`_`),
176176
* periods (`.`), tildes (`~`), plus (`+`) or percent signs (`%`). It must be between 3 and 255
@@ -225,9 +225,9 @@ public final class Subscription extends com.google.api.client.json.GenericJson {
225225
private java.util.Map<String, java.lang.String> tags;
226226

227227
/**
228-
* Required. The name of the topic from which this subscription is receiving messages. Format is
229-
* `projects/{project}/topics/{topic}`. The value of this field will be `_deleted-topic_` if the
230-
* topic has been deleted.
228+
* Required. Identifier. The name of the topic from which this subscription is receiving messages.
229+
* Format is `projects/{project}/topics/{topic}`. The value of this field will be `_deleted-
230+
* topic_` if the topic has been deleted.
231231
* The value may be {@code null}.
232232
*/
233233
@com.google.api.client.util.Key
@@ -548,7 +548,7 @@ public Subscription setMessageTransforms(java.util.List<MessageTransform> messag
548548
}
549549

550550
/**
551-
* Required. The name of the subscription. It must have the format
551+
* Required. Identifier. The name of the subscription. It must have the format
552552
* `"projects/{project}/subscriptions/{subscription}"`. `{subscription}` must start with a letter,
553553
* and contain only letters (`[A-Za-z]`), numbers (`[0-9]`), dashes (`-`), underscores (`_`),
554554
* periods (`.`), tildes (`~`), plus (`+`) or percent signs (`%`). It must be between 3 and 255
@@ -560,7 +560,7 @@ public java.lang.String getName() {
560560
}
561561

562562
/**
563-
* Required. The name of the subscription. It must have the format
563+
* Required. Identifier. The name of the subscription. It must have the format
564564
* `"projects/{project}/subscriptions/{subscription}"`. `{subscription}` must start with a letter,
565565
* and contain only letters (`[A-Za-z]`), numbers (`[0-9]`), dashes (`-`), underscores (`_`),
566566
* periods (`.`), tildes (`~`), plus (`+`) or percent signs (`%`). It must be between 3 and 255
@@ -676,19 +676,19 @@ public Subscription setTags(java.util.Map<String, java.lang.String> tags) {
676676
}
677677

678678
/**
679-
* Required. The name of the topic from which this subscription is receiving messages. Format is
680-
* `projects/{project}/topics/{topic}`. The value of this field will be `_deleted-topic_` if the
681-
* topic has been deleted.
679+
* Required. Identifier. The name of the topic from which this subscription is receiving messages.
680+
* Format is `projects/{project}/topics/{topic}`. The value of this field will be `_deleted-
681+
* topic_` if the topic has been deleted.
682682
* @return value or {@code null} for none
683683
*/
684684
public java.lang.String getTopic() {
685685
return topic;
686686
}
687687

688688
/**
689-
* Required. The name of the topic from which this subscription is receiving messages. Format is
690-
* `projects/{project}/topics/{topic}`. The value of this field will be `_deleted-topic_` if the
691-
* topic has been deleted.
689+
* Required. Identifier. The name of the topic from which this subscription is receiving messages.
690+
* Format is `projects/{project}/topics/{topic}`. The value of this field will be `_deleted-
691+
* topic_` if the topic has been deleted.
692692
* @param topic topic or {@code null} for none
693693
*/
694694
public Subscription setTopic(java.lang.String topic) {

clients/google-api-services-pubsub/v1/2.0.0/com/google/api/services/pubsub/model/Topic.java

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,11 @@ public final class Topic extends com.google.api.client.json.GenericJson {
8787
}
8888

8989
/**
90-
* Required. The name of the topic. It must have the format `"projects/{project}/topics/{topic}"`.
91-
* `{topic}` must start with a letter, and contain only letters (`[A-Za-z]`), numbers (`[0-9]`),
92-
* dashes (`-`), underscores (`_`), periods (`.`), tildes (`~`), plus (`+`) or percent signs
93-
* (`%`). It must be between 3 and 255 characters in length, and it must not start with `"goog"`.
90+
* Required. Identifier. The name of the topic. It must have the format
91+
* `"projects/{project}/topics/{topic}"`. `{topic}` must start with a letter, and contain only
92+
* letters (`[A-Za-z]`), numbers (`[0-9]`), dashes (`-`), underscores (`_`), periods (`.`), tildes
93+
* (`~`), plus (`+`) or percent signs (`%`). It must be between 3 and 255 characters in length,
94+
* and it must not start with `"goog"`.
9495
* The value may be {@code null}.
9596
*/
9697
@com.google.api.client.util.Key
@@ -247,21 +248,23 @@ public Topic setMessageTransforms(java.util.List<MessageTransform> messageTransf
247248
}
248249

249250
/**
250-
* Required. The name of the topic. It must have the format `"projects/{project}/topics/{topic}"`.
251-
* `{topic}` must start with a letter, and contain only letters (`[A-Za-z]`), numbers (`[0-9]`),
252-
* dashes (`-`), underscores (`_`), periods (`.`), tildes (`~`), plus (`+`) or percent signs
253-
* (`%`). It must be between 3 and 255 characters in length, and it must not start with `"goog"`.
251+
* Required. Identifier. The name of the topic. It must have the format
252+
* `"projects/{project}/topics/{topic}"`. `{topic}` must start with a letter, and contain only
253+
* letters (`[A-Za-z]`), numbers (`[0-9]`), dashes (`-`), underscores (`_`), periods (`.`), tildes
254+
* (`~`), plus (`+`) or percent signs (`%`). It must be between 3 and 255 characters in length,
255+
* and it must not start with `"goog"`.
254256
* @return value or {@code null} for none
255257
*/
256258
public java.lang.String getName() {
257259
return name;
258260
}
259261

260262
/**
261-
* Required. The name of the topic. It must have the format `"projects/{project}/topics/{topic}"`.
262-
* `{topic}` must start with a letter, and contain only letters (`[A-Za-z]`), numbers (`[0-9]`),
263-
* dashes (`-`), underscores (`_`), periods (`.`), tildes (`~`), plus (`+`) or percent signs
264-
* (`%`). It must be between 3 and 255 characters in length, and it must not start with `"goog"`.
263+
* Required. Identifier. The name of the topic. It must have the format
264+
* `"projects/{project}/topics/{topic}"`. `{topic}` must start with a letter, and contain only
265+
* letters (`[A-Za-z]`), numbers (`[0-9]`), dashes (`-`), underscores (`_`), periods (`.`), tildes
266+
* (`~`), plus (`+`) or percent signs (`%`). It must be between 3 and 255 characters in length,
267+
* and it must not start with `"goog"`.
265268
* @param name name or {@code null} for none
266269
*/
267270
public Topic setName(java.lang.String name) {

clients/google-api-services-pubsub/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-pubsub</artifactId>
11-
<version>v1-rev20251104-2.0.0</version>
12-
<name>Cloud Pub/Sub API v1-rev20251104-2.0.0</name>
11+
<version>v1-rev20251212-2.0.0</version>
12+
<name>Cloud Pub/Sub API v1-rev20251212-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-pubsub/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-pubsub</artifactId>
25-
<version>v1-rev20251104-2.0.0</version>
25+
<version>v1-rev20251212-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-pubsub:v1-rev20251104-2.0.0'
38+
implementation 'com.google.apis:google-api-services-pubsub:v1-rev20251212-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-pubsub/v1beta1a/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-pubsub</artifactId>
25-
<version>v1beta1a-rev20251104-2.0.0</version>
25+
<version>v1beta1a-rev20251212-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-pubsub:v1beta1a-rev20251104-2.0.0'
38+
implementation 'com.google.apis:google-api-services-pubsub:v1beta1a-rev20251212-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-pubsub/v1beta1a/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-pubsub</artifactId>
11-
<version>v1beta1a-rev20251104-2.0.0</version>
12-
<name>Cloud Pub/Sub API v1beta1a-rev20251104-2.0.0</name>
11+
<version>v1beta1a-rev20251212-2.0.0</version>
12+
<name>Cloud Pub/Sub API v1beta1a-rev20251212-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-pubsub/v1beta1a/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-pubsub</artifactId>
25-
<version>v1beta1a-rev20251104-2.0.0</version>
25+
<version>v1beta1a-rev20251212-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-pubsub:v1beta1a-rev20251104-2.0.0'
38+
implementation 'com.google.apis:google-api-services-pubsub:v1beta1a-rev20251212-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)