com.google.ads.googleads.v17.common.WebpageSampleInfoOrBuilder 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/common/criteria.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;
public interface WebpageSampleInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.WebpageSampleInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
* Webpage sample urls
*
*
* repeated string sample_urls = 1;
* @return A list containing the sampleUrls.
*/
java.util.List
getSampleUrlsList();
/**
*
* Webpage sample urls
*
*
* repeated string sample_urls = 1;
* @return The count of sampleUrls.
*/
int getSampleUrlsCount();
/**
*
* Webpage sample urls
*
*
* repeated string sample_urls = 1;
* @param index The index of the element to return.
* @return The sampleUrls at the given index.
*/
java.lang.String getSampleUrls(int index);
/**
*
* Webpage sample urls
*
*
* repeated string sample_urls = 1;
* @param index The index of the value to return.
* @return The bytes of the sampleUrls at the given index.
*/
com.google.protobuf.ByteString
getSampleUrlsBytes(int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy