All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v17.resources.CreditDetailsOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v17/resources/local_services_lead.proto

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;

public interface CreditDetailsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.CreditDetails)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Output only. Credit state of the lead.
   * 
* * .google.ads.googleads.v17.enums.LocalServicesCreditStateEnum.CreditState credit_state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for creditState. */ int getCreditStateValue(); /** *
   * Output only. Credit state of the lead.
   * 
* * .google.ads.googleads.v17.enums.LocalServicesCreditStateEnum.CreditState credit_state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The creditState. */ com.google.ads.googleads.v17.enums.LocalServicesCreditStateEnum.CreditState getCreditState(); /** *
   * Output only. The date time when the credit state of the lead was last
   * updated. The format is "YYYY-MM-DD HH:MM:SS" in the Google Ads account's
   * timezone. Examples: "2018-03-05 09:15:00" or "2018-02-01 14:34:30"
   * 
* * string credit_state_last_update_date_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The creditStateLastUpdateDateTime. */ java.lang.String getCreditStateLastUpdateDateTime(); /** *
   * Output only. The date time when the credit state of the lead was last
   * updated. The format is "YYYY-MM-DD HH:MM:SS" in the Google Ads account's
   * timezone. Examples: "2018-03-05 09:15:00" or "2018-02-01 14:34:30"
   * 
* * string credit_state_last_update_date_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The bytes for creditStateLastUpdateDateTime. */ com.google.protobuf.ByteString getCreditStateLastUpdateDateTimeBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy