com.google.ads.googleads.v17.resources.AccountLinkOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v17/resources/account_link.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;
public interface AccountLinkOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.AccountLink)
com.google.protobuf.MessageOrBuilder {
/**
*
* Immutable. Resource name of the account link.
* AccountLink resource names have the form:
* `customers/{customer_id}/accountLinks/{account_link_id}`
*
*
* string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
* @return The resourceName.
*/
java.lang.String getResourceName();
/**
*
* Immutable. Resource name of the account link.
* AccountLink resource names have the form:
* `customers/{customer_id}/accountLinks/{account_link_id}`
*
*
* string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
* @return The bytes for resourceName.
*/
com.google.protobuf.ByteString
getResourceNameBytes();
/**
*
* Output only. The ID of the link.
* This field is read only.
*
*
* optional int64 account_link_id = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the accountLinkId field is set.
*/
boolean hasAccountLinkId();
/**
*
* Output only. The ID of the link.
* This field is read only.
*
*
* optional int64 account_link_id = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The accountLinkId.
*/
long getAccountLinkId();
/**
*
* The status of the link.
*
*
* .google.ads.googleads.v17.enums.AccountLinkStatusEnum.AccountLinkStatus status = 3;
* @return The enum numeric value on the wire for status.
*/
int getStatusValue();
/**
*
* The status of the link.
*
*
* .google.ads.googleads.v17.enums.AccountLinkStatusEnum.AccountLinkStatus status = 3;
* @return The status.
*/
com.google.ads.googleads.v17.enums.AccountLinkStatusEnum.AccountLinkStatus getStatus();
/**
*
* Output only. The type of the linked account.
*
*
* .google.ads.googleads.v17.enums.LinkedAccountTypeEnum.LinkedAccountType type = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The enum numeric value on the wire for type.
*/
int getTypeValue();
/**
*
* Output only. The type of the linked account.
*
*
* .google.ads.googleads.v17.enums.LinkedAccountTypeEnum.LinkedAccountType type = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The type.
*/
com.google.ads.googleads.v17.enums.LinkedAccountTypeEnum.LinkedAccountType getType();
/**
*
* Immutable. A third party app analytics link.
*
*
* .google.ads.googleads.v17.resources.ThirdPartyAppAnalyticsLinkIdentifier third_party_app_analytics = 5 [(.google.api.field_behavior) = IMMUTABLE];
* @return Whether the thirdPartyAppAnalytics field is set.
*/
boolean hasThirdPartyAppAnalytics();
/**
*
* Immutable. A third party app analytics link.
*
*
* .google.ads.googleads.v17.resources.ThirdPartyAppAnalyticsLinkIdentifier third_party_app_analytics = 5 [(.google.api.field_behavior) = IMMUTABLE];
* @return The thirdPartyAppAnalytics.
*/
com.google.ads.googleads.v17.resources.ThirdPartyAppAnalyticsLinkIdentifier getThirdPartyAppAnalytics();
/**
*
* Immutable. A third party app analytics link.
*
*
* .google.ads.googleads.v17.resources.ThirdPartyAppAnalyticsLinkIdentifier third_party_app_analytics = 5 [(.google.api.field_behavior) = IMMUTABLE];
*/
com.google.ads.googleads.v17.resources.ThirdPartyAppAnalyticsLinkIdentifierOrBuilder getThirdPartyAppAnalyticsOrBuilder();
com.google.ads.googleads.v17.resources.AccountLink.LinkedAccountCase getLinkedAccountCase();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy