Uses of Class
com.google.api.serviceusage.v1.State
-
Packages that use State Package Description com.google.api.serviceusage.v1 A client to Service Usage API -
-
Uses of State in com.google.api.serviceusage.v1
Methods in com.google.api.serviceusage.v1 that return State Modifier and Type Method Description static State
State. forNumber(int value)
State
Service.Builder. getState()
Whether or not the service has been enabled for use by the consumer.State
Service. getState()
Whether or not the service has been enabled for use by the consumer.State
ServiceOrBuilder. getState()
Whether or not the service has been enabled for use by the consumer.static State
State. valueOf(int value)
Deprecated.static State
State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static State
State. valueOf(String name)
Returns the enum constant of this type with the specified name.static State[]
State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.api.serviceusage.v1 that return types with arguments of type State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<State>
State. internalGetValueMap()
Methods in com.google.api.serviceusage.v1 with parameters of type State Modifier and Type Method Description Service.Builder
Service.Builder. setState(State value)
Whether or not the service has been enabled for use by the consumer.
-