Cloud Channel v1 API - Class ChannelPartnerRepricingConfigName (2.12.0)

public sealed class ChannelPartnerRepricingConfigName : IResourceName, IEquatable<ChannelPartnerRepricingConfigName>

Reference documentation and code samples for the Cloud Channel v1 API class ChannelPartnerRepricingConfigName.

Resource name for the ChannelPartnerRepricingConfig resource.

Inheritance

object > ChannelPartnerRepricingConfigName

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

ChannelPartnerRepricingConfigName(string, string, string)

public ChannelPartnerRepricingConfigName(string accountId, string channelPartnerId, string channelPartnerRepricingConfigId)

Constructs a new instance of a ChannelPartnerRepricingConfigName class from the component parts of pattern accounts/{account}/channelPartnerLinks/{channel_partner}/channelPartnerRepricingConfigs/{channel_partner_repricing_config}

Parameters
Name Description
accountId string

The Account ID. Must not be null or empty.

channelPartnerId string

The ChannelPartner ID. Must not be null or empty.

channelPartnerRepricingConfigId string

The ChannelPartnerRepricingConfig 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
Type Description
string

ChannelPartnerId

public string ChannelPartnerId { get; }

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

Property Value
Type Description
string

ChannelPartnerRepricingConfigId

public string ChannelPartnerRepricingConfigId { get; }

The ChannelPartnerRepricingConfig 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 ChannelPartnerRepricingConfigName.ResourceNameType Type { get; }

The ChannelPartnerRepricingConfigName.ResourceNameType of the contained resource name.

Property Value
Type Description
ChannelPartnerRepricingConfigNameResourceNameType

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 channelPartnerId, string channelPartnerRepricingConfigId)

Formats the IDs into the string representation of this ChannelPartnerRepricingConfigName with pattern accounts/{account}/channelPartnerLinks/{channel_partner}/channelPartnerRepricingConfigs/{channel_partner_repricing_config} .

Parameters
Name Description
accountId string

The Account ID. Must not be null or empty.

channelPartnerId string

The ChannelPartner ID. Must not be null or empty.

channelPartnerRepricingConfigId string

The ChannelPartnerRepricingConfig ID. Must not be null or empty.

Returns
Type Description
string

The string representation of this ChannelPartnerRepricingConfigName with pattern accounts/{account}/channelPartnerLinks/{channel_partner}/channelPartnerRepricingConfigs/{channel_partner_repricing_config} .

FormatAccountChannelPartnerChannelPartnerRepricingConfig(string, string, string)

public static string FormatAccountChannelPartnerChannelPartnerRepricingConfig(string accountId, string channelPartnerId, string channelPartnerRepricingConfigId)

Formats the IDs into the string representation of this ChannelPartnerRepricingConfigName with pattern accounts/{account}/channelPartnerLinks/{channel_partner}/channelPartnerRepricingConfigs/{channel_partner_repricing_config} .

Parameters
Name Description
accountId string

The Account ID. Must not be null or empty.

channelPartnerId string

The ChannelPartner ID. Must not be null or empty.

channelPartnerRepricingConfigId string

The ChannelPartnerRepricingConfig ID. Must not be null or empty.

Returns
Type Description
string

The string representation of this ChannelPartnerRepricingConfigName with pattern accounts/{account}/channelPartnerLinks/{channel_partner}/channelPartnerRepricingConfigs/{channel_partner_repricing_config} .

FromAccountChannelPartnerChannelPartnerRepricingConfig(string, string, string)

public static ChannelPartnerRepricingConfigName FromAccountChannelPartnerChannelPartnerRepricingConfig(string accountId, string channelPartnerId, string channelPartnerRepricingConfigId)

Creates a ChannelPartnerRepricingConfigName with the pattern accounts/{account}/channelPartnerLinks/{channel_partner}/channelPartnerRepricingConfigs/{channel_partner_repricing_config} .

Parameters
Name Description
accountId string

The Account ID. Must not be null or empty.

channelPartnerId string

The ChannelPartner ID. Must not be null or empty.

channelPartnerRepricingConfigId string

