public interface ChannelPartnerRepricingConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName()Output only. Resource name of the ChannelPartnerRepricingConfig. Format: accounts/{account_id}/channelPartnerLinks/{channel_partner_id}/channelPartnerRepricingConfigs/{id}.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| String | The name. |
getNameBytes()
public abstract ByteString getNameBytes()Output only. Resource name of the ChannelPartnerRepricingConfig. Format: accounts/{account_id}/channelPartnerLinks/{channel_partner_id}/channelPartnerRepricingConfigs/{id}.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| ByteString | The bytes for name. |
getRepricingConfig()
public abstract RepricingConfig getRepricingConfig()Required. The configuration for bill modifications made by a reseller before sending it to ChannelPartner.
.google.cloud.channel.v1.RepricingConfig repricing_config = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| RepricingConfig | The repricingConfig. |
getRepricingConfigOrBuilder()
public abstract RepricingConfigOrBuilder getRepricingConfigOrBuilder()Required. The configuration for bill modifications made by a reseller before sending it to ChannelPartner.
.google.cloud.channel.v1.RepricingConfig repricing_config = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| RepricingConfigOrBuilder |
getUpdateTime()
public abstract Timestamp getUpdateTime() Output only. Timestamp of an update to the repricing rule. If update_time is after
RepricingConfig.effective_invoice_month then it indicates this was set
mid-month.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| Timestamp | The updateTime. |
getUpdateTimeOrBuilder()
public abstract TimestampOrBuilder getUpdateTimeOrBuilder() Output only. Timestamp of an update to the repricing rule. If update_time is after
RepricingConfig.effective_invoice_month then it indicates this was set
mid-month.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| TimestampOrBuilder |
hasRepricingConfig()
public abstract boolean hasRepricingConfig()Required. The configuration for bill modifications made by a reseller before sending it to ChannelPartner.
.google.cloud.channel.v1.RepricingConfig repricing_config = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the repricingConfig field is set. |
hasUpdateTime()
public abstract boolean hasUpdateTime() Output only. Timestamp of an update to the repricing rule. If update_time is after
RepricingConfig.effective_invoice_month then it indicates this was set
mid-month.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| boolean | Whether the updateTime field is set. |