public sealed class BudgetName : IResourceName, IEquatable<BudgetName>Resource name for the Budget resource.
Namespace
Google.Cloud.Billing.Budgets.V1Assembly
Google.Cloud.Billing.Budgets.V1.dll
Constructors
BudgetName(String, String)
public BudgetName(string billingAccountId, string budgetId)Constructs a new instance of a BudgetName class from the component parts of pattern
billingAccounts/{billing_account}/budgets/{budget}
| Parameters | |
|---|---|
| Name | Description |
billingAccountId |
StringThe |
budgetId |
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 |
|
BudgetId
public string BudgetId { get; }The Budget 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 BudgetName.ResourceNameType Type { get; }The BudgetName.ResourceNameType of the contained resource name.
| Property Value | |
|---|---|
| Type | Description |
BudgetName.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)
public static string Format(string billingAccountId, string budgetId)Formats the IDs into the string representation of this BudgetName with pattern
billingAccounts/{billing_account}/budgets/{budget}.
| Parameters | |
|---|---|
| Name | Description |
billingAccountId |
StringThe |
budgetId |
StringThe |
| Returns | |
|---|---|
| Type | Description |
String |
The string representation of this BudgetName with pattern
|
FormatBillingAccountBudget(String, String)
public static string FormatBillingAccountBudget(string billingAccountId, string budgetId)Formats the IDs into the string representation of this BudgetName with pattern
billingAccounts/{billing_account}/budgets/{budget}.
| Parameters | |
|---|---|
| Name | Description |
billingAccountId |
StringThe |
budgetId |
StringThe |
| Returns | |
|---|---|
| Type | Description |
String |
The string representation of this BudgetName with pattern
|
FromBillingAccountBudget(String, String)
public static BudgetName FromBillingAccountBudget(string billingAccountId, string budgetId)Creates a BudgetName with the pattern billingAccounts/{billing_account}/budgets/{budget}
.
| Parameters | |
|---|---|
| Name | Description |
billingAccountId |
StringThe |
budgetId |
StringThe |
| Returns | |
|---|---|
| Type | Description |
BudgetName |
A new instance of BudgetName constructed from the provided ids. |
FromUnparsed(UnparsedResourceName)
public static BudgetName FromUnparsed(UnparsedResourceName unparsedResourceName)Creates a BudgetName containing an unparsed resource name.
| Parameter | |
|---|---|
| Name | Description |
unparsedResourceName |
UnparsedResourceNameThe unparsed resource name. Must not be |
| Returns | |
|---|---|
| Type | Description |
BudgetName |
A new instance of BudgetName containing the provided |
GetHashCode()
public override int GetHashCode()Returns a hash code for this resource name.
| Returns | |
|---|---|
| Type | Description |
Int32 |
|
Parse(String)
public static BudgetName Parse(string budgetName)Parses the given resource name string into a new BudgetName instance.
| Parameter | |
|---|---|
| Name | Description |
budgetName |
StringThe resource name in string form. Must not be |
| Returns | |
|---|---|
| Type | Description |
BudgetName |
The parsed BudgetName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
billingAccounts/{billing_account}/budgets/{budget}
Parse(String, Boolean)
public static BudgetName Parse(string budgetName, bool allowUnparsed)Parses the given resource name string into a new BudgetName instance; optionally allowing an unparseable resource name.
| Parameters | |
|---|---|
| Name | Description |
budgetName |
StringThe resource name in string form. Must not be |
allowUnparsed |
BooleanIf |
| Returns | |
|---|---|
| Type | Description |
BudgetName |
The parsed BudgetName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
billingAccounts/{billing_account}/budgets/{budget}
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 BudgetName)
public static bool TryParse(string budgetName, out BudgetName result)Tries to parse the given resource name string into a new BudgetName instance.
| Parameters | |
|---|---|
| Name | Description |
budgetName |
StringThe resource name in string form. Must not be |
result |
BudgetNameWhen this method returns, the parsed BudgetName, or |
| Returns | |
|---|---|
| Type | Description |
Boolean |
|
To parse successfully, the resource name must be formatted as one of the following:
billingAccounts/{billing_account}/budgets/{budget}
TryParse(String, Boolean, out BudgetName)
public static bool TryParse(string budgetName, bool allowUnparsed, out BudgetName result)Tries to parse the given resource name string into a new BudgetName instance; optionally allowing an unparseable resource name.
| Parameters | |
|---|---|
| Name | Description |
budgetName |
StringThe resource name in string form. Must not be |
allowUnparsed |
BooleanIf |
result |
BudgetNameWhen this method returns, the parsed BudgetName, or |
| Returns | |
|---|---|
| Type | Description |
Boolean |
|
To parse successfully, the resource name must be formatted as one of the following:
billingAccounts/{billing_account}/budgets/{budget}
allowUnparsed is true.
Operators
Equality(BudgetName, BudgetName)
public static bool operator ==(BudgetName a, BudgetName b)| Parameters | |
|---|---|
| Name | Description |
a |
BudgetName |
b |
BudgetName |
| Returns | |
|---|---|
| Type | Description |
Boolean |
|
Inequality(BudgetName, BudgetName)
public static bool operator !=(BudgetName a, BudgetName b)| Parameters | |
|---|---|
| Name | Description |
a |
BudgetName |
b |
BudgetName |
| Returns | |
|---|---|
| Type | Description |
Boolean |
|