com.google.ads.googleads.v17.services.GenerateInsightsFinderReportResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
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