public interface SetPropertyServiceLevelRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAnalyticsAccountLink()
public abstract String getAnalyticsAccountLink()
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()
public abstract ByteString getAnalyticsAccountLinkBytes()
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()
public abstract String getAnalyticsProperty()
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()
public abstract ByteString getAnalyticsPropertyBytes()
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()
public abstract AnalyticsServiceLevel getServiceLevel()
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()
public abstract int getServiceLevelValue()
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. |