@Generated public class EnableExportNotebookAPI extends Object
| Constructor and Description |
|---|
EnableExportNotebookAPI(ApiClient apiClient)
Regular-use constructor
|
EnableExportNotebookAPI(EnableExportNotebookService mock)
Constructor for mocks
|
| Modifier and Type | Method and Description |
|---|---|
EnableExportNotebook |
getEnableExportNotebook()
Get the Notebook and File exporting setting.
|
EnableExportNotebookService |
impl() |
EnableExportNotebook |
patchEnableExportNotebook(boolean allowMissing,
EnableExportNotebook setting,
String fieldMask) |
EnableExportNotebook |
patchEnableExportNotebook(UpdateEnableExportNotebookRequest request)
Update the Notebook and File exporting setting.
|
public EnableExportNotebookAPI(ApiClient apiClient)
public EnableExportNotebookAPI(EnableExportNotebookService mock)
public EnableExportNotebook getEnableExportNotebook()
Gets the Notebook and File exporting setting.
public EnableExportNotebook patchEnableExportNotebook(boolean allowMissing, EnableExportNotebook setting, String fieldMask)
public EnableExportNotebook patchEnableExportNotebook(UpdateEnableExportNotebookRequest request)
Updates the Notebook and File exporting setting. The model follows eventual consistency, which means the get after the update operation might receive stale values for some time.
public EnableExportNotebookService impl()
Copyright © 2025. All rights reserved.