
com.google.ads.googleads.v9.services.MutateCustomAudienceResultOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v9 Show documentation
Show all versions of google-ads-stubs-v9 Show documentation
Stubs for GAAPI version google-ads-stubs-v9
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v9/services/custom_audience_service.proto
package com.google.ads.googleads.v9.services;
public interface MutateCustomAudienceResultOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v9.services.MutateCustomAudienceResult)
com.google.protobuf.MessageOrBuilder {
/**
*
* Returned for successful operations.
*
*
* string resource_name = 1;
* @return The resourceName.
*/
java.lang.String getResourceName();
/**
*
* Returned for successful operations.
*
*
* string resource_name = 1;
* @return The bytes for resourceName.
*/
com.google.protobuf.ByteString
getResourceNameBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy