
com.google.ads.googleads.v11.common.AppPaymentModelInfoOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v11 Show documentation
Show all versions of google-ads-stubs-v11 Show documentation
Stubs for GAAPI version google-ads-stubs-v11
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v11/common/criteria.proto
package com.google.ads.googleads.v11.common;
public interface AppPaymentModelInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v11.common.AppPaymentModelInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
* Type of the app payment model.
*
*
* .google.ads.googleads.v11.enums.AppPaymentModelTypeEnum.AppPaymentModelType type = 1;
* @return The enum numeric value on the wire for type.
*/
int getTypeValue();
/**
*
* Type of the app payment model.
*
*
* .google.ads.googleads.v11.enums.AppPaymentModelTypeEnum.AppPaymentModelType type = 1;
* @return The type.
*/
com.google.ads.googleads.v11.enums.AppPaymentModelTypeEnum.AppPaymentModelType getType();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy