Class DisplayVideo360AdvertiserLinkProposal.Builder (0.28.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
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public DisplayVideo360AdvertiserLinkProposal.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
DisplayVideo360AdvertiserLinkProposal.Builder
Overrides

build()

public DisplayVideo360AdvertiserLinkProposal build()
Returns
TypeDescription
DisplayVideo360AdvertiserLinkProposal

buildPartial()

public DisplayVideo360AdvertiserLinkProposal buildPartial()
Returns
TypeDescription
DisplayVideo360AdvertiserLinkProposal

clear()

public DisplayVideo360AdvertiserLinkProposal.Builder clear()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
DisplayVideo360AdvertiserLinkProposal.Builder

clearField(Descriptors.FieldDescriptor field)

public DisplayVideo360AdvertiserLinkProposal.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
DisplayVideo360AdvertiserLinkProposal.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public DisplayVideo360AdvertiserLinkProposal.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
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
TypeDescription
DisplayVideo360AdvertiserLinkProposal.Builder

This builder for chaining.

clone()

public DisplayVideo360AdvertiserLinkProposal.Builder clone()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
BoolValueOrBuilder

getDefaultInstanceForType()

public DisplayVideo360AdvertiserLinkProposal getDefaultInstanceForType()
Returns
TypeDescription
DisplayVideo360AdvertiserLinkProposal

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the linkProposalStatusDetails field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
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
NameDescription
valueBoolValue
Returns
TypeDescription
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
NameDescription
valueBoolValue
Returns
TypeDescription
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
NameDescription
valueBoolValue
Returns
TypeDescription
DisplayVideo360AdvertiserLinkProposal.Builder

mergeFrom(DisplayVideo360AdvertiserLinkProposal other)

public DisplayVideo360AdvertiserLinkProposal.Builder mergeFrom(DisplayVideo360AdvertiserLinkProposal other)
Parameter
NameDescription
otherDisplayVideo360AdvertiserLinkProposal
Returns
TypeDescription
DisplayVideo360AdvertiserLinkProposal.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public DisplayVideo360AdvertiserLinkProposal.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
DisplayVideo360AdvertiserLinkProposal.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public DisplayVideo360AdvertiserLinkProposal.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
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
NameDescription
valueLinkProposalStatusDetails
Returns
TypeDescription
DisplayVideo360AdvertiserLinkProposal.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final DisplayVideo360AdvertiserLinkProposal.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
valueBoolValue
Returns
TypeDescription
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
NameDescription
builderForValueBuilder
Returns
TypeDescription
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
NameDescription
valueString

The advertiserDisplayName to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for advertiserDisplayName to set.

Returns
TypeDescription
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
NameDescription
valueString

The advertiserId to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for advertiserId to set.

Returns
TypeDescription
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
NameDescription
valueBoolValue
Returns
TypeDescription
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
NameDescription
builderForValueBuilder
Returns
TypeDescription
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
NameDescription
valueBoolValue
Returns
TypeDescription
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
NameDescription
builderForValueBuilder
Returns
TypeDescription
DisplayVideo360AdvertiserLinkProposal.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public DisplayVideo360AdvertiserLinkProposal.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
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
NameDescription
valueLinkProposalStatusDetails
Returns
TypeDescription
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
NameDescription
builderForValueLinkProposalStatusDetails.Builder
Returns
TypeDescription
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
NameDescription
valueString

The name to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
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
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
DisplayVideo360AdvertiserLinkProposal.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final DisplayVideo360AdvertiserLinkProposal.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
valueString

The validationEmail to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for validationEmail to set.

Returns
TypeDescription
DisplayVideo360AdvertiserLinkProposal.Builder

This builder for chaining.