public interface RepricingConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAdjustment()
public abstract RepricingAdjustment getAdjustment()Required. Information about the adjustment.
.google.cloud.channel.v1.RepricingAdjustment adjustment = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| RepricingAdjustment | The adjustment. |
getAdjustmentOrBuilder()
public abstract RepricingAdjustmentOrBuilder getAdjustmentOrBuilder()Required. Information about the adjustment.
.google.cloud.channel.v1.RepricingAdjustment adjustment = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| RepricingAdjustmentOrBuilder |
getChannelPartnerGranularity()
public abstract RepricingConfig.ChannelPartnerGranularity getChannelPartnerGranularity()Applies the repricing configuration at the channel partner level. This is the only supported value for ChannelPartnerRepricingConfig.
.google.cloud.channel.v1.RepricingConfig.ChannelPartnerGranularity channel_partner_granularity = 5;
| Type | Description |
| RepricingConfig.ChannelPartnerGranularity | The channelPartnerGranularity. |
getChannelPartnerGranularityOrBuilder()
public abstract RepricingConfig.ChannelPartnerGranularityOrBuilder getChannelPartnerGranularityOrBuilder()Applies the repricing configuration at the channel partner level. This is the only supported value for ChannelPartnerRepricingConfig.
.google.cloud.channel.v1.RepricingConfig.ChannelPartnerGranularity channel_partner_granularity = 5;
| Type | Description |
| RepricingConfig.ChannelPartnerGranularityOrBuilder |
getEffectiveInvoiceMonth()
public abstract Date getEffectiveInvoiceMonth()Required. The YearMonth when these adjustments activate. The Day field needs to be "0" since we only accept YearMonth repricing boundaries.
.google.type.Date effective_invoice_month = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| com.google.type.Date | The effectiveInvoiceMonth. |
getEffectiveInvoiceMonthOrBuilder()
public abstract DateOrBuilder getEffectiveInvoiceMonthOrBuilder()Required. The YearMonth when these adjustments activate. The Day field needs to be "0" since we only accept YearMonth repricing boundaries.
.google.type.Date effective_invoice_month = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| com.google.type.DateOrBuilder |
getEntitlementGranularity()
public abstract RepricingConfig.EntitlementGranularity getEntitlementGranularity()Applies the repricing configuration at the entitlement level. This is the only supported value for CustomerRepricingConfig.
.google.cloud.channel.v1.RepricingConfig.EntitlementGranularity entitlement_granularity = 4;
| Type | Description |
| RepricingConfig.EntitlementGranularity | The entitlementGranularity. |
getEntitlementGranularityOrBuilder()
public abstract RepricingConfig.EntitlementGranularityOrBuilder getEntitlementGranularityOrBuilder()Applies the repricing configuration at the entitlement level. This is the only supported value for CustomerRepricingConfig.
.google.cloud.channel.v1.RepricingConfig.EntitlementGranularity entitlement_granularity = 4;
| Type | Description |
| RepricingConfig.EntitlementGranularityOrBuilder |
getGranularityCase()
public abstract RepricingConfig.GranularityCase getGranularityCase()| Type | Description |
| RepricingConfig.GranularityCase |
getRebillingBasis()
public abstract RebillingBasis getRebillingBasis()Required. The RebillingBasis to use for this bill. Specifies the relative cost based on repricing costs you will apply.
.google.cloud.channel.v1.RebillingBasis rebilling_basis = 3 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| RebillingBasis | The rebillingBasis. |
getRebillingBasisValue()
public abstract int getRebillingBasisValue()Required. The RebillingBasis to use for this bill. Specifies the relative cost based on repricing costs you will apply.
.google.cloud.channel.v1.RebillingBasis rebilling_basis = 3 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| int | The enum numeric value on the wire for rebillingBasis. |
hasAdjustment()
public abstract boolean hasAdjustment()Required. Information about the adjustment.
.google.cloud.channel.v1.RepricingAdjustment adjustment = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the adjustment field is set. |
hasChannelPartnerGranularity()
public abstract boolean hasChannelPartnerGranularity()Applies the repricing configuration at the channel partner level. This is the only supported value for ChannelPartnerRepricingConfig.
.google.cloud.channel.v1.RepricingConfig.ChannelPartnerGranularity channel_partner_granularity = 5;
| Type | Description |
| boolean | Whether the channelPartnerGranularity field is set. |
hasEffectiveInvoiceMonth()
public abstract boolean hasEffectiveInvoiceMonth()Required. The YearMonth when these adjustments activate. The Day field needs to be "0" since we only accept YearMonth repricing boundaries.
.google.type.Date effective_invoice_month = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the effectiveInvoiceMonth field is set. |
hasEntitlementGranularity()
public abstract boolean hasEntitlementGranularity()Applies the repricing configuration at the entitlement level. This is the only supported value for CustomerRepricingConfig.
.google.cloud.channel.v1.RepricingConfig.EntitlementGranularity entitlement_granularity = 4;
| Type | Description |
| boolean | Whether the entitlementGranularity field is set. |