Interface SetPropertyServiceLevelRequestOrBuilder (0.25.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicinterface SetPropertyServiceLevelRequestOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
getAnalyticsAccountLink()
publicabstractStringgetAnalyticsAccountLink()Required. The parent AnalyticsAccountLink scope where this property is in. Format: organizations/{org_id}/analyticsAccountLinks/{analytics_account_link_id}
string analytics_account_link = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The analyticsAccountLink. |
getAnalyticsAccountLinkBytes()
publicabstractByteStringgetAnalyticsAccountLinkBytes()Required. The parent AnalyticsAccountLink scope where this property is in. Format: organizations/{org_id}/analyticsAccountLinks/{analytics_account_link_id}
string analytics_account_link = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for analyticsAccountLink. |
getAnalyticsProperty()
publicabstractStringgetAnalyticsProperty()Required. The Analytics property to change the ServiceLevel setting. This field is the name of the Google Analytics Admin API property resource.
Format: analyticsadmin.googleapis.com/properties/{property_id}
string analytics_property = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The analyticsProperty. |
getAnalyticsPropertyBytes()
publicabstractByteStringgetAnalyticsPropertyBytes()Required. The Analytics property to change the ServiceLevel setting. This field is the name of the Google Analytics Admin API property resource.
Format: analyticsadmin.googleapis.com/properties/{property_id}
string analytics_property = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for analyticsProperty. |
getServiceLevel()
publicabstractAnalyticsServiceLevelgetServiceLevel()Required. The service level to set for this property.
.google.marketingplatform.admin.v1alpha.AnalyticsServiceLevel service_level = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
AnalyticsServiceLevel |
The serviceLevel. |
getServiceLevelValue()
publicabstractintgetServiceLevelValue()Required. The service level to set for this property.
.google.marketingplatform.admin.v1alpha.AnalyticsServiceLevel service_level = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for serviceLevel. |