All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v17.services.GenerateInsightsFinderReportResponseOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v17/services/audience_insights_service.proto

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.services;

public interface GenerateInsightsFinderReportResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.GenerateInsightsFinderReportResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * An HTTPS URL providing a deep link into the Insights Finder UI with the
   * report inputs filled in according to the request.
   * 
* * string saved_report_url = 1; * @return The savedReportUrl. */ java.lang.String getSavedReportUrl(); /** *
   * An HTTPS URL providing a deep link into the Insights Finder UI with the
   * report inputs filled in according to the request.
   * 
* * string saved_report_url = 1; * @return The bytes for savedReportUrl. */ com.google.protobuf.ByteString getSavedReportUrlBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy