Class TenantName (1.0.0)

public sealed class TenantName : IResourceName, IEquatable<TenantName>

Resource name for the Tenant resource.

Inheritance

System.Object > TenantName

Implements

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

Namespace

Google.Cloud.Talent.V4

Assembly

Google.Cloud.Talent.V4.dll

Constructors

TenantName(String, String)

public TenantName(string projectId, string tenantId)

Constructs a new instance of a TenantName class from the component parts of pattern projects/{project}/tenants/{tenant}

Parameters
NameDescription
projectIdSystem.String

The Project ID. Must not be null or empty.

tenantIdSystem.String

The Tenant 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

TenantId

public string TenantId { get; }

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

Property Value
TypeDescription
System.String

Type

public TenantName.ResourceNameType Type { get; }

The TenantName.ResourceNameType of the contained resource name.

Property Value
TypeDescription
TenantName.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 tenantId)

Formats the IDs into the string representation of this TenantName with pattern projects/{project}/tenants/{tenant}.

Parameters
NameDescription
projectIdSystem.String

The Project ID. Must not be null or empty.

tenantIdSystem.String

The Tenant ID. Must not be null or empty.

Returns
TypeDescription
System.String

The string representation of this TenantName with pattern projects/{project}/tenants/{tenant}.

FormatProjectTenant(String, String)

public static string FormatProjectTenant(string projectId, string tenantId)

Formats the IDs into the string representation of this TenantName with pattern projects/{project}/tenants/{tenant}.

Parameters
NameDescription
projectIdSystem.String

The Project ID. Must not be null or empty.

tenantIdSystem.String

The Tenant ID. Must not be null or empty.

Returns
TypeDescription
System.String

The string representation of this TenantName with pattern projects/{project}/tenants/{tenant}.

FromProjectTenant(String, String)

public static TenantName FromProjectTenant(string projectId, string tenantId)

Creates a TenantName with the pattern projects/{project}/tenants/{tenant}.

Parameters
NameDescription
projectIdSystem.String

The Project ID. Must not be null or empty.

tenantIdSystem.String

The Tenant ID. Must not be null or empty.

Returns
TypeDescription
TenantName

A new instance of TenantName constructed from the provided ids.

FromUnparsed(UnparsedResourceName)

public static TenantName FromUnparsed(UnparsedResourceName unparsedResourceName)

Creates a TenantName containing an unparsed resource name.

Parameter
NameDescription
unparsedResourceNameGoogle.Api.Gax.UnparsedResourceName

The unparsed resource name. Must not be null.

Returns
TypeDescription
TenantName

A new instance of TenantName 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 TenantName Parse(string tenantName)

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

Parameter
NameDescription
tenantNameSystem.String

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

Returns
TypeDescription
TenantName

The parsed TenantName if successful.

Remarks

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

  • projects/{project}/tenants/{tenant}

Parse(String, Boolean)

public static TenantName Parse(string tenantName, bool allowUnparsed)

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

Parameters
NameDescription
tenantNameSystem.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
TenantName

The parsed TenantName if successful.

Remarks

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

  • projects/{project}/tenants/{tenant}
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 TenantName)

public static bool TryParse(string tenantName, out TenantName result)

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

Parameters
NameDescription
tenantNameSystem.String

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

resultTenantName

When this method returns, the parsed TenantName, 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}/tenants/{tenant}

TryParse(String, Boolean, out TenantName)

public static bool TryParse(string tenantName, bool allowUnparsed, out TenantName result)

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

Parameters
NameDescription
tenantNameSystem.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.

resultTenantName

When this method returns, the parsed TenantName, 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}/tenants/{tenant}
Or may be in any format if allowUnparsed is true.

Operators

Equality(TenantName, TenantName)

public static bool operator ==(TenantName a, TenantName b)
Parameters
NameDescription
aTenantName
bTenantName
Returns
TypeDescription
System.Boolean

Inequality(TenantName, TenantName)

public static bool operator !=(TenantName a, TenantName b)
Parameters
NameDescription
aTenantName
bTenantName
Returns
TypeDescription
System.Boolean