Skip to content

Commit 78f16cf

Browse files
1 parent 0218bee commit 78f16cf

6 files changed

Lines changed: 31 additions & 16 deletions

File tree

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

clients/google-api-services-cloudasset/v1p5beta1/2.0.0/com/google/api/services/cloudasset/v1p5beta1/model/GoogleIdentityAccesscontextmanagerV1EgressSource.java

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

4646
/**
47-
* Requests from this PSC will be allowed from access perimeter data.
47+
* A PrivateServiceConnectEndpoint that is allowed to access data outside the perimeter. The
48+
* Private Service Connect endpoint may be in any organization, not just the organization that the
49+
* perimeter is defined in.
4850
* The value may be {@code null}.
4951
*/
5052
@com.google.api.client.util.Key
@@ -90,15 +92,19 @@ public GoogleIdentityAccesscontextmanagerV1EgressSource setAccessLevel(java.lang
9092
}
9193

9294
/**
93-
* Requests from this PSC will be allowed from access perimeter data.
95+
* A PrivateServiceConnectEndpoint that is allowed to access data outside the perimeter. The
96+
* Private Service Connect endpoint may be in any organization, not just the organization that the
97+
* perimeter is defined in.
9498
* @return value or {@code null} for none
9599
*/
96100
public GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint getPscEndpoint() {
97101
return pscEndpoint;
98102
}
99103

100104
/**
101-
* Requests from this PSC will be allowed from access perimeter data.
105+
* A PrivateServiceConnectEndpoint that is allowed to access data outside the perimeter. The
106+
* Private Service Connect endpoint may be in any organization, not just the organization that the
107+
* perimeter is defined in.
102108
* @param pscEndpoint pscEndpoint or {@code null} for none
103109
*/
104110
public GoogleIdentityAccesscontextmanagerV1EgressSource setPscEndpoint(GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint pscEndpoint) {

clients/google-api-services-cloudasset/v1p5beta1/2.0.0/com/google/api/services/cloudasset/v1p5beta1/model/GoogleIdentityAccesscontextmanagerV1IngressSource.java

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ public final class GoogleIdentityAccesscontextmanagerV1IngressSource extends com
4242
private java.lang.String accessLevel;
4343

4444
/**
45-
* Requests from this PSC will be allowed to access perimeter data.
45+
* A PrivateServiceConnectEndpoint that is allowed to access the perimeter. The Private Service
46+
* Connect endpoint may be in any organization, not just the organization that the perimeter is
47+
* defined in.
4648
* The value may be {@code null}.
4749
*/
4850
@com.google.api.client.util.Key
@@ -88,15 +90,19 @@ public GoogleIdentityAccesscontextmanagerV1IngressSource setAccessLevel(java.lan
8890
}
8991

9092
/**
91-
* Requests from this PSC will be allowed to access perimeter data.
93+
* A PrivateServiceConnectEndpoint that is allowed to access the perimeter. The Private Service
94+
* Connect endpoint may be in any organization, not just the organization that the perimeter is
95+
* defined in.
9296
* @return value or {@code null} for none
9397
*/
9498
public GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint getPscEndpoint() {
9599
return pscEndpoint;
96100
}
97101

98102
/**
99-
* Requests from this PSC will be allowed to access perimeter data.
103+
* A PrivateServiceConnectEndpoint that is allowed to access the perimeter. The Private Service
104+
* Connect endpoint may be in any organization, not just the organization that the perimeter is
105+
* defined in.
100106
* @param pscEndpoint pscEndpoint or {@code null} for none
101107
*/
102108
public GoogleIdentityAccesscontextmanagerV1IngressSource setPscEndpoint(GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint pscEndpoint) {

clients/google-api-services-cloudasset/v1p5beta1/2.0.0/com/google/api/services/cloudasset/v1p5beta1/model/GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint.java

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.cloudasset.v1p5beta1.model;
1818

1919
/**
20-
* Specifies the PSC an API call refers to.
20+
* Specifies the Private Service Connect endpoint that an API call refers to.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Cloud Asset API. For a detailed explanation see:
@@ -30,15 +30,17 @@
3030
public final class GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* The global forwarding rule identifier. Forwarding rule format:
33+
* The full resource name of the global forwarding rule that identifies a Private Service Connect
34+
* endpoint. Forwarding rule format:
3435
* `//compute.googleapis.com/projects/{PROJECT_ID}/global/forwardingRules/{FORWARDING_RULE_ID}`.
3536
* The value may be {@code null}.
3637
*/
3738
@com.google.api.client.util.Key
3839
private java.lang.String forwardingRule;
3940

4041
/**
41-
* The global forwarding rule identifier. Forwarding rule format:
42+
* The full resource name of the global forwarding rule that identifies a Private Service Connect
43+
* endpoint. Forwarding rule format:
4244
* `//compute.googleapis.com/projects/{PROJECT_ID}/global/forwardingRules/{FORWARDING_RULE_ID}`.
4345
* @return value or {@code null} for none
4446
*/
@@ -47,7 +49,8 @@ public java.lang.String getForwardingRule() {
4749
}
4850

4951
/**
50-
* The global forwarding rule identifier. Forwarding rule format:
52+
* The full resource name of the global forwarding rule that identifies a Private Service Connect
53+
* endpoint. Forwarding rule format:
5154
* `//compute.googleapis.com/projects/{PROJECT_ID}/global/forwardingRules/{FORWARDING_RULE_ID}`.
5255
* @param forwardingRule forwardingRule or {@code null} for none
5356
*/

clients/google-api-services-cloudasset/v1p5beta1/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>v1p5beta1-rev20260624-2.0.0</version>
12-
<name>Cloud Asset API v1p5beta1-rev20260624-2.0.0</name>
11+
<version>v1p5beta1-rev20260703-2.0.0</version>
12+
<name>Cloud Asset API v1p5beta1-rev20260703-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)