Uses of Class
com.google.cloud.notebooks.v2.UpgradeHistoryEntry.Action
-
Packages that use UpgradeHistoryEntry.Action Package Description com.google.cloud.notebooks.v2 A client to Notebooks API -
-
Uses of UpgradeHistoryEntry.Action in com.google.cloud.notebooks.v2
Methods in com.google.cloud.notebooks.v2 that return UpgradeHistoryEntry.Action Modifier and Type Method Description static UpgradeHistoryEntry.ActionUpgradeHistoryEntry.Action. forNumber(int value)UpgradeHistoryEntry.ActionUpgradeHistoryEntry.Builder. getAction()Optional.UpgradeHistoryEntry.ActionUpgradeHistoryEntry. getAction()Optional.UpgradeHistoryEntry.ActionUpgradeHistoryEntryOrBuilder. getAction()Optional.static UpgradeHistoryEntry.ActionUpgradeHistoryEntry.Action. valueOf(int value)Deprecated.static UpgradeHistoryEntry.ActionUpgradeHistoryEntry.Action. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static UpgradeHistoryEntry.ActionUpgradeHistoryEntry.Action. valueOf(String name)Returns the enum constant of this type with the specified name.static UpgradeHistoryEntry.Action[]UpgradeHistoryEntry.Action. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.notebooks.v2 that return types with arguments of type UpgradeHistoryEntry.Action Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<UpgradeHistoryEntry.Action>UpgradeHistoryEntry.Action. internalGetValueMap()Methods in com.google.cloud.notebooks.v2 with parameters of type UpgradeHistoryEntry.Action Modifier and Type Method Description UpgradeHistoryEntry.BuilderUpgradeHistoryEntry.Builder. setAction(UpgradeHistoryEntry.Action value)Optional.
-