Interface LeadFormSubmissionFieldOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LeadFormSubmissionField,LeadFormSubmissionField.Builder
public interface LeadFormSubmissionFieldOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOutput only.intOutput only.Output only.com.google.protobuf.ByteStringOutput only.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
-
getFieldTypeValue
int getFieldTypeValue()Output only. Field type for lead form fields.
.google.ads.googleads.v18.enums.LeadFormFieldUserInputTypeEnum.LeadFormFieldUserInputType field_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The enum numeric value on the wire for fieldType.
-
getFieldType
LeadFormFieldUserInputTypeEnum.LeadFormFieldUserInputType getFieldType()Output only. Field type for lead form fields.
.google.ads.googleads.v18.enums.LeadFormFieldUserInputTypeEnum.LeadFormFieldUserInputType field_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The fieldType.
-
getFieldValue
String getFieldValue()Output only. Field value for lead form fields.
string field_value = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The fieldValue.
-
getFieldValueBytes
com.google.protobuf.ByteString getFieldValueBytes()Output only. Field value for lead form fields.
string field_value = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for fieldValue.
-