Output only. The resource name for this AdSense Link resource.
Format: properties/{propertyId}/adSenseLinks/{linkId}
Example: properties/1234/adSenseLinks/6789
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Output only. The resource name for this AdSense Link resource.
Format: properties/{propertyId}/adSenseLinks/{linkId}
Example: properties/1234/adSenseLinks/6789
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Output only. The resource name for this AdSense Link resource.
Format: properties/{propertyId}/adSenseLinks/{linkId}
Example: properties/1234/adSenseLinks/6789
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Output only. The resource name for this AdSense Link resource.
Format: properties/{propertyId}/adSenseLinks/{linkId}
Example: properties/1234/adSenseLinks/6789
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Output only. The resource name for this AdSense Link resource.
Format: properties/{propertyId}/adSenseLinks/{linkId}
Example: properties/1234/adSenseLinks/6789
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The webpage provides documentation for the `AdSenseLink.Builder` class within the `google-analytics-admin` Java library, specifically focusing on version 0.57.0 but also listing versions from 0.14.0 up to the latest 0.70.0."],["`AdSenseLink.Builder` is used to create a link between a Google Analytics 4 (GA4) property and an AdSense for Content ad client."],["This class extends `GeneratedMessageV3.Builder` and implements `AdSenseLinkOrBuilder`, inheriting numerous methods for message building and manipulation, such as `addRepeatedField`, `clear`, `clone`, `mergeFrom`, `setField` and much more."],["Key functionalities of this class include setting and clearing the AdSense ad client code (`ad_client_code`) and the resource name (`name`) for the AdSense link, with `ad_client_code` being immutable and `name` being output-only."],["The documentation includes inherited methods from parent classes like `AbstractMessage`, `AbstractMessageLite`, and `GeneratedMessageV3`, offering a wide array of capabilities for managing the AdSense link configuration, including detailed descriptions and return types."]]],[]]