public interface CreateGoogleAdsLinkRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getGoogleAdsLink()
public abstract GoogleAdsLink getGoogleAdsLink()Required. The GoogleAdsLink to create.
.google.analytics.admin.v1alpha.GoogleAdsLink google_ads_link = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GoogleAdsLink |
The googleAdsLink. |
getGoogleAdsLinkOrBuilder()
public abstract GoogleAdsLinkOrBuilder getGoogleAdsLinkOrBuilder()Required. The GoogleAdsLink to create.
.google.analytics.admin.v1alpha.GoogleAdsLink google_ads_link = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GoogleAdsLinkOrBuilder |
|
getParent()
public abstract String getParent()Required. Example format: properties/1234
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()Required. Example format: properties/1234
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
hasGoogleAdsLink()
public abstract boolean hasGoogleAdsLink()Required. The GoogleAdsLink to create.
.google.analytics.admin.v1alpha.GoogleAdsLink google_ads_link = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the googleAdsLink field is set. |