Enum ThirdPartyCompanyStatusEnum.ThirdPartyCompanyStatus (0.54.0)

public enum ThirdPartyCompanyStatusEnum.ThirdPartyCompanyStatus extends Enum<ThirdPartyCompanyStatusEnum.ThirdPartyCompanyStatus> implements ProtocolMessageEnum

Status of a third party company.

Protobuf enum google.ads.admanager.v1.ThirdPartyCompanyStatusEnum.ThirdPartyCompanyStatus

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTIVE

The third party company is active.

ACTIVE = 1;

ACTIVE_VALUE

The third party company is active.

ACTIVE = 1;

INACTIVE

The third party company is inactive.

INACTIVE = 2;

INACTIVE_VALUE

The third party company is inactive.

INACTIVE = 2;

THIRD_PARTY_COMPANY_STATUS_UNSPECIFIED

No value specified

THIRD_PARTY_COMPANY_STATUS_UNSPECIFIED = 0;

THIRD_PARTY_COMPANY_STATUS_UNSPECIFIED_VALUE

No value specified

THIRD_PARTY_COMPANY_STATUS_UNSPECIFIED = 0;

UNRECOGNIZED

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()