public sealed class OrganizationName : IResourceName, IEquatable<OrganizationName>Resource name for the 'organization' resource which is widespread across Google Cloud Platform. While most resource names are generated on a per-API basis, many APIs use an organization resource, and it's useful to be able to pass values from one API to another.
Namespace
Google.Api.Gax.ResourceNamesAssembly
Google.Api.Gax.dll
Constructors
OrganizationName(String)
public OrganizationName(string organizationId)Constructs a new instance of a OrganizationName class from the component parts of pattern
organizations/{organization}
| Parameter | |
|---|---|
| Name | Description |
organizationId |
StringThe |
Properties
IsKnownPattern
public bool IsKnownPattern { get; }Whether this instance contains a resource name with a known pattern.
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
OrganizationId
public string OrganizationId { get; }The Organization ID. Will not be null, unless this instance contains an unparsed resource
name.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Type
public OrganizationName.ResourceNameType Type { get; }The OrganizationName.ResourceNameType of the contained resource name.
| Property Value | |
|---|---|
| Type | Description |
OrganizationName.ResourceNameType |
|
UnparsedResource
public UnparsedResourceName UnparsedResource { get; }The contained UnparsedResourceName. Only non-nullif this instance contains an
unparsed resource name.
| Property Value | |
|---|---|
| Type | Description |
UnparsedResourceName |
|
Methods
Equals(OrganizationName)
public bool Equals(OrganizationName other)| Parameter | |
|---|---|
| Name | Description |
other |
OrganizationName |
| Returns | |
|---|---|
| Type | Description |
Boolean |
|
Equals(Object)
public override bool Equals(object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
Boolean |
|
Format(String)
public static string Format(string organizationId)Formats the IDs into the string representation of this OrganizationName with pattern
organizations/{organization}.
| Parameter | |
|---|---|
| Name | Description |
organizationId |
StringThe |
| Returns | |
|---|---|
| Type | Description |
String |
The string representation of this OrganizationName with pattern
|
FormatOrganization(String)
public static string FormatOrganization(string organizationId)Formats the IDs into the string representation of this OrganizationName with pattern
organizations/{organization}.
| Parameter | |
|---|---|
| Name | Description |
organizationId |
StringThe |
| Returns | |
|---|---|
| Type | Description |
String |
The string representation of this OrganizationName with pattern
|
FromOrganization(String)
public static OrganizationName FromOrganization(string organizationId)Creates a OrganizationName with the pattern organizations/{organization}.
| Parameter | |
|---|---|
| Name | Description |
organizationId |
StringThe |
| Returns | |
|---|---|
| Type | Description |
OrganizationName |
A new instance of OrganizationName constructed from the provided ids. |
FromUnparsed(UnparsedResourceName)
public static OrganizationName FromUnparsed(UnparsedResourceName unparsedResourceName)Creates a OrganizationName containing an unparsed resource name.
| Parameter | |
|---|---|
| Name | Description |
unparsedResourceName |
UnparsedResourceNameThe unparsed resource name. Must not be |
| Returns | |
|---|---|
| Type | Description |
OrganizationName |
A new instance of OrganizationName containing the provided
|
GetHashCode()
public override int GetHashCode()| Returns | |
|---|---|
| Type | Description |
Int32 |
|
Parse(String)
public static OrganizationName Parse(string organizationName)Parses the given resource name string into a new OrganizationName instance.
| Parameter | |
|---|---|
| Name | Description |
organizationName |
StringThe resource name in string form. Must not be |
| Returns | |
|---|---|
| Type | Description |
OrganizationName |
The parsed OrganizationName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
organizations/{organization}
Parse(String, Boolean)
public static OrganizationName Parse(string organizationName, bool allowUnparsed)Parses the given resource name string into a new OrganizationName instance; optionally allowing an unparseable resource name.
| Parameters | |
|---|---|
| Name | Description |
organizationName |
StringThe resource name in string form. Must not be |
allowUnparsed |
BooleanIf |
| Returns | |
|---|---|
| Type | Description |
OrganizationName |
The parsed OrganizationName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
organizations/{organization}
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 OrganizationName)
public static bool TryParse(string organizationName, out OrganizationName result)Tries to parse the given resource name string into a new OrganizationName instance.
| Parameters | |
|---|---|
| Name | Description |
organizationName |
StringThe resource name in string form. Must not be |
result |
OrganizationNameWhen this method returns, the parsed OrganizationName, or |
| Returns | |
|---|---|
| Type | Description |
Boolean |
|
To parse successfully, the resource name must be formatted as one of the following:
organizations/{organization}
TryParse(String, Boolean, out OrganizationName)
public static bool TryParse(string organizationName, bool allowUnparsed, out OrganizationName result)Tries to parse the given resource name string into a new OrganizationName instance; optionally allowing an unparseable resource name.
| Parameters | |
|---|---|
| Name | Description |
organizationName |
StringThe resource name in string form. Must not be |
allowUnparsed |
BooleanIf |
result |
OrganizationNameWhen this method returns, the parsed OrganizationName, or |
| Returns | |
|---|---|
| Type | Description |
Boolean |
|
To parse successfully, the resource name must be formatted as one of the following:
organizations/{organization}
allowUnparsed is true.
Operators
Equality(OrganizationName, OrganizationName)
public static bool operator ==(OrganizationName a, OrganizationName b)| Parameters | |
|---|---|
| Name | Description |
a |
OrganizationName |
b |
OrganizationName |
| Returns | |
|---|---|
| Type | Description |
Boolean |
|
Inequality(OrganizationName, OrganizationName)
public static bool operator !=(OrganizationName a, OrganizationName b)| Parameters | |
|---|---|
| Name | Description |
a |
OrganizationName |
b |
OrganizationName |
| Returns | |
|---|---|
| Type | Description |
Boolean |
|