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 Usage
Usage. forNumber(int value)
Usage
GetDatasetRequest.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.Usage
GetDatasetRequest. getPublishedUsage()
If specified, will fetch the dataset details of the version published for the specified use case rather than the latest, if one exists.Usage
GetDatasetRequestOrBuilder. getPublishedUsage()
If specified, will fetch the dataset details of the version published for the specified use case rather than the latest, if one exists.Usage
Dataset.Builder. getUsage(int index)
Specified use case(s) for this dataset.Usage
Dataset. getUsage(int index)
Specified use case(s) for this dataset.Usage
DatasetOrBuilder. getUsage(int index)
Specified use case(s) 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.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.Builder
Dataset.Builder. addUsage(Usage value)
Specified use case(s) for this dataset.GetDatasetRequest.Builder
GetDatasetRequest.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.Builder
Dataset.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.Builder
Dataset.Builder. addAllUsage(Iterable<? extends Usage> values)
Specified use case(s) for this dataset.
-