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