public sealed class CustomerRepricingConfigName : IResourceName, IEquatable<CustomerRepricingConfigName>Reference documentation and code samples for the Cloud Channel v1 API class CustomerRepricingConfigName.
Resource name for the CustomerRepricingConfig resource.
Namespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Constructors
CustomerRepricingConfigName(string, string, string)
public CustomerRepricingConfigName(string accountId, string customerId, string customerRepricingConfigId)Constructs a new instance of a CustomerRepricingConfigName class from the component parts of
pattern accounts/{account}/customers/{customer}/customerRepricingConfigs/{customer_repricing_config}
| Parameters | |
|---|---|
| Name | Description |
accountId |
stringThe |
customerId |
stringThe |
customerRepricingConfigId |
stringThe |
Properties
AccountId
public string AccountId { get; }The Account ID. Will not be null, unless this instance contains an unparsed resource name.
| Property Value | |
|---|---|
| Type | Description |
string |
|
CustomerId
public string CustomerId { get; }The Customer ID. Will not be null, unless this instance contains an unparsed resource name.
| Property Value | |
|---|---|
| Type | Description |
string |
|
CustomerRepricingConfigId
public string CustomerRepricingConfigId { get; }The CustomerRepricingConfig 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 CustomerRepricingConfigName.ResourceNameType Type { get; }The CustomerRepricingConfigName.ResourceNameType of the contained resource name.
| Property Value | |
|---|---|
| Type | Description |
CustomerRepricingConfigNameResourceNameType |
|
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, string)
public static string Format(string accountId, string customerId, string customerRepricingConfigId)Formats the IDs into the string representation of this CustomerRepricingConfigName with
pattern accounts/{account}/customers/{customer}/customerRepricingConfigs/{customer_repricing_config}.
| Parameters | |
|---|---|
| Name | Description |
accountId |
stringThe |
customerId |
stringThe |
customerRepricingConfigId |
stringThe |
| Returns | |
|---|---|
| Type | Description |
string |
The string representation of this CustomerRepricingConfigName with pattern
|
FormatAccountCustomerCustomerRepricingConfig(string, string, string)
public static string FormatAccountCustomerCustomerRepricingConfig(string accountId, string customerId, string customerRepricingConfigId)Formats the IDs into the string representation of this CustomerRepricingConfigName with
pattern accounts/{account}/customers/{customer}/customerRepricingConfigs/{customer_repricing_config}.
| Parameters | |
|---|---|
| Name | Description |
accountId |
stringThe |
customerId |
stringThe |
customerRepricingConfigId |
stringThe |
| Returns | |
|---|---|
| Type | Description |
string |
The string representation of this CustomerRepricingConfigName with pattern
|
FromAccountCustomerCustomerRepricingConfig(string, string, string)
public static CustomerRepricingConfigName FromAccountCustomerCustomerRepricingConfig(string accountId, string customerId, string customerRepricingConfigId)Creates a CustomerRepricingConfigName with the pattern
accounts/{account}/customers/{customer}/customerRepricingConfigs/{customer_repricing_config}.
| Parameters | |
|---|---|
| Name | Description |
accountId |
stringThe |
customerId |
stringThe |
customerRepricingConfigId |
stringThe |
| Returns | |
|---|---|
| Type | Description |
CustomerRepricingConfigName |
A new instance of CustomerRepricingConfigName constructed from the provided ids. |
FromUnparsed(UnparsedResourceName)
public static CustomerRepricingConfigName FromUnparsed(UnparsedResourceName unparsedResourceName)Creates a CustomerRepricingConfigName containing an unparsed resource name.
| Parameter | |
|---|---|
| Name | Description |
unparsedResourceName |
UnparsedResourceNameThe unparsed resource name. Must not be |
| Returns | |
|---|---|
| Type | Description |
CustomerRepricingConfigName |
A new instance of CustomerRepricingConfigName containing the provided
|
GetHashCode()
public override int GetHashCode()Returns a hash code for this resource name.
| Returns | |
|---|---|
| Type | Description |
int |
|
Parse(string)
public static CustomerRepricingConfigName Parse(string customerRepricingConfigName)Parses the given resource name string into a new CustomerRepricingConfigName instance.
| Parameter | |
|---|---|
| Name | Description |
customerRepricingConfigName |
stringThe resource name in string form. Must not be |
| Returns | |
|---|---|
| Type | Description |
CustomerRepricingConfigName |
The parsed CustomerRepricingConfigName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
-
accounts/{account}/customers/{customer}/customerRepricingConfigs/{customer_repricing_config}
Parse(string, bool)
public static CustomerRepricingConfigName Parse(string customerRepricingConfigName, bool allowUnparsed)Parses the given resource name string into a new CustomerRepricingConfigName instance; optionally allowing an unparseable resource name.
| Parameters | |
|---|---|
| Name | Description |
customerRepricingConfigName |
stringThe resource name in string form. Must not be |
allowUnparsed |
boolIf |
| Returns | |
|---|---|
| Type | Description |
CustomerRepricingConfigName |
The parsed CustomerRepricingConfigName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
-
accounts/{account}/customers/{customer}/customerRepricingConfigs/{customer_repricing_config}
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 CustomerRepricingConfigName)
public static bool TryParse(string customerRepricingConfigName, out CustomerRepricingConfigName result)Tries to parse the given resource name string into a new CustomerRepricingConfigName instance.
| Parameters | |
|---|---|
| Name | Description |
customerRepricingConfigName |
stringThe resource name in string form. Must not be |
result |
CustomerRepricingConfigNameWhen this method returns, the parsed CustomerRepricingConfigName, or |
| Returns | |
|---|---|
| Type | Description |
bool |
|
To parse successfully, the resource name must be formatted as one of the following:
-
accounts/{account}/customers/{customer}/customerRepricingConfigs/{customer_repricing_config}
TryParse(string, bool, out CustomerRepricingConfigName)
public static bool TryParse(string customerRepricingConfigName, bool allowUnparsed, out CustomerRepricingConfigName result)Tries to parse the given resource name string into a new CustomerRepricingConfigName instance; optionally allowing an unparseable resource name.
| Parameters | |
|---|---|
| Name | Description |
customerRepricingConfigName |
stringThe resource name in string form. Must not be |
allowUnparsed |
boolIf |
result |
CustomerRepricingConfigNameWhen this method returns, the parsed CustomerRepricingConfigName, or |
| Returns | |
|---|---|
| Type | Description |
bool |
|
To parse successfully, the resource name must be formatted as one of the following:
-
accounts/{account}/customers/{customer}/customerRepricingConfigs/{customer_repricing_config}
allowUnparsed is true.
Operators
operator ==(CustomerRepricingConfigName, CustomerRepricingConfigName)
public static bool operator ==(CustomerRepricingConfigName a, CustomerRepricingConfigName b)Determines whether two specified resource names have the same value.
| Parameters | |
|---|---|
| Name | Description |
a |
CustomerRepricingConfigNameThe first resource name to compare, or null. |
b |
CustomerRepricingConfigNameThe second resource name to compare, or null. |
| Returns | |
|---|---|
| Type | Description |
bool |
true if the value of |
operator !=(CustomerRepricingConfigName, CustomerRepricingConfigName)
public static bool operator !=(CustomerRepricingConfigName a, CustomerRepricingConfigName b)Determines whether two specified resource names have different values.
| Parameters | |
|---|---|
| Name | Description |
a |
CustomerRepricingConfigNameThe first resource name to compare, or null. |
b |
CustomerRepricingConfigNameThe second resource name to compare, or null. |
| Returns | |
|---|---|
| Type | Description |
bool |
true if the value of |