public sealed class JobTriggerName : IResourceName, IEquatable<JobTriggerName>
Resource name for the JobTrigger
resource.
Namespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
JobTriggerName(String, String)
public JobTriggerName(string projectId, string jobTriggerId)
Constructs a new instance of a JobTriggerName
class from the component parts of pattern projects/{project}/jobTriggers/{job_trigger}
Properties
IsKnownPattern
public bool IsKnownPattern { get; }
Whether this instance contains a resource name with a known pattern.
JobTriggerId
public string JobTriggerId { get; }
The JobTrigger
ID. May be null
, depending on which resource name is contained by this
instance.
LocationId
public string LocationId { get; }
The Location
ID. May be null
, depending on which resource name is contained by this instance.
ProjectId
public string ProjectId { get; }
The Project
ID. May be null
, depending on which resource name is contained by this instance.
Type
public JobTriggerName.ResourceNameType Type { get; }
The JobTriggerName.ResourceNameType of the contained resource name.
UnparsedResource
public UnparsedResourceName UnparsedResource { get; }
The contained UnparsedResourceName
. Only non- null
if this instance contains an
unparsed resource name.
Methods
Format(String, String)
public static string Format(string projectId, string jobTriggerId)
Formats the IDs into the string representation of this JobTriggerName
with pattern projects/{project}/jobTriggers/{job_trigger}
.
The string representation of this JobTriggerName
with pattern projects/{project}/jobTriggers/{job_trigger}
.
FormatProjectJobTrigger(String, String)
public static string FormatProjectJobTrigger(string projectId, string jobTriggerId)
Formats the IDs into the string representation of this JobTriggerName
with pattern projects/{project}/jobTriggers/{job_trigger}
.
The string representation of this JobTriggerName
with pattern projects/{project}/jobTriggers/{job_trigger}
.
FormatProjectLocationJobTrigger(String, String, String)
public static string FormatProjectLocationJobTrigger(string projectId, string locationId, string jobTriggerId)
Formats the IDs into the string representation of this JobTriggerName
with pattern projects/{project}/locations/{location}/jobTriggers/{job_trigger}
.
The string representation of this JobTriggerName
with pattern projects/{project}/locations/{location}/jobTriggers/{job_trigger}
.
FromProjectJobTrigger(String, String)
public static JobTriggerName FromProjectJobTrigger(string projectId, string jobTriggerId)
Creates a JobTriggerName
with the pattern projects/{project}/jobTriggers/{job_trigger}
.
FromProjectLocationJobTrigger(String, String, String)
public static JobTriggerName FromProjectLocationJobTrigger(string projectId, string locationId, string jobTriggerId)
Creates a JobTriggerName
with the pattern projects/{project}/locations/{location}/jobTriggers/{job_trigger}
.
FromUnparsed(UnparsedResourceName)
public static JobTriggerName FromUnparsed(UnparsedResourceName unparsedResourceName)
Creates a JobTriggerName containing an unparsed resource name.
unparsedResourceName
A new instance of JobTriggerName
containing the provided unparsedResourceName
.
GetHashCode()
public override int GetHashCode()
Returns a hash code for this resource name.
Parse(String)
public static JobTriggerName Parse(string jobTriggerName)
Parses the given resource name string into a new JobTriggerName instance.
jobTriggerName
To parse successfully, the resource name must be formatted as one of the following:
-
projects/{project}/jobTriggers/{job_trigger}
-
projects/{project}/locations/{location}/jobTriggers/{job_trigger}
Parse(String, Boolean)
public static JobTriggerName Parse(string jobTriggerName, bool allowUnparsed)
Parses the given resource name string into a new JobTriggerName instance; optionally allowing an unparseable resource name.
jobTriggerName
allowUnparsed
Boolean
If true
will successfully store an unparseable resource name into the UnparsedResource
property; otherwise will throw an ArgumentException
if an unparseable resource name is
specified.
To parse successfully, the resource name must be formatted as one of the following:
-
projects/{project}/jobTriggers/{job_trigger}
-
projects/{project}/locations/{location}/jobTriggers/{job_trigger}
allowUnparsed
is true
.ToString()
public override string ToString()
The string representation of the resource name.
TryParse(String, out JobTriggerName)
public static bool TryParse(string jobTriggerName, out JobTriggerName result)
Tries to parse the given resource name string into a new JobTriggerName instance.
jobTriggerName
result
To parse successfully, the resource name must be formatted as one of the following:
-
projects/{project}/jobTriggers/{job_trigger}
-
projects/{project}/locations/{location}/jobTriggers/{job_trigger}
TryParse(String, Boolean, out JobTriggerName)
public static bool TryParse(string jobTriggerName, bool allowUnparsed, out JobTriggerName result)
Tries to parse the given resource name string into a new JobTriggerName instance; optionally allowing an unparseable resource name.
jobTriggerName
allowUnparsed
Boolean
If true
will successfully store an unparseable resource name into the UnparsedResource
property; otherwise will throw an ArgumentException
if an unparseable resource name is
specified.
result
To parse successfully, the resource name must be formatted as one of the following:
-
projects/{project}/jobTriggers/{job_trigger}
-
projects/{project}/locations/{location}/jobTriggers/{job_trigger}
allowUnparsed
is true
.Operators
Equality(JobTriggerName, JobTriggerName)
public static bool operator ==(JobTriggerName a, JobTriggerName b)
Inequality(JobTriggerName, JobTriggerName)
public static bool operator !=(JobTriggerName a, JobTriggerName b)