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 Summary
Modifier and TypeMethodDescriptionOptional.com.google.protobuf.ByteStringOptional.Required.intRequired.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getSurveyDissatisfiedReasonValue
int getSurveyDissatisfiedReasonValue()Required. Provider's reason for not being satisfied with the lead.
.google.ads.googleads.v19.enums.LocalServicesLeadSurveyDissatisfiedReasonEnum.SurveyDissatisfiedReason survey_dissatisfied_reason = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The enum numeric value on the wire for surveyDissatisfiedReason.
-
getSurveyDissatisfiedReason
LocalServicesLeadSurveyDissatisfiedReasonEnum.SurveyDissatisfiedReason getSurveyDissatisfiedReason()Required. Provider's reason for not being satisfied with the lead.
.google.ads.googleads.v19.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.
-