Uses of Class
com.google.maps.mapsplatformdatasets.v1alpha.FileFormat
-
Packages that use FileFormat Package Description com.google.maps.mapsplatformdatasets.v1alpha A client to Maps Platform Datasets API -
-
Uses of FileFormat in com.google.maps.mapsplatformdatasets.v1alpha
Methods in com.google.maps.mapsplatformdatasets.v1alpha that return FileFormat Modifier and Type Method Description static FileFormat
FileFormat. forNumber(int value)
FileFormat
GcsSource.Builder. getFileFormat()
The file format of the Google Cloud Storage object.FileFormat
GcsSource. getFileFormat()
The file format of the Google Cloud Storage object.FileFormat
GcsSourceOrBuilder. getFileFormat()
The file format of the Google Cloud Storage object.FileFormat
LocalFileSource.Builder. getFileFormat()
The format of the file that is being uploaded.FileFormat
LocalFileSource. getFileFormat()
The format of the file that is being uploaded.FileFormat
LocalFileSourceOrBuilder. getFileFormat()
The format of the file that is being uploaded.static FileFormat
FileFormat. valueOf(int value)
Deprecated.static FileFormat
FileFormat. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static FileFormat
FileFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static FileFormat[]
FileFormat. 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 FileFormat Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<FileFormat>
FileFormat. internalGetValueMap()
Methods in com.google.maps.mapsplatformdatasets.v1alpha with parameters of type FileFormat Modifier and Type Method Description GcsSource.Builder
GcsSource.Builder. setFileFormat(FileFormat value)
The file format of the Google Cloud Storage object.LocalFileSource.Builder
LocalFileSource.Builder. setFileFormat(FileFormat value)
The format of the file that is being uploaded.
-