public sealed class BudgetName : IResourceName, IEquatable<BudgetName>
Reference documentation and code samples for the Cloud Billing Budget v1 API class 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 | string The |
budgetId | string The |
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 |
bool |
Type
public BudgetName.ResourceNameType Type { get; }
The BudgetName.ResourceNameType of the contained resource name.
Property Value | |
---|---|
Type | Description |
BudgetNameResourceNameType |
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 | string The |
budgetId | string The |
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 | string The |
budgetId | string The |
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 | string The |
budgetId | string The |
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 | UnparsedResourceName The 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 |
int |
Parse(string)
public static BudgetName Parse(string budgetName)
Parses the given resource name string into a new BudgetName instance.
Parameter | |
---|---|
Name | Description |
budgetName | string The 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, bool)
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 | string The resource name in string form. Must not be |
allowUnparsed | bool If |
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 | string The resource name in string form. Must not be |
result | BudgetName When this method returns, the parsed BudgetName, or |
Returns | |
---|---|
Type | Description |
bool |
|
To parse successfully, the resource name must be formatted as one of the following:
billingAccounts/{billing_account}/budgets/{budget}
TryParse(string, bool, 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 | string The resource name in string form. Must not be |
allowUnparsed | bool If |
result | BudgetName When this method returns, the parsed BudgetName, or |
Returns | |
---|---|
Type | Description |
bool |
|
To parse successfully, the resource name must be formatted as one of the following:
billingAccounts/{billing_account}/budgets/{budget}
allowUnparsed
is true
.
Operators
operator ==(BudgetName, BudgetName)
public static bool operator ==(BudgetName a, BudgetName b)
Parameters | |
---|---|
Name | Description |
a | BudgetName |
b | BudgetName |
Returns | |
---|---|
Type | Description |
bool |
operator !=(BudgetName, BudgetName)
public static bool operator !=(BudgetName a, BudgetName b)
Parameters | |
---|---|
Name | Description |
a | BudgetName |
b | BudgetName |
Returns | |
---|---|
Type | Description |
bool |