You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-backupdr/v1/2.0.0/com/google/api/services/backupdr/v1/model/FetchAccessTokenResponse.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ public final class FetchAccessTokenResponse extends com.google.api.client.json.G
45
45
privatejava.lang.StringreadLocation;
46
46
47
47
/**
48
-
* The downscoped token that was created.
48
+
* Input only. The downscoped token that was created.
49
49
* The value may be {@code null}.
50
50
*/
51
51
@com.google.api.client.util.Key
@@ -93,15 +93,15 @@ public FetchAccessTokenResponse setReadLocation(java.lang.String readLocation) {
93
93
}
94
94
95
95
/**
96
-
* The downscoped token that was created.
96
+
* Input only. The downscoped token that was created.
97
97
* @return value or {@code null} for none
98
98
*/
99
99
publicjava.lang.StringgetToken() {
100
100
returntoken;
101
101
}
102
102
103
103
/**
104
-
* The downscoped token that was created.
104
+
* Input only. The downscoped token that was created.
0 commit comments