Skip to content

Commit fa40da0

Browse files
1 parent 4013a2c commit fa40da0

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
public final class Topic extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Required. The resource name of the Pub/Sub topic that will be published to, in the following
34+
* Identifier. The resource name of the Pub/Sub topic that will be published to, in the following
3535
* format: `projects/topics`. For publication to succeed, the Secret Manager service agent must
3636
* have the `pubsub.topic.publish` permission on the topic. The Pub/Sub Publisher role
3737
* (`roles/pubsub.publisher`) includes this permission.
@@ -41,7 +41,7 @@ public final class Topic extends com.google.api.client.json.GenericJson {
4141
private java.lang.String name;
4242

4343
/**
44-
* Required. The resource name of the Pub/Sub topic that will be published to, in the following
44+
* Identifier. The resource name of the Pub/Sub topic that will be published to, in the following
4545
* format: `projects/topics`. For publication to succeed, the Secret Manager service agent must
4646
* have the `pubsub.topic.publish` permission on the topic. The Pub/Sub Publisher role
4747
* (`roles/pubsub.publisher`) includes this permission.
@@ -52,7 +52,7 @@ public java.lang.String getName() {
5252
}
5353

5454
/**
55-
* Required. The resource name of the Pub/Sub topic that will be published to, in the following
55+
* Identifier. The resource name of the Pub/Sub topic that will be published to, in the following
5656
* format: `projects/topics`. For publication to succeed, the Secret Manager service agent must
5757
* have the `pubsub.topic.publish` permission on the topic. The Pub/Sub Publisher role
5858
* (`roles/pubsub.publisher`) includes this permission.

clients/google-api-services-secretmanager/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-secretmanager</artifactId>
11-
<version>v1-rev20240726-2.0.0</version>
12-
<name>Secret Manager API v1-rev20240726-2.0.0</name>
11+
<version>v1-rev20240816-2.0.0</version>
12+
<name>Secret Manager API v1-rev20240816-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)