public class AIPlatformNotebooks.Projects extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
AIPlatformNotebooks.Projects.Locations
The "locations" collection of methods.
|
| Constructor and Description |
|---|
Projects() |
| Modifier and Type | Method and Description |
|---|---|
AIPlatformNotebooks.Projects.Locations |
locations()
An accessor for creating requests from the Locations collection.
|
public AIPlatformNotebooks.Projects.Locations locations()
The typical use is:
AIPlatformNotebooks notebooks = new AIPlatformNotebooks(...);AIPlatformNotebooks.Locations.List request = notebooks.locations().list(parameters ...)
Copyright © 2011–2024 Google. All rights reserved.