Show / Hide Table of Contents

Class GoogleCloudDataplexV1AssetResourceSpec

Identifies the cloud resource that is referenced by this asset.

Inheritance
object
GoogleCloudDataplexV1AssetResourceSpec
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1AssetResourceSpec : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Name

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}

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

ReadAccessMode

Optional. Determines how read permissions are handled for each asset and their associated tables. Only available to storage buckets assets.

Declaration
[JsonProperty("readAccessMode")]
public virtual string ReadAccessMode { get; set; }
Property Value
Type Description
string

Type

Required. Immutable. Type of resource.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX