- 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 DisplayVideo360AdvertiserLink.Builder extends GeneratedMessageV3.Builder<DisplayVideo360AdvertiserLink.Builder> implements DisplayVideo360AdvertiserLinkOrBuilder
A link between a GA4 property and a Display & Video 360 advertiser.
Protobuf type google.analytics.admin.v1alpha.DisplayVideo360AdvertiserLink
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > DisplayVideo360AdvertiserLink.BuilderImplements
DisplayVideo360AdvertiserLinkOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DisplayVideo360AdvertiserLink.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
DisplayVideo360AdvertiserLink.Builder |
build()
public DisplayVideo360AdvertiserLink build()
Type | Description |
DisplayVideo360AdvertiserLink |
buildPartial()
public DisplayVideo360AdvertiserLink buildPartial()
Type | Description |
DisplayVideo360AdvertiserLink |
clear()
public DisplayVideo360AdvertiserLink.Builder clear()
Type | Description |
DisplayVideo360AdvertiserLink.Builder |
clearAdsPersonalizationEnabled()
public DisplayVideo360AdvertiserLink.Builder clearAdsPersonalizationEnabled()
Enables personalized advertising features with this integration. If this field is not set on create/update, it will be defaulted to true.
.google.protobuf.BoolValue ads_personalization_enabled = 4;
Type | Description |
DisplayVideo360AdvertiserLink.Builder |
clearAdvertiserDisplayName()
public DisplayVideo360AdvertiserLink.Builder clearAdvertiserDisplayName()
Output only. The display name of the Display & Video 360 Advertiser.
string advertiser_display_name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
DisplayVideo360AdvertiserLink.Builder | This builder for chaining. |
clearAdvertiserId()
public DisplayVideo360AdvertiserLink.Builder clearAdvertiserId()
Immutable. The Display & Video 360 Advertiser's advertiser ID.
string advertiser_id = 2 [(.google.api.field_behavior) = IMMUTABLE];
Type | Description |
DisplayVideo360AdvertiserLink.Builder | This builder for chaining. |
clearCampaignDataSharingEnabled()
public DisplayVideo360AdvertiserLink.Builder clearCampaignDataSharingEnabled()
Immutable. Enables the import of campaign data from Display & Video 360 into the GA4 property. After link creation, this can only be updated from the Display & Video 360 product. If this field is not set on create, it will be defaulted to true.
.google.protobuf.BoolValue campaign_data_sharing_enabled = 5 [(.google.api.field_behavior) = IMMUTABLE];
Type | Description |
DisplayVideo360AdvertiserLink.Builder |
clearCostDataSharingEnabled()
public DisplayVideo360AdvertiserLink.Builder clearCostDataSharingEnabled()
Immutable. Enables the import of cost data from Display & Video 360 into 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 Display & Video 360 product. If this field is not set on create, it will be defaulted to true.
.google.protobuf.BoolValue cost_data_sharing_enabled = 6 [(.google.api.field_behavior) = IMMUTABLE];
Type | Description |
DisplayVideo360AdvertiserLink.Builder |
clearField(Descriptors.FieldDescriptor field)
public DisplayVideo360AdvertiserLink.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
DisplayVideo360AdvertiserLink.Builder |
clearName()
public DisplayVideo360AdvertiserLink.Builder clearName()
Output only. The resource name for this DisplayVideo360AdvertiserLink resource. Format: properties/{propertyId}/displayVideo360AdvertiserLinks/{linkId} Note: linkId is not the Display & Video 360 Advertiser ID
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
DisplayVideo360AdvertiserLink.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public DisplayVideo360AdvertiserLink.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
DisplayVideo360AdvertiserLink.Builder |
clone()
public DisplayVideo360AdvertiserLink.Builder clone()
Type | Description |
DisplayVideo360AdvertiserLink.Builder |
getAdsPersonalizationEnabled()
public BoolValue getAdsPersonalizationEnabled()
Enables personalized advertising features with this integration. If this field is not set on create/update, it will be defaulted to true.
.google.protobuf.BoolValue ads_personalization_enabled = 4;
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/update, it will be defaulted to true.
.google.protobuf.BoolValue ads_personalization_enabled = 4;
Type | Description |
Builder |
getAdsPersonalizationEnabledOrBuilder()
public BoolValueOrBuilder getAdsPersonalizationEnabledOrBuilder()
Enables personalized advertising features with this integration. If this field is not set on create/update, it will be defaulted to true.
.google.protobuf.BoolValue ads_personalization_enabled = 4;
Type | Description |
BoolValueOrBuilder |
getAdvertiserDisplayName()
public String getAdvertiserDisplayName()
Output only. The display name of the Display & Video 360 Advertiser.
string advertiser_display_name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
String | The advertiserDisplayName. |
getAdvertiserDisplayNameBytes()
public ByteString getAdvertiserDisplayNameBytes()
Output only. The display name of the Display & Video 360 Advertiser.
string advertiser_display_name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
ByteString | The bytes for advertiserDisplayName. |
getAdvertiserId()
public String getAdvertiserId()
Immutable. The Display & Video 360 Advertiser's advertiser ID.
string advertiser_id = 2 [(.google.api.field_behavior) = IMMUTABLE];
Type | Description |
String | The advertiserId. |
getAdvertiserIdBytes()
public ByteString getAdvertiserIdBytes()
Immutable. The Display & Video 360 Advertiser's advertiser ID.
string advertiser_id = 2 [(.google.api.field_behavior) = IMMUTABLE];
Type | Description |
ByteString | The bytes for advertiserId. |
getCampaignDataSharingEnabled()
public BoolValue getCampaignDataSharingEnabled()
Immutable. Enables the import of campaign data from Display & Video 360 into the GA4 property. After link creation, this can only be updated from the Display & Video 360 product. If this field is not set on create, it will be defaulted to true.
.google.protobuf.BoolValue campaign_data_sharing_enabled = 5 [(.google.api.field_behavior) = IMMUTABLE];
Type | Description |
BoolValue | The campaignDataSharingEnabled. |
getCampaignDataSharingEnabledBuilder()
public BoolValue.Builder getCampaignDataSharingEnabledBuilder()
Immutable. Enables the import of campaign data from Display & Video 360 into the GA4 property. After link creation, this can only be updated from the Display & Video 360 product. If this field is not set on create, it will be defaulted to true.
.google.protobuf.BoolValue campaign_data_sharing_enabled = 5 [(.google.api.field_behavior) = IMMUTABLE];
Type | Description |
Builder |
getCampaignDataSharingEnabledOrBuilder()
public BoolValueOrBuilder getCampaignDataSharingEnabledOrBuilder()
Immutable. Enables the import of campaign data from Display & Video 360 into the GA4 property. After link creation, this can only be updated from the Display & Video 360 product. If this field is not set on create, it will be defaulted to true.
.google.protobuf.BoolValue campaign_data_sharing_enabled = 5 [(.google.api.field_behavior) = IMMUTABLE];
Type | Description |
BoolValueOrBuilder |
getCostDataSharingEnabled()
public BoolValue getCostDataSharingEnabled()
Immutable. Enables the import of cost data from Display & Video 360 into 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 Display & Video 360 product. If this field is not set on create, it will be defaulted to true.
.google.protobuf.BoolValue cost_data_sharing_enabled = 6 [(.google.api.field_behavior) = IMMUTABLE];
Type | Description |
BoolValue | The costDataSharingEnabled. |
getCostDataSharingEnabledBuilder()
public BoolValue.Builder getCostDataSharingEnabledBuilder()
Immutable. Enables the import of cost data from Display & Video 360 into 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 Display & Video 360 product. If this field is not set on create, it will be defaulted to true.
.google.protobuf.BoolValue cost_data_sharing_enabled = 6 [(.google.api.field_behavior) = IMMUTABLE];
Type | Description |
Builder |
getCostDataSharingEnabledOrBuilder()
public BoolValueOrBuilder getCostDataSharingEnabledOrBuilder()
Immutable. Enables the import of cost data from Display & Video 360 into 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 Display & Video 360 product. If this field is not set on create, it will be defaulted to true.
.google.protobuf.BoolValue cost_data_sharing_enabled = 6 [(.google.api.field_behavior) = IMMUTABLE];
Type | Description |
BoolValueOrBuilder |
getDefaultInstanceForType()
public DisplayVideo360AdvertiserLink getDefaultInstanceForType()
Type | Description |
DisplayVideo360AdvertiserLink |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getName()
public String getName()
Output only. The resource name for this DisplayVideo360AdvertiserLink resource. Format: properties/{propertyId}/displayVideo360AdvertiserLinks/{linkId} Note: linkId is not the Display & Video 360 Advertiser ID
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
String | The name. |
getNameBytes()
public ByteString getNameBytes()
Output only. The resource name for this DisplayVideo360AdvertiserLink resource. Format: properties/{propertyId}/displayVideo360AdvertiserLinks/{linkId} Note: linkId is not the Display & Video 360 Advertiser ID
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
ByteString | The bytes for name. |
hasAdsPersonalizationEnabled()
public boolean hasAdsPersonalizationEnabled()
Enables personalized advertising features with this integration. If this field is not set on create/update, it will be defaulted to true.
.google.protobuf.BoolValue ads_personalization_enabled = 4;
Type | Description |
boolean | Whether the adsPersonalizationEnabled field is set. |
hasCampaignDataSharingEnabled()
public boolean hasCampaignDataSharingEnabled()
Immutable. Enables the import of campaign data from Display & Video 360 into the GA4 property. After link creation, this can only be updated from the Display & Video 360 product. If this field is not set on create, it will be defaulted to true.
.google.protobuf.BoolValue campaign_data_sharing_enabled = 5 [(.google.api.field_behavior) = IMMUTABLE];
Type | Description |
boolean | Whether the campaignDataSharingEnabled field is set. |
hasCostDataSharingEnabled()
public boolean hasCostDataSharingEnabled()
Immutable. Enables the import of cost data from Display & Video 360 into 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 Display & Video 360 product. If this field is not set on create, it will be defaulted to true.
.google.protobuf.BoolValue cost_data_sharing_enabled = 6 [(.google.api.field_behavior) = IMMUTABLE];
Type | Description |
boolean | Whether the costDataSharingEnabled field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeAdsPersonalizationEnabled(BoolValue value)
public DisplayVideo360AdvertiserLink.Builder mergeAdsPersonalizationEnabled(BoolValue value)
Enables personalized advertising features with this integration. If this field is not set on create/update, it will be defaulted to true.
.google.protobuf.BoolValue ads_personalization_enabled = 4;
Name | Description |
value | BoolValue |
Type | Description |
DisplayVideo360AdvertiserLink.Builder |
mergeCampaignDataSharingEnabled(BoolValue value)
public DisplayVideo360AdvertiserLink.Builder mergeCampaignDataSharingEnabled(BoolValue value)
Immutable. Enables the import of campaign data from Display & Video 360 into the GA4 property. After link creation, this can only be updated from the Display & Video 360 product. If this field is not set on create, it will be defaulted to true.
.google.protobuf.BoolValue campaign_data_sharing_enabled = 5 [(.google.api.field_behavior) = IMMUTABLE];
Name | Description |
value | BoolValue |
Type | Description |
DisplayVideo360AdvertiserLink.Builder |
mergeCostDataSharingEnabled(BoolValue value)
public DisplayVideo360AdvertiserLink.Builder mergeCostDataSharingEnabled(BoolValue value)
Immutable. Enables the import of cost data from Display & Video 360 into 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 Display & Video 360 product. If this field is not set on create, it will be defaulted to true.
.google.protobuf.BoolValue cost_data_sharing_enabled = 6 [(.google.api.field_behavior) = IMMUTABLE];
Name | Description |
value | BoolValue |
Type | Description |
DisplayVideo360AdvertiserLink.Builder |
mergeFrom(DisplayVideo360AdvertiserLink other)
public DisplayVideo360AdvertiserLink.Builder mergeFrom(DisplayVideo360AdvertiserLink other)
Name | Description |
other | DisplayVideo360AdvertiserLink |
Type | Description |
DisplayVideo360AdvertiserLink.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DisplayVideo360AdvertiserLink.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
DisplayVideo360AdvertiserLink.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public DisplayVideo360AdvertiserLink.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
DisplayVideo360AdvertiserLink.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DisplayVideo360AdvertiserLink.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
DisplayVideo360AdvertiserLink.Builder |
setAdsPersonalizationEnabled(BoolValue value)
public DisplayVideo360AdvertiserLink.Builder setAdsPersonalizationEnabled(BoolValue value)
Enables personalized advertising features with this integration. If this field is not set on create/update, it will be defaulted to true.
.google.protobuf.BoolValue ads_personalization_enabled = 4;
Name | Description |
value | BoolValue |
Type | Description |
DisplayVideo360AdvertiserLink.Builder |
setAdsPersonalizationEnabled(BoolValue.Builder builderForValue)
public DisplayVideo360AdvertiserLink.Builder setAdsPersonalizationEnabled(BoolValue.Builder builderForValue)
Enables personalized advertising features with this integration. If this field is not set on create/update, it will be defaulted to true.
.google.protobuf.BoolValue ads_personalization_enabled = 4;
Name | Description |
builderForValue | Builder |
Type | Description |
DisplayVideo360AdvertiserLink.Builder |
setAdvertiserDisplayName(String value)
public DisplayVideo360AdvertiserLink.Builder setAdvertiserDisplayName(String value)
Output only. The display name of the Display & Video 360 Advertiser.
string advertiser_display_name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | String The advertiserDisplayName to set. |
Type | Description |
DisplayVideo360AdvertiserLink.Builder | This builder for chaining. |
setAdvertiserDisplayNameBytes(ByteString value)
public DisplayVideo360AdvertiserLink.Builder setAdvertiserDisplayNameBytes(ByteString value)
Output only. The display name of the Display & Video 360 Advertiser.
string advertiser_display_name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | ByteString The bytes for advertiserDisplayName to set. |
Type | Description |
DisplayVideo360AdvertiserLink.Builder | This builder for chaining. |
setAdvertiserId(String value)
public DisplayVideo360AdvertiserLink.Builder setAdvertiserId(String value)
Immutable. The Display & Video 360 Advertiser's advertiser ID.
string advertiser_id = 2 [(.google.api.field_behavior) = IMMUTABLE];
Name | Description |
value | String The advertiserId to set. |
Type | Description |
DisplayVideo360AdvertiserLink.Builder | This builder for chaining. |
setAdvertiserIdBytes(ByteString value)
public DisplayVideo360AdvertiserLink.Builder setAdvertiserIdBytes(ByteString value)
Immutable. The Display & Video 360 Advertiser's advertiser ID.
string advertiser_id = 2 [(.google.api.field_behavior) = IMMUTABLE];
Name | Description |
value | ByteString The bytes for advertiserId to set. |
Type | Description |
DisplayVideo360AdvertiserLink.Builder | This builder for chaining. |
setCampaignDataSharingEnabled(BoolValue value)
public DisplayVideo360AdvertiserLink.Builder setCampaignDataSharingEnabled(BoolValue value)
Immutable. Enables the import of campaign data from Display & Video 360 into the GA4 property. After link creation, this can only be updated from the Display & Video 360 product. If this field is not set on create, it will be defaulted to true.
.google.protobuf.BoolValue campaign_data_sharing_enabled = 5 [(.google.api.field_behavior) = IMMUTABLE];
Name | Description |
value | BoolValue |
Type | Description |
DisplayVideo360AdvertiserLink.Builder |
setCampaignDataSharingEnabled(BoolValue.Builder builderForValue)
public DisplayVideo360AdvertiserLink.Builder setCampaignDataSharingEnabled(BoolValue.Builder builderForValue)
Immutable. Enables the import of campaign data from Display & Video 360 into the GA4 property. After link creation, this can only be updated from the Display & Video 360 product. If this field is not set on create, it will be defaulted to true.
.google.protobuf.BoolValue campaign_data_sharing_enabled = 5 [(.google.api.field_behavior) = IMMUTABLE];
Name | Description |
builderForValue | Builder |
Type | Description |
DisplayVideo360AdvertiserLink.Builder |
setCostDataSharingEnabled(BoolValue value)
public DisplayVideo360AdvertiserLink.Builder setCostDataSharingEnabled(BoolValue value)
Immutable. Enables the import of cost data from Display & Video 360 into 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 Display & Video 360 product. If this field is not set on create, it will be defaulted to true.
.google.protobuf.BoolValue cost_data_sharing_enabled = 6 [(.google.api.field_behavior) = IMMUTABLE];
Name | Description |
value | BoolValue |
Type | Description |
DisplayVideo360AdvertiserLink.Builder |
setCostDataSharingEnabled(BoolValue.Builder builderForValue)
public DisplayVideo360AdvertiserLink.Builder setCostDataSharingEnabled(BoolValue.Builder builderForValue)
Immutable. Enables the import of cost data from Display & Video 360 into 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 Display & Video 360 product. If this field is not set on create, it will be defaulted to true.
.google.protobuf.BoolValue cost_data_sharing_enabled = 6 [(.google.api.field_behavior) = IMMUTABLE];
Name | Description |
builderForValue | Builder |
Type | Description |
DisplayVideo360AdvertiserLink.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public DisplayVideo360AdvertiserLink.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
DisplayVideo360AdvertiserLink.Builder |
setName(String value)
public DisplayVideo360AdvertiserLink.Builder setName(String value)
Output only. The resource name for this DisplayVideo360AdvertiserLink resource. Format: properties/{propertyId}/displayVideo360AdvertiserLinks/{linkId} Note: linkId is not the Display & Video 360 Advertiser ID
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | String The name to set. |
Type | Description |
DisplayVideo360AdvertiserLink.Builder | This builder for chaining. |
setNameBytes(ByteString value)
public DisplayVideo360AdvertiserLink.Builder setNameBytes(ByteString value)
Output only. The resource name for this DisplayVideo360AdvertiserLink resource. Format: properties/{propertyId}/displayVideo360AdvertiserLinks/{linkId} Note: linkId is not the Display & Video 360 Advertiser ID
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | ByteString The bytes for name to set. |
Type | Description |
DisplayVideo360AdvertiserLink.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DisplayVideo360AdvertiserLink.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
DisplayVideo360AdvertiserLink.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final DisplayVideo360AdvertiserLink.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
DisplayVideo360AdvertiserLink.Builder |