public sealed class TagTemplateName : IResourceName, IEquatable<TagTemplateName>
Reference documentation and code samples for the Data Catalog v1 API class TagTemplateName.
Resource name for the TagTemplate
resource.
Namespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Constructors
TagTemplateName(string, string, string)
public TagTemplateName(string projectId, string locationId, string tagTemplateId)
Constructs a new instance of a TagTemplateName class from the component parts of pattern
projects/{project}/locations/{location}/tagTemplates/{tag_template}
Parameters | |
---|---|
Name | Description |
projectId | string The |
locationId | string The |
tagTemplateId | string The |
Properties
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. Will not be null
, unless this instance contains an unparsed resource name.
Property Value | |
---|---|
Type | Description |
string |
ProjectId
public string ProjectId { get; }
The Project
ID. Will not be null
, unless this instance contains an unparsed resource name.
Property Value | |
---|---|
Type | Description |
string |
TagTemplateId
public string TagTemplateId { get; }
The TagTemplate
ID. Will not be null
, unless this instance contains an unparsed resource name.
Property Value | |
---|---|
Type | Description |
string |
Type
public TagTemplateName.ResourceNameType Type { get; }
The TagTemplateName.ResourceNameType of the contained resource name.
Property Value | |
---|---|
Type | Description |
TagTemplateNameResourceNameType |
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 projectId, string locationId, string tagTemplateId)
Formats the IDs into the string representation of this TagTemplateName with pattern
projects/{project}/locations/{location}/tagTemplates/{tag_template}
.
Parameters | |
---|---|
Name | Description |
projectId | string The |
locationId | string The |
tagTemplateId | string The |
Returns | |
---|---|
Type | Description |
string | The string representation of this TagTemplateName with pattern
|
FormatProjectLocationTagTemplate(string, string, string)
public static string FormatProjectLocationTagTemplate(string projectId, string locationId, string tagTemplateId)
Formats the IDs into the string representation of this TagTemplateName with pattern
projects/{project}/locations/{location}/tagTemplates/{tag_template}
.
Parameters | |
---|---|
Name | Description |
projectId | string The |
locationId | string The |
tagTemplateId | string The |
Returns | |
---|---|
Type | Description |
string | The string representation of this TagTemplateName with pattern
|
FromProjectLocationTagTemplate(string, string, string)
public static TagTemplateName FromProjectLocationTagTemplate(string projectId, string locationId, string tagTemplateId)
Creates a TagTemplateName with the pattern
projects/{project}/locations/{location}/tagTemplates/{tag_template}
.
Parameters | |
---|---|
Name | Description |
projectId | string The |
locationId | string The |
tagTemplateId | string The |
Returns | |
---|---|
Type | Description |
TagTemplateName | A new instance of TagTemplateName constructed from the provided ids. |
FromUnparsed(UnparsedResourceName)
public static TagTemplateName FromUnparsed(UnparsedResourceName unparsedResourceName)
Creates a TagTemplateName containing an unparsed resource name.
Parameter | |
---|---|
Name | Description |
unparsedResourceName | UnparsedResourceName The unparsed resource name. Must not be |
Returns | |
---|---|
Type | Description |
TagTemplateName | A new instance of TagTemplateName containing the provided
|
GetHashCode()
public override int GetHashCode()
Returns a hash code for this resource name.
Returns | |
---|---|
Type | Description |
int |
Parse(string)
public static TagTemplateName Parse(string tagTemplateName)
Parses the given resource name string into a new TagTemplateName instance.
Parameter | |
---|---|
Name | Description |
tagTemplateName | string The resource name in string form. Must not be |
Returns | |
---|---|
Type | Description |
TagTemplateName | The parsed TagTemplateName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/locations/{location}/tagTemplates/{tag_template}
Parse(string, bool)
public static TagTemplateName Parse(string tagTemplateName, bool allowUnparsed)
Parses the given resource name string into a new TagTemplateName instance; optionally allowing an unparseable resource name.
Parameters | |
---|---|
Name | Description |
tagTemplateName | string The resource name in string form. Must not be |
allowUnparsed | bool If |
Returns | |
---|---|
Type | Description |
TagTemplateName | The parsed TagTemplateName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/locations/{location}/tagTemplates/{tag_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 TagTemplateName)
public static bool TryParse(string tagTemplateName, out TagTemplateName result)
Tries to parse the given resource name string into a new TagTemplateName instance.
Parameters | |
---|---|
Name | Description |
tagTemplateName | string The resource name in string form. Must not be |
result | TagTemplateName When this method returns, the parsed TagTemplateName, or |
Returns | |
---|---|
Type | Description |
bool |
|
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/locations/{location}/tagTemplates/{tag_template}
TryParse(string, bool, out TagTemplateName)
public static bool TryParse(string tagTemplateName, bool allowUnparsed, out TagTemplateName result)
Tries to parse the given resource name string into a new TagTemplateName instance; optionally allowing an unparseable resource name.
Parameters | |
---|---|
Name | Description |
tagTemplateName | string The resource name in string form. Must not be |
allowUnparsed | bool If |
result | TagTemplateName When this method returns, the parsed TagTemplateName, or |
Returns | |
---|---|
Type | Description |
bool |
|
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/locations/{location}/tagTemplates/{tag_template}
allowUnparsed
is true
.
Operators
operator ==(TagTemplateName, TagTemplateName)
public static bool operator ==(TagTemplateName a, TagTemplateName b)
Parameters | |
---|---|
Name | Description |
a | TagTemplateName |
b | TagTemplateName |
Returns | |
---|---|
Type | Description |
bool |
operator !=(TagTemplateName, TagTemplateName)
public static bool operator !=(TagTemplateName a, TagTemplateName b)
Parameters | |
---|---|
Name | Description |
a | TagTemplateName |
b | TagTemplateName |
Returns | |
---|---|
Type | Description |
bool |