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-notebooks/v2/2.0.0/com/google/api/services/notebooks/v2/AIPlatformNotebooks.java
+2-7Lines changed: 2 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1290,9 +1290,7 @@ public Get set(String parameterName, Object value) {
1290
1290
}
1291
1291
}
1292
1292
/**
1293
-
* Gets general backend configurations that might also affect the frontend. Location is required by
1294
-
* CCFE. Although we could bypass it to send location- less request directly to the backend job, we
1295
-
* would need CPE (go/cloud-cpe). Having the location might also be useful depending on the query.
1293
+
* Returns various configuration parameters.
1296
1294
*
1297
1295
* Create a request for the method "instances.getConfig".
1298
1296
*
@@ -1316,10 +1314,7 @@ public class GetConfig extends AIPlatformNotebooksRequest<com.google.api.service
0 commit comments