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
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-chromemanagement</artifactId>
<version>v1-rev20260611-2.0.0</version>
<version>v1-rev20260709-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-chromemanagement:v1-rev20260611-2.0.0'
implementation 'com.google.apis:google-api-services-chromemanagement:v1-rev20260709-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2499,7 +2499,7 @@ public Create setParent(java.lang.String parent) {

/**
* Optional. ID to use for the connector config, which becomes the final component of the
* connector config's resource name. If provided, the ID must be 1-63 characters long, and
* connector config's resource name. If provided, the ID must be 1-36 characters long, and
* contain only lowercase letters, digits, and hyphens. It must start with a letter, and end
* with a letter or number. If not provided, the connector config will be assigned a random
* UUID.
Expand All @@ -2508,7 +2508,7 @@ public Create setParent(java.lang.String parent) {
private java.lang.String connectorConfigId;

/** Optional. ID to use for the connector config, which becomes the final component of the connector
config's resource name. If provided, the ID must be 1-63 characters long, and contain only
config's resource name. If provided, the ID must be 1-36 characters long, and contain only
lowercase letters, digits, and hyphens. It must start with a letter, and end with a letter or
number. If not provided, the connector config will be assigned a random UUID.
*/
Expand All @@ -2518,7 +2518,7 @@ public java.lang.String getConnectorConfigId() {

/**
* Optional. ID to use for the connector config, which becomes the final component of the
* connector config's resource name. If provided, the ID must be 1-63 characters long, and
* connector config's resource name. If provided, the ID must be 1-36 characters long, and
* contain only lowercase letters, digits, and hyphens. It must start with a letter, and end
* with a letter or number. If not provided, the connector config will be assigned a random
* UUID.
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-chromemanagement</artifactId>
<version>v1-rev20260611-2.0.0</version>
<name>Chrome Management API v1-rev20260611-2.0.0</name>
<version>v1-rev20260709-2.0.0</version>
<name>Chrome Management API v1-rev20260709-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-chromemanagement/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-chromemanagement</artifactId>
<version>v1-rev20260611-2.0.0</version>
<version>v1-rev20260709-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-chromemanagement:v1-rev20260611-2.0.0'
implementation 'com.google.apis:google-api-services-chromemanagement:v1-rev20260709-2.0.0'
}
```

Expand Down
Loading