Interface PartnerLinkOrBuilder (0.8.0)

public interface PartnerLinkOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

Identifier. The name of the partner link. Format: accountTypes/{account_type}/accounts/{account}/partnerLinks/{partner_link}

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Identifier. The name of the partner link. Format: accountTypes/{account_type}/accounts/{account}/partnerLinks/{partner_link}

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
ByteString

The bytes for name.

getOwningAccount()

public abstract ProductAccount getOwningAccount()

Required. The owning account granting access to the partner account.

.google.ads.datamanager.v1.ProductAccount owning_account = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ProductAccount

The owningAccount.

getOwningAccountOrBuilder()

public abstract ProductAccountOrBuilder getOwningAccountOrBuilder()

Required. The owning account granting access to the partner account.

.google.ads.datamanager.v1.ProductAccount owning_account = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ProductAccountOrBuilder

getPartnerAccount()

public abstract ProductAccount getPartnerAccount()

Required. The partner account granted access by the owning account.

.google.ads.datamanager.v1.ProductAccount partner_account = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ProductAccount

The partnerAccount.

getPartnerAccountOrBuilder()

public abstract ProductAccountOrBuilder getPartnerAccountOrBuilder()

Required. The partner account granted access by the owning account.

.google.ads.datamanager.v1.ProductAccount partner_account = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ProductAccountOrBuilder

getPartnerLinkId()

public abstract String getPartnerLinkId()

Output only. The partner link ID.

string partner_link_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The partnerLinkId.

getPartnerLinkIdBytes()

public abstract ByteString getPartnerLinkIdBytes()

Output only. The partner link ID.

string partner_link_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for partnerLinkId.

hasOwningAccount()

public abstract boolean hasOwningAccount()

Required. The owning account granting access to the partner account.

.google.ads.datamanager.v1.ProductAccount owning_account = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the owningAccount field is set.

hasPartnerAccount()

public abstract boolean hasPartnerAccount()

Required. The partner account granted access by the owning account.

.google.ads.datamanager.v1.ProductAccount partner_account = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the partnerAccount field is set.