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 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

      LeadFormSubmissionField getLeadFormSubmissionFields(int index)
       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

      LeadFormSubmissionFieldOrBuilder getLeadFormSubmissionFieldsOrBuilder(int index)
       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

      CustomLeadFormSubmissionField getCustomLeadFormSubmissionFields(int index)
       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

      CustomLeadFormSubmissionFieldOrBuilder getCustomLeadFormSubmissionFieldsOrBuilder(int index)
       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.