Class Asset.Types.ResourceSpec (2.1.0)

public sealed class ResourceSpec : IMessage<Asset.Types.ResourceSpec>, IEquatable<Asset.Types.ResourceSpec>, IDeepCloneable<Asset.Types.ResourceSpec>, IBufferMessage, IMessage

Identifies the cloud resource that is referenced by this asset.

Inheritance

Object > Asset.Types.ResourceSpec

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

ResourceSpec()

public ResourceSpec()

ResourceSpec(Asset.Types.ResourceSpec)

public ResourceSpec(Asset.Types.ResourceSpec other)
Parameter
NameDescription
otherAsset.Types.ResourceSpec

Properties

Name

public string Name { get; set; }

Immutable. Relative name of the cloud resource that contains the data that is being managed within a lake. For example: projects/{project_number}/buckets/{bucket_id} projects/{project_number}/datasets/{dataset_id}

Property Value
TypeDescription
String

Type

public Asset.Types.ResourceSpec.Types.Type Type { get; set; }

Required. Immutable. Type of resource.

Property Value
TypeDescription
Asset.Types.ResourceSpec.Types.Type