Class SubscriptionName (2.3.0)

public sealed class SubscriptionName : IResourceName, IEquatable<SubscriptionName>

Resource name for the Subscription resource.

Inheritance

System.Object > SubscriptionName

Implements

Google.Api.Gax.IResourceName, System.IEquatable<SubscriptionName>

Namespace

Google.Cloud.PubSub.V1

Assembly

Google.Cloud.PubSub.V1.dll

Constructors

SubscriptionName(String, String)

public SubscriptionName(string projectId, string subscriptionId)

Constructs a new instance of a SubscriptionName class from the component parts of pattern projects/{project}/subscriptions/{subscription}

Parameters
NameDescription
projectIdSystem.String

The Project ID. Must not be null or empty.

subscriptionIdSystem.String

The Subscription ID. Must not be null or empty.

Properties

IsKnownPattern

public bool IsKnownPattern { get; }

Whether this instance contains a resource name with a known pattern.

Property Value
TypeDescription
System.Boolean

ProjectId

public string ProjectId { get; }

The Project ID. Will not be null, unless this instance contains an unparsed resource name.

Property Value
TypeDescription
System.String

SubscriptionId

public string SubscriptionId { get; }

The Subscription ID. Will not be null, unless this instance contains an unparsed resource name.

Property Value
TypeDescription
System.String

Type

public SubscriptionName.ResourceNameType Type { get; }

The SubscriptionName.ResourceNameType of the contained resource name.

Property Value
TypeDescription
SubscriptionName.ResourceNameType

UnparsedResource

public UnparsedResourceName UnparsedResource { get; }

The contained Google.Api.Gax.UnparsedResourceName. Only non-null if this instance contains an unparsed resource name.

Property Value
TypeDescription
Google.Api.Gax.UnparsedResourceName

Methods

Format(String, String)

public static string Format(string projectId, string subscriptionId)

Formats the IDs into the string representation of this SubscriptionName with pattern projects/{project}/subscriptions/{subscription}.

Parameters
NameDescription
projectIdSystem.String

The Project ID. Must not be null or empty.

subscriptionIdSystem.String

The Subscription ID. Must not be null or empty.

Returns
TypeDescription
System.String

The string representation of this SubscriptionName with pattern projects/{project}/subscriptions/{subscription}.

FormatProjectSubscription(String, String)

public static string FormatProjectSubscription(string projectId, string subscriptionId)

Formats the IDs into the string representation of this SubscriptionName with pattern projects/{project}/subscriptions/{subscription}.

Parameters
NameDescription
projectIdSystem.String

The Project ID. Must not be null or empty.

subscriptionIdSystem.String

The Subscription ID. Must not be null or empty.

Returns
TypeDescription
System.String

The string representation of this SubscriptionName with pattern projects/{project}/subscriptions/{subscription}.

FromProjectSubscription(String, String)

public static SubscriptionName FromProjectSubscription(string projectId, string subscriptionId)

Creates a SubscriptionName with the pattern projects/{project}/subscriptions/{subscription} .

Parameters
NameDescription
projectIdSystem.String

The Project ID. Must not be null or empty.

subscriptionIdSystem.String

The Subscription ID. Must not be null or empty.

Returns
TypeDescription
SubscriptionName

A new instance of SubscriptionName constructed from the provided ids.

FromUnparsed(UnparsedResourceName)

public static SubscriptionName FromUnparsed(UnparsedResourceName unparsedResourceName)

Creates a SubscriptionName containing an unparsed resource name.

Parameter
NameDescription
unparsedResourceNameGoogle.Api.Gax.UnparsedResourceName

The unparsed resource name. Must not be null.

Returns
TypeDescription
SubscriptionName

A new instance of SubscriptionName containing the provided unparsedResourceName.

GetHashCode()

public override int GetHashCode()

Returns a hash code for this resource name.

Returns
TypeDescription
System.Int32
Overrides
System.Object.GetHashCode()

Parse(String)

public static SubscriptionName Parse(string subscriptionName)

Parses the given resource name string into a new SubscriptionName instance.

Parameter
NameDescription
subscriptionNameSystem.String

The resource name in string form. Must not be null.

Returns
TypeDescription
SubscriptionName

The parsed SubscriptionName if successful.

Remarks

To parse successfully, the resource name must be formatted as one of the following:

  • projects/{project}/subscriptions/{subscription}

Parse(String, Boolean)

public static SubscriptionName Parse(string subscriptionName, bool allowUnparsed)

Parses the given resource name string into a new SubscriptionName instance; optionally allowing an unparseable resource name.

Parameters
NameDescription
subscriptionNameSystem.String

The resource name in string form. Must not be null.

allowUnparsedSystem.Boolean

If true will successfully store an unparseable resource name into the UnparsedResource property; otherwise will throw an System.ArgumentException if an unparseable resource name is specified.

Returns
TypeDescription
SubscriptionName

The parsed SubscriptionName if successful.

Remarks

To parse successfully, the resource name must be formatted as one of the following:

  • projects/{project}/subscriptions/{subscription}
Or may be in any format if allowUnparsed is true.

ToString()

public override string ToString()

The string representation of the resource name.

Returns
TypeDescription
System.String

The string representation of the resource name.

Overrides
System.Object.ToString()

TryParse(String, out SubscriptionName)

public static bool TryParse(string subscriptionName, out SubscriptionName result)

Tries to parse the given resource name string into a new SubscriptionName instance.

Parameters
NameDescription
subscriptionNameSystem.String

The resource name in string form. Must not be null.

resultSubscriptionName

When this method returns, the parsed SubscriptionName, or null if parsing failed.

Returns
TypeDescription
System.Boolean

true if the name was parsed successfully; false otherwise.

Remarks

To parse successfully, the resource name must be formatted as one of the following:

  • projects/{project}/subscriptions/{subscription}

TryParse(String, Boolean, out SubscriptionName)

public static bool TryParse(string subscriptionName, bool allowUnparsed, out SubscriptionName result)

Tries to parse the given resource name string into a new SubscriptionName instance; optionally allowing an unparseable resource name.

Parameters
NameDescription
subscriptionNameSystem.String

The resource name in string form. Must not be null.

allowUnparsedSystem.Boolean

If true will successfully store an unparseable resource name into the UnparsedResource property; otherwise will throw an System.ArgumentException if an unparseable resource name is specified.

resultSubscriptionName

When this method returns, the parsed SubscriptionName, or null if parsing failed.

Returns
TypeDescription
System.Boolean

true if the name was parsed successfully; false otherwise.

Remarks

To parse successfully, the resource name must be formatted as one of the following:

  • projects/{project}/subscriptions/{subscription}
Or may be in any format if allowUnparsed is true.

Operators

Equality(SubscriptionName, SubscriptionName)

public static bool operator ==(SubscriptionName a, SubscriptionName b)
Parameters
NameDescription
aSubscriptionName
bSubscriptionName
Returns
TypeDescription
System.Boolean

Inequality(SubscriptionName, SubscriptionName)

public static bool operator !=(SubscriptionName a, SubscriptionName b)
Parameters
NameDescription
aSubscriptionName
bSubscriptionName
Returns
TypeDescription
System.Boolean