Class GoogleCloudDataplexV1AssetResourceSpec
Identifies the cloud resource that is referenced by this asset.
Implements
Inherited Members
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 |