Class Dataset
A representation of a dataset resource.
Namespace: Google.Maps.MapsPlatformDatasets.V1
Assembly: Google.Maps.MapsPlatformDatasets.V1.dll
Syntax
public sealed class Dataset : IMessage<Dataset>, IEquatable<Dataset>, IDeepCloneable<Dataset>, IBufferMessage, IMessage
Constructors
Dataset()
Declaration
public Dataset()
Dataset(Dataset)
Declaration
public Dataset(Dataset other)
Parameters
Type | Name | Description |
---|---|---|
Dataset | other |
Properties
CreateTime
Output only. Time when the dataset was first created.
Declaration
public Timestamp CreateTime { get; set; }
Property Value
Type | Description |
---|---|
Timestamp |
DataSourceCase
Declaration
public Dataset.DataSourceOneofCase DataSourceCase { get; }
Property Value
Type | Description |
---|---|
Dataset.DataSourceOneofCase |
DatasetName
DatasetName-typed view over the Name resource name property.
Declaration
public DatasetName DatasetName { get; set; }
Property Value
Type | Description |
---|---|
DatasetName |
Description
A description of this dataset.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
DisplayName
Human readable name, shown in the console UI.
Must be unique within a project.
Declaration
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
GcsSource
A Google Cloud Storage file source for the dataset for a single upload.
Declaration
public GcsSource GcsSource { get; set; }
Property Value
Type | Description |
---|---|
GcsSource |
LocalFileSource
A local file source for the dataset for a single upload.
Declaration
public LocalFileSource LocalFileSource { get; set; }
Property Value
Type | Description |
---|---|
LocalFileSource |
Name
Resource name. Format: projects/{project}/datasets/{dataset_id}
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Status
Output only. The status of this dataset version.
Declaration
public Status Status { get; set; }
Property Value
Type | Description |
---|---|
Status |
UpdateTime
Output only. Time when the dataset metadata was last updated.
Declaration
public Timestamp UpdateTime { get; set; }
Property Value
Type | Description |
---|---|
Timestamp |
Usage
Specified use case for this dataset.
Declaration
public RepeatedField<Usage> Usage { get; }
Property Value
Type | Description |
---|---|
RepeatedField<Usage> |
VersionCreateTime
Output only. Time when this version was created.
Declaration
public Timestamp VersionCreateTime { get; set; }
Property Value
Type | Description |
---|---|
Timestamp |
VersionDescription
Output only. The description for this version of dataset. It is provided when importing data to the dataset.
Declaration
public string VersionDescription { get; set; }
Property Value
Type | Description |
---|---|
string |
VersionId
The version ID of the dataset.
Declaration
public string VersionId { get; set; }
Property Value
Type | Description |
---|---|
string |