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

com.google.ads.googleads.v10.common.WebpageSampleInfoOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v10/common/criteria.proto

package com.google.ads.googleads.v10.common;

public interface WebpageSampleInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.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 - 2025 Weber Informatics LLC | Privacy Policy