Cloud Channel v1 API - Class CustomerRepricingConfigName (2.11.0)

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.

Inheritance

object > CustomerRepricingConfigName

Namespace

Google.Cloud.Channel.V1

Assembly

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
NameDescription
accountIdstring

The Account ID. Must not be null or empty.

customerIdstring

The Customer ID. Must not be null or empty.

customerRepricingConfigIdstring

The CustomerRepricingConfig ID. Must not be null or empty.

Properties

AccountId

public string AccountId { get; }

The Account ID. Will not be null, unless this instance contains an unparsed resource name.

Property Value
TypeDescription
string

CustomerId

public string CustomerId { get; }

The Customer ID. Will not be null, unless this instance contains an unparsed resource name.

Property Value
TypeDescription
string

CustomerRepricingConfigId

public string CustomerRepricingConfigId { get; }

The CustomerRepricingConfig ID. Will not be null, unless this instance contains an unparsed resource name.

Property Value
TypeDescription
string

IsKnownPattern

public bool IsKnownPattern { get; }

Whether this instance contains a resource name with a known pattern.

Property Value
TypeDescription
bool

Type

public CustomerRepricingConfigName.ResourceNameType Type { get; }

The CustomerRepricingConfigName.ResourceNameType of the contained resource name.

Property Value
TypeDescription
CustomerRepricingConfigNameResourceNameType

UnparsedResource

public UnparsedResourceName UnparsedResource { get; }

The contained UnparsedResourceName. Only non-null if this instance contains an unparsed resource name.

Property Value
TypeDescription
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
NameDescription
accountIdstring

The Account ID. Must not be null or empty.

customerIdstring

The Customer ID. Must not be null or empty.

customerRepricingConfigIdstring

The CustomerRepricingConfig ID. Must not be null or empty.

Returns
TypeDescription
string

The string representation of this CustomerRepricingConfigName with pattern accounts/{account}/customers/{customer}/customerRepricingConfigs/{customer_repricing_config}.

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
NameDescription
accountIdstring

The Account ID. Must not be null or empty.

customerIdstring

The Customer ID. Must not be null or empty.

customerRepricingConfigIdstring

The CustomerRepricingConfig ID. Must not be null or empty.

Returns
TypeDescription
string

The string representation of this CustomerRepricingConfigName with pattern accounts/{account}/customers/{customer}/customerRepricingConfigs/{customer_repricing_config}.

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
NameDescription
accountIdstring

The Account ID. Must not be null or empty.

customerIdstring

The Customer ID. Must not be null or empty.

customerRepricingConfigIdstring

The CustomerRepricingConfig ID. Must not be null or empty.

Returns
TypeDescription
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
NameDescription
unparsedResourceNameUnparsedResourceName

The unparsed resource name. Must not be null.

Returns
TypeDescription
CustomerRepricingConfigName

A new instance of CustomerRepricingConfigName containing the provided unparsedResourceName.

GetHashCode()

public override int GetHashCode()

Returns a hash code for this resource name.

Returns
TypeDescription
int
Overrides

Parse(string)

public static CustomerRepricingConfigName Parse(string customerRepricingConfigName)

Parses the given resource name string into a new CustomerRepricingConfigName instance.

Parameter
NameDescription
customerRepricingConfigNamestring

The resource name in string form. Must not be null.

Returns
TypeDescription
CustomerRepricingConfigName

The parsed CustomerRepricingConfigName if successful.

Remarks

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
NameDescription
customerRepricingConfigNamestring

The resource name in string form. Must not be null.

allowUnparsedbool

If true will successfully store an unparseable resource name into the UnparsedResource property; otherwise will throw an ArgumentException if an unparseable resource name is specified.

Returns
TypeDescription
CustomerRepricingConfigName

The parsed CustomerRepricingConfigName if successful.

Remarks

To parse successfully, the resource name must be formatted as one of the following:

  • accounts/{account}/customers/{customer}/customerRepricingConfigs/{customer_repricing_config}
Or may be in any format if allowUnparsed is true.

ToString()

public override string ToString()

The string representation of the resource name.

Returns
TypeDescription
string

The string representation of the resource name.

Overrides

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
NameDescription
customerRepricingConfigNamestring

The resource name in string form. Must not be null.

resultCustomerRepricingConfigName

When this method returns, the parsed CustomerRepricingConfigName, or null if parsing failed.

Returns
TypeDescription
bool

true if the name was parsed successfully; false otherwise.

Remarks

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
NameDescription
customerRepricingConfigNamestring

The resource name in string form. Must not be null.

allowUnparsedbool

If true will successfully store an unparseable resource name into the UnparsedResource property; otherwise will throw an ArgumentException if an unparseable resource name is specified.

resultCustomerRepricingConfigName

When this method returns, the parsed CustomerRepricingConfigName, or null if parsing failed.

Returns
TypeDescription
bool

true if the name was parsed successfully; false otherwise.

Remarks

To parse successfully, the resource name must be formatted as one of the following:

  • accounts/{account}/customers/{customer}/customerRepricingConfigs/{customer_repricing_config}
Or may be in any format if 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
NameDescription
aCustomerRepricingConfigName

The first resource name to compare, or null.

bCustomerRepricingConfigName

The second resource name to compare, or null.

Returns
TypeDescription
bool

true if the value of a is the same as the value of b; otherwise, false.

operator !=(CustomerRepricingConfigName, CustomerRepricingConfigName)

public static bool operator !=(CustomerRepricingConfigName a, CustomerRepricingConfigName b)

Determines whether two specified resource names have different values.

Parameters
NameDescription
aCustomerRepricingConfigName

The first resource name to compare, or null.

bCustomerRepricingConfigName

The second resource name to compare, or null.

Returns
TypeDescription
bool

true if the value of a is different from the value of b; otherwise, false.