Show / Hide Table of Contents

Class GetDatasetRequest

Request to get the specified dataset.

Inheritance
object
GetDatasetRequest
Implements
IMessage<GetDatasetRequest>
IEquatable<GetDatasetRequest>
IDeepCloneable<GetDatasetRequest>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Maps.MapsPlatformDatasets.V1Alpha
Assembly: Google.Maps.MapsPlatformDatasets.V1Alpha.dll
Syntax
public sealed class GetDatasetRequest : IMessage<GetDatasetRequest>, IEquatable<GetDatasetRequest>, IDeepCloneable<GetDatasetRequest>, IBufferMessage, IMessage

Constructors

GetDatasetRequest()

Declaration
public GetDatasetRequest()

GetDatasetRequest(GetDatasetRequest)

Declaration
public GetDatasetRequest(GetDatasetRequest other)
Parameters
Type Name Description
GetDatasetRequest other

Properties

DatasetName

DatasetName-typed view over the Name resource name property.

Declaration
public DatasetName DatasetName { get; set; }
Property Value
Type Description
DatasetName

Name

Required. Resource name. Can also fetch a specified version projects/{project}/datasets/{dataset_id} projects/{project}/datasets/{dataset_id}@{version-id}

In order to retrieve a previous version of the dataset, also provide the version ID. Example: projects/123/datasets/assisted-driving-preferences@c7cfa2a8

Declaration
public string Name { get; set; }
Property Value
Type Description
string

PublishedUsage

If specified, will fetch the dataset details of the version published for the specified use case rather than the latest, if one exists. If a published version does not exist, will default to getting the dataset details of the latest version.

Declaration
public Usage PublishedUsage { get; set; }
Property Value
Type Description
Usage
In this article
Back to top Generated by DocFX