public sealed class TagName : IResourceName, IEquatable<TagName>
Resource name for the Tag
resource.
Namespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Constructors
TagName(String, String, String, String, String)
public TagName(string projectId, string locationId, string entryGroupId, string entryId, string tagId)
Constructs a new instance of a TagName class from the component parts of pattern
projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}/tags/{tag}
Parameters | |
---|---|
Name | Description |
projectId | String The |
locationId | String The |
entryGroupId | String The |
entryId | String The |
tagId | String The |
Properties
EntryGroupId
public string EntryGroupId { get; }
The EntryGroup
ID. Will not be null
, unless this instance contains an unparsed resource name.
Property Value | |
---|---|
Type | Description |
String |
EntryId
public string EntryId { get; }
The Entry
ID. Will not be null
, unless this instance contains an unparsed resource name.
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 |
Boolean |
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 |
TagId
public string TagId { get; }
The Tag
ID. Will not be null
, unless this instance contains an unparsed resource name.
Property Value | |
---|---|
Type | Description |
String |
Type
public TagName.ResourceNameType Type { get; }
The TagName.ResourceNameType of the contained resource name.
Property Value | |
---|---|
Type | Description |
TagName.ResourceNameType |
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, String, String)
public static string Format(string projectId, string locationId, string entryGroupId, string entryId, string tagId)
Formats the IDs into the string representation of this TagName with pattern
projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}/tags/{tag}
.
Parameters | |
---|---|
Name | Description |
projectId | String The |
locationId | String The |
entryGroupId | String The |
entryId | String The |
tagId | String The |
Returns | |
---|---|
Type | Description |
String | The string representation of this TagName with pattern
|
FormatProjectLocationEntryGroupEntryTag(String, String, String, String, String)
public static string FormatProjectLocationEntryGroupEntryTag(string projectId, string locationId, string entryGroupId, string entryId, string tagId)
Formats the IDs into the string representation of this TagName with pattern
projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}/tags/{tag}
.
Parameters | |
---|---|
Name | Description |
projectId | String The |
locationId | String The |
entryGroupId | String The |
entryId | String The |
tagId | String The |
Returns | |
---|---|
Type | Description |
String | The string representation of this TagName with pattern
|
FromProjectLocationEntryGroupEntryTag(String, String, String, String, String)
public static TagName FromProjectLocationEntryGroupEntryTag(string projectId, string locationId, string entryGroupId, string entryId, string tagId)
Creates a TagName with the pattern
projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}/tags/{tag}
.
Parameters | |
---|---|
Name | Description |
projectId | String The |
locationId | String The |
entryGroupId | String The |
entryId | String The |
tagId | String The |
Returns | |
---|---|
Type | Description |
TagName | A new instance of TagName constructed from the provided ids. |
FromUnparsed(UnparsedResourceName)
public static TagName FromUnparsed(UnparsedResourceName unparsedResourceName)
Creates a TagName containing an unparsed resource name.
Parameter | |
---|---|
Name | Description |
unparsedResourceName | UnparsedResourceName The unparsed resource name. Must not be |
Returns | |
---|---|
Type | Description |
TagName | A new instance of TagName containing the provided |
GetHashCode()
public override int GetHashCode()
Returns a hash code for this resource name.
Returns | |
---|---|
Type | Description |
Int32 |
Parse(String)
public static TagName Parse(string tagName)
Parses the given resource name string into a new TagName instance.
Parameter | |
---|---|
Name | Description |
tagName | String The resource name in string form. Must not be |
Returns | |
---|---|
Type | Description |
TagName | The parsed TagName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
-
projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}/tags/{tag}
Parse(String, Boolean)
public static TagName Parse(string tagName, bool allowUnparsed)
Parses the given resource name string into a new TagName instance; optionally allowing an unparseable resource name.
Parameters | |
---|---|
Name | Description |
tagName | String The resource name in string form. Must not be |
allowUnparsed | Boolean If |
Returns | |
---|---|
Type | Description |
TagName | The parsed TagName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
-
projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}/tags/{tag}
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 TagName)
public static bool TryParse(string tagName, out TagName result)
Tries to parse the given resource name string into a new TagName instance.
Parameters | |
---|---|
Name | Description |
tagName | String The resource name in string form. Must not be |
result | TagName When this method returns, the parsed TagName, or |
Returns | |
---|---|
Type | Description |
Boolean |
|
To parse successfully, the resource name must be formatted as one of the following:
-
projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}/tags/{tag}
TryParse(String, Boolean, out TagName)
public static bool TryParse(string tagName, bool allowUnparsed, out TagName result)
Tries to parse the given resource name string into a new TagName instance; optionally allowing an unparseable resource name.
Parameters | |
---|---|
Name | Description |
tagName | String The resource name in string form. Must not be |
allowUnparsed | Boolean If |
result | TagName When this method returns, the parsed TagName, or |
Returns | |
---|---|
Type | Description |
Boolean |
|
To parse successfully, the resource name must be formatted as one of the following:
-
projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}/tags/{tag}
allowUnparsed
is true
.
Operators
Equality(TagName, TagName)
public static bool operator ==(TagName a, TagName b)
Parameters | |
---|---|
Name | Description |
a | TagName |
b | TagName |
Returns | |
---|---|
Type | Description |
Boolean |
Inequality(TagName, TagName)
public static bool operator !=(TagName a, TagName b)
Parameters | |
---|---|
Name | Description |
a | TagName |
b | TagName |
Returns | |
---|---|
Type | Description |
Boolean |