The ChannelPartnerRepricingConfig ID. Must not be null or empty.

Returns
Type Description
ChannelPartnerRepricingConfigName

A new instance of ChannelPartnerRepricingConfigName constructed from the provided ids.

FromUnparsed(UnparsedResourceName)

public static ChannelPartnerRepricingConfigName FromUnparsed(UnparsedResourceName unparsedResourceName)

Creates a ChannelPartnerRepricingConfigName containing an unparsed resource name.

Parameter
Name Description
unparsedResourceName UnparsedResourceName

The unparsed resource name. Must not be null.

Returns
Type Description
ChannelPartnerRepricingConfigName

A new instance of ChannelPartnerRepricingConfigName containing the provided unparsedResourceName.

GetHashCode()

public override int GetHashCode()

Returns a hash code for this resource name.

Returns
Type Description
int
Overrides

Parse(string)

public static ChannelPartnerRepricingConfigName Parse(string channelPartnerRepricingConfigName)

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

Parameter
Name Description
channelPartnerRepricingConfigName string

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

Returns
Type Description
ChannelPartnerRepricingConfigName

The parsed ChannelPartnerRepricingConfigName if successful.

Remarks

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

  • accounts/{account}/channelPartnerLinks/{channel_partner}/channelPartnerRepricingConfigs/{channel_partner_repricing_config}

Parse(string, bool)

public static ChannelPartnerRepricingConfigName Parse(string channelPartnerRepricingConfigName, bool allowUnparsed)

Parses the given resource name string into a new ChannelPartnerRepricingConfigName instance; optionally allowing an unparseable resource name.

Parameters
Name Description
channelPartnerRepricingConfigName string

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

allowUnparsed bool

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
Type Description
ChannelPartnerRepricingConfigName

The parsed ChannelPartnerRepricingConfigName if successful.

Remarks

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

  • accounts/{account}/channelPartnerLinks/{channel_partner}/channelPartnerRepricingConfigs/{channel_partner_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
Type Description
string

The string representation of the resource name.

Overrides

TryParse(string, out ChannelPartnerRepricingConfigName)

public static bool TryParse(string channelPartnerRepricingConfigName, out ChannelPartnerRepricingConfigName result)

Tries to parse the given resource name string into a new ChannelPartnerRepricingConfigName instance.

Parameters
Name Description
channelPartnerRepricingConfigName string

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

result ChannelPartnerRepricingConfigName

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

Returns
Type Description
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}/channelPartnerLinks/{channel_partner}/channelPartnerRepricingConfigs/{channel_partner_repricing_config}

TryParse(string, bool, out ChannelPartnerRepricingConfigName)

public static bool TryParse(string channelPartnerRepricingConfigName, bool allowUnparsed, out ChannelPartnerRepricingConfigName result)

Tries to parse the given resource name string into a new ChannelPartnerRepricingConfigName instance; optionally allowing an unparseable resource name.

Parameters
Name Description
channelPartnerRepricingConfigName string

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

allowUnparsed bool

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.

result ChannelPartnerRepricingConfigName

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

Returns
Type Description
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}/channelPartnerLinks/{channel_partner}/channelPartnerRepricingConfigs/{channel_partner_repricing_config}
Or may be in any format if allowUnparsed is true.

Operators

operator ==(ChannelPartnerRepricingConfigName, ChannelPartnerRepricingConfigName)

public static bool operator ==(ChannelPartnerRepricingConfigName a, ChannelPartnerRepricingConfigName b)

Determines whether two specified resource names have the same value.

Parameters
Name Description
a ChannelPartnerRepricingConfigName

The first resource name to compare, or null.

b ChannelPartnerRepricingConfigName

The second resource name to compare, or null.

Returns
Type Description
bool

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

operator !=(ChannelPartnerRepricingConfigName, ChannelPartnerRepricingConfigName)

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

Determines whether two specified resource names have different values.

Parameters
Name Description
a ChannelPartnerRepricingConfigName

The first resource name to compare, or null.

b ChannelPartnerRepricingConfigName

The second resource name to compare, or null.

Returns
Type Description
bool

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