Skip to content

Commit 1d190f3

Browse files
1 parent 2daf311 commit 1d190f3

File tree

21 files changed

+1499
-34
lines changed

21 files changed

+1499
-34
lines changed

clients/google-api-services-admin/directory_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-admin-directory</artifactId>
25-
<version>directory_v1-rev20250217-2.0.0</version>
25+
<version>directory_v1-rev20250325-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-admin-directory:directory_v1-rev20250217-2.0.0'
38+
implementation 'com.google.apis:google-api-services-admin-directory:directory_v1-rev20250325-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-admin/directory_v1/2.0.0/com/google/api/services/directory/Directory.java

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3832,7 +3832,7 @@ public List set(String parameterName, Object value) {
38323832
* This request holds the parameters needed by the admin server. After setting any optional
38333833
* parameters, call the {@link Patch#execute()} method to invoke the remote operation.
38343834
*
3835-
* @param name Immutable. Resource name of the print server. Leave empty when creating. Format:
3835+
* @param name Identifier. Resource name of the print server. Leave empty when creating. Format:
38363836
* `customers/{customer.id}/printServers/{print_server.id}`
38373837
* @param content the {@link com.google.api.services.directory.model.PrintServer}
38383838
* @return the request
@@ -3860,7 +3860,7 @@ public class Patch extends DirectoryRequest<com.google.api.services.directory.mo
38603860
* Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
38613861
* be called to initialize this instance immediately after invoking the constructor. </p>
38623862
*
3863-
* @param name Immutable. Resource name of the print server. Leave empty when creating. Format:
3863+
* @param name Identifier. Resource name of the print server. Leave empty when creating. Format:
38643864
* `customers/{customer.id}/printServers/{print_server.id}`
38653865
* @param content the {@link com.google.api.services.directory.model.PrintServer}
38663866
* @since 1.13
@@ -3931,21 +3931,21 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
39313931
}
39323932

39333933
/**
3934-
* Immutable. Resource name of the print server. Leave empty when creating. Format:
3934+
* Identifier. Resource name of the print server. Leave empty when creating. Format:
39353935
* `customers/{customer.id}/printServers/{print_server.id}`
39363936
*/
39373937
@com.google.api.client.util.Key
39383938
private java.lang.String name;
39393939

3940-
/** Immutable. Resource name of the print server. Leave empty when creating. Format:
3940+
/** Identifier. Resource name of the print server. Leave empty when creating. Format:
39413941
`customers/{customer.id}/printServers/{print_server.id}`
39423942
*/
39433943
public java.lang.String getName() {
39443944
return name;
39453945
}
39463946

39473947
/**
3948-
* Immutable. Resource name of the print server. Leave empty when creating. Format:
3948+
* Identifier. Resource name of the print server. Leave empty when creating. Format:
39493949
* `customers/{customer.id}/printServers/{print_server.id}`
39503950
*/
39513951
public Patch setName(java.lang.String name) {
@@ -5164,8 +5164,8 @@ public ListPrinterModels set(String parameterName, Object value) {
51645164
* This request holds the parameters needed by the admin server. After setting any optional
51655165
* parameters, call the {@link Patch#execute()} method to invoke the remote operation.
51665166
*
5167-
* @param name The resource name of the Printer object, in the format customers/{customer-id}/printers/{printer-id}
5168-
* (During printer creation leave empty)
5167+
* @param name Identifier. The resource name of the Printer object, in the format customers/{customer-
5168+
* id}/printers/{printer-id} (During printer creation leave empty)
51695169
* @param content the {@link com.google.api.services.directory.model.Printer}
51705170
* @return the request
51715171
*/
@@ -5192,8 +5192,8 @@ public class Patch extends DirectoryRequest<com.google.api.services.directory.mo
51925192
* Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
51935193
* be called to initialize this instance immediately after invoking the constructor. </p>
51945194
*
5195-
* @param name The resource name of the Printer object, in the format customers/{customer-id}/printers/{printer-id}
5196-
* (During printer creation leave empty)
5195+
* @param name Identifier. The resource name of the Printer object, in the format customers/{customer-
5196+
* id}/printers/{printer-id} (During printer creation leave empty)
51975197
* @param content the {@link com.google.api.services.directory.model.Printer}
51985198
* @since 1.13
51995199
*/
@@ -5263,21 +5263,21 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
52635263
}
52645264

52655265
/**
5266-
* The resource name of the Printer object, in the format customers/{customer-
5266+
* Identifier. The resource name of the Printer object, in the format customers/{customer-
52675267
* id}/printers/{printer-id} (During printer creation leave empty)
52685268
*/
52695269
@com.google.api.client.util.Key
52705270
private java.lang.String name;
52715271

5272-
/** The resource name of the Printer object, in the format customers/{customer-id}/printers/{printer-
5273-
id} (During printer creation leave empty)
5272+
/** Identifier. The resource name of the Printer object, in the format customers/{customer-
5273+
id}/printers/{printer-id} (During printer creation leave empty)
52745274
*/
52755275
public java.lang.String getName() {
52765276
return name;
52775277
}
52785278

52795279
/**
5280-
* The resource name of the Printer object, in the format customers/{customer-
5280+
* Identifier. The resource name of the Printer object, in the format customers/{customer-
52815281
* id}/printers/{printer-id} (During printer creation leave empty)
52825282
*/
52835283
public Patch setName(java.lang.String name) {

clients/google-api-services-admin/directory_v1/2.0.0/com/google/api/services/directory/model/PrintServer.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public final class PrintServer extends com.google.api.client.json.GenericJson {
5858
private java.lang.String id;
5959

6060
/**
61-
* Immutable. Resource name of the print server. Leave empty when creating. Format:
61+
* Identifier. Resource name of the print server. Leave empty when creating. Format:
6262
* `customers/{customer.id}/printServers/{print_server.id}`
6363
* The value may be {@code null}.
6464
*/
@@ -151,7 +151,7 @@ public PrintServer setId(java.lang.String id) {
151151
}
152152

153153
/**
154-
* Immutable. Resource name of the print server. Leave empty when creating. Format:
154+
* Identifier. Resource name of the print server. Leave empty when creating. Format:
155155
* `customers/{customer.id}/printServers/{print_server.id}`
156156
* @return value or {@code null} for none
157157
*/
@@ -160,7 +160,7 @@ public java.lang.String getName() {
160160
}
161161

162162
/**
163-
* Immutable. Resource name of the print server. Leave empty when creating. Format:
163+
* Identifier. Resource name of the print server. Leave empty when creating. Format:
164164
* `customers/{customer.id}/printServers/{print_server.id}`
165165
* @param name name or {@code null} for none
166166
*/

clients/google-api-services-admin/directory_v1/2.0.0/com/google/api/services/directory/model/Printer.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public final class Printer extends com.google.api.client.json.GenericJson {
7979
private java.lang.String makeAndModel;
8080

8181
/**
82-
* The resource name of the Printer object, in the format customers/{customer-
82+
* Identifier. The resource name of the Printer object, in the format customers/{customer-
8383
* id}/printers/{printer-id} (During printer creation leave empty)
8484
* The value may be {@code null}.
8585
*/
@@ -213,7 +213,7 @@ public Printer setMakeAndModel(java.lang.String makeAndModel) {
213213
}
214214

215215
/**
216-
* The resource name of the Printer object, in the format customers/{customer-
216+
* Identifier. The resource name of the Printer object, in the format customers/{customer-
217217
* id}/printers/{printer-id} (During printer creation leave empty)
218218
* @return value or {@code null} for none
219219
*/
@@ -222,7 +222,7 @@ public java.lang.String getName() {
222222
}
223223

224224
/**
225-
* The resource name of the Printer object, in the format customers/{customer-
225+
* Identifier. The resource name of the Printer object, in the format customers/{customer-
226226
* id}/printers/{printer-id} (During printer creation leave empty)
227227
* @param name name or {@code null} for none
228228
*/

clients/google-api-services-admin/directory_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-admin-directory</artifactId>
11-
<version>directory_v1-rev20250217-2.0.0</version>
12-
<name>Admin SDK API directory_v1-rev20250217-2.0.0</name>
11+
<version>directory_v1-rev20250325-2.0.0</version>
12+
<name>Admin SDK API directory_v1-rev20250325-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-admin/directory_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-admin-directory</artifactId>
25-
<version>directory_v1-rev20250217-2.0.0</version>
25+
<version>directory_v1-rev20250325-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-admin-directory:directory_v1-rev20250217-2.0.0'
38+
implementation 'com.google.apis:google-api-services-admin-directory:directory_v1-rev20250325-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-admin/reports_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-admin-reports</artifactId>
25-
<version>reports_v1-rev20250304-2.0.0</version>
25+
<version>reports_v1-rev20250325-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-admin-reports:reports_v1-rev20250304-2.0.0'
38+
implementation 'com.google.apis:google-api-services-admin-reports:reports_v1-rev20250325-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-admin/reports_v1/2.0.0/com/google/api/services/reports/Reports.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ public class List extends ReportsRequest<com.google.api.services.reports.model.A
182182
private static final String REST_PATH = "admin/reports/v1/activity/users/{userKey}/applications/{applicationName}";
183183

184184
private final java.util.regex.Pattern APPLICATION_NAME_PATTERN =
185-
java.util.regex.Pattern.compile("(access_transparency)|(admin)|(calendar)|(chat)|(chrome)|(context_aware_access)|(data_studio)|(drive)|(gcp)|(gplus)|(groups)|(groups_enterprise)|(jamboard)|(keep)|(login)|(meet)|(mobile)|(rules)|(saml)|(token)|(user_accounts)|(vault)");
185+
java.util.regex.Pattern.compile("(access_transparency)|(admin)|(calendar)|(chat)|(chrome)|(context_aware_access)|(data_studio)|(drive)|(gcp)|(gplus)|(groups)|(groups_enterprise)|(jamboard)|(keep)|(login)|(meet)|(mobile)|(rules)|(saml)|(token)|(user_accounts)|(vault)|(gemini_for_workspace)");
186186

187187
private final java.util.regex.Pattern CUSTOMER_ID_PATTERN =
188188
java.util.regex.Pattern.compile("C.+|my_customer");
@@ -229,7 +229,7 @@ protected List(java.lang.String userKey, java.lang.String applicationName) {
229229
if (!getSuppressPatternChecks()) {
230230
com.google.api.client.util.Preconditions.checkArgument(APPLICATION_NAME_PATTERN.matcher(applicationName).matches(),
231231
"Parameter applicationName must conform to the pattern " +
232-
"(access_transparency)|(admin)|(calendar)|(chat)|(chrome)|(context_aware_access)|(data_studio)|(drive)|(gcp)|(gplus)|(groups)|(groups_enterprise)|(jamboard)|(keep)|(login)|(meet)|(mobile)|(rules)|(saml)|(token)|(user_accounts)|(vault)");
232+
"(access_transparency)|(admin)|(calendar)|(chat)|(chrome)|(context_aware_access)|(data_studio)|(drive)|(gcp)|(gplus)|(groups)|(groups_enterprise)|(jamboard)|(keep)|(login)|(meet)|(mobile)|(rules)|(saml)|(token)|(user_accounts)|(vault)|(gemini_for_workspace)");
233233
}
234234
}
235235

@@ -344,7 +344,7 @@ public List setApplicationName(java.lang.String applicationName) {
344344
if (!getSuppressPatternChecks()) {
345345
com.google.api.client.util.Preconditions.checkArgument(APPLICATION_NAME_PATTERN.matcher(applicationName).matches(),
346346
"Parameter applicationName must conform to the pattern " +
347-
"(access_transparency)|(admin)|(calendar)|(chat)|(chrome)|(context_aware_access)|(data_studio)|(drive)|(gcp)|(gplus)|(groups)|(groups_enterprise)|(jamboard)|(keep)|(login)|(meet)|(mobile)|(rules)|(saml)|(token)|(user_accounts)|(vault)");
347+
"(access_transparency)|(admin)|(calendar)|(chat)|(chrome)|(context_aware_access)|(data_studio)|(drive)|(gcp)|(gplus)|(groups)|(groups_enterprise)|(jamboard)|(keep)|(login)|(meet)|(mobile)|(rules)|(saml)|(token)|(user_accounts)|(vault)|(gemini_for_workspace)");
348348
}
349349
this.applicationName = applicationName;
350350
return this;

0 commit comments

Comments
 (0)