public sealed class ProfileName : IResourceName, IEquatable<ProfileName>
Resource name for the Profile
resource.
Namespace
Google.Cloud.Talent.V4Beta1Assembly
Google.Cloud.Talent.V4Beta1.dll
Constructors
ProfileName(String, String, String)
public ProfileName(string projectId, string tenantId, string profileId)
Constructs a new instance of a ProfileName class from the component parts of pattern
projects/{project}/tenants/{tenant}/profiles/{profile}
Name | Description |
projectId | String The |
tenantId | String The |
profileId | String The |
Properties
IsKnownPattern
public bool IsKnownPattern { get; }
Whether this instance contains a resource name with a known pattern.
Type | Description |
Boolean |
ProfileId
public string ProfileId { get; }
The Profile
ID. Will not be null
, unless this instance contains an unparsed resource name.
Type | Description |
String |
ProjectId
public string ProjectId { get; }
The Project
ID. Will not be null
, unless this instance contains an unparsed resource name.
Type | Description |
String |
TenantId
public string TenantId { get; }
The Tenant
ID. Will not be null
, unless this instance contains an unparsed resource name.
Type | Description |
String |
Type
public ProfileName.ResourceNameType Type { get; }
The ProfileName.ResourceNameType of the contained resource name.
Type | Description |
ProfileName.ResourceNameType |
UnparsedResource
public UnparsedResourceName UnparsedResource { get; }
The contained UnparsedResourceName. Only non-null
if this instance contains an
unparsed resource name.
Type | Description |
UnparsedResourceName |
Methods
Format(String, String, String)
public static string Format(string projectId, string tenantId, string profileId)
Formats the IDs into the string representation of this ProfileName with pattern
projects/{project}/tenants/{tenant}/profiles/{profile}
.
Name | Description |
projectId | String The |
tenantId | String The |
profileId | String The |
Type | Description |
String | The string representation of this ProfileName with pattern
|
FormatProjectTenantProfile(String, String, String)
public static string FormatProjectTenantProfile(string projectId, string tenantId, string profileId)
Formats the IDs into the string representation of this ProfileName with pattern
projects/{project}/tenants/{tenant}/profiles/{profile}
.
Name | Description |
projectId | String The |
tenantId | String The |
profileId | String The |
Type | Description |
String | The string representation of this ProfileName with pattern
|
FromProjectTenantProfile(String, String, String)
public static ProfileName FromProjectTenantProfile(string projectId, string tenantId, string profileId)
Creates a ProfileName with the pattern
projects/{project}/tenants/{tenant}/profiles/{profile}
.
Name | Description |
projectId | String The |
tenantId | String The |
profileId | String The |
Type | Description |
ProfileName | A new instance of ProfileName constructed from the provided ids. |
FromUnparsed(UnparsedResourceName)
public static ProfileName FromUnparsed(UnparsedResourceName unparsedResourceName)
Creates a ProfileName containing an unparsed resource name.
Name | Description |
unparsedResourceName | UnparsedResourceName The unparsed resource name. Must not be |
Type | Description |
ProfileName | A new instance of ProfileName containing the provided |
GetHashCode()
public override int GetHashCode()
Returns a hash code for this resource name.
Type | Description |
Int32 |
Parse(String)
public static ProfileName Parse(string profileName)
Parses the given resource name string into a new ProfileName instance.
Name | Description |
profileName | String The resource name in string form. Must not be |
Type | Description |
ProfileName | The parsed ProfileName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/tenants/{tenant}/profiles/{profile}
Parse(String, Boolean)
public static ProfileName Parse(string profileName, bool allowUnparsed)
Parses the given resource name string into a new ProfileName instance; optionally allowing an unparseable resource name.
Name | Description |
profileName | String The resource name in string form. Must not be |
allowUnparsed | Boolean If |
Type | Description |
ProfileName | The parsed ProfileName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/tenants/{tenant}/profiles/{profile}
allowUnparsed
is true
.
ToString()
public override string ToString()
The string representation of the resource name.
Type | Description |
String | The string representation of the resource name. |
TryParse(String, out ProfileName)
public static bool TryParse(string profileName, out ProfileName result)
Tries to parse the given resource name string into a new ProfileName instance.
Name | Description |
profileName | String The resource name in string form. Must not be |
result | ProfileName When this method returns, the parsed ProfileName, or |
Type | Description |
Boolean |
|
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/tenants/{tenant}/profiles/{profile}
TryParse(String, Boolean, out ProfileName)
public static bool TryParse(string profileName, bool allowUnparsed, out ProfileName result)
Tries to parse the given resource name string into a new ProfileName instance; optionally allowing an unparseable resource name.
Name | Description |
profileName | String The resource name in string form. Must not be |
allowUnparsed | Boolean If |
result | ProfileName When this method returns, the parsed ProfileName, or |
Type | Description |
Boolean |
|
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/tenants/{tenant}/profiles/{profile}
allowUnparsed
is true
.
Operators
Equality(ProfileName, ProfileName)
public static bool operator ==(ProfileName a, ProfileName b)
Name | Description |
a | ProfileName |
b | ProfileName |
Type | Description |
Boolean |
Inequality(ProfileName, ProfileName)
public static bool operator !=(ProfileName a, ProfileName b)
Name | Description |
a | ProfileName |
b | ProfileName |
Type | Description |
Boolean |