@Generated("by gapic-generator-java")
Package com.google.maps.mapsplatformdatasets.v1alpha
A client to Maps Platform Datasets API
The interfaces provided are listed below, along with usage samples.
======================= MapsPlatformDatasetsV1AlphaClient =======================
Service Description: Service definition for the Maps Platform Datasets API.
Sample for MapsPlatformDatasetsV1AlphaClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (MapsPlatformDatasetsV1AlphaClient mapsPlatformDatasetsV1AlphaClient =
MapsPlatformDatasetsV1AlphaClient.create()) {
ProjectName parent = ProjectName.of("[PROJECT]");
Dataset dataset = Dataset.newBuilder().build();
Dataset response = mapsPlatformDatasetsV1AlphaClient.createDataset(parent, dataset);
}
-
Interface Summary Interface Description CreateDatasetRequestOrBuilder DatasetOrBuilder DeleteDatasetRequestOrBuilder DeleteDatasetVersionRequestOrBuilder GcsSourceOrBuilder GetDatasetRequestOrBuilder ListDatasetsRequestOrBuilder ListDatasetsResponseOrBuilder ListDatasetVersionsRequestOrBuilder ListDatasetVersionsResponseOrBuilder LocalFileSourceOrBuilder MapsPlatformDatasetsV1AlphaGrpc.AsyncService Service definition for the Maps Platform Datasets API.UpdateDatasetMetadataRequestOrBuilder -
Class Summary Class Description CreateDatasetRequest Request to create a maps dataset.CreateDatasetRequest.Builder Request to create a maps dataset.Dataset A representation of a maps platform dataset.Dataset.Builder A representation of a maps platform dataset.DatasetName DatasetName.Builder Builder for projects/{project}/datasets/{dataset}.DatasetProto DataSourceProto DeleteDatasetRequest Request to delete a dataset.DeleteDatasetRequest.Builder Request to delete a dataset.DeleteDatasetVersionRequest Request to delete a version of a dataset.DeleteDatasetVersionRequest.Builder Request to delete a version of a dataset.GcsSource The details about the data source when it is in Google Cloud Storage.GcsSource.Builder The details about the data source when it is in Google Cloud Storage.GetDatasetRequest Request to get the specified dataset.GetDatasetRequest.Builder Request to get the specified dataset.ListDatasetsRequest Request to list datasets for the project.ListDatasetsRequest.Builder Request to list datasets for the project.ListDatasetsResponse Response to list datasets for the project.ListDatasetsResponse.Builder Response to list datasets for the project.ListDatasetVersionsRequest Request to list of all versions of the dataset.ListDatasetVersionsRequest.Builder Request to list of all versions of the dataset.ListDatasetVersionsResponse Response with list of all versions of the dataset.ListDatasetVersionsResponse.Builder Response with list of all versions of the dataset.LocalFileSource The details about the data source when it is a local file.LocalFileSource.Builder The details about the data source when it is a local file.MapsPlatformDatasetsProto MapsPlatformDatasetsV1AlphaClient Service Description: Service definition for the Maps Platform Datasets API.MapsPlatformDatasetsV1AlphaClient.ListDatasetsFixedSizeCollection MapsPlatformDatasetsV1AlphaClient.ListDatasetsPage MapsPlatformDatasetsV1AlphaClient.ListDatasetsPagedResponse MapsPlatformDatasetsV1AlphaClient.ListDatasetVersionsFixedSizeCollection MapsPlatformDatasetsV1AlphaClient.ListDatasetVersionsPage MapsPlatformDatasetsV1AlphaClient.ListDatasetVersionsPagedResponse MapsPlatformDatasetsV1AlphaGrpc Service definition for the Maps Platform Datasets API.MapsPlatformDatasetsV1AlphaGrpc.MapsPlatformDatasetsV1AlphaBlockingStub A stub to allow clients to do synchronous rpc calls to service MapsPlatformDatasetsV1Alpha.MapsPlatformDatasetsV1AlphaGrpc.MapsPlatformDatasetsV1AlphaFutureStub A stub to allow clients to do ListenableFuture-style rpc calls to service MapsPlatformDatasetsV1Alpha.MapsPlatformDatasetsV1AlphaGrpc.MapsPlatformDatasetsV1AlphaImplBase Base class for the server implementation of the service MapsPlatformDatasetsV1Alpha.MapsPlatformDatasetsV1AlphaGrpc.MapsPlatformDatasetsV1AlphaStub A stub to allow clients to do asynchronous rpc calls to service MapsPlatformDatasetsV1Alpha.MapsPlatformDatasetsV1AlphaServiceProto MapsPlatformDatasetsV1AlphaSettings Settings class to configure an instance ofMapsPlatformDatasetsV1AlphaClient
.MapsPlatformDatasetsV1AlphaSettings.Builder Builder for MapsPlatformDatasetsV1AlphaSettings.ProjectName ProjectName.Builder Builder for projects/{project}.UpdateDatasetMetadataRequest Request to update the metadata fields of the dataset.UpdateDatasetMetadataRequest.Builder Request to update the metadata fields of the dataset. -
Enum Summary Enum Description Dataset.DataSourceCase FileFormat The format of the file being uploaded.State State specifies the status of the import of the latest dataset version.Usage Usage specifies where the data is intended to be used to inform how to process the data.