
com.google.ads.googleads.v9.services.MutateConversionActionResultOrBuilder 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/conversion_action_service.proto
package com.google.ads.googleads.v9.services;
public interface MutateConversionActionResultOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v9.services.MutateConversionActionResult)
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();
/**
*
* The mutated conversion action with only mutable fields after mutate. The
* field will only be returned when response_content_type is set to
* "MUTABLE_RESOURCE".
*
*
* .google.ads.googleads.v9.resources.ConversionAction conversion_action = 2;
* @return Whether the conversionAction field is set.
*/
boolean hasConversionAction();
/**
*
* The mutated conversion action with only mutable fields after mutate. The
* field will only be returned when response_content_type is set to
* "MUTABLE_RESOURCE".
*
*
* .google.ads.googleads.v9.resources.ConversionAction conversion_action = 2;
* @return The conversionAction.
*/
com.google.ads.googleads.v9.resources.ConversionAction getConversionAction();
/**
*
* The mutated conversion action with only mutable fields after mutate. The
* field will only be returned when response_content_type is set to
* "MUTABLE_RESOURCE".
*
*
* .google.ads.googleads.v9.resources.ConversionAction conversion_action = 2;
*/
com.google.ads.googleads.v9.resources.ConversionActionOrBuilder getConversionActionOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy