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