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.Action
UpgradeHistoryEntry.Action. forNumber(int value)
UpgradeHistoryEntry.Action
UpgradeHistoryEntry.Builder. getAction()
Optional.UpgradeHistoryEntry.Action
UpgradeHistoryEntry. getAction()
Optional.UpgradeHistoryEntry.Action
UpgradeHistoryEntryOrBuilder. getAction()
Optional.static UpgradeHistoryEntry.Action
UpgradeHistoryEntry.Action. valueOf(int value)
Deprecated.static UpgradeHistoryEntry.Action
UpgradeHistoryEntry.Action. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static UpgradeHistoryEntry.Action
UpgradeHistoryEntry.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.Builder
UpgradeHistoryEntry.Builder. setAction(UpgradeHistoryEntry.Action value)
Optional.
-