public sealed class CustomerRepricingConfigName : IResourceName, IEquatable<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 | String The |
customerId | String The |
customerRepricingConfigId | String The |
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 |
Boolean |
Type
public CustomerRepricingConfigName.ResourceNameType Type { get; }
The CustomerRepricingConfigName.ResourceNameType of the contained resource name.
Property Value | |
---|---|
Type | Description |
CustomerRepricingConfigName.ResourceNameType |
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 | String The |
customerId | String The |
customerRepricingConfigId | String The |
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 | String The |
customerId | String The |
customerRepricingConfigId | String The |
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 | String The |
customerId | String The |
customerRepricingConfigId | String The |
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 | UnparsedResourceName The 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 |
Int32 |
Parse(String)
public static CustomerRepricingConfigName Parse(string customerRepricingConfigName)
Parses the given resource name string into a new CustomerRepricingConfigName instance.
Parameter | |
---|---|
Name | Description |
customerRepricingConfigName | String The 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, Boolean)
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 | String The resource name in string form. Must not be |
allowUnparsed | Boolean If |
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 | String The resource name in string form. Must not be |
result | CustomerRepricingConfigName When this method returns, the parsed CustomerRepricingConfigName, or |
Returns | |
---|---|
Type | Description |
Boolean |
|
To parse successfully, the resource name must be formatted as one of the following:
-
accounts/{account}/customers/{customer}/customerRepricingConfigs/{customer_repricing_config}
TryParse(String, Boolean, 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 | String The resource name in string form. Must not be |
allowUnparsed | Boolean If |
result | CustomerRepricingConfigName When this method returns, the parsed CustomerRepricingConfigName, or |
Returns | |
---|---|
Type | Description |
Boolean |
|
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
Equality(CustomerRepricingConfigName, CustomerRepricingConfigName)
public static bool operator ==(CustomerRepricingConfigName a, CustomerRepricingConfigName b)
Parameters | |
---|---|
Name | Description |
a | CustomerRepricingConfigName |
b | CustomerRepricingConfigName |
Returns | |
---|---|
Type | Description |
Boolean |
Inequality(CustomerRepricingConfigName, CustomerRepricingConfigName)
public static bool operator !=(CustomerRepricingConfigName a, CustomerRepricingConfigName b)
Parameters | |
---|---|
Name | Description |
a | CustomerRepricingConfigName |
b | CustomerRepricingConfigName |
Returns | |
---|---|
Type | Description |
Boolean |