Uses of Class
com.google.maps.mapsplatformdatasets.v1.Usage
-
Packages that use Usage Package Description com.google.maps.mapsplatformdatasets.v1 A client to Maps Platform Datasets API -
-
Uses of Usage in com.google.maps.mapsplatformdatasets.v1
Methods in com.google.maps.mapsplatformdatasets.v1 that return Usage Modifier and Type Method Description static Usage
Usage. forNumber(int value)
Usage
Dataset.Builder. getUsage(int index)
Specified use case for this dataset.Usage
Dataset. getUsage(int index)
Specified use case for this dataset.Usage
DatasetOrBuilder. getUsage(int index)
Specified use case for this dataset.static Usage
Usage. valueOf(int value)
Deprecated.static Usage
Usage. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Usage
Usage. valueOf(String name)
Returns the enum constant of this type with the specified name.static Usage[]
Usage. 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 Usage Modifier and Type Method Description List<Usage>
Dataset.Builder. getUsageList()
Specified use case for this dataset.List<Usage>
Dataset. getUsageList()
Specified use case for this dataset.List<Usage>
DatasetOrBuilder. getUsageList()
Specified use case for this dataset.static com.google.protobuf.Internal.EnumLiteMap<Usage>
Usage. internalGetValueMap()
Methods in com.google.maps.mapsplatformdatasets.v1 with parameters of type Usage Modifier and Type Method Description Dataset.Builder
Dataset.Builder. addUsage(Usage value)
Specified use case for this dataset.Dataset.Builder
Dataset.Builder. setUsage(int index, Usage value)
Specified use case for this dataset.Method parameters in com.google.maps.mapsplatformdatasets.v1 with type arguments of type Usage Modifier and Type Method Description Dataset.Builder
Dataset.Builder. addAllUsage(Iterable<? extends Usage> values)
Specified use case for this dataset.
-