Skip to content

Commit 1112366

Browse files
1 parent 94741d6 commit 1112366

File tree

20 files changed

+75
-75
lines changed

20 files changed

+75
-75
lines changed

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

clients/google-api-services-cloudasset/v1/2.0.0/com/google/api/services/cloudasset/v1/model/GoogleIdentityAccesscontextmanagerV1ServicePerimeter.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ public final class GoogleIdentityAccesscontextmanagerV1ServicePerimeter extends
4444
private java.lang.String description;
4545

4646
/**
47-
* Optional. An opaque identifier for the current version of the `ServicePerimeter`. Clients
48-
* should not expect this to be in any specific format. If etag is not provided, the operation
49-
* will be performed as if a valid etag is provided.
47+
* Optional. An opaque identifier for the current version of the `ServicePerimeter`. This
48+
* identifier does not follow any specific format. If an etag is not provided, the operation will
49+
* be performed as if a valid etag is provided.
5050
* The value may be {@code null}.
5151
*/
5252
@com.google.api.client.util.Key
@@ -128,19 +128,19 @@ public GoogleIdentityAccesscontextmanagerV1ServicePerimeter setDescription(java.
128128
}
129129

130130
/**
131-
* Optional. An opaque identifier for the current version of the `ServicePerimeter`. Clients
132-
* should not expect this to be in any specific format. If etag is not provided, the operation
133-
* will be performed as if a valid etag is provided.
131+
* Optional. An opaque identifier for the current version of the `ServicePerimeter`. This
132+
* identifier does not follow any specific format. If an etag is not provided, the operation will
133+
* be performed as if a valid etag is provided.
134134
* @return value or {@code null} for none
135135
*/
136136
public java.lang.String getEtag() {
137137
return etag;
138138
}
139139

