Class: Google::Ads::MarketingPlatform::Admin::V1alpha::SetPropertyServiceLevelRequest
- Inherits:
-
Object
- Object
- Google::Ads::MarketingPlatform::Admin::V1alpha::SetPropertyServiceLevelRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/marketingplatform/admin/v1alpha/marketingplatform_admin.rb
Overview
Request message for SetPropertyServiceLevel RPC.
Instance Attribute Summary collapse
-
#analytics_account_link ⇒ ::String
Required.
-
#analytics_property ⇒ ::String
Required.
-
#service_level ⇒ ::Google::Ads::MarketingPlatform::Admin::V1alpha::AnalyticsServiceLevel
Required.
Instance Attribute Details
#analytics_account_link ⇒ ::String
Returns Required. The parent AnalyticsAccountLink scope where this property is in. Format: organizations/{org_id}/analyticsAccountLinks/{analytics_account_link_id}.
112 113 114 115 |
# File 'proto_docs/google/marketingplatform/admin/v1alpha/marketingplatform_admin.rb', line 112 class SetPropertyServiceLevelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#analytics_property ⇒ ::String
Returns 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}.
112 113 114 115 |
# File 'proto_docs/google/marketingplatform/admin/v1alpha/marketingplatform_admin.rb', line 112 class SetPropertyServiceLevelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service_level ⇒ ::Google::Ads::MarketingPlatform::Admin::V1alpha::AnalyticsServiceLevel
Returns Required. The service level to set for this property.
112 113 114 115 |
# File 'proto_docs/google/marketingplatform/admin/v1alpha/marketingplatform_admin.rb', line 112 class SetPropertyServiceLevelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |