Uses of Class
com.google.maps.mapsplatformdatasets.v1alpha.Usage
-
Packages that use Usage Package Description com.google.maps.mapsplatformdatasets.v1alpha A client to Maps Platform Datasets API -
-
Uses of Usage in com.google.maps.mapsplatformdatasets.v1alpha
Methods in com.google.maps.mapsplatformdatasets.v1alpha that return Usage Modifier and Type Method Description static UsageUsage. forNumber(int value)UsageGetDatasetRequest.Builder. getPublishedUsage()If specified, will fetch the dataset details of the version published for the specified use case rather than the latest, if one exists.UsageGetDatasetRequest. getPublishedUsage()If specified, will fetch the dataset details of the version published for the specified use case rather than the latest, if one exists.UsageGetDatasetRequestOrBuilder. getPublishedUsage()If specified, will fetch the dataset details of the version published for the specified use case rather than the latest, if one exists.UsageDataset.Builder. getUsage(int index)Specified use case(s) for this dataset.UsageDataset. getUsage(int index)Specified use case(s) for this dataset.UsageDatasetOrBuilder. getUsage(int index)Specified use case(s) 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.v1alpha that return types with arguments of type Usage Modifier and Type Method Description List<Usage>Dataset.Builder. getUsageList()Specified use case(s) for this dataset.List<Usage>Dataset. getUsageList()Specified use case(s) for this dataset.List<Usage>DatasetOrBuilder. getUsageList()Specified use case(s) for this dataset.static com.google.protobuf.Internal.EnumLiteMap<Usage>Usage. internalGetValueMap()Methods in com.google.maps.mapsplatformdatasets.v1alpha with parameters of type Usage Modifier and Type Method Description Dataset.BuilderDataset.Builder. addUsage(Usage value)Specified use case(s) for this dataset.GetDatasetRequest.BuilderGetDatasetRequest.Builder. setPublishedUsage(Usage value)If specified, will fetch the dataset details of the version published for the specified use case rather than the latest, if one exists.Dataset.BuilderDataset.Builder. setUsage(int index, Usage value)Specified use case(s) for this dataset.Method parameters in com.google.maps.mapsplatformdatasets.v1alpha with type arguments of type Usage Modifier and Type Method Description Dataset.BuilderDataset.Builder. addAllUsage(Iterable<? extends Usage> values)Specified use case(s) for this dataset.
-