public interface CreateSearchAds360LinkRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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. |
getSearchAds360Link()
public abstract SearchAds360Link getSearchAds360Link()Required. The SearchAds360Link to create.
.google.analytics.admin.v1alpha.SearchAds360Link search_ads_360_link = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
SearchAds360Link |
The searchAds360Link. |
getSearchAds360LinkOrBuilder()
public abstract SearchAds360LinkOrBuilder getSearchAds360LinkOrBuilder()Required. The SearchAds360Link to create.
.google.analytics.admin.v1alpha.SearchAds360Link search_ads_360_link = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
SearchAds360LinkOrBuilder |
|
hasSearchAds360Link()
public abstract boolean hasSearchAds360Link()Required. The SearchAds360Link to create.
.google.analytics.admin.v1alpha.SearchAds360Link search_ads_360_link = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the searchAds360Link field is set. |