public sealed class DeidentifyTemplateName : IResourceName, IEquatable<DeidentifyTemplateName>Reference documentation and code samples for the Dialogflow v3 API class DeidentifyTemplateName.
Resource name for the DeidentifyTemplate resource.
Namespace
GoogleCloudGoogle.Cloud.DialogflowGoogle.Cloud.Dialogflow.CxV3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
DeidentifyTemplateName(string, string, string)
public DeidentifyTemplateName(string organizationId, string locationId, string deidentifyTemplateId)Constructs a new instance of a DeidentifyTemplateName class from the component parts of
pattern organizations/{organization}/locations/{location}/deidentifyTemplates/{deidentify_template}
| Parameters | |
|---|---|
| Name | Description |
organizationId |
stringThe |
locationId |
stringThe |
deidentifyTemplateId |
stringThe |
Properties
DeidentifyTemplateId
public string DeidentifyTemplateId { get; }The DeidentifyTemplate 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 |
|
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 |
|
OrganizationId
public string OrganizationId { get; }The Organization 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 DeidentifyTemplateName.ResourceNameType Type { get; }The DeidentifyTemplateName.ResourceNameType of the contained resource name.
| Property Value | |
|---|---|
| Type | Description |
DeidentifyTemplateNameResourceNameType |
|
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, string)
public static string Format(string organizationId, string locationId, string deidentifyTemplateId)Formats the IDs into the string representation of this DeidentifyTemplateName with pattern
organizations/{organization}/locations/{location}/deidentifyTemplates/{deidentify_template}.
| Parameters | |
|---|---|
| Name | Description |
organizationId |
stringThe |
locationId |
stringThe |
deidentifyTemplateId |
stringThe |
| Returns | |
|---|---|
| Type | Description |
string |
The string representation of this DeidentifyTemplateName with pattern
|
FormatOrganizationLocationDeidentifyTemplate(string, string, string)
public static string FormatOrganizationLocationDeidentifyTemplate(string organizationId, string locationId, string deidentifyTemplateId)Formats the IDs into the string representation of this DeidentifyTemplateName with pattern
organizations/{organization}/locations/{location}/deidentifyTemplates/{deidentify_template}.
| Parameters | |
|---|---|
| Name | Description |
organizationId |
stringThe |
locationId |
stringThe |
deidentifyTemplateId |
stringThe |
| Returns | |
|---|---|
| Type | Description |
string |
The string representation of this DeidentifyTemplateName with pattern
|
FormatProjectLocationDeidentifyTemplate(string, string, string)
public static string FormatProjectLocationDeidentifyTemplate(string projectId, string locationId, string deidentifyTemplateId)Formats the IDs into the string representation of this DeidentifyTemplateName with pattern
projects/{project}/locations/{location}/deidentifyTemplates/{deidentify_template}.
| Parameters | |
|---|---|
| Name | Description |
projectId |
stringThe |
locationId |
stringThe |
deidentifyTemplateId |
stringThe |
| Returns | |
|---|---|
| Type | Description |
string |
The string representation of this DeidentifyTemplateName with pattern
|
FromOrganizationLocationDeidentifyTemplate(string, string, string)
public static DeidentifyTemplateName FromOrganizationLocationDeidentifyTemplate(string organizationId, string locationId, string deidentifyTemplateId)Creates a DeidentifyTemplateName with the pattern
organizations/{organization}/locations/{location}/deidentifyTemplates/{deidentify_template}.
| Parameters | |
|---|---|
| Name | Description |
organizationId |
stringThe |
locationId |
stringThe |
deidentifyTemplateId |
stringThe |
| Returns | |
|---|---|
| Type | Description |
DeidentifyTemplateName |
A new instance of DeidentifyTemplateName constructed from the provided ids. |
FromProjectLocationDeidentifyTemplate(string, string, string)
public static DeidentifyTemplateName FromProjectLocationDeidentifyTemplate(string projectId, string locationId, string deidentifyTemplateId)Creates a DeidentifyTemplateName with the pattern
projects/{project}/locations/{location}/deidentifyTemplates/{deidentify_template}.
| Parameters | |
|---|---|
| Name | Description |
projectId |
stringThe |
locationId |
stringThe |
deidentifyTemplateId |
stringThe |
| Returns | |
|---|---|
| Type | Description |
DeidentifyTemplateName |
A new instance of DeidentifyTemplateName constructed from the provided ids. |
FromUnparsed(UnparsedResourceName)
public static DeidentifyTemplateName FromUnparsed(UnparsedResourceName unparsedResourceName)Creates a DeidentifyTemplateName containing an unparsed resource name.
| Parameter | |
|---|---|
| Name | Description |
unparsedResourceName |
UnparsedResourceNameThe unparsed resource name. Must not be |
| Returns | |
|---|---|
| Type | Description |
DeidentifyTemplateName |
A new instance of DeidentifyTemplateName containing the provided
|
GetHashCode()
public override int GetHashCode()Returns a hash code for this resource name.
| Returns | |
|---|---|
| Type | Description |
int |
|
Parse(string)
public static DeidentifyTemplateName Parse(string deidentifyTemplateName)Parses the given resource name string into a new DeidentifyTemplateName instance.
| Parameter | |
|---|---|
| Name | Description |
deidentifyTemplateName |
stringThe resource name in string form. Must not be |
| Returns | |
|---|---|
| Type | Description |
DeidentifyTemplateName |
The parsed DeidentifyTemplateName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
-
organizations/{organization}/locations/{location}/deidentifyTemplates/{deidentify_template} -
projects/{project}/locations/{location}/deidentifyTemplates/{deidentify_template}
Parse(string, bool)
public static DeidentifyTemplateName Parse(string deidentifyTemplateName, bool allowUnparsed)Parses the given resource name string into a new DeidentifyTemplateName instance; optionally allowing an unparseable resource name.
| Parameters | |
|---|---|
| Name | Description |
deidentifyTemplateName |
stringThe resource name in string form. Must not be |
allowUnparsed |
boolIf |
| Returns | |
|---|---|
| Type | Description |
DeidentifyTemplateName |
The parsed DeidentifyTemplateName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
-
organizations/{organization}/locations/{location}/deidentifyTemplates/{deidentify_template} -
projects/{project}/locations/{location}/deidentifyTemplates/{deidentify_template}
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 DeidentifyTemplateName)
public static bool TryParse(string deidentifyTemplateName, out DeidentifyTemplateName result)Tries to parse the given resource name string into a new DeidentifyTemplateName instance.
| Parameters | |
|---|---|
| Name | Description |
deidentifyTemplateName |
stringThe resource name in string form. Must not be |
result |
DeidentifyTemplateNameWhen this method returns, the parsed DeidentifyTemplateName, or |
| Returns | |
|---|---|
| Type | Description |
bool |
|
To parse successfully, the resource name must be formatted as one of the following:
-
organizations/{organization}/locations/{location}/deidentifyTemplates/{deidentify_template} -
projects/{project}/locations/{location}/deidentifyTemplates/{deidentify_template}
TryParse(string, bool, out DeidentifyTemplateName)
public static bool TryParse(string deidentifyTemplateName, bool allowUnparsed, out DeidentifyTemplateName result)Tries to parse the given resource name string into a new DeidentifyTemplateName instance; optionally allowing an unparseable resource name.
| Parameters | |
|---|---|
| Name | Description |
deidentifyTemplateName |
stringThe resource name in string form. Must not be |
allowUnparsed |
boolIf |
result |
DeidentifyTemplateNameWhen this method returns, the parsed DeidentifyTemplateName, or |
| Returns | |
|---|---|
| Type | Description |
bool |
|
To parse successfully, the resource name must be formatted as one of the following:
-
organizations/{organization}/locations/{location}/deidentifyTemplates/{deidentify_template} -
projects/{project}/locations/{location}/deidentifyTemplates/{deidentify_template}
allowUnparsed is true.
Operators
operator ==(DeidentifyTemplateName, DeidentifyTemplateName)
public static bool operator ==(DeidentifyTemplateName a, DeidentifyTemplateName b)| Parameters | |
|---|---|
| Name | Description |
a |
DeidentifyTemplateName |
b |
DeidentifyTemplateName |
| Returns | |
|---|---|
| Type | Description |
bool |
|
operator !=(DeidentifyTemplateName, DeidentifyTemplateName)
public static bool operator !=(DeidentifyTemplateName a, DeidentifyTemplateName b)| Parameters | |
|---|---|
| Name | Description |
a |
DeidentifyTemplateName |
b |
DeidentifyTemplateName |
| Returns | |
|---|---|
| Type | Description |
bool |
|