Uses of Class
com.google.cloud.netapp.v1.ActiveDirectory.State
-
Packages that use ActiveDirectory.State Package Description com.google.cloud.netapp.v1 A client to NetApp API -
-
Uses of ActiveDirectory.State in com.google.cloud.netapp.v1
Methods in com.google.cloud.netapp.v1 that return ActiveDirectory.State Modifier and Type Method Description static ActiveDirectory.State
ActiveDirectory.State. forNumber(int value)
ActiveDirectory.State
ActiveDirectory.Builder. getState()
Output only.ActiveDirectory.State
ActiveDirectory. getState()
Output only.ActiveDirectory.State
ActiveDirectoryOrBuilder. getState()
Output only.static ActiveDirectory.State
ActiveDirectory.State. valueOf(int value)
Deprecated.static ActiveDirectory.State
ActiveDirectory.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ActiveDirectory.State
ActiveDirectory.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static ActiveDirectory.State[]
ActiveDirectory.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.netapp.v1 that return types with arguments of type ActiveDirectory.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ActiveDirectory.State>
ActiveDirectory.State. internalGetValueMap()
Methods in com.google.cloud.netapp.v1 with parameters of type ActiveDirectory.State Modifier and Type Method Description ActiveDirectory.Builder
ActiveDirectory.Builder. setState(ActiveDirectory.State value)
Output only.
-