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.
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}
| Parameters | |
|---|---|
| Name | Description |
projectId |
stringThe |
jobTriggerId |
stringThe |
Properties
IsKnownPattern
public bool IsKnownPattern { get; }Whether this instance contains a resource name with a known pattern.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
JobTriggerId
public string JobTriggerId { get; }The JobTrigger 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 | Description |
string |
|
Type
public JobTriggerName.ResourceNameType Type { get; }The JobTriggerName.ResourceNameType of the contained resource name.
| Property Value | |
|---|---|
| Type | Description |
JobTriggerNameResourceNameType |
|
UnparsedResource
public UnparsedResourceName UnparsedResource { get; }The contained UnparsedResourceName. Only non-null if this instance contains an
unparsed resource name.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
projectId |
stringThe |
jobTriggerId |
stringThe |
| Returns | |
|---|---|
| Type | Description |
string |
The string representation of this JobTriggerName with pattern
|
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 | |
|---|---|
| Name | Description |
projectId |
stringThe |
jobTriggerId |
stringThe |
| Returns | |
|---|---|
| Type | Description |
string |
The string representation of this JobTriggerName with pattern
|
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 | |
|---|---|
| Name | Description |
projectId |
stringThe |
locationId |
stringThe |
jobTriggerId |
stringThe |
| Returns | |
|---|---|
| Type | Description |
string |
The string representation of this JobTriggerName with pattern
|
FromProjectJobTrigger(string, string)
public static JobTriggerName FromProjectJobTrigger(string projectId, string jobTriggerId)Creates a JobTriggerName with the pattern projects/{project}/jobTriggers/{job_trigger}.
| Parameters | |
|---|---|
| Name | Description |
projectId |
stringThe |
jobTriggerId |
stringThe |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
projectId |
stringThe |
locationId |
stringThe |
jobTriggerId |
stringThe |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
unparsedResourceName |
UnparsedResourceNameThe unparsed resource name. Must not be |
| Returns | |
|---|---|
| Type | Description |
JobTriggerName |
A new instance of JobTriggerName containing the provided
|
GetHashCode()
public override int GetHashCode()Returns a hash code for this resource name.
| Returns | |
|---|---|
| Type | Description |
int |
|
Parse(string)
public static JobTriggerName Parse(string jobTriggerName)Parses the given resource name string into a new JobTriggerName instance.
| Parameter | |
|---|---|
| Name | Description |
jobTriggerName |
stringThe resource name in string form. Must not be |
| Returns | |
|---|---|
| Type | Description |
JobTriggerName |
The parsed JobTriggerName if successful. |
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 | |
|---|---|
| Name | Description |
jobTriggerName |
stringThe resource name in string form. Must not be |
allowUnparsed |
boolIf |
| Returns | |
|---|---|
| Type | Description |
JobTriggerName |
The parsed JobTriggerName if successful. |
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.
| Returns | |
|---|---|
| Type | Description |
string |
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.
| Parameters | |
|---|---|
| Name | Description |
jobTriggerName |
stringThe resource name in string form. Must not be |
result |
JobTriggerNameWhen this method returns, the parsed JobTriggerName, or |
| Returns | |
|---|---|
| Type | Description |
bool |
|
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 | |
|---|---|
| Name | Description |
jobTriggerName |
stringThe resource name in string form. Must not be |
allowUnparsed |
boolIf |
result |
JobTriggerNameWhen this method returns, the parsed JobTriggerName, or |
| Returns | |
|---|---|
| Type | Description |
bool |
|
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
operator ==(JobTriggerName, JobTriggerName)
public static bool operator ==(JobTriggerName a, JobTriggerName b)Determines whether two specified resource names have the same value.
| Parameters | |
|---|---|
| Name | Description |
a |
JobTriggerNameThe first resource name to compare, or null. |
b |
JobTriggerNameThe second resource name to compare, or null. |
| Returns | |
|---|---|
| Type | Description |
bool |
true if the value of |
operator !=(JobTriggerName, JobTriggerName)
public static bool operator !=(JobTriggerName a, JobTriggerName b)Determines whether two specified resource names have different values.
| Parameters | |
|---|---|
| Name | Description |
a |
JobTriggerNameThe first resource name to compare, or null. |
b |
JobTriggerNameThe second resource name to compare, or null. |
| Returns | |
|---|---|
| Type | Description |
bool |
true if the value of |