Interface SurveyDissatisfiedOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SurveyDissatisfied, SurveyDissatisfied.Builder

public interface SurveyDissatisfiedOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getSurveyDissatisfiedReasonValue

      int getSurveyDissatisfiedReasonValue()
       Required. Provider's reason for not being satisfied with the lead.
       
      .google.ads.googleads.v20.enums.LocalServicesLeadSurveyDissatisfiedReasonEnum.SurveyDissatisfiedReason survey_dissatisfied_reason = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The enum numeric value on the wire for surveyDissatisfiedReason.
    • getSurveyDissatisfiedReason

       Required. Provider's reason for not being satisfied with the lead.
       
      .google.ads.googleads.v20.enums.LocalServicesLeadSurveyDissatisfiedReasonEnum.SurveyDissatisfiedReason survey_dissatisfied_reason = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The surveyDissatisfiedReason.
    • getOtherReasonComment

      String getOtherReasonComment()
       Optional. Provider's free form comments. This field is required when
       OTHER_DISSATISFIED_REASON is selected as the reason.
       
      string other_reason_comment = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The otherReasonComment.
    • getOtherReasonCommentBytes

      com.google.protobuf.ByteString getOtherReasonCommentBytes()
       Optional. Provider's free form comments. This field is required when
       OTHER_DISSATISFIED_REASON is selected as the reason.
       
      string other_reason_comment = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The bytes for otherReasonComment.