@Generated("by gapic-generator-java")
Package com.google.maps.mapsplatformdatasets.v1
A client to Maps Platform Datasets API
The interfaces provided are listed below, along with usage samples.
======================= MapsPlatformDatasetsClient =======================
Service Description: Service definition for the Maps Platform Datasets API.
Sample for MapsPlatformDatasetsClient:
// 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 (MapsPlatformDatasetsClient mapsPlatformDatasetsClient =
MapsPlatformDatasetsClient.create()) {
ProjectName parent = ProjectName.of("[PROJECT]");
Dataset dataset = Dataset.newBuilder().build();
Dataset response = mapsPlatformDatasetsClient.createDataset(parent, dataset);
}
-
Interface Summary Interface Description CreateDatasetRequestOrBuilder DatasetOrBuilder DeleteDatasetRequestOrBuilder GcsSourceOrBuilder GetDatasetRequestOrBuilder ListDatasetsRequestOrBuilder ListDatasetsResponseOrBuilder LocalFileSourceOrBuilder MapsPlatformDatasetsGrpc.AsyncService Service definition for the Maps Platform Datasets API.StatusOrBuilder 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 Dataset resource.Dataset.Builder A representation of a Maps Dataset resource.DatasetName DatasetName.Builder Builder for projects/{project}/datasets/{dataset}.DatasetProto DataSourceProto DeleteDatasetRequest Request to delete a dataset.DeleteDatasetRequest.Builder Request to delete 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.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.MapsPlatformDatasetsClient Service Description: Service definition for the Maps Platform Datasets API.MapsPlatformDatasetsClient.ListDatasetsFixedSizeCollection MapsPlatformDatasetsClient.ListDatasetsPage MapsPlatformDatasetsClient.ListDatasetsPagedResponse MapsPlatformDatasetsGrpc Service definition for the Maps Platform Datasets API.MapsPlatformDatasetsGrpc.MapsPlatformDatasetsBlockingStub A stub to allow clients to do synchronous rpc calls to service MapsPlatformDatasets.MapsPlatformDatasetsGrpc.MapsPlatformDatasetsFutureStub A stub to allow clients to do ListenableFuture-style rpc calls to service MapsPlatformDatasets.MapsPlatformDatasetsGrpc.MapsPlatformDatasetsImplBase Base class for the server implementation of the service MapsPlatformDatasets.MapsPlatformDatasetsGrpc.MapsPlatformDatasetsStub A stub to allow clients to do asynchronous rpc calls to service MapsPlatformDatasets.MapsPlatformDatasetsProto MapsPlatformDatasetsServiceProto MapsPlatformDatasetsSettings Settings class to configure an instance ofMapsPlatformDatasetsClient
.MapsPlatformDatasetsSettings.Builder Builder for MapsPlatformDatasetsSettings.ProjectName ProjectName.Builder Builder for projects/{project}.Status Status of the dataset.Status.Builder Status of the dataset.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.Status.State A list of states for the dataset.Usage Usage specifies where the data is intended to be used to inform how to process the data.