Uses of Class
com.google.cloud.notebooks.v1.Instance.UpgradeHistoryEntry.Action
-
Packages that use Instance.UpgradeHistoryEntry.Action Package Description com.google.cloud.notebooks.v1 A client to Notebooks API -
-
Uses of Instance.UpgradeHistoryEntry.Action in com.google.cloud.notebooks.v1
Methods in com.google.cloud.notebooks.v1 that return Instance.UpgradeHistoryEntry.Action Modifier and Type Method Description static Instance.UpgradeHistoryEntry.Action
Instance.UpgradeHistoryEntry.Action. forNumber(int value)
Instance.UpgradeHistoryEntry.Action
Instance.UpgradeHistoryEntry.Builder. getAction()
Action.Instance.UpgradeHistoryEntry.Action
Instance.UpgradeHistoryEntry. getAction()
Action.Instance.UpgradeHistoryEntry.Action
Instance.UpgradeHistoryEntryOrBuilder. getAction()
Action.static Instance.UpgradeHistoryEntry.Action
Instance.UpgradeHistoryEntry.Action. valueOf(int value)
Deprecated.static Instance.UpgradeHistoryEntry.Action
Instance.UpgradeHistoryEntry.Action. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Instance.UpgradeHistoryEntry.Action
Instance.UpgradeHistoryEntry.Action. valueOf(String name)
Returns the enum constant of this type with the specified name.static Instance.UpgradeHistoryEntry.Action[]
Instance.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.v1 that return types with arguments of type Instance.UpgradeHistoryEntry.Action Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Instance.UpgradeHistoryEntry.Action>
Instance.UpgradeHistoryEntry.Action. internalGetValueMap()
Methods in com.google.cloud.notebooks.v1 with parameters of type Instance.UpgradeHistoryEntry.Action Modifier and Type Method Description Instance.UpgradeHistoryEntry.Builder
Instance.UpgradeHistoryEntry.Builder. setAction(Instance.UpgradeHistoryEntry.Action value)
Action.
-