Uses of Interface
com.google.cloud.notebooks.v1.Instance.UpgradeHistoryEntryOrBuilder
-
Packages that use Instance.UpgradeHistoryEntryOrBuilder Package Description com.google.cloud.notebooks.v1 A client to Notebooks API -
-
Uses of Instance.UpgradeHistoryEntryOrBuilder in com.google.cloud.notebooks.v1
Classes in com.google.cloud.notebooks.v1 that implement Instance.UpgradeHistoryEntryOrBuilder Modifier and Type Class Description static class
Instance.UpgradeHistoryEntry
The entry of VM image upgrade history.static class
Instance.UpgradeHistoryEntry.Builder
The entry of VM image upgrade history.Methods in com.google.cloud.notebooks.v1 that return Instance.UpgradeHistoryEntryOrBuilder Modifier and Type Method Description Instance.UpgradeHistoryEntryOrBuilder
Instance.Builder. getUpgradeHistoryOrBuilder(int index)
The upgrade history of this instance.Instance.UpgradeHistoryEntryOrBuilder
Instance. getUpgradeHistoryOrBuilder(int index)
The upgrade history of this instance.Instance.UpgradeHistoryEntryOrBuilder
InstanceOrBuilder. getUpgradeHistoryOrBuilder(int index)
The upgrade history of this instance.Methods in com.google.cloud.notebooks.v1 that return types with arguments of type Instance.UpgradeHistoryEntryOrBuilder Modifier and Type Method Description List<? extends Instance.UpgradeHistoryEntryOrBuilder>
Instance.Builder. getUpgradeHistoryOrBuilderList()
The upgrade history of this instance.List<? extends Instance.UpgradeHistoryEntryOrBuilder>
Instance. getUpgradeHistoryOrBuilderList()
The upgrade history of this instance.List<? extends Instance.UpgradeHistoryEntryOrBuilder>
InstanceOrBuilder. getUpgradeHistoryOrBuilderList()
The upgrade history of this instance.
-