Cloud Channel v1 API - Class ChannelPartnerRepricingConfigName (2.8.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
NameDescription
accountIdstring

The Account ID. Must not be null or empty.

channelPartnerIdstring

The ChannelPartner ID. Must not be null or empty.

channelPartnerRepricingConfigIdstring

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
TypeDescription
string

ChannelPartnerId

public string ChannelPartnerId { get; }

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

Property Value
TypeDescription
string

ChannelPartnerRepricingConfigId

public string ChannelPartnerRepricingConfigId { get; }

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

The ChannelPartnerRepricingConfigName.ResourceNameType of the contained resource name.

Property Value
TypeDescription
ChannelPartnerRepricingConfigNameResourceNameType

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

The Account ID. Must not be null or empty.

channelPartnerIdstring

The ChannelPartner ID. Must not be null or empty.

channelPartnerRepricingConfigIdstring

The ChannelPartnerRepricingConfig ID. Must not be null or empty.

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

The Account ID. Must not be null or empty.

channelPartnerIdstring

The ChannelPartner ID. Must not be null or empty.

channelPartnerRepricingConfigIdstring

The ChannelPartnerRepricingConfig ID. Must not be null or empty.

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

The Account ID. Must not be null or empty.

channelPartnerIdstring

The ChannelPartner ID. Must not be null or empty.

channelPartnerRepricingConfigIdstring

The ChannelPartnerRepricingConfig ID. Must not be null or empty.

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

The unparsed resource name. Must not be null.

Returns
TypeDescription
ChannelPartnerRepricingConfigName

A new instance of ChannelPartnerRepricingConfigName 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 ChannelPartnerRepricingConfigName Parse(string channelPartnerRepricingConfigName)

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

Parameter
NameDescription
channelPartnerRepricingConfigNamestring

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

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

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
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
TypeDescription
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
NameDescription
channelPartnerRepricingConfigNamestring

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

resultChannelPartnerRepricingConfigName

When this method returns, the parsed ChannelPartnerRepricingConfigName, 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}/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
NameDescription
channelPartnerRepricingConfigNamestring

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.

resultChannelPartnerRepricingConfigName

When this method returns, the parsed ChannelPartnerRepricingConfigName, 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}/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)
Parameters
NameDescription
aChannelPartnerRepricingConfigName
bChannelPartnerRepricingConfigName
Returns
TypeDescription
bool

operator !=(ChannelPartnerRepricingConfigName, ChannelPartnerRepricingConfigName)

public static bool operator !=(ChannelPartnerRepricingConfigName a, ChannelPartnerRepricingConfigName b)
Parameters
NameDescription
aChannelPartnerRepricingConfigName
bChannelPartnerRepricingConfigName
Returns
TypeDescription
bool