public sealed class TopicName : IResourceName, IEquatable<TopicName>
Resource name for the Topic
resource.
Namespace
Google.Cloud.CloudBuild.V1Assembly
Google.Cloud.CloudBuild.V1.dll
Constructors
TopicName(String, String)
public TopicName(string projectId, string topicId)
Constructs a new instance of a TopicName class from the component parts of pattern
projects/{project}/topics/{topic}
Parameters | |
---|---|
Name | Description |
projectId | String The |
topicId | String The |
Properties
IsKnownPattern
public bool IsKnownPattern { get; }
Whether this instance contains a resource name with a known pattern.
Property Value | |
---|---|
Type | Description |
Boolean |
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 |
TopicId
public string TopicId { get; }
The Topic
ID. Will not be null
, unless this instance contains an unparsed resource name.
Property Value | |
---|---|
Type | Description |
String |
Type
public TopicName.ResourceNameType Type { get; }
The TopicName.ResourceNameType of the contained resource name.
Property Value | |
---|---|
Type | Description |
TopicName.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)
public static string Format(string projectId, string topicId)
Formats the IDs into the string representation of this TopicName with pattern
projects/{project}/topics/{topic}
.
Parameters | |
---|---|
Name | Description |
projectId | String The |
topicId | String The |
Returns | |
---|---|
Type | Description |
String | The string representation of this TopicName with pattern |
FormatProjectTopic(String, String)
public static string FormatProjectTopic(string projectId, string topicId)
Formats the IDs into the string representation of this TopicName with pattern
projects/{project}/topics/{topic}
.
Parameters | |
---|---|
Name | Description |
projectId | String The |
topicId | String The |
Returns | |
---|---|
Type | Description |
String | The string representation of this TopicName with pattern |
FromProjectTopic(String, String)
public static TopicName FromProjectTopic(string projectId, string topicId)
Creates a TopicName with the pattern projects/{project}/topics/{topic}
.
Parameters | |
---|---|
Name | Description |
projectId | String The |
topicId | String The |
Returns | |
---|---|
Type | Description |
TopicName | A new instance of TopicName constructed from the provided ids. |
FromUnparsed(UnparsedResourceName)
public static TopicName FromUnparsed(UnparsedResourceName unparsedResourceName)
Creates a TopicName containing an unparsed resource name.
Parameter | |
---|---|
Name | Description |
unparsedResourceName | UnparsedResourceName The unparsed resource name. Must not be |
Returns | |
---|---|
Type | Description |
TopicName | A new instance of TopicName containing the provided |
GetHashCode()
public override int GetHashCode()
Returns a hash code for this resource name.
Returns | |
---|---|
Type | Description |
Int32 |
Parse(String)
public static TopicName Parse(string topicName)
Parses the given resource name string into a new TopicName instance.
Parameter | |
---|---|
Name | Description |
topicName | String The resource name in string form. Must not be |
Returns | |
---|---|
Type | Description |
TopicName | The parsed TopicName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/topics/{topic}
Parse(String, Boolean)
public static TopicName Parse(string topicName, bool allowUnparsed)
Parses the given resource name string into a new TopicName instance; optionally allowing an unparseable resource name.
Parameters | |
---|---|
Name | Description |
topicName | String The resource name in string form. Must not be |
allowUnparsed | Boolean If |
Returns | |
---|---|
Type | Description |
TopicName | The parsed TopicName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/topics/{topic}
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 TopicName)
public static bool TryParse(string topicName, out TopicName result)
Tries to parse the given resource name string into a new TopicName instance.
Parameters | |
---|---|
Name | Description |
topicName | String The resource name in string form. Must not be |
result | TopicName When this method returns, the parsed TopicName, or |
Returns | |
---|---|
Type | Description |
Boolean |
|
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/topics/{topic}
TryParse(String, Boolean, out TopicName)
public static bool TryParse(string topicName, bool allowUnparsed, out TopicName result)
Tries to parse the given resource name string into a new TopicName instance; optionally allowing an unparseable resource name.
Parameters | |
---|---|
Name | Description |
topicName | String The resource name in string form. Must not be |
allowUnparsed | Boolean If |
result | TopicName When this method returns, the parsed TopicName, or |
Returns | |
---|---|
Type | Description |
Boolean |
|
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/topics/{topic}
allowUnparsed
is true
.
Operators
Equality(TopicName, TopicName)
public static bool operator ==(TopicName a, TopicName b)
Parameters | |
---|---|
Name | Description |
a | TopicName |
b | TopicName |
Returns | |
---|---|
Type | Description |
Boolean |
Inequality(TopicName, TopicName)
public static bool operator !=(TopicName a, TopicName b)
Parameters | |
---|---|
Name | Description |
a | TopicName |
b | TopicName |
Returns | |
---|---|
Type | Description |
Boolean |