Enum ThirdPartyCompanyTypeEnum.ThirdPartyCompanyType (0.54.0)

public enum ThirdPartyCompanyTypeEnum.ThirdPartyCompanyType extends Enum<ThirdPartyCompanyTypeEnum.ThirdPartyCompanyType> implements ProtocolMessageEnum

The type of a third party company.

Protobuf enum google.ads.admanager.v1.ThirdPartyCompanyTypeEnum.ThirdPartyCompanyType

Implements

ProtocolMessageEnum

Static Fields

Name Description
AD_NETWORK

A company representing multiple advertisers and agencies.

AD_NETWORK = 1;

AD_NETWORK_VALUE

A company representing multiple advertisers and agencies.

AD_NETWORK = 1;

AD_SERVER

An organization that provides ad serving technology.

AD_SERVER = 2;

AD_SERVER_VALUE

An organization that provides ad serving technology.

AD_SERVER = 2;

THIRD_PARTY_COMPANY_TYPE_UNSPECIFIED

No value specified

THIRD_PARTY_COMPANY_TYPE_UNSPECIFIED = 0;

THIRD_PARTY_COMPANY_TYPE_UNSPECIFIED_VALUE

No value specified

THIRD_PARTY_COMPANY_TYPE_UNSPECIFIED = 0;

UNRECOGNIZED
VIDEO_TECHNOLOGY_PARTNER

A company that provides video technology.

VIDEO_TECHNOLOGY_PARTNER = 3;

VIDEO_TECHNOLOGY_PARTNER_VALUE

A company that provides video technology.

VIDEO_TECHNOLOGY_PARTNER = 3;

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()