140140
/**
141-
* Optional. An opaque identifier for the current version of the `ServicePerimeter`. Clients
142-
* should not expect this to be in any specific format. If etag is not provided, the operation
143-
* will be performed as if a valid etag is provided.
141+
* Optional. An opaque identifier for the current version of the `ServicePerimeter`. This
142+
* identifier does not follow any specific format. If an etag is not provided, the operation will
143+
* be performed as if a valid etag is provided.
144144
* @param etag etag or {@code null} for none
145145
*/
146146
public GoogleIdentityAccesscontextmanagerV1ServicePerimeter setEtag(java.lang.String etag) {

clients/google-api-services-cloudasset/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-cloudasset</artifactId>
11-
<version>v1-rev20241110-2.0.0</version>
12-
<name>Cloud Asset API v1-rev20241110-2.0.0</name>
11+
<version>v1-rev20241115-2.0.0</version>
12+
<name>Cloud Asset API v1-rev20241115-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

clients/google-api-services-cloudasset/v1beta1/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-cloudasset</artifactId>
25-
<version>v1beta1-rev20241110-2.0.0</version>
25+
<version>v1beta1-rev20241115-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-cloudasset:v1beta1-rev20241110-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudasset:v1beta1-rev20241115-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-cloudasset/v1beta1/2.0.0/com/google/api/services/cloudasset/v1beta1/model/GoogleIdentityAccesscontextmanagerV1ServicePerimeter.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ public final class GoogleIdentityAccesscontextmanagerV1ServicePerimeter extends
4444
private java.lang.String description;
4545

4646
/**
47-
* Optional. An opaque identifier for the current version of the `ServicePerimeter`. Clients
48-
* should not expect this to be in any specific format. If etag is not provided, the operation
49-
* will be performed as if a valid etag is provided.
47+
* Optional. An opaque identifier for the current version of the `ServicePerimeter`. This
48+
* identifier does not follow any specific format. If an etag is not provided, the operation will
49+
* be performed as if a valid etag is provided.
5050
* The value may be {@code null}.
5151
*/
5252
@com.google.api.client.util.Key
@@ -128,19 +128,19 @@ public GoogleIdentityAccesscontextmanagerV1ServicePerimeter setDescription(java.
128128
}
129129

130130
/**
131-
* Optional. An opaque identifier for the current version of the `ServicePerimeter`. Clients
132-
* should not expect this to be in any specific format. If etag is not provided, the operation
133-
* will be performed as if a valid etag is provided.
131+
* Optional. An opaque identifier for the current version of the `ServicePerimeter`. This
132+
* identifier does not follow any specific format. If an etag is not provided, the operation will
133+
* be performed as if a valid etag is provided.
134134
* @return value or {@code null} for none
135135
*/
136136
public java.lang.String getEtag() {
137137
return etag;
138138
}
139139

140140
/**
141-
* Optional. An opaque identifier for the current version of the `ServicePerimeter`. Clients
142-
* should not expect this to be in any specific format. If etag is not provided, the operation
143-
* will be performed as if a valid etag is provided.
141+
* Optional. An opaque identifier for the current version of the `ServicePerimeter`. This
142+
* identifier does not follow any specific format. If an etag is not provided, the operation will
143+
* be performed as if a valid etag is provided.
144144
* @param etag etag or {@code null} for none
145145
*/
146146
public GoogleIdentityAccesscontextmanagerV1ServicePerimeter setEtag(java.lang.String etag) {

clients/google-api-services-cloudasset/v1beta1/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-cloudasset</artifactId>
11-
<version>v1beta1-rev20241110-2.0.0</version>
12-
<name>Cloud Asset API v1beta1-rev20241110-2.0.0</name>
11+
<version>v1beta1-rev20241115-2.0.0</version>
12+
<name>Cloud Asset API v1beta1-rev20241115-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-cloudasset/v1beta1/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-cloudasset</artifactId>
25-
<version>v1beta1-rev20241110-2.0.0</version>
25+
<version>v1beta1-rev20241115-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-cloudasset:v1beta1-rev20241110-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudasset:v1beta1-rev20241115-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-cloudasset/v1p1beta1/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-cloudasset</artifactId>
25-
<version>v1p1beta1-rev20241110-2.0.0</version>
25+
<version>v1p1beta1-rev20241115-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-cloudasset:v1p1beta1-rev20241110-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudasset:v1p1beta1-rev20241115-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-cloudasset/v1p1beta1/2.0.0/com/google/api/services/cloudasset/v1p1beta1/model/GoogleIdentityAccesscontextmanagerV1ServicePerimeter.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ public final class GoogleIdentityAccesscontextmanagerV1ServicePerimeter extends
4444
private java.lang.String description;
4545

4646
/**
47-
* Optional. An opaque identifier for the current version of the `ServicePerimeter`. Clients
48-
* should not expect this to be in any specific format. If etag is not provided, the operation
49-
* will be performed as if a valid etag is provided.
47+
* Optional. An opaque identifier for the current version of the `ServicePerimeter`. This
48+
* identifier does not follow any specific format. If an etag is not provided, the operation will
49+
* be performed as if a valid etag is provided.
5050
* The value may be {@code null}.
5151
*/
5252
@com.google.api.client.util.Key
@@ -128,19 +128,19 @@ public GoogleIdentityAccesscontextmanagerV1ServicePerimeter setDescription(java.
128128
}
129129

130130
/**
131-
* Optional. An opaque identifier for the current version of the `ServicePerimeter`. Clients
132-
* should not expect this to be in any specific format. If etag is not provided, the operation
133-
* will be performed as if a valid etag is provided.
131+
* Optional. An opaque identifier for the current version of the `ServicePerimeter`. This
132+
* identifier does not follow any specific format. If an etag is not provided, the operation will
133+
* be performed as if a valid etag is provided.
134134
* @return value or {@code null} for none
135135
*/
136136
public java.lang.String getEtag() {
137137
return etag;
138138
}
139139

140140
/**
141-
* Optional. An opaque identifier for the current version of the `ServicePerimeter`. Clients
142-
* should not expect this to be in any specific format. If etag is not provided, the operation
143-
* will be performed as if a valid etag is provided.
141+
* Optional. An opaque identifier for the current version of the `ServicePerimeter`. This
142+
* identifier does not follow any specific format. If an etag is not provided, the operation will
143+
* be performed as if a valid etag is provided.
144144
* @param etag etag or {@code null} for none
145145
*/
146146
public GoogleIdentityAccesscontextmanagerV1ServicePerimeter setEtag(java.lang.String etag) {

0 commit comments

Comments
 (0)