
com.google.ads.googleads.v13.services.MutateCustomConversionGoalsResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v13 Show documentation
Show all versions of google-ads-stubs-v13 Show documentation
Stubs for GAAPI version google-ads-stubs-v13
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v13/services/custom_conversion_goal_service.proto
package com.google.ads.googleads.v13.services;
public interface MutateCustomConversionGoalsResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v13.services.MutateCustomConversionGoalsResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* All results for the mutate.
*
*
* repeated .google.ads.googleads.v13.services.MutateCustomConversionGoalResult results = 1;
*/
java.util.List
getResultsList();
/**
*
* All results for the mutate.
*
*
* repeated .google.ads.googleads.v13.services.MutateCustomConversionGoalResult results = 1;
*/
com.google.ads.googleads.v13.services.MutateCustomConversionGoalResult getResults(int index);
/**
*
* All results for the mutate.
*
*
* repeated .google.ads.googleads.v13.services.MutateCustomConversionGoalResult results = 1;
*/
int getResultsCount();
/**
*
* All results for the mutate.
*
*
* repeated .google.ads.googleads.v13.services.MutateCustomConversionGoalResult results = 1;
*/
java.util.List extends com.google.ads.googleads.v13.services.MutateCustomConversionGoalResultOrBuilder>
getResultsOrBuilderList();
/**
*
* All results for the mutate.
*
*
* repeated .google.ads.googleads.v13.services.MutateCustomConversionGoalResult results = 1;
*/
com.google.ads.googleads.v13.services.MutateCustomConversionGoalResultOrBuilder getResultsOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy