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.V1
Assembly: Google.Maps.MapsPlatformDatasets.V1.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. Format: projects/{project}/datasets/{dataset_id}

Can also fetch some special versions by appending "@" and a tag. Format: projects/{project}/datasets/{dataset_id}@{tag}

Tag "active": The info of the latest completed version will be included, and NOT_FOUND if the dataset does not have one.

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