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