Interface LeadFormSubmissionDataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LeadFormSubmissionData,LeadFormSubmissionData.Builder
public interface LeadFormSubmissionDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOutput only.Output only.com.google.protobuf.ByteStringOutput only.com.google.protobuf.ByteStringOutput only.getAsset()Output only.com.google.protobuf.ByteStringOutput only.Output only.com.google.protobuf.ByteStringOutput only.getCustomLeadFormSubmissionFields(int index) Output only.intOutput only.Output only.getCustomLeadFormSubmissionFieldsOrBuilder(int index) Output only.List<? extends CustomLeadFormSubmissionFieldOrBuilder>Output only.getGclid()Output only.com.google.protobuf.ByteStringOutput only.getId()Output only.com.google.protobuf.ByteStringOutput only.getLeadFormSubmissionFields(int index) Output only.intOutput only.Output only.getLeadFormSubmissionFieldsOrBuilder(int index) Output only.List<? extends LeadFormSubmissionFieldOrBuilder>Output only.Output only.com.google.protobuf.ByteStringOutput 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
-
getResourceName
String getResourceName()Output only. The resource name of the lead form submission data. Lead form submission data resource names have the form: `customers/{customer_id}/leadFormSubmissionData/{lead_form_submission_data_id}`string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Returns:
- The resourceName.
-
getResourceNameBytes
com.google.protobuf.ByteString getResourceNameBytes()Output only. The resource name of the lead form submission data. Lead form submission data resource names have the form: `customers/{customer_id}/leadFormSubmissionData/{lead_form_submission_data_id}`string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for resourceName.
-
getId
String getId()Output only. ID of this lead form submission.
string id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()Output only. ID of this lead form submission.
string id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for id.
-
getAsset
String getAsset()Output only. Asset associated with the submitted lead form.
string asset = 3 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Returns:
- The asset.
-
getAssetBytes
com.google.protobuf.ByteString getAssetBytes()Output only. Asset associated with the submitted lead form.
string asset = 3 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for asset.
-
getCampaign
String getCampaign()Output only. Campaign associated with the submitted lead form.
string campaign = 4 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Returns:
- The campaign.
-
getCampaignBytes
com.google.protobuf.ByteString getCampaignBytes()Output only. Campaign associated with the submitted lead form.
string campaign = 4 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for campaign.
-
getLeadFormSubmissionFieldsList
List<LeadFormSubmissionField> getLeadFormSubmissionFieldsList()Output only. Submission data associated with a lead form.
repeated .google.ads.googleads.v18.resources.LeadFormSubmissionField lead_form_submission_fields = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getLeadFormSubmissionFields
Output only. Submission data associated with a lead form.
repeated .google.ads.googleads.v18.resources.LeadFormSubmissionField lead_form_submission_fields = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getLeadFormSubmissionFieldsCount
int getLeadFormSubmissionFieldsCount()Output only. Submission data associated with a lead form.
repeated .google.ads.googleads.v18.resources.LeadFormSubmissionField lead_form_submission_fields = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getLeadFormSubmissionFieldsOrBuilderList
List<? extends LeadFormSubmissionFieldOrBuilder> getLeadFormSubmissionFieldsOrBuilderList()Output only. Submission data associated with a lead form.
repeated .google.ads.googleads.v18.resources.LeadFormSubmissionField lead_form_submission_fields = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getLeadFormSubmissionFieldsOrBuilder
Output only. Submission data associated with a lead form.
repeated .google.ads.googleads.v18.resources.LeadFormSubmissionField lead_form_submission_fields = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getCustomLeadFormSubmissionFieldsList
List<CustomLeadFormSubmissionField> getCustomLeadFormSubmissionFieldsList()Output only. Submission data associated with a custom lead form.
repeated .google.ads.googleads.v18.resources.CustomLeadFormSubmissionField custom_lead_form_submission_fields = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getCustomLeadFormSubmissionFields
Output only. Submission data associated with a custom lead form.
repeated .google.ads.googleads.v18.resources.CustomLeadFormSubmissionField custom_lead_form_submission_fields = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getCustomLeadFormSubmissionFieldsCount
int getCustomLeadFormSubmissionFieldsCount()Output only. Submission data associated with a custom lead form.
repeated .google.ads.googleads.v18.resources.CustomLeadFormSubmissionField custom_lead_form_submission_fields = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getCustomLeadFormSubmissionFieldsOrBuilderList
List<? extends CustomLeadFormSubmissionFieldOrBuilder> getCustomLeadFormSubmissionFieldsOrBuilderList()Output only. Submission data associated with a custom lead form.
repeated .google.ads.googleads.v18.resources.CustomLeadFormSubmissionField custom_lead_form_submission_fields = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getCustomLeadFormSubmissionFieldsOrBuilder
Output only. Submission data associated with a custom lead form.
repeated .google.ads.googleads.v18.resources.CustomLeadFormSubmissionField custom_lead_form_submission_fields = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getAdGroup
String getAdGroup()Output only. AdGroup associated with the submitted lead form.
string ad_group = 6 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Returns:
- The adGroup.
-
getAdGroupBytes
com.google.protobuf.ByteString getAdGroupBytes()Output only. AdGroup associated with the submitted lead form.
string ad_group = 6 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for adGroup.
-
getAdGroupAd
String getAdGroupAd()Output only. AdGroupAd associated with the submitted lead form.
string ad_group_ad = 7 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Returns:
- The adGroupAd.
-
getAdGroupAdBytes
com.google.protobuf.ByteString getAdGroupAdBytes()Output only. AdGroupAd associated with the submitted lead form.
string ad_group_ad = 7 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for adGroupAd.
-
getGclid
String getGclid()Output only. Google Click Id associated with the submissed lead form.
string gclid = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The gclid.
-
getGclidBytes
com.google.protobuf.ByteString getGclidBytes()Output only. Google Click Id associated with the submissed lead form.
string gclid = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for gclid.
-
getSubmissionDateTime
String getSubmissionDateTime()Output only. The date and time at which the lead form was submitted. The format is "yyyy-mm-dd hh:mm:ss+|-hh:mm", for example, "2019-01-01 12:32:45-08:00".
string submission_date_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The submissionDateTime.
-
getSubmissionDateTimeBytes
com.google.protobuf.ByteString getSubmissionDateTimeBytes()Output only. The date and time at which the lead form was submitted. The format is "yyyy-mm-dd hh:mm:ss+|-hh:mm", for example, "2019-01-01 12:32:45-08:00".
string submission_date_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for submissionDateTime.
-