com.google.ads.googleads.v17.common.StructuredSnippetAssetOrBuilder 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/asset_types.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;
public interface StructuredSnippetAssetOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.StructuredSnippetAsset)
com.google.protobuf.MessageOrBuilder {
/**
*
* Required. The header of the snippet.
* This string should be one of the predefined values at
* https://developers.google.com/google-ads/api/reference/data/structured-snippet-headers
*
*
* string header = 1 [(.google.api.field_behavior) = REQUIRED];
* @return The header.
*/
java.lang.String getHeader();
/**
*
* Required. The header of the snippet.
* This string should be one of the predefined values at
* https://developers.google.com/google-ads/api/reference/data/structured-snippet-headers
*
*
* string header = 1 [(.google.api.field_behavior) = REQUIRED];
* @return The bytes for header.
*/
com.google.protobuf.ByteString
getHeaderBytes();
/**
*
* Required. The values in the snippet.
* The size of this collection should be between 3 and 10, inclusive.
* The length of each value should be between 1 and 25 characters, inclusive.
*
*
* repeated string values = 2 [(.google.api.field_behavior) = REQUIRED];
* @return A list containing the values.
*/
java.util.List
getValuesList();
/**
*
* Required. The values in the snippet.
* The size of this collection should be between 3 and 10, inclusive.
* The length of each value should be between 1 and 25 characters, inclusive.
*
*
* repeated string values = 2 [(.google.api.field_behavior) = REQUIRED];
* @return The count of values.
*/
int getValuesCount();
/**
*
* Required. The values in the snippet.
* The size of this collection should be between 3 and 10, inclusive.
* The length of each value should be between 1 and 25 characters, inclusive.
*
*
* repeated string values = 2 [(.google.api.field_behavior) = REQUIRED];
* @param index The index of the element to return.
* @return The values at the given index.
*/
java.lang.String getValues(int index);
/**
*
* Required. The values in the snippet.
* The size of this collection should be between 3 and 10, inclusive.
* The length of each value should be between 1 and 25 characters, inclusive.
*
*
* repeated string values = 2 [(.google.api.field_behavior) = REQUIRED];
* @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