Cloud Dataplex v1 API - Class ActionName (2.4.0)

public sealed class ActionName : IResourceName, IEquatable<ActionName>

Reference documentation and code samples for the Cloud Dataplex v1 API class ActionName.

Resource name for the Action resource.

Inheritance

object > ActionName

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

ActionName(string, string, string, string)

public ActionName(string projectId, string locationId, string lakeId, string actionId)

Constructs a new instance of a ActionName class from the component parts of pattern projects/{project}/locations/{location}/lakes/{lake}/actions/{action}

Parameters
NameDescription
projectIdstring

The Project ID. Must not be null or empty.

locationIdstring

The Location ID. Must not be null or empty.

lakeIdstring

The Lake ID. Must not be null or empty.

actionIdstring

The Action ID. Must not be null or empty.

Properties

ActionId

public string ActionId { get; }

The Action ID. May be null, depending on which resource name is contained by this instance.

Property Value
TypeDescription
string

AssetId

public string AssetId { get; }

The Asset ID. May be null, depending on which resource name is contained by this instance.

Property Value
TypeDescription
string

IsKnownPattern

public bool IsKnownPattern { get; }

Whether this instance contains a resource name with a known pattern.

Property Value
TypeDescription
bool

LakeId

public string LakeId { get; }

The Lake ID. May be null, depending on which resource name is contained by this instance.

Property Value
TypeDescription
string

LocationId

public string LocationId { get; }

The Location ID. May be null, depending on which resource name is contained by this instance.

Property Value
TypeDescription
string

ProjectId

public string ProjectId { get; }

The Project ID. May be null, depending on which resource name is contained by this instance.

Property Value
Type