Interface AnalyticsAccountLinkOrBuilder (0.25.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicinterface AnalyticsAccountLinkOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
getAnalyticsAccount()
publicabstractStringgetAnalyticsAccount()Required. Immutable. The resource name of the AnalyticsAdmin API account. The account ID will be used as the ID of this AnalyticsAccountLink resource, which will become the final component of the resource name.
Format: analyticsadmin.googleapis.com/accounts/{account_id}
string analytics_account = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The analyticsAccount. |
getAnalyticsAccountBytes()
publicabstractByteStringgetAnalyticsAccountBytes()Required. Immutable. The resource name of the AnalyticsAdmin API account. The account ID will be used as the ID of this AnalyticsAccountLink resource, which will become the final component of the resource name.
Format: analyticsadmin.googleapis.com/accounts/{account_id}
string analytics_account = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for analyticsAccount. |
getDisplayName()
publicabstractStringgetDisplayName()Output only. The human-readable name for the Analytics account.
string display_name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The displayName. |
getDisplayNameBytes()
publicabstractByteStringgetDisplayNameBytes()Output only. The human-readable name for the Analytics account.
string display_name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for displayName. |
getLinkVerificationState()
publicabstractLinkVerificationStategetLinkVerificationState()Output only. The verification state of the link between the Analytics account and the parent organization.
.google.marketingplatform.admin.v1alpha.LinkVerificationState link_verification_state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
LinkVerificationState |
The linkVerificationState. |
getLinkVerificationStateValue()
publicabstractintgetLinkVerificationStateValue()Output only. The verification state of the link between the Analytics account and the parent organization.
.google.marketingplatform.admin.v1alpha.LinkVerificationState link_verification_state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for linkVerificationState. |
getName()
publicabstractStringgetName()Identifier. Resource name of this AnalyticsAccountLink. Note the resource ID is the same as the ID of the Analtyics account.
Format: organizations/{org_id}/analyticsAccountLinks/{analytics_account_link_id} Example: "organizations/xyz/analyticsAccountLinks/1234"
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
publicabstractByteStringgetNameBytes()Identifier. Resource name of this AnalyticsAccountLink. Note the resource ID is the same as the ID of the Analtyics account.
Format: organizations/{org_id}/analyticsAccountLinks/{analytics_account_link_id} Example: "organizations/xyz/analyticsAccountLinks/1234"
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |