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.
Namespace
Google.Cloud.Dataplex.V1Assembly
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 | |
---|---|
Name | Description |
projectId | string The |
locationId | string The |
lakeId | string The |
actionId | string The |
Properties
ActionId
public string ActionId { get; }
The Action
ID. May be null
, depending on which resource name is contained by this instance.
Property Value | |
---|---|
Type | Description |
string |
AssetId
public string AssetId { get; }
The Asset
ID. May be null
, depending on which resource name is contained by this instance.
Property Value | |
---|---|
Type | Description |
string |
IsKnownPattern
public bool IsKnownPattern { get; }
Whether this instance contains a resource name with a known pattern.
Property Value | |
---|---|
Type | Description |
bool |
LakeId
public string LakeId { get; }
The Lake
ID. May be null
, depending on which resource name is contained by this instance.
Property Value | |
---|---|
Type | Description |
string |
LocationId
public string LocationId { get; }
The Location
ID. May be null
, depending on which resource name is contained by this instance.
Property Value | |
---|---|
Type | Description |
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 |