public sealed class CompanyName : IResourceName, IEquatable<CompanyName>Resource name for the Company resource.
Namespace
Google.Cloud.Talent.V4Assembly
Google.Cloud.Talent.V4.dll
Constructors
CompanyName(String, String, String)
public CompanyName(string projectId, string tenantId, string companyId)Constructs a new instance of a CompanyName class from the component parts of pattern
projects/{project}/tenants/{tenant}/companies/{company}
| Parameters | |
|---|---|
| Name | Description |
projectId |
StringThe |
tenantId |
StringThe |
companyId |
StringThe |
Properties
CompanyId
public string CompanyId { get; }The Company 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 |
|
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 |
|
TenantId
public string TenantId { get; }The Tenant ID. Will not be null, unless this instance contains an unparsed resource name.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Type
public CompanyName.ResourceNameType Type { get; }The CompanyName.ResourceNameType of the contained resource name.
| Property Value | |
|---|---|
| Type | Description |
CompanyName.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)
public static string Format(string projectId, string tenantId, string companyId)Formats the IDs into the string representation of this CompanyName with pattern
projects/{project}/tenants/{tenant}/companies/{company}.
| Parameters | |
|---|---|
| Name | Description |
projectId |
StringThe |
tenantId |
StringThe |
companyId |
StringThe |
| Returns | |
|---|---|
| Type | Description |
String |
The string representation of this CompanyName with pattern
|
FormatProjectTenantCompany(String, String, String)
public static string FormatProjectTenantCompany(string projectId, string tenantId, string companyId)Formats the IDs into the string representation of this CompanyName with pattern
projects/{project}/tenants/{tenant}/companies/{company}.
| Parameters | |
|---|---|
| Name | Description |
projectId |
StringThe |
tenantId |
StringThe |
companyId |
StringThe |
| Returns | |
|---|---|
| Type | Description |
String |
The string representation of this CompanyName with pattern
|
FromProjectTenantCompany(String, String, String)
public static CompanyName FromProjectTenantCompany(string projectId, string tenantId, string companyId)Creates a CompanyName with the pattern
projects/{project}/tenants/{tenant}/companies/{company}.
| Parameters | |
|---|---|
| Name | Description |
projectId |
StringThe |
tenantId |
StringThe |
companyId |
StringThe |
| Returns | |
|---|---|
| Type | Description |
CompanyName |
A new instance of CompanyName constructed from the provided ids. |
FromUnparsed(UnparsedResourceName)
public static CompanyName FromUnparsed(UnparsedResourceName unparsedResourceName)Creates a CompanyName containing an unparsed resource name.
| Parameter | |
|---|---|
| Name | Description |
unparsedResourceName |
UnparsedResourceNameThe unparsed resource name. Must not be |
| Returns | |
|---|---|
| Type | Description |
CompanyName |
A new instance of CompanyName containing the provided |
GetHashCode()
public override int GetHashCode()Returns a hash code for this resource name.
| Returns | |
|---|---|
| Type | Description |
Int32 |
|
Parse(String)
public static CompanyName Parse(string companyName)Parses the given resource name string into a new CompanyName instance.
| Parameter | |
|---|---|
| Name | Description |
companyName |
StringThe resource name in string form. Must not be |
| Returns | |
|---|---|
| Type | Description |
CompanyName |
The parsed CompanyName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/tenants/{tenant}/companies/{company}
Parse(String, Boolean)
public static CompanyName Parse(string companyName, bool allowUnparsed)Parses the given resource name string into a new CompanyName instance; optionally allowing an unparseable resource name.
| Parameters | |
|---|---|
| Name | Description |
companyName |
StringThe resource name in string form. Must not be |
allowUnparsed |
BooleanIf |
| Returns | |
|---|---|
| Type | Description |
CompanyName |
The parsed CompanyName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/tenants/{tenant}/companies/{company}
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 CompanyName)
public static bool TryParse(string companyName, out CompanyName result)Tries to parse the given resource name string into a new CompanyName instance.
| Parameters | |
|---|---|
| Name | Description |
companyName |
StringThe resource name in string form. Must not be |
result |
CompanyNameWhen this method returns, the parsed CompanyName, or |
| Returns | |
|---|---|
| Type | Description |
Boolean |
|
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/tenants/{tenant}/companies/{company}
TryParse(String, Boolean, out CompanyName)
public static bool TryParse(string companyName, bool allowUnparsed, out CompanyName result)Tries to parse the given resource name string into a new CompanyName instance; optionally allowing an unparseable resource name.
| Parameters | |
|---|---|
| Name | Description |
companyName |
StringThe resource name in string form. Must not be |
allowUnparsed |
BooleanIf |
result |
CompanyNameWhen this method returns, the parsed CompanyName, or |
| Returns | |
|---|---|
| Type | Description |
Boolean |
|
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/tenants/{tenant}/companies/{company}
allowUnparsed is true.
Operators
Equality(CompanyName, CompanyName)
public static bool operator ==(CompanyName a, CompanyName b)| Parameters | |
|---|---|
| Name | Description |
a |
CompanyName |
b |
CompanyName |
| Returns | |
|---|---|
| Type | Description |
Boolean |
|
Inequality(CompanyName, CompanyName)
public static bool operator !=(CompanyName a, CompanyName b)| Parameters | |
|---|---|
| Name | Description |
a |
CompanyName |
b |
CompanyName |
| Returns | |
|---|---|
| Type | Description |
Boolean |
|