File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed
clients/google-api-services-admin/directory_v1
com/google/api/services/directory Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff 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-rev20241210 -2.0.0</version >
25+ <version >directory_v1-rev20250217 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-admin-directory:directory_v1-rev20241210 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-admin-directory:directory_v1-rev20250217 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff line change @@ -17767,17 +17767,17 @@ public List setOrderBy(java.lang.String orderBy) {
1776717767 return this;
1776817768 }
1776917769
17770- /** Token to specify next page in the list */
17770+ /** Token to specify next page in the list. The page token is only valid for three days. */
1777117771 @com.google.api.client.util.Key
1777217772 private java.lang.String pageToken;
1777317773
17774- /** Token to specify next page in the list
17774+ /** Token to specify next page in the list. The page token is only valid for three days.
1777517775 */
1777617776 public java.lang.String getPageToken() {
1777717777 return pageToken;
1777817778 }
1777917779
17780- /** Token to specify next page in the list */
17780+ /** Token to specify next page in the list. The page token is only valid for three days. */
1778117781 public List setPageToken(java.lang.String pageToken) {
1778217782 this.pageToken = pageToken;
1778317783 return this;
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ public final class Users extends com.google.api.client.json.GenericJson {
4444 private java .lang .String kind ;
4545
4646 /**
47- * Token used to access next page of this result.
47+ * Token used to access next page of this result. The page token is only valid for three days.
4848 * The value may be {@code null}.
4949 */
5050 @ com .google .api .client .util .Key
@@ -105,15 +105,15 @@ public Users setKind(java.lang.String kind) {
105105 }
106106
107107 /**
108- * Token used to access next page of this result.
108+ * Token used to access next page of this result. The page token is only valid for three days.
109109 * @return value or {@code null} for none
110110 */
111111 public java .lang .String getNextPageToken () {
112112 return nextPageToken ;
113113 }
114114
115115 /**
116- * Token used to access next page of this result.
116+ * Token used to access next page of this result. The page token is only valid for three days.
117117 * @param nextPageToken nextPageToken or {@code null} for none
118118 */
119119 public Users setNextPageToken (java .lang .String nextPageToken ) {
Original file line number Diff line number Diff line change 88
99 <groupId >com.google.apis</groupId >
1010 <artifactId >google-api-services-admin-directory</artifactId >
11- <version >directory_v1-rev20241210 -2.0.0</version >
12- <name >Admin SDK API directory_v1-rev20241210 -2.0.0</name >
11+ <version >directory_v1-rev20250217 -2.0.0</version >
12+ <name >Admin SDK API directory_v1-rev20250217 -2.0.0</name >
1313 <packaging >jar</packaging >
1414
1515 <inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff 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-rev20241210 -2.0.0</version >
25+ <version >directory_v1-rev20250217 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-admin-directory:directory_v1-rev20241210 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-admin-directory:directory_v1-rev20250217 -2.0.0'
3939}
4040```
4141
You can’t perform that action at this time.
0 commit comments