Interface PartnerLinkMetadataOrBuilder (0.16.0)

public interface PartnerLinkMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getImplicitAccounts(int index)

public abstract PartnerCustomerAccount getImplicitAccounts(int index)

Optional. The list of implicit accounts.

repeated .google.ads.datamanager.v1.PartnerCustomerAccount implicit_accounts = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
PartnerCustomerAccount

getImplicitAccountsCount()

public abstract int getImplicitAccountsCount()

Optional. The list of implicit accounts.

repeated .google.ads.datamanager.v1.PartnerCustomerAccount implicit_accounts = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

getImplicitAccountsList()

public abstract List<PartnerCustomerAccount> getImplicitAccountsList()

Optional. The list of implicit accounts.

repeated .google.ads.datamanager.v1.PartnerCustomerAccount implicit_accounts = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<PartnerCustomerAccount>

getImplicitAccountsOrBuilder(int index)

public abstract PartnerCustomerAccountOrBuilder getImplicitAccountsOrBuilder(int index)

Optional. The list of implicit accounts.

repeated .google.ads.datamanager.v1.PartnerCustomerAccount implicit_accounts = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
PartnerCustomerAccountOrBuilder

getImplicitAccountsOrBuilderList()

public abstract List<? extends PartnerCustomerAccountOrBuilder> getImplicitAccountsOrBuilderList()

Optional. The list of implicit accounts.

repeated .google.ads.datamanager.v1.PartnerCustomerAccount implicit_accounts = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<? extends com.google.ads.datamanager.v1.PartnerCustomerAccountOrBuilder>