- 0.62.0 (latest)
- 0.61.0
- 0.59.0
- 0.58.0
- 0.57.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
public static final class SearchAds360Link.Builder extends GeneratedMessageV3.Builder<SearchAds360Link.Builder> implements SearchAds360LinkOrBuilder
A link between a GA4 property and a Search Ads 360 entity.
Protobuf type google.analytics.admin.v1alpha.SearchAds360Link
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > SearchAds360Link.BuilderImplements
SearchAds360LinkOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public SearchAds360Link.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
SearchAds360Link.Builder |
build()
public SearchAds360Link build()
Returns | |
---|---|
Type | Description |
SearchAds360Link |
buildPartial()
public SearchAds360Link buildPartial()
Returns | |
---|---|
Type | Description |
SearchAds360Link |
clear()
public SearchAds360Link.Builder clear()
Returns | |
---|---|
Type | Description |
SearchAds360Link.Builder |
clearAdsPersonalizationEnabled()
public SearchAds360Link.Builder clearAdsPersonalizationEnabled()
Enables personalized advertising features with this integration. If this field is not set on create, it will be defaulted to true.
.google.protobuf.BoolValue ads_personalization_enabled = 6;
Returns | |
---|---|
Type | Description |
SearchAds360Link.Builder |
clearAdvertiserDisplayName()
public SearchAds360Link.Builder clearAdvertiserDisplayName()
Output only. The display name of the Search Ads 360 Advertiser. Allows users to easily identify the linked resource.
string advertiser_display_name = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
SearchAds360Link.Builder |
This builder for chaining. |
clearAdvertiserId()
public SearchAds360Link.Builder clearAdvertiserId()
Immutable. This field represents the Advertiser ID of the Search Ads 360 Advertiser. that has been linked.
string advertiser_id = 2 [(.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
SearchAds360Link.Builder |
This builder for chaining. |
clearCampaignDataSharingEnabled()
public SearchAds360Link.Builder clearCampaignDataSharingEnabled()
Immutable. Enables the import of campaign data from Search Ads 360 into the GA4 property. After link creation, this can only be updated from the Search Ads 360 product. If this field is not set on create, it will be defaulted to true.
.google.protobuf.BoolValue campaign_data_sharing_enabled = 3 [(.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
SearchAds360Link.Builder |
clearCostDataSharingEnabled()
public SearchAds360Link.Builder clearCostDataSharingEnabled()
Immutable. Enables the import of cost data from Search Ads 360 to the GA4 property. This can only be enabled if campaign_data_sharing_enabled is enabled. After link creation, this can only be updated from the Search Ads 360 product. If this field is not set on create, it will be defaulted to true.
.google.protobuf.BoolValue cost_data_sharing_enabled = 4 [(.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
SearchAds360Link.Builder |
clearField(Descriptors.FieldDescriptor field)
public SearchAds360Link.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
SearchAds360Link.Builder |
clearName()
public SearchAds360Link.Builder clearName()
Output only. The resource name for this SearchAds360Link resource. Format: properties/{propertyId}/searchAds360Links/{linkId}
Note: linkId is not the Search Ads 360 advertiser ID
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
SearchAds360Link.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public SearchAds360Link.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
SearchAds360Link.Builder |
clearSiteStatsSharingEnabled()
public SearchAds360Link.Builder clearSiteStatsSharingEnabled()
Enables export of site stats with this integration. If this field is not set on create, it will be defaulted to true.
.google.protobuf.BoolValue site_stats_sharing_enabled = 7;
Returns | |
---|---|
Type | Description |
SearchAds360Link.Builder |
clone()
public SearchAds360Link.Builder clone()
Returns | |
---|---|
Type | Description |
SearchAds360Link.Builder |
getAdsPersonalizationEnabled()
public BoolValue getAdsPersonalizationEnabled()
Enables personalized advertising features with this integration. If this field is not set on create, it will be defaulted to true.
.google.protobuf.BoolValue ads_personalization_enabled = 6;
Returns | |
---|---|
Type | Description |
BoolValue |
The adsPersonalizationEnabled. |
getAdsPersonalizationEnabledBuilder()
public BoolValue.Builder getAdsPersonalizationEnabledBuilder()
Enables personalized advertising features with this integration. If this field is not set on create, it will be defaulted to true.
.google.protobuf.BoolValue ads_personalization_enabled = 6;
Returns | |
---|---|
Type | Description |
Builder |
getAdsPersonalizationEnabledOrBuilder()
public BoolValueOrBuilder getAdsPersonalizationEnabledOrBuilder()
Enables personalized advertising features with this integration. If this field is not set on create, it will be defaulted to true.
.google.protobuf.BoolValue ads_personalization_enabled = 6;
Returns | |
---|---|
Type | Description |
BoolValueOrBuilder |
getAdvertiserDisplayName()
public String getAdvertiserDisplayName()
Output only. The display name of the Search Ads 360 Advertiser. Allows users to easily identify the linked resource.
string advertiser_display_name = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The advertiserDisplayName. |
getAdvertiserDisplayNameBytes()
public ByteString getAdvertiserDisplayNameBytes()
Output only. The display name of the Search Ads 360 Advertiser. Allows users to easily identify the linked resource.
string advertiser_display_name = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for advertiserDisplayName. |
getAdvertiserId()
public String getAdvertiserId()
Immutable. This field represents the Advertiser ID of the Search Ads 360 Advertiser. that has been linked.
string advertiser_id = 2 [(.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
String |
The advertiserId. |
getAdvertiserIdBytes()
public ByteString getAdvertiserIdBytes()
Immutable. This field represents the Advertiser ID of the Search Ads 360 Advertiser. that has been linked.
string advertiser_id = 2 [(.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for advertiserId. |
getCampaignDataSharingEnabled()
public BoolValue getCampaignDataSharingEnabled()
Immutable. Enables the import of campaign data from Search Ads 360 into the GA4 property. After link creation, this can only be updated from the Search Ads 360 product. If this field is not set on create, it will be defaulted to true.
.google.protobuf.BoolValue campaign_data_sharing_enabled = 3 [(.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
BoolValue |
The campaignDataSharingEnabled. |
getCampaignDataSharingEnabledBuilder()
public BoolValue.Builder getCampaignDataSharingEnabledBuilder()
Immutable. Enables the import of campaign data from Search Ads 360 into the GA4 property. After link creation, this can only be updated from the Search Ads 360 product. If this field is not set on create, it will be defaulted to true.
.google.protobuf.BoolValue campaign_data_sharing_enabled = 3 [(.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
Builder |
getCampaignDataSharingEnabledOrBuilder()
public BoolValueOrBuilder getCampaignDataSharingEnabledOrBuilder()
Immutable. Enables the import of campaign data from Search Ads 360 into the GA4 property. After link creation, this can only be updated from the Search Ads 360 product. If this field is not set on create, it will be defaulted to true.
.google.protobuf.BoolValue campaign_data_sharing_enabled = 3 [(.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
BoolValueOrBuilder |
getCostDataSharingEnabled()
public BoolValue getCostDataSharingEnabled()
Immutable. Enables the import of cost data from Search Ads 360 to the GA4 property. This can only be enabled if campaign_data_sharing_enabled is enabled. After link creation, this can only be updated from the Search Ads 360 product. If this field is not set on create, it will be defaulted to true.
.google.protobuf.BoolValue cost_data_sharing_enabled = 4 [(.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
BoolValue |
The costDataSharingEnabled. |
getCostDataSharingEnabledBuilder()
public BoolValue.Builder getCostDataSharingEnabledBuilder()
Immutable. Enables the import of cost data from Search Ads 360 to the GA4 property. This can only be enabled if campaign_data_sharing_enabled is enabled. After link creation, this can only be updated from the Search Ads 360 product. If this field is not set on create, it will be defaulted to true.
.google.protobuf.BoolValue cost_data_sharing_enabled = 4 [(.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
Builder |
getCostDataSharingEnabledOrBuilder()
public BoolValueOrBuilder getCostDataSharingEnabledOrBuilder()
Immutable. Enables the import of cost data from Search Ads 360 to the GA4 property. This can only be enabled if campaign_data_sharing_enabled is enabled. After link creation, this can only be updated from the Search Ads 360 product. If this field is not set on create, it will be defaulted to true.
.google.protobuf.BoolValue cost_data_sharing_enabled = 4 [(.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
BoolValueOrBuilder |
getDefaultInstanceForType()
public SearchAds360Link getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
SearchAds360Link |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getName()
public String getName()
Output only. The resource name for this SearchAds360Link resource. Format: properties/{propertyId}/searchAds360Links/{linkId}
Note: linkId is not the Search Ads 360 advertiser ID
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()
Output only. The resource name for this SearchAds360Link resource. Format: properties/{propertyId}/searchAds360Links/{linkId}
Note: linkId is not the Search Ads 360 advertiser ID
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getSiteStatsSharingEnabled()
public BoolValue getSiteStatsSharingEnabled()
Enables export of site stats with this integration. If this field is not set on create, it will be defaulted to true.
.google.protobuf.BoolValue site_stats_sharing_enabled = 7;
Returns | |
---|---|
Type | Description |
BoolValue |
The siteStatsSharingEnabled. |
getSiteStatsSharingEnabledBuilder()
public BoolValue.Builder getSiteStatsSharingEnabledBuilder()
Enables export of site stats with this integration. If this field is not set on create, it will be defaulted to true.
.google.protobuf.BoolValue site_stats_sharing_enabled = 7;
Returns | |
---|---|
Type | Description |
Builder |
getSiteStatsSharingEnabledOrBuilder()
public BoolValueOrBuilder getSiteStatsSharingEnabledOrBuilder()
Enables export of site stats with this integration. If this field is not set on create, it will be defaulted to true.
.google.protobuf.BoolValue site_stats_sharing_enabled = 7;
Returns | |
---|---|
Type | Description |
BoolValueOrBuilder |
hasAdsPersonalizationEnabled()
public boolean hasAdsPersonalizationEnabled()
Enables personalized advertising features with this integration. If this field is not set on create, it will be defaulted to true.
.google.protobuf.BoolValue ads_personalization_enabled = 6;
Returns | |
---|---|
Type | Description |
boolean |
Whether the adsPersonalizationEnabled field is set. |
hasCampaignDataSharingEnabled()
public boolean hasCampaignDataSharingEnabled()
Immutable. Enables the import of campaign data from Search Ads 360 into the GA4 property. After link creation, this can only be updated from the Search Ads 360 product. If this field is not set on create, it will be defaulted to true.
.google.protobuf.BoolValue campaign_data_sharing_enabled = 3 [(.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
boolean |
Whether the campaignDataSharingEnabled field is set. |
hasCostDataSharingEnabled()
public boolean hasCostDataSharingEnabled()
Immutable. Enables the import of cost data from Search Ads 360 to the GA4 property. This can only be enabled if campaign_data_sharing_enabled is enabled. After link creation, this can only be updated from the Search Ads 360 product. If this field is not set on create, it will be defaulted to true.
.google.protobuf.BoolValue cost_data_sharing_enabled = 4 [(.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
boolean |
Whether the costDataSharingEnabled field is set. |
hasSiteStatsSharingEnabled()
public boolean hasSiteStatsSharingEnabled()
Enables export of site stats with this integration. If this field is not set on create, it will be defaulted to true.
.google.protobuf.BoolValue site_stats_sharing_enabled = 7;
Returns | |
---|---|
Type | Description |
boolean |
Whether the siteStatsSharingEnabled field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeAdsPersonalizationEnabled(BoolValue value)
public SearchAds360Link.Builder mergeAdsPersonalizationEnabled(BoolValue value)
Enables personalized advertising features with this integration. If this field is not set on create, it will be defaulted to true.
.google.protobuf.BoolValue ads_personalization_enabled = 6;
Parameter | |
---|---|
Name | Description |
value |
BoolValue |
Returns | |
---|---|
Type | Description |
SearchAds360Link.Builder |
mergeCampaignDataSharingEnabled(BoolValue value)
public SearchAds360Link.Builder mergeCampaignDataSharingEnabled(BoolValue value)
Immutable. Enables the import of campaign data from Search Ads 360 into the GA4 property. After link creation, this can only be updated from the Search Ads 360 product. If this field is not set on create, it will be defaulted to true.
.google.protobuf.BoolValue campaign_data_sharing_enabled = 3 [(.google.api.field_behavior) = IMMUTABLE];
Parameter | |
---|---|
Name | Description |
value |
BoolValue |
Returns | |
---|---|
Type | Description |
SearchAds360Link.Builder |
mergeCostDataSharingEnabled(BoolValue value)
public SearchAds360Link.Builder mergeCostDataSharingEnabled(BoolValue value)
Immutable. Enables the import of cost data from Search Ads 360 to the GA4 property. This can only be enabled if campaign_data_sharing_enabled is enabled. After link creation, this can only be updated from the Search Ads 360 product. If this field is not set on create, it will be defaulted to true.
.google.protobuf.BoolValue cost_data_sharing_enabled = 4 [(.google.api.field_behavior) = IMMUTABLE];
Parameter | |
---|---|
Name | Description |
value |
BoolValue |
Returns | |
---|---|
Type | Description |
SearchAds360Link.Builder |
mergeFrom(SearchAds360Link other)
public SearchAds360Link.Builder mergeFrom(SearchAds360Link other)
Parameter | |
---|---|
Name | Description |
other |
SearchAds360Link |
Returns | |
---|---|
Type | Description |
SearchAds360Link.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public SearchAds360Link.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SearchAds360Link.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public SearchAds360Link.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
SearchAds360Link.Builder |
mergeSiteStatsSharingEnabled(BoolValue value)
public SearchAds360Link.Builder mergeSiteStatsSharingEnabled(BoolValue value)
Enables export of site stats with this integration. If this field is not set on create, it will be defaulted to true.
.google.protobuf.BoolValue site_stats_sharing_enabled = 7;
Parameter | |
---|---|
Name | Description |
value |
BoolValue |
Returns | |
---|---|
Type | Description |
SearchAds360Link.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final SearchAds360Link.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
SearchAds360Link.Builder |
setAdsPersonalizationEnabled(BoolValue value)
public SearchAds360Link.Builder setAdsPersonalizationEnabled(BoolValue value)
Enables personalized advertising features with this integration. If this field is not set on create, it will be defaulted to true.
.google.protobuf.BoolValue ads_personalization_enabled = 6;
Parameter | |
---|---|
Name | Description |
value |
BoolValue |
Returns | |
---|---|
Type | Description |
SearchAds360Link.Builder |
setAdsPersonalizationEnabled(BoolValue.Builder builderForValue)
public SearchAds360Link.Builder setAdsPersonalizationEnabled(BoolValue.Builder builderForValue)
Enables personalized advertising features with this integration. If this field is not set on create, it will be defaulted to true.
.google.protobuf.BoolValue ads_personalization_enabled = 6;
Parameter | |
---|---|
Name | Description |
builderForValue |
Builder |
Returns | |
---|---|
Type | Description |
SearchAds360Link.Builder |
setAdvertiserDisplayName(String value)
public SearchAds360Link.Builder setAdvertiserDisplayName(String value)
Output only. The display name of the Search Ads 360 Advertiser. Allows users to easily identify the linked resource.
string advertiser_display_name = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
String The advertiserDisplayName to set. |
Returns | |
---|---|
Type | Description |
SearchAds360Link.Builder |
This builder for chaining. |
setAdvertiserDisplayNameBytes(ByteString value)
public SearchAds360Link.Builder setAdvertiserDisplayNameBytes(ByteString value)
Output only. The display name of the Search Ads 360 Advertiser. Allows users to easily identify the linked resource.
string advertiser_display_name = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for advertiserDisplayName to set. |
Returns | |
---|---|
Type | Description |
SearchAds360Link.Builder |
This builder for chaining. |
setAdvertiserId(String value)
public SearchAds360Link.Builder setAdvertiserId(String value)
Immutable. This field represents the Advertiser ID of the Search Ads 360 Advertiser. that has been linked.
string advertiser_id = 2 [(.google.api.field_behavior) = IMMUTABLE];
Parameter | |
---|---|
Name | Description |
value |
String The advertiserId to set. |
Returns | |
---|---|
Type | Description |
SearchAds360Link.Builder |
This builder for chaining. |
setAdvertiserIdBytes(ByteString value)
public SearchAds360Link.Builder setAdvertiserIdBytes(ByteString value)
Immutable. This field represents the Advertiser ID of the Search Ads 360 Advertiser. that has been linked.
string advertiser_id = 2 [(.google.api.field_behavior) = IMMUTABLE];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for advertiserId to set. |
Returns | |
---|---|
Type | Description |
SearchAds360Link.Builder |
This builder for chaining. |
setCampaignDataSharingEnabled(BoolValue value)
public SearchAds360Link.Builder setCampaignDataSharingEnabled(BoolValue value)
Immutable. Enables the import of campaign data from Search Ads 360 into the GA4 property. After link creation, this can only be updated from the Search Ads 360 product. If this field is not set on create, it will be defaulted to true.
.google.protobuf.BoolValue campaign_data_sharing_enabled = 3 [(.google.api.field_behavior) = IMMUTABLE];
Parameter | |
---|---|
Name | Description |
value |
BoolValue |
Returns | |
---|---|
Type | Description |
SearchAds360Link.Builder |
setCampaignDataSharingEnabled(BoolValue.Builder builderForValue)
public SearchAds360Link.Builder setCampaignDataSharingEnabled(BoolValue.Builder builderForValue)
Immutable. Enables the import of campaign data from Search Ads 360 into the GA4 property. After link creation, this can only be updated from the Search Ads 360 product. If this field is not set on create, it will be defaulted to true.
.google.protobuf.BoolValue campaign_data_sharing_enabled = 3 [(.google.api.field_behavior) = IMMUTABLE];
Parameter | |
---|---|
Name | Description |
builderForValue |
Builder |
Returns | |
---|---|
Type | Description |
SearchAds360Link.Builder |
setCostDataSharingEnabled(BoolValue value)
public SearchAds360Link.Builder setCostDataSharingEnabled(BoolValue value)
Immutable. Enables the import of cost data from Search Ads 360 to the GA4 property. This can only be enabled if campaign_data_sharing_enabled is enabled. After link creation, this can only be updated from the Search Ads 360 product. If this field is not set on create, it will be defaulted to true.
.google.protobuf.BoolValue cost_data_sharing_enabled = 4 [(.google.api.field_behavior) = IMMUTABLE];
Parameter | |
---|---|
Name | Description |
value |
BoolValue |
Returns | |
---|---|
Type | Description |
SearchAds360Link.Builder |
setCostDataSharingEnabled(BoolValue.Builder builderForValue)
public SearchAds360Link.Builder setCostDataSharingEnabled(BoolValue.Builder builderForValue)
Immutable. Enables the import of cost data from Search Ads 360 to the GA4 property. This can only be enabled if campaign_data_sharing_enabled is enabled. After link creation, this can only be updated from the Search Ads 360 product. If this field is not set on create, it will be defaulted to true.
.google.protobuf.BoolValue cost_data_sharing_enabled = 4 [(.google.api.field_behavior) = IMMUTABLE];
Parameter | |
---|---|
Name | Description |
builderForValue |
Builder |
Returns | |
---|---|
Type | Description |
SearchAds360Link.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public SearchAds360Link.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
SearchAds360Link.Builder |
setName(String value)
public SearchAds360Link.Builder setName(String value)
Output only. The resource name for this SearchAds360Link resource. Format: properties/{propertyId}/searchAds360Links/{linkId}
Note: linkId is not the Search Ads 360 advertiser ID
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
String The name to set. |
Returns | |
---|---|
Type | Description |
SearchAds360Link.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public SearchAds360Link.Builder setNameBytes(ByteString value)
Output only. The resource name for this SearchAds360Link resource. Format: properties/{propertyId}/searchAds360Links/{linkId}
Note: linkId is not the Search Ads 360 advertiser ID
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for name to set. |
Returns | |
---|---|
Type | Description |
SearchAds360Link.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public SearchAds360Link.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
SearchAds360Link.Builder |
setSiteStatsSharingEnabled(BoolValue value)
public SearchAds360Link.Builder setSiteStatsSharingEnabled(BoolValue value)
Enables export of site stats with this integration. If this field is not set on create, it will be defaulted to true.
.google.protobuf.BoolValue site_stats_sharing_enabled = 7;
Parameter | |
---|---|
Name | Description |
value |
BoolValue |
Returns | |
---|---|
Type | Description |
SearchAds360Link.Builder |
setSiteStatsSharingEnabled(BoolValue.Builder builderForValue)
public SearchAds360Link.Builder setSiteStatsSharingEnabled(BoolValue.Builder builderForValue)
Enables export of site stats with this integration. If this field is not set on create, it will be defaulted to true.
.google.protobuf.BoolValue site_stats_sharing_enabled = 7;
Parameter | |
---|---|
Name | Description |
builderForValue |
Builder |
Returns | |
---|---|
Type | Description |
SearchAds360Link.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final SearchAds360Link.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
SearchAds360Link.Builder |