public sealed class BillingAccountName : IResourceName, IEquatable<BillingAccountName>Resource name for the 'billing account' resource which is widespread across Google Cloud Platform. While most resource names are generated on a per-API basis, many APIs use a billing account 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
BillingAccountName(String)
public BillingAccountName(string billingAccountId)Constructs a new instance of a BillingAccountName class from the component parts of pattern
billingAccounts/{billing_account}
| Parameter | |
|---|---|
| Name | Description | 
| billingAccountId | StringThe  | 
Properties
BillingAccountId
public string BillingAccountId { get; }The BillingAccount 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 | |
Type
public BillingAccountName.ResourceNameType Type { get; }The BillingAccountName.ResourceNameType of the contained resource name.
| Property Value | |
|---|---|
| Type | Description | 
| BillingAccountName.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(BillingAccountName)
public bool Equals(BillingAccountName other)| Parameter | |
|---|---|
| Name | Description | 
| other | BillingAccountName | 
| 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 billingAccountId)Formats the IDs into the string representation of this BillingAccountName with pattern
billingAccounts/{billing_account}.
| Parameter | |
|---|---|
| Name | Description | 
| billingAccountId | StringThe  | 
| Returns | |
|---|---|
| Type | Description | 
| String | The string representation of this BillingAccountName with pattern
 | 
FormatBillingAccount(String)
public static string FormatBillingAccount(string billingAccountId)Formats the IDs into the string representation of this BillingAccountName with pattern
billingAccounts/{billing_account}.
| Parameter | |
|---|---|
| Name | Description | 
| billingAccountId | StringThe  | 
| Returns | |
|---|---|
| Type | Description | 
| String | The string representation of this BillingAccountName with pattern
 | 
FromBillingAccount(String)
public static BillingAccountName FromBillingAccount(string billingAccountId)Creates a BillingAccountName with the pattern billingAccounts/{billing_account}.
| Parameter | |
|---|---|
| Name | Description | 
| billingAccountId | StringThe  | 
| Returns | |
|---|---|
| Type | Description | 
| BillingAccountName | A new instance of BillingAccountName constructed from the provided ids. | 
FromUnparsed(UnparsedResourceName)
public static BillingAccountName FromUnparsed(UnparsedResourceName unparsedResourceName)Creates a BillingAccountName containing an unparsed resource name.
| Parameter | |
|---|---|
| Name | Description | 
| unparsedResourceName | UnparsedResourceNameThe unparsed resource name. Must not be  | 
| Returns | |
|---|---|
| Type | Description | 
| BillingAccountName | A new instance of BillingAccountName containing the provided
 | 
GetHashCode()
public override int GetHashCode()| Returns | |
|---|---|
| Type | Description | 
| Int32 | |
Parse(String)
public static BillingAccountName Parse(string billingAccountName)Parses the given resource name string into a new BillingAccountName instance.
| Parameter | |
|---|---|
| Name | Description | 
| billingAccountName | StringThe resource name in string form. Must not be  | 
| Returns | |
|---|---|
| Type | Description | 
| BillingAccountName | The parsed BillingAccountName if successful. | 
To parse successfully, the resource name must be formatted as one of the following:
- billingAccounts/{billing_account}
Parse(String, Boolean)
public static BillingAccountName Parse(string billingAccountName, bool allowUnparsed)Parses the given resource name string into a new BillingAccountName instance; optionally allowing an unparseable resource name.
| Parameters | |
|---|---|
| Name | Description | 
| billingAccountName | StringThe resource name in string form. Must not be  | 
| allowUnparsed | BooleanIf  | 
| Returns | |
|---|---|
| Type | Description | 
| BillingAccountName | The parsed BillingAccountName if successful. | 
To parse successfully, the resource name must be formatted as one of the following:
- billingAccounts/{billing_account}
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 BillingAccountName)
public static bool TryParse(string billingAccountName, out BillingAccountName result)Tries to parse the given resource name string into a new BillingAccountName instance.
| Parameters | |
|---|---|
| Name | Description | 
| billingAccountName | StringThe resource name in string form. Must not be  | 
| result | BillingAccountNameWhen this method returns, the parsed BillingAccountName, or  | 
| Returns | |
|---|---|
| Type | Description | 
| Boolean | 
 | 
To parse successfully, the resource name must be formatted as one of the following:
- billingAccounts/{billing_account}
TryParse(String, Boolean, out BillingAccountName)
public static bool TryParse(string billingAccountName, bool allowUnparsed, out BillingAccountName result)Tries to parse the given resource name string into a new BillingAccountName instance; optionally allowing an unparseable resource name.
| Parameters | |
|---|---|
| Name | Description | 
| billingAccountName | StringThe resource name in string form. Must not be  | 
| allowUnparsed | BooleanIf  | 
| result | BillingAccountNameWhen this method returns, the parsed BillingAccountName, or  | 
| Returns | |
|---|---|
| Type | Description | 
| Boolean | 
 | 
To parse successfully, the resource name must be formatted as one of the following:
- billingAccounts/{billing_account}
allowUnparsed is true.
Operators
Equality(BillingAccountName, BillingAccountName)
public static bool operator ==(BillingAccountName a, BillingAccountName b)| Parameters | |
|---|---|
| Name | Description | 
| a | BillingAccountName | 
| b | BillingAccountName | 
| Returns | |
|---|---|
| Type | Description | 
| Boolean | |
Inequality(BillingAccountName, BillingAccountName)
public static bool operator !=(BillingAccountName a, BillingAccountName b)| Parameters | |
|---|---|
| Name | Description | 
| a | BillingAccountName | 
| b | BillingAccountName | 
| Returns | |
|---|---|
| Type | Description | 
| Boolean | |