Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions clients/google-api-services-cloudasset/v1/2.0.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-cloudasset</artifactId>
<version>v1-rev20260624-2.0.0</version>
<version>v1-rev20260703-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-cloudasset:v1-rev20260624-2.0.0'
implementation 'com.google.apis:google-api-services-cloudasset:v1-rev20260703-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ public class CloudAssetScopes {
/** See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.. */
public static final String CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform";

/** See, edit, configure, and delete your Google Cloud Asset data and see the email address for your Google Account. */
public static final String CLOUDASSET = "https://www.googleapis.com/auth/cloudasset";

/**
* Returns an unmodifiable set that contains all scopes declared by this class.
*
Expand All @@ -34,6 +37,7 @@ public class CloudAssetScopes {
public static java.util.Set<String> all() {
java.util.Set<String> set = new java.util.HashSet<String>();
set.add(CLOUD_PLATFORM);
set.add(CLOUDASSET);
return java.util.Collections.unmodifiableSet(set);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ public final class GoogleIdentityAccesscontextmanagerV1EgressSource extends com.
private java.lang.String accessLevel;

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

/**
* Requests from this PSC will be allowed from access perimeter data.
* A PrivateServiceConnectEndpoint that is allowed to access data outside the perimeter. The
* Private Service Connect endpoint may be in any organization, not just the organization that the
* perimeter is defined in.
* @return value or {@code null} for none
*/
public GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint getPscEndpoint() {
return pscEndpoint;
}

/**
* Requests from this PSC will be allowed from access perimeter data.
* A PrivateServiceConnectEndpoint that is allowed to access data outside the perimeter. The
* Private Service Connect endpoint may be in any organization, not just the organization that the
* perimeter is defined in.
* @param pscEndpoint pscEndpoint or {@code null} for none
*/
public GoogleIdentityAccesscontextmanagerV1EgressSource setPscEndpoint(GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint pscEndpoint) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ public final class GoogleIdentityAccesscontextmanagerV1IngressSource extends com
private java.lang.String accessLevel;

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

/**
* Requests from this PSC will be allowed to access perimeter data.
* A PrivateServiceConnectEndpoint that is allowed to access the perimeter. The Private Service
* Connect endpoint may be in any organization, not just the organization that the perimeter is
* defined in.
* @return value or {@code null} for none
*/
public GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint getPscEndpoint() {
return pscEndpoint;
}

/**
* Requests from this PSC will be allowed to access perimeter data.
* A PrivateServiceConnectEndpoint that is allowed to access the perimeter. The Private Service
* Connect endpoint may be in any organization, not just the organization that the perimeter is
* defined in.
* @param pscEndpoint pscEndpoint or {@code null} for none
*/
public GoogleIdentityAccesscontextmanagerV1IngressSource setPscEndpoint(GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint pscEndpoint) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
package com.google.api.services.cloudasset.v1.model;

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

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

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

/**
* The global forwarding rule identifier. Forwarding rule format:
* The full resource name of the global forwarding rule that identifies a Private Service Connect
* endpoint. Forwarding rule format:
* `//compute.googleapis.com/projects/{PROJECT_ID}/global/forwardingRules/{FORWARDING_RULE_ID}`.
* @param forwardingRule forwardingRule or {@code null} for none
*/
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-cloudasset/v1/2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-cloudasset</artifactId>
<version>v1-rev20260624-2.0.0</version>
<name>Cloud Asset API v1-rev20260624-2.0.0</name>
<version>v1-rev20260703-2.0.0</version>
<name>Cloud Asset API v1-rev20260703-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-cloudasset/v1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-cloudasset</artifactId>
<version>v1-rev20260624-2.0.0</version>
<version>v1-rev20260703-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-cloudasset:v1-rev20260624-2.0.0'
implementation 'com.google.apis:google-api-services-cloudasset:v1-rev20260703-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-cloudasset</artifactId>
<version>v1beta1-rev20260624-2.0.0</version>
<version>v1beta1-rev20260703-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-cloudasset:v1beta1-rev20260624-2.0.0'
implementation 'com.google.apis:google-api-services-cloudasset:v1beta1-rev20260703-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ public class CloudAssetScopes {
/** See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.. */
public static final String CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform";

/** See, edit, configure, and delete your Google Cloud Asset data and see the email address for your Google Account. */
public static final String CLOUDASSET = "https://www.googleapis.com/auth/cloudasset";

