Interface ChannelPartnerRepricingConfigOrBuilder

    • Method Detail

      • getName

        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];
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.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];
        Returns:
        The bytes for name.
      • hasRepricingConfig

        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];
        Returns:
        Whether the repricingConfig field is set.
      • getRepricingConfig

        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];
        Returns:
        The repricingConfig.
      • getRepricingConfigOrBuilder

        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];
      • hasUpdateTime

        boolean hasUpdateTime()
         Output only. Timestamp of an update to the repricing rule. If `update_time`
         is after
         [RepricingConfig.effective_invoice_month][google.cloud.channel.v1.RepricingConfig.effective_invoice_month]
         then it indicates this was set mid-month.
         
        .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the updateTime field is set.
      • getUpdateTime

        com.google.protobuf.Timestamp getUpdateTime()
         Output only. Timestamp of an update to the repricing rule. If `update_time`
         is after
         [RepricingConfig.effective_invoice_month][google.cloud.channel.v1.RepricingConfig.effective_invoice_month]
         then it indicates this was set mid-month.
         
        .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The updateTime.
      • getUpdateTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
         Output only. Timestamp of an update to the repricing rule. If `update_time`
         is after
         [RepricingConfig.effective_invoice_month][google.cloud.channel.v1.RepricingConfig.effective_invoice_month]
         then it indicates this was set mid-month.
         
        .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];