Class ManagedServiceName (1.0.0)

public sealed class ManagedServiceName : IResourceName, IEquatable<ManagedServiceName>

Resource name for the ManagedService resource.

Inheritance

Object > ManagedServiceName

Namespace

Google.Cloud.ApiGateway.V1

Assembly

Google.Cloud.ApiGateway.V1.dll

Constructors

ManagedServiceName(String)

public ManagedServiceName(string serviceId)

Constructs a new instance of a ManagedServiceName class from the component parts of pattern services/{service}

Parameter
NameDescription
serviceIdString

The Service 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
Boolean

ServiceId

public string ServiceId { get; }

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

Property Value
TypeDescription
String

Type

public ManagedServiceName.ResourceNameType Type { get; }

The ManagedServiceName.ResourceNameType of the contained resource name.

Property Value
TypeDescription
ManagedServiceName.ResourceNameType

UnparsedResource

public UnparsedResourceName UnparsedResource { get; }

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

Property Value
TypeDescription
UnparsedResourceName

Methods

Format(String)

public static string Format(string serviceId)

Formats the IDs into the string representation of this ManagedServiceName with pattern services/{service}.

Parameter
NameDescription
serviceIdString

The Service ID. Must not be null or empty.

Returns
TypeDescription
String

The string representation of this ManagedServiceName with pattern services/{service}.

FormatService(String)

public static string FormatService(string serviceId)

Formats the IDs into the string representation of this ManagedServiceName with pattern services/{service}.

Parameter
NameDescription
serviceIdString

The Service ID. Must not be null or empty.

Returns
TypeDescription
String

The string representation of this ManagedServiceName with pattern services/{service}.

FromService(String)

public static ManagedServiceName FromService(string serviceId)

Creates a ManagedServiceName with the pattern services/{service}.

Parameter
NameDescription
serviceIdString

The Service ID. Must not be null or empty.

Returns
TypeDescription
ManagedServiceName

A new instance of ManagedServiceName constructed from the provided ids.

FromUnparsed(UnparsedResourceName)

public static ManagedServiceName FromUnparsed(UnparsedResourceName unparsedResourceName)

Creates a ManagedServiceName containing an unparsed resource name.

Parameter
NameDescription
unparsedResourceNameUnparsedResourceName

The unparsed resource name. Must not be null.

Returns
TypeDescription
ManagedServiceName

A new instance of ManagedServiceName containing the provided unparsedResourceName.

GetHashCode()

public override int GetHashCode()

Returns a hash code for this resource name.

Returns
TypeDescription
Int32
Overrides

Parse(String)

public static ManagedServiceName Parse(string managedServiceName)

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

Parameter
NameDescription
managedServiceNameString

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

Returns
TypeDescription
ManagedServiceName

The parsed ManagedServiceName if successful.

Remarks

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

  • services/{service}

Parse(String, Boolean)

public static ManagedServiceName Parse(string managedServiceName, bool allowUnparsed)

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

Parameters
NameDescription
managedServiceNameString

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

allowUnparsedBoolean

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

Returns
TypeDescription
ManagedServiceName

The parsed ManagedServiceName if successful.

Remarks

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

  • services/{service}
Or may be in any format if allowUnparsed is true.

ToString()

public override string ToString()

The string representation of the resource name.

Returns
TypeDescription
String

The string representation of the resource name.

Overrides

TryParse(String, out ManagedServiceName)

public static bool TryParse(string managedServiceName, out ManagedServiceName result)

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

Parameters
NameDescription
managedServiceNameString

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

resultManagedServiceName

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

Returns
TypeDescription
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:

  • services/{service}

TryParse(String, Boolean, out ManagedServiceName)

public static bool TryParse(string managedServiceName, bool allowUnparsed, out ManagedServiceName result)

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

Parameters
NameDescription
managedServiceNameString

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

allowUnparsedBoolean

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

resultManagedServiceName

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

Returns
TypeDescription
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:

  • services/{service}
Or may be in any format if allowUnparsed is true.

Operators

Equality(ManagedServiceName, ManagedServiceName)

public static bool operator ==(ManagedServiceName a, ManagedServiceName b)
Parameters
NameDescription
aManagedServiceName
bManagedServiceName
Returns
TypeDescription
Boolean

Inequality(ManagedServiceName, ManagedServiceName)

public static bool operator !=(ManagedServiceName a, ManagedServiceName b)
Parameters
NameDescription
aManagedServiceName
bManagedServiceName
Returns
TypeDescription
Boolean