/**
* Returns an unmodifiable set that contains all scopes declared by this class.
*
Expand All @@ -34,6 +37,7 @@ public class CloudAssetScopes {
public static java.util.Set<String> all() {
java.util.Set<String> set = new java.util.HashSet<String>();
set.add(CLOUD_PLATFORM);
set.add(CLOUDASSET);
return java.util.Collections.unmodifiableSet(set);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ public final class GoogleIdentityAccesscontextmanagerV1EgressSource extends com.
private java.lang.String accessLevel;

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

/**
* Requests from this PSC will be allowed from access perimeter data.
* A PrivateServiceConnectEndpoint that is allowed to access data outside the perimeter. The
* Private Service Connect endpoint may be in any organization, not just the organization that the
* perimeter is defined in.
* @return value or {@code null} for none
*/
public GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint getPscEndpoint() {
return pscEndpoint;
}

/**
* Requests from this PSC will be allowed from access perimeter data.
* A PrivateServiceConnectEndpoint that is allowed to access data outside the perimeter. The
* Private Service Connect endpoint may be in any organization, not just the organization that the
* perimeter is defined in.
* @param pscEndpoint pscEndpoint or {@code null} for none
*/
public GoogleIdentityAccesscontextmanagerV1EgressSource setPscEndpoint(GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint pscEndpoint) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ public final class GoogleIdentityAccesscontextmanagerV1IngressSource extends com
private java.lang.String accessLevel;

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

/**
* Requests from this PSC will be allowed to access perimeter data.
* A PrivateServiceConnectEndpoint that is allowed to access the perimeter. The Private Service
* Connect endpoint may be in any organization, not just the organization that the perimeter is
* defined in.
* @return value or {@code null} for none
*/
public GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint getPscEndpoint() {
return pscEndpoint;
}

/**
* Requests from this PSC will be allowed to access perimeter data.
* A PrivateServiceConnectEndpoint that is allowed to access the perimeter. The Private Service
* Connect endpoint may be in any organization, not just the organization that the perimeter is
* defined in.
* @param pscEndpoint pscEndpoint or {@code null} for none
*/
public GoogleIdentityAccesscontextmanagerV1IngressSource setPscEndpoint(GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint pscEndpoint) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
package com.google.api.services.cloudasset.v1beta1.model;

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

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

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

/**
* The global forwarding rule identifier. Forwarding rule format:
* The full resource name of the global forwarding rule that identifies a Private Service Connect
* endpoint. Forwarding rule format:
* `//compute.googleapis.com/projects/{PROJECT_ID}/global/forwardingRules/{FORWARDING_RULE_ID}`.
* @param forwardingRule forwardingRule or {@code null} for none
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-cloudasset</artifactId>
<version>v1beta1-rev20260624-2.0.0</version>
<name>Cloud Asset API v1beta1-rev20260624-2.0.0</name>
<version>v1beta1-rev20260703-2.0.0</version>
<name>Cloud Asset API v1beta1-rev20260703-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-cloudasset/v1beta1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-cloudasset</artifactId>
<version>v1beta1-rev20260624-2.0.0</version>
<version>v1beta1-rev20260703-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-cloudasset:v1beta1-rev20260624-2.0.0'
implementation 'com.google.apis:google-api-services-cloudasset:v1beta1-rev20260703-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-cloudasset</artifactId>
<version>v1p1beta1-rev20260624-2.0.0</version>
<version>v1p1beta1-rev20260703-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-cloudasset:v1p1beta1-rev20260624-2.0.0'
implementation 'com.google.apis:google-api-services-cloudasset:v1p1beta1-rev20260703-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ public final class GoogleIdentityAccesscontextmanagerV1EgressSource extends com.
private java.lang.String accessLevel;

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

/**
* Requests from this PSC will be allowed from access perimeter data.
* A PrivateServiceConnectEndpoint that is allowed to access data outside the perimeter. The
* Private Service Connect endpoint may be in any organization, not just the organization that the
* perimeter is defined in.
* @return value or {@code null} for none
*/
public GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint getPscEndpoint() {
return pscEndpoint;
}

/**
* Requests from this PSC will be allowed from access perimeter data.
* A PrivateServiceConnectEndpoint that is allowed to access data outside the perimeter. The
* Private Service Connect endpoint may be in any organization, not just the organization that the
* perimeter is defined in.
* @param pscEndpoint pscEndpoint or {@code null} for none
*/
public GoogleIdentityAccesscontextmanagerV1EgressSource setPscEndpoint(GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint pscEndpoint) {
Expand Down
Loading
Loading