com.google.ads.googleads.v17.services.MutateCustomInterestsResponseOrBuilder 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/custom_interest_service.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.services;
public interface MutateCustomInterestsResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.MutateCustomInterestsResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* All results for the mutate.
*
*
* repeated .google.ads.googleads.v17.services.MutateCustomInterestResult results = 2;
*/
java.util.List
getResultsList();
/**
*
* All results for the mutate.
*
*
* repeated .google.ads.googleads.v17.services.MutateCustomInterestResult results = 2;
*/
com.google.ads.googleads.v17.services.MutateCustomInterestResult getResults(int index);
/**
*
* All results for the mutate.
*
*
* repeated .google.ads.googleads.v17.services.MutateCustomInterestResult results = 2;
*/
int getResultsCount();
/**
*
* All results for the mutate.
*
*
* repeated .google.ads.googleads.v17.services.MutateCustomInterestResult results = 2;
*/
java.util.List extends com.google.ads.googleads.v17.services.MutateCustomInterestResultOrBuilder>
getResultsOrBuilderList();
/**
*
* All results for the mutate.
*
*
* repeated .google.ads.googleads.v17.services.MutateCustomInterestResult results = 2;
*/
com.google.ads.googleads.v17.services.MutateCustomInterestResultOrBuilder getResultsOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy