Class DisplayVideo360AdvertiserLinkProposal.Builder (0.52.0)

public static final class DisplayVideo360AdvertiserLinkProposal.Builder extends GeneratedMessageV3.Builder<DisplayVideo360AdvertiserLinkProposal.Builder> implements DisplayVideo360AdvertiserLinkProposalOrBuilder

A proposal for a link between a GA4 property and a Display & Video 360 advertiser.

A proposal is converted to a DisplayVideo360AdvertiserLink once approved. Google Analytics admins approve inbound proposals while Display & Video 360 admins approve outbound proposals.

Protobuf type google.analytics.admin.v1alpha.DisplayVideo360AdvertiserLinkProposal

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public DisplayVideo360AdvertiserLinkProposal.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
DisplayVideo360AdvertiserLinkProposal.Builder
Overrides

build()

public DisplayVideo360AdvertiserLinkProposal build()
Returns
Type Description
DisplayVideo360AdvertiserLinkProposal

buildPartial()

public DisplayVideo360AdvertiserLinkProposal buildPartial()
Returns
Type Description
DisplayVideo360AdvertiserLinkProposal

clear()

public DisplayVideo360AdvertiserLinkProposal.Builder clear()
Returns
Type Description
DisplayVideo360AdvertiserLinkProposal.Builder
Overrides

clearAdsPersonalizationEnabled()

public DisplayVideo360AdvertiserLinkProposal.Builder clearAdsPersonalizationEnabled()

Immutable. 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 [(.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
DisplayVideo360AdvertiserLinkProposal.Builder

clearAdvertiserDisplayName()

public DisplayVideo360AdvertiserLinkProposal.Builder clearAdvertiserDisplayName()

Output only. The display name of the Display & Video Advertiser. Only populated for proposals that originated from Display & Video 360.

string advertiser_display_name = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DisplayVideo360AdvertiserLinkProposal.Builder

This builder for chaining.

clearAdvertiserId()

public DisplayVideo360AdvertiserLinkProposal.Builder clearAdvertiserId()

Immutable. The Display & Video 360 Advertiser's advertiser ID.

string advertiser_id = 2 [(.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
DisplayVideo360AdvertiserLinkProposal.Builder

This builder for chaining.

clearCampaignDataSharingEnabled()

public DisplayVideo360AdvertiserLinkProposal.Builder clearCampaignDataSharingEnabled()

Immutable. Enables the import of campaign data from Display & Video 360. If this field is not set on create, it will be defaulted to true.

.google.protobuf.BoolValue campaign_data_sharing_enabled = 7 [(.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
DisplayVideo360AdvertiserLinkProposal.Builder

clearCostDataSharingEnabled()

public DisplayVideo360AdvertiserLinkProposal.Builder clearCostDataSharingEnabled()

Immutable. Enables the import of cost data from Display & Video 360. This can only be enabled if campaign_data_sharing_enabled is enabled. If this field is not set on create, it will be defaulted to true.

.google.protobuf.BoolValue cost_data_sharing_enabled = 8 [(.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
DisplayVideo360AdvertiserLinkProposal.Builder

clearField(Descriptors.FieldDescriptor field)

public DisplayVideo360AdvertiserLinkProposal.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
DisplayVideo360AdvertiserLinkProposal.Builder
Overrides

clearLinkProposalStatusDetails()

public DisplayVideo360AdvertiserLinkProposal.Builder clearLinkProposalStatusDetails()

Output only. The status information for this link proposal.

.google.analytics.admin.v1alpha.LinkProposalStatusDetails link_proposal_status_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DisplayVideo360AdvertiserLinkProposal.Builder

clearName()

public DisplayVideo360AdvertiserLinkProposal.Builder clearName()

Output only. The resource name for this DisplayVideo360AdvertiserLinkProposal resource. Format: properties/{propertyId}/displayVideo360AdvertiserLinkProposals/{proposalId}

Note: proposalId is not the Display & Video 360 Advertiser ID

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DisplayVideo360AdvertiserLinkProposal.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public DisplayVideo360AdvertiserLinkProposal.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
DisplayVideo360AdvertiserLinkProposal.Builder
Overrides

clearValidationEmail()

public DisplayVideo360AdvertiserLinkProposal.Builder clearValidationEmail()

Input only. On a proposal being sent to Display & Video 360, this field must be set to the email address of an admin on the target advertiser. This is used to verify that the Google Analytics admin is aware of at least one admin on the Display & Video 360 Advertiser. This does not restrict approval of the proposal to a single user. Any admin on the Display & Video 360 Advertiser may approve the proposal.

string validation_email = 5 [(.google.api.field_behavior) = INPUT_ONLY];

Returns
Type Description
DisplayVideo360AdvertiserLinkProposal.Builder

This builder for chaining.

clone()

public DisplayVideo360AdvertiserLinkProposal.Builder clone()
Returns
Type Description
DisplayVideo360AdvertiserLinkProposal.Builder
Overrides

getAdsPersonalizationEnabled()

public BoolValue getAdsPersonalizationEnabled()

Immutable. 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 [(.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
BoolValue

The adsPersonalizationEnabled.

getAdsPersonalizationEnabledBuilder()

public BoolValue.Builder getAdsPersonalizationEnabledBuilder()

Immutable. 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 [(.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
Builder

getAdsPersonalizationEnabledOrBuilder()

public BoolValueOrBuilder getAdsPersonalizationEnabledOrBuilder()

Immutable. 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 [(.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
BoolValueOrBuilder

getAdvertiserDisplayName()

public String getAdvertiserDisplayName()

Output only. The display name of the Display & Video Advertiser. Only populated for proposals that originated from Display & Video 360.

string advertiser_display_name = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The advertiserDisplayName.

getAdvertiserDisplayNameBytes()

public ByteString getAdvertiserDisplayNameBytes()

Output only. The display name of the Display & Video Advertiser. Only populated for proposals that originated from Display & Video 360.

string advertiser_display_name = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
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];

Returns
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];

Returns
Type Description
ByteString

The bytes for advertiserId.

getCampaignDataSharingEnabled()

public BoolValue getCampaignDataSharingEnabled()

Immutable. Enables the import of campaign data from Display & Video 360. If this field is not set on create, it will be defaulted to true.

.google.protobuf.BoolValue campaign_data_sharing_enabled = 7 [(.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
BoolValue

The campaignDataSharingEnabled.

getCampaignDataSharingEnabledBuilder()

public BoolValue.Builder getCampaignDataSharingEnabledBuilder()

Immutable. Enables the import of campaign data from Display & Video 360. If this field is not set on create, it will be defaulted to true.

.google.protobuf.BoolValue campaign_data_sharing_enabled = 7 [(.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
Builder

getCampaignDataSharingEnabledOrBuilder()

public BoolValueOrBuilder getCampaignDataSharingEnabledOrBuilder()

Immutable. Enables the import of campaign data from Display & Video 360. If this field is not set on create, it will be defaulted to true.

.google.protobuf.BoolValue campaign_data_sharing_enabled = 7 [(.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
BoolValueOrBuilder

getCostDataSharingEnabled()

public BoolValue getCostDataSharingEnabled()

Immutable. Enables the import of cost data from Display & Video 360. This can only be enabled if campaign_data_sharing_enabled is enabled. If this field is not set on create, it will be defaulted to true.

.google.protobuf.BoolValue cost_data_sharing_enabled = 8 [(.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
BoolValue

The costDataSharingEnabled.

getCostDataSharingEnabledBuilder()

public BoolValue.Builder getCostDataSharingEnabledBuilder()

Immutable. Enables the import of cost data from Display & Video 360. This can only be enabled if campaign_data_sharing_enabled is enabled. If this field is not set on create, it will be defaulted to true.

.google.protobuf.BoolValue cost_data_sharing_enabled = 8 [(.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
Builder

getCostDataSharingEnabledOrBuilder()

public BoolValueOrBuilder getCostDataSharingEnabledOrBuilder()

Immutable. Enables the import of cost data from Display & Video 360. This can only be enabled if campaign_data_sharing_enabled is enabled. If this field is not set on create, it will be defaulted to true.

.google.protobuf.BoolValue cost_data_sharing_enabled = 8 [(.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
BoolValueOrBuilder

getDefaultInstanceForType()

public DisplayVideo360AdvertiserLinkProposal getDefaultInstanceForType()
Returns
Type Description
DisplayVideo360AdvertiserLinkProposal

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getLinkProposalStatusDetails()

public LinkProposalStatusDetails getLinkProposalStatusDetails()

Output only. The status information for this link proposal.

.google.analytics.admin.v1alpha.LinkProposalStatusDetails link_proposal_status_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
LinkProposalStatusDetails

The linkProposalStatusDetails.

getLinkProposalStatusDetailsBuilder()

public LinkProposalStatusDetails.Builder getLinkProposalStatusDetailsBuilder()

Output only. The status information for this link proposal.

.google.analytics.admin.v1alpha.LinkProposalStatusDetails link_proposal_status_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
LinkProposalStatusDetails.Builder

getLinkProposalStatusDetailsOrBuilder()

public LinkProposalStatusDetailsOrBuilder getLinkProposalStatusDetailsOrBuilder()

Output only. The status information for this link proposal.

.google.analytics.admin.v1alpha.LinkProposalStatusDetails link_proposal_status_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
LinkProposalStatusDetailsOrBuilder

getName()

public String getName()

Output only. The resource name for this DisplayVideo360AdvertiserLinkProposal resource. Format: properties/{propertyId}/displayVideo360AdvertiserLinkProposals/{proposalId}

Note: proposalId is not the Display & Video 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 DisplayVideo360AdvertiserLinkProposal resource. Format: properties/{propertyId}/displayVideo360AdvertiserLinkProposals/{proposalId}

Note: proposalId is not the Display & Video 360 Advertiser ID

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for name.

getValidationEmail()

public String getValidationEmail()

Input only. On a proposal being sent to Display & Video 360, this field must be set to the email address of an admin on the target advertiser. This is used to verify that the Google Analytics admin is aware of at least one admin on the Display & Video 360 Advertiser. This does not restrict approval of the proposal to a single user. Any admin on the Display & Video 360 Advertiser may approve the proposal.

string validation_email = 5 [(.google.api.field_behavior) = INPUT_ONLY];

Returns
Type Description
String

The validationEmail.

getValidationEmailBytes()

public ByteString getValidationEmailBytes()

Input only. On a proposal being sent to Display & Video 360, this field must be set to the email address of an admin on the target advertiser. This is used to verify that the Google Analytics admin is aware of at least one admin on the Display & Video 360 Advertiser. This does not restrict approval of the proposal to a single user. Any admin on the Display & Video 360 Advertiser may approve the proposal.

string validation_email = 5 [(.google.api.field_behavior) = INPUT_ONLY];

Returns
Type Description
ByteString

The bytes for validationEmail.

hasAdsPersonalizationEnabled()

public boolean hasAdsPersonalizationEnabled()

Immutable. 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 [(.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
boolean

Whether the adsPersonalizationEnabled field is set.

hasCampaignDataSharingEnabled()

public boolean hasCampaignDataSharingEnabled()

Immutable. Enables the import of campaign data from Display & Video 360. If this field is not set on create, it will be defaulted to true.

.google.protobuf.BoolValue campaign_data_sharing_enabled = 7 [(.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 Display & Video 360. This can only be enabled if campaign_data_sharing_enabled is enabled. If this field is not set on create, it will be defaulted to true.

.google.protobuf.BoolValue cost_data_sharing_enabled = 8 [(.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
boolean

Whether the costDataSharingEnabled field is set.

hasLinkProposalStatusDetails()

public boolean hasLinkProposalStatusDetails()

Output only. The status information for this link proposal.

.google.analytics.admin.v1alpha.LinkProposalStatusDetails link_proposal_status_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the linkProposalStatusDetails field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeAdsPersonalizationEnabled(BoolValue value)

public DisplayVideo360AdvertiserLinkProposal.Builder mergeAdsPersonalizationEnabled(BoolValue value)

Immutable. 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 [(.google.api.field_behavior) = IMMUTABLE];

Parameter
Name Description
value BoolValue
Returns
Type Description
DisplayVideo360AdvertiserLinkProposal.Builder

mergeCampaignDataSharingEnabled(BoolValue value)

public DisplayVideo360AdvertiserLinkProposal.Builder mergeCampaignDataSharingEnabled(BoolValue value)

Immutable. Enables the import of campaign data from Display & Video 360. If this field is not set on create, it will be defaulted to true.

.google.protobuf.BoolValue campaign_data_sharing_enabled = 7 [(.google.api.field_behavior) = IMMUTABLE];

Parameter
Name Description
value BoolValue
Returns
Type Description
DisplayVideo360AdvertiserLinkProposal.Builder

mergeCostDataSharingEnabled(BoolValue value)

public DisplayVideo360AdvertiserLinkProposal.Builder mergeCostDataSharingEnabled(BoolValue value)

Immutable. Enables the import of cost data from Display & Video 360. This can only be enabled if campaign_data_sharing_enabled is enabled. If this field is not set on create, it will be defaulted to true.

.google.protobuf.BoolValue cost_data_sharing_enabled = 8 [(.google.api.field_behavior) = IMMUTABLE];

Parameter
Name Description
value BoolValue
Returns
Type Description
DisplayVideo360AdvertiserLinkProposal.Builder

mergeFrom(DisplayVideo360AdvertiserLinkProposal other)

public DisplayVideo360AdvertiserLinkProposal.Builder mergeFrom(DisplayVideo360AdvertiserLinkProposal other)
Parameter
Name Description
other DisplayVideo360AdvertiserLinkProposal
Returns
Type Description
DisplayVideo360AdvertiserLinkProposal.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public DisplayVideo360AdvertiserLinkProposal.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DisplayVideo360AdvertiserLinkProposal.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public DisplayVideo360AdvertiserLinkProposal.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
DisplayVideo360AdvertiserLinkProposal.Builder
Overrides

mergeLinkProposalStatusDetails(LinkProposalStatusDetails value)

public DisplayVideo360AdvertiserLinkProposal.Builder mergeLinkProposalStatusDetails(LinkProposalStatusDetails value)

Output only. The status information for this link proposal.

.google.analytics.admin.v1alpha.LinkProposalStatusDetails link_proposal_status_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value LinkProposalStatusDetails
Returns
Type Description
DisplayVideo360AdvertiserLinkProposal.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final DisplayVideo360AdvertiserLinkProposal.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
DisplayVideo360AdvertiserLinkProposal.Builder
Overrides

setAdsPersonalizationEnabled(BoolValue value)

public DisplayVideo360AdvertiserLinkProposal.Builder setAdsPersonalizationEnabled(BoolValue value)

Immutable. 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 [(.google.api.field_behavior) = IMMUTABLE];

Parameter
Name Description
value BoolValue
Returns
Type Description
DisplayVideo360AdvertiserLinkProposal.Builder

setAdsPersonalizationEnabled(BoolValue.Builder builderForValue)

public DisplayVideo360AdvertiserLinkProposal.Builder setAdsPersonalizationEnabled(BoolValue.Builder builderForValue)

Immutable. 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 [(.google.api.field_behavior) = IMMUTABLE];

Parameter
Name Description
builderForValue Builder
Returns
Type Description
DisplayVideo360AdvertiserLinkProposal.Builder

setAdvertiserDisplayName(String value)

public DisplayVideo360AdvertiserLinkProposal.Builder setAdvertiserDisplayName(String value)

Output only. The display name of the Display & Video Advertiser. Only populated for proposals that originated from Display & Video 360.

string advertiser_display_name = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value String

The advertiserDisplayName to set.

Returns
Type Description
DisplayVideo360AdvertiserLinkProposal.Builder

This builder for chaining.

setAdvertiserDisplayNameBytes(ByteString value)

public DisplayVideo360AdvertiserLinkProposal.Builder setAdvertiserDisplayNameBytes(ByteString value)

Output only. The display name of the Display & Video Advertiser. Only populated for proposals that originated from Display & Video 360.

string advertiser_display_name = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value ByteString

The bytes for advertiserDisplayName to set.

Returns
Type Description
DisplayVideo360AdvertiserLinkProposal.Builder

This builder for chaining.

setAdvertiserId(String value)

public DisplayVideo360AdvertiserLinkProposal.Builder setAdvertiserId(String value)

Immutable. The Display & Video 360 Advertiser's advertiser ID.

string advertiser_id = 2 [(.google.api.field_behavior) = IMMUTABLE];

Parameter
Name Description
value String

The advertiserId to set.

Returns
Type Description
DisplayVideo360AdvertiserLinkProposal.Builder

This builder for chaining.

setAdvertiserIdBytes(ByteString value)

public DisplayVideo360AdvertiserLinkProposal.Builder setAdvertiserIdBytes(ByteString value)

Immutable. The Display & Video 360 Advertiser's advertiser ID.

string advertiser_id = 2 [(.google.api.field_behavior) = IMMUTABLE];

Parameter
Name Description
value ByteString

The bytes for advertiserId to set.

Returns
Type Description
DisplayVideo360AdvertiserLinkProposal.Builder

This builder for chaining.

setCampaignDataSharingEnabled(BoolValue value)

public DisplayVideo360AdvertiserLinkProposal.Builder setCampaignDataSharingEnabled(BoolValue value)

Immutable. Enables the import of campaign data from Display & Video 360. If this field is not set on create, it will be defaulted to true.

.google.protobuf.BoolValue campaign_data_sharing_enabled = 7 [(.google.api.field_behavior) = IMMUTABLE];

Parameter
Name Description
value BoolValue
Returns
Type Description
DisplayVideo360AdvertiserLinkProposal.Builder

setCampaignDataSharingEnabled(BoolValue.Builder builderForValue)

public DisplayVideo360AdvertiserLinkProposal.Builder setCampaignDataSharingEnabled(BoolValue.Builder builderForValue)

Immutable. Enables the import of campaign data from Display & Video 360. If this field is not set on create, it will be defaulted to true.

.google.protobuf.BoolValue campaign_data_sharing_enabled = 7 [(.google.api.field_behavior) = IMMUTABLE];

Parameter
Name Description
builderForValue Builder
Returns
Type Description
DisplayVideo360AdvertiserLinkProposal.Builder

setCostDataSharingEnabled(BoolValue value)

public DisplayVideo360AdvertiserLinkProposal.Builder setCostDataSharingEnabled(BoolValue value)

Immutable. Enables the import of cost data from Display & Video 360. This can only be enabled if campaign_data_sharing_enabled is enabled. If this field is not set on create, it will be defaulted to true.

.google.protobuf.BoolValue cost_data_sharing_enabled = 8 [(.google.api.field_behavior) = IMMUTABLE];

Parameter
Name Description
value BoolValue
Returns
Type Description
DisplayVideo360AdvertiserLinkProposal.Builder

setCostDataSharingEnabled(BoolValue.Builder builderForValue)

public DisplayVideo360AdvertiserLinkProposal.Builder setCostDataSharingEnabled(BoolValue.Builder builderForValue)

Immutable. Enables the import of cost data from Display & Video 360. This can only be enabled if campaign_data_sharing_enabled is enabled. If this field is not set on create, it will be defaulted to true.

.google.protobuf.BoolValue cost_data_sharing_enabled = 8 [(.google.api.field_behavior) = IMMUTABLE];

Parameter
Name Description
builderForValue Builder
Returns
Type Description
DisplayVideo360AdvertiserLinkProposal.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public DisplayVideo360AdvertiserLinkProposal.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
DisplayVideo360AdvertiserLinkProposal.Builder
Overrides

setLinkProposalStatusDetails(LinkProposalStatusDetails value)

public DisplayVideo360AdvertiserLinkProposal.Builder setLinkProposalStatusDetails(LinkProposalStatusDetails value)

Output only. The status information for this link proposal.

.google.analytics.admin.v1alpha.LinkProposalStatusDetails link_proposal_status_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value LinkProposalStatusDetails
Returns
Type Description
DisplayVideo360AdvertiserLinkProposal.Builder

setLinkProposalStatusDetails(LinkProposalStatusDetails.Builder builderForValue)

public DisplayVideo360AdvertiserLinkProposal.Builder setLinkProposalStatusDetails(LinkProposalStatusDetails.Builder builderForValue)

Output only. The status information for this link proposal.

.google.analytics.admin.v1alpha.LinkProposalStatusDetails link_proposal_status_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
builderForValue LinkProposalStatusDetails.Builder
Returns
Type Description
DisplayVideo360AdvertiserLinkProposal.Builder

setName(String value)

public DisplayVideo360AdvertiserLinkProposal.Builder setName(String value)

Output only. The resource name for this DisplayVideo360AdvertiserLinkProposal resource. Format: properties/{propertyId}/displayVideo360AdvertiserLinkProposals/{proposalId}

Note: proposalId is not the Display & Video 360 Advertiser ID

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value String

The name to set.

Returns
Type Description
DisplayVideo360AdvertiserLinkProposal.Builder

This builder for chaining.

setNameBytes(ByteString value)

public DisplayVideo360AdvertiserLinkProposal.Builder setNameBytes(ByteString value)

Output only. The resource name for this DisplayVideo360AdvertiserLinkProposal resource. Format: properties/{propertyId}/displayVideo360AdvertiserLinkProposals/{proposalId}

Note: proposalId is not the Display & Video 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
DisplayVideo360AdvertiserLinkProposal.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public DisplayVideo360AdvertiserLinkProposal.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
DisplayVideo360AdvertiserLinkProposal.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final DisplayVideo360AdvertiserLinkProposal.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
DisplayVideo360AdvertiserLinkProposal.Builder
Overrides

setValidationEmail(String value)

public DisplayVideo360AdvertiserLinkProposal.Builder setValidationEmail(String value)

Input only. On a proposal being sent to Display & Video 360, this field must be set to the email address of an admin on the target advertiser. This is used to verify that the Google Analytics admin is aware of at least one admin on the Display & Video 360 Advertiser. This does not restrict approval of the proposal to a single user. Any admin on the Display & Video 360 Advertiser may approve the proposal.

string validation_email = 5 [(.google.api.field_behavior) = INPUT_ONLY];

Parameter
Name Description
value String

The validationEmail to set.

Returns
Type Description
DisplayVideo360AdvertiserLinkProposal.Builder

This builder for chaining.

setValidationEmailBytes(ByteString value)

public DisplayVideo360AdvertiserLinkProposal.Builder setValidationEmailBytes(ByteString value)

Input only. On a proposal being sent to Display & Video 360, this field must be set to the email address of an admin on the target advertiser. This is used to verify that the Google Analytics admin is aware of at least one admin on the Display & Video 360 Advertiser. This does not restrict approval of the proposal to a single user. Any admin on the Display & Video 360 Advertiser may approve the proposal.

string validation_email = 5 [(.google.api.field_behavior) = INPUT_ONLY];

Parameter
Name Description
value ByteString

The bytes for validationEmail to set.

Returns
Type Description
DisplayVideo360AdvertiserLinkProposal.Builder

This builder for chaining.