com.google.ads.googleads.v17.common.StructuredSnippetFeedItemOrBuilder 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/extensions.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;
public interface StructuredSnippetFeedItemOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.StructuredSnippetFeedItem)
com.google.protobuf.MessageOrBuilder {
/**
*
* The header of the snippet.
* This string must not be empty.
*
*
* optional string header = 3;
* @return Whether the header field is set.
*/
boolean hasHeader();
/**
*
* The header of the snippet.
* This string must not be empty.
*
*
* optional string header = 3;
* @return The header.
*/
java.lang.String getHeader();
/**
*
* The header of the snippet.
* This string must not be empty.
*
*
* optional string header = 3;
* @return The bytes for header.
*/
com.google.protobuf.ByteString
getHeaderBytes();
/**
*
* The values in the snippet.
* The maximum size of this collection is 10.
*
*
* repeated string values = 4;
* @return A list containing the values.
*/
java.util.List
getValuesList();
/**
*
* The values in the snippet.
* The maximum size of this collection is 10.
*
*
* repeated string values = 4;
* @return The count of values.
*/
int getValuesCount();
/**
*
* The values in the snippet.
* The maximum size of this collection is 10.
*
*
* repeated string values = 4;
* @param index The index of the element to return.
* @return The values at the given index.
*/
java.lang.String getValues(int index);
/**
*
* The values in the snippet.
* The maximum size of this collection is 10.
*
*
* repeated string values = 4;
* @param index The index of the value to return.
* @return The bytes of the values at the given index.
*/
com.google.protobuf.ByteString
getValuesBytes(int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy