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 UsageUsage. forNumber(int value)UsageDataset.Builder. getUsage(int index)Specified use case for this dataset.UsageDataset. getUsage(int index)Specified use case for this dataset.UsageDatasetOrBuilder. getUsage(int index)Specified use case for this dataset.static UsageUsage. valueOf(int value)Deprecated.static UsageUsage. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static UsageUsage. 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.BuilderDataset.Builder. addUsage(Usage value)Specified use case for this dataset.Dataset.BuilderDataset.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.BuilderDataset.Builder. addAllUsage(Iterable<? extends Usage> values)Specified use case for this dataset.
-