Google Cloud Data Loss Prevention v2 API - Class JobTriggerName (4.8.0)

public sealed class JobTriggerName : IResourceName, IEquatable<JobTriggerName>

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class JobTriggerName.

Resource name for the JobTrigger resource.

Inheritance

object > JobTriggerName

Namespace

Google.Cloud.Dlp.V2

Assembly

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}

Parameters
NameDescription
projectIdstring

The Project ID. Must not be null or empty.

jobTriggerIdstring

The JobTrigger ID. Must not be null or empty.

Properties

IsKnownPattern

public bool IsKnownPattern { get; }

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

Property Value
TypeDescription
bool

JobTriggerId

public string JobTriggerId { get; }

The JobTrigger 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
TypeDescription
string

Type

public JobTriggerName.ResourceNameType Type { get; }

The JobTriggerName.ResourceNameType of the contained resource name.

Property Value
TypeDescription
JobTriggerNameResourceNameType

UnparsedResource

public UnparsedResourceName UnparsedResource { get; }

The contained UnparsedResourceName. Only non-null if this instance contains an unparsed resource name.

Property Value
TypeDescription
UnparsedResourceName

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}.

Parameters
NameDescription
projectIdstring

The Project ID. Must not be null or empty.

jobTriggerIdstring

The JobTrigger ID. Must not be null or empty.

Returns
TypeDescription
string

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}.

Parameters
NameDescription
projectIdstring

The Project ID. Must not be null or empty.

jobTriggerIdstring

The JobTrigger ID. Must not be null or empty.

Returns
TypeDescription
string

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}.

Parameters
NameDescription
projectIdstring

The Project ID. Must not be null or empty.

locationIdstring

The Location ID. Must not be null or empty.

jobTriggerIdstring

The JobTrigger ID. Must not be null or empty.

Returns
TypeDescription
string

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}.

Parameters
NameDescription
projectIdstring

The Project ID. Must not be null or empty.

jobTriggerIdstring

The JobTrigger ID. Must not be null or empty.

Returns
TypeDescription
JobTriggerName

A new instance of JobTriggerName constructed from the provided ids.

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}.

Parameters
NameDescription
projectIdstring

The Project ID. Must not be null or empty.

locationIdstring

The Location ID. Must not be null or empty.

jobTriggerIdstring

The JobTrigger ID. Must not be null or empty.

Returns
TypeDescription
JobTriggerName

A new instance of JobTriggerName constructed from the provided ids.

FromUnparsed(UnparsedResourceName)

public static JobTriggerName FromUnparsed(UnparsedResourceName unparsedResourceName)

Creates a JobTriggerName containing an unparsed resource name.

Parameter
NameDescription
unparsedResourceNameUnparsedResourceName

The unparsed resource name. Must not be null.

Returns
TypeDescription
JobTriggerName

A new instance of JobTriggerName containing the provided unparsedResourceName.

GetHashCode()

public override int GetHashCode()

Returns a hash code for this resource name.

Returns
TypeDescription
int
Overrides

Parse(string)

public static JobTriggerName Parse(string jobTriggerName)

Parses the given resource name string into a new JobTriggerName instance.

Parameter
NameDescription
jobTriggerNamestring

The resource name in string form. Must not be null.

Returns
TypeDescription
JobTriggerName

The parsed JobTriggerName if successful.

Remarks

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, bool)

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.

Parameters
NameDescription
jobTriggerNamestring

The resource name in string form. Must not be null.

allowUnparsedbool

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.

Returns
TypeDescription
JobTriggerName

The parsed JobTriggerName if successful.

Remarks

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}
Or may be in any format if allowUnparsed is true.

ToString()

public override string ToString()

The string representation of the resource name.

Returns
TypeDescription
string

The string representation of the resource name.

Overrides

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.

Parameters
NameDescription
jobTriggerNamestring

The resource name in string form. Must not be null.

resultJobTriggerName

When this method returns, the parsed JobTriggerName, or null if parsing failed.

Returns
TypeDescription
bool

true if the name was parsed successfully; false otherwise.

Remarks

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, bool, 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.

Parameters
NameDescription
jobTriggerNamestring

The resource name in string form. Must not be null.

allowUnparsedbool

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.

resultJobTriggerName

When this method returns, the parsed JobTriggerName, or null if parsing failed.

Returns
TypeDescription
bool

true if the name was parsed successfully; false otherwise.

Remarks

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}
Or may be in any format if allowUnparsed is true.

Operators

operator ==(JobTriggerName, JobTriggerName)

public static bool operator ==(JobTriggerName a, JobTriggerName b)

Determines whether two specified resource names have the same value.

Parameters
NameDescription
aJobTriggerName

The first resource name to compare, or null.

bJobTriggerName

The second resource name to compare, or null.

Returns
TypeDescription
bool

true if the value of a is the same as the value of b; otherwise, false.

operator !=(JobTriggerName, JobTriggerName)

public static bool operator !=(JobTriggerName a, JobTriggerName b)

Determines whether two specified resource names have different values.

Parameters
NameDescription
aJobTriggerName

The first resource name to compare, or null.

bJobTriggerName

The second resource name to compare, or null.

Returns
TypeDescription
bool

true if the value of a is different from the value of b; otherwise, false.