Interface SurveySatisfiedOrBuilder

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

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

    • getSurveySatisfiedReasonValue

      int getSurveySatisfiedReasonValue()
       Required. Provider's reason for being satisfied with the lead.
       
      .google.ads.googleads.v19.enums.LocalServicesLeadSurveySatisfiedReasonEnum.SurveySatisfiedReason survey_satisfied_reason = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The enum numeric value on the wire for surveySatisfiedReason.
    • getSurveySatisfiedReason

       Required. Provider's reason for being satisfied with the lead.
       
      .google.ads.googleads.v19.enums.LocalServicesLeadSurveySatisfiedReasonEnum.SurveySatisfiedReason survey_satisfied_reason = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The surveySatisfiedReason.
    • getOtherReasonComment

      String getOtherReasonComment()
       Optional. Provider's free form comments. This field is required when
       OTHER_SATISFIED_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_SATISFIED_REASON is selected as the reason.
       
      string other_reason_comment = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The bytes for otherReasonComment.