Uses of Class
com.google.maps.mapsplatformdatasets.v1alpha.State
-
Packages that use State Package Description com.google.maps.mapsplatformdatasets.v1alpha A client to Maps Platform Datasets API -
-
Uses of State in com.google.maps.mapsplatformdatasets.v1alpha
Methods in com.google.maps.mapsplatformdatasets.v1alpha that return State Modifier and Type Method Description static State
State. forNumber(int value)
State
Dataset.Builder. getStatus()
The status of the import of the latest dataset version.State
Dataset. getStatus()
The status of the import of the latest dataset version.State
DatasetOrBuilder. getStatus()
The status of the import of the latest dataset version.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.maps.mapsplatformdatasets.v1alpha 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.maps.mapsplatformdatasets.v1alpha with parameters of type State Modifier and Type Method Description Dataset.Builder
Dataset.Builder. setStatus(State value)
The status of the import of the latest dataset version.
-