Class: Google::Shopping::Css::V1::Account
- Inherits:
-
Object
- Object
- Google::Shopping::Css::V1::Account
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/css/v1/accounts.rb
Overview
Information about CSS/MC account.
Defined Under Namespace
Modules: AccountType
Instance Attribute Summary collapse
-
#account_type ⇒ ::Google::Shopping::Css::V1::Account::AccountType
readonly
Output only.
-
#automatic_label_ids ⇒ ::Array<::Integer>
Automatically created label IDs assigned to the MC account by CSS Center.
-
#display_name ⇒ ::String
The CSS/MC account's short display name.
-
#full_name ⇒ ::String
readonly
Output only.
-
#homepage_uri ⇒ ::String
readonly
Output only.
-
#label_ids ⇒ ::Array<::Integer>
Manually created label IDs assigned to the CSS/MC account by a CSS parent account.
-
#name ⇒ ::String
The label resource name.
-
#parent ⇒ ::String
The CSS/MC account's parent resource.
Instance Attribute Details
#account_type ⇒ ::Google::Shopping::Css::V1::Account::AccountType (readonly)
134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 |
# File 'proto_docs/google/shopping/css/v1/accounts.rb', line 134 class Account include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The account type. module AccountType # Unknown account type. ACCOUNT_TYPE_UNSPECIFIED = 0 # CSS group account. CSS_GROUP = 1 # CSS domain account. CSS_DOMAIN = 2 # MC Primary CSS MCA account. MC_PRIMARY_CSS_MCA = 3 # MC CSS MCA account. MC_CSS_MCA = 4 # MC Marketplace MCA account. MC_MARKETPLACE_MCA = 5 # MC Other MCA account. MC_OTHER_MCA = 6 # MC Standalone account. MC_STANDALONE = 7 # MC MCA sub-account. MC_MCA_SUBACCOUNT = 8 end end |
#automatic_label_ids ⇒ ::Array<::Integer>
134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 |
# File 'proto_docs/google/shopping/css/v1/accounts.rb', line 134 class Account include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The account type. module AccountType # Unknown account type. ACCOUNT_TYPE_UNSPECIFIED = 0 # CSS group account. CSS_GROUP = 1 # CSS domain account. CSS_DOMAIN = 2 # MC Primary CSS MCA account. MC_PRIMARY_CSS_MCA = 3 # MC CSS MCA account. MC_CSS_MCA = 4 # MC Marketplace MCA account. MC_MARKETPLACE_MCA = 5 # MC Other MCA account. MC_OTHER_MCA = 6 # MC Standalone account. MC_STANDALONE = 7 # MC MCA sub-account. MC_MCA_SUBACCOUNT = 8 end end |
#display_name ⇒ ::String
134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 |
# File 'proto_docs/google/shopping/css/v1/accounts.rb', line 134 class Account include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The account type. module AccountType # Unknown account type. ACCOUNT_TYPE_UNSPECIFIED = 0 # CSS group account. CSS_GROUP = 1 # CSS domain account. CSS_DOMAIN = 2 # MC Primary CSS MCA account. MC_PRIMARY_CSS_MCA = 3 # MC CSS MCA account. MC_CSS_MCA = 4 # MC Marketplace MCA account. MC_MARKETPLACE_MCA = 5 # MC Other MCA account. MC_OTHER_MCA = 6 # MC Standalone account. MC_STANDALONE = 7 # MC MCA sub-account. MC_MCA_SUBACCOUNT = 8 end end |
#full_name ⇒ ::String (readonly)
134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 |
# File 'proto_docs/google/shopping/css/v1/accounts.rb', line 134 class Account include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The account type. module AccountType # Unknown account type. ACCOUNT_TYPE_UNSPECIFIED = 0 # CSS group account. CSS_GROUP = 1 # CSS domain account. CSS_DOMAIN = 2 # MC Primary CSS MCA account. MC_PRIMARY_CSS_MCA = 3 # MC CSS MCA account. MC_CSS_MCA = 4 # MC Marketplace MCA account. MC_MARKETPLACE_MCA = 5 # MC Other MCA account. MC_OTHER_MCA = 6 # MC Standalone account. MC_STANDALONE = 7 # MC MCA sub-account. MC_MCA_SUBACCOUNT = 8 end end |
#homepage_uri ⇒ ::String (readonly)
134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 |
# File 'proto_docs/google/shopping/css/v1/accounts.rb', line 134 class Account include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The account type. module AccountType # Unknown account type. ACCOUNT_TYPE_UNSPECIFIED = 0 # CSS group account. CSS_GROUP = 1 # CSS domain account. CSS_DOMAIN = 2 # MC Primary CSS MCA account. MC_PRIMARY_CSS_MCA = 3 # MC CSS MCA account. MC_CSS_MCA = 4 # MC Marketplace MCA account. MC_MARKETPLACE_MCA = 5 # MC Other MCA account. MC_OTHER_MCA = 6 # MC Standalone account. MC_STANDALONE = 7 # MC MCA sub-account. MC_MCA_SUBACCOUNT = 8 end end |
#label_ids ⇒ ::Array<::Integer>
134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 |
# File 'proto_docs/google/shopping/css/v1/accounts.rb', line 134 class Account include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The account type. module AccountType # Unknown account type. ACCOUNT_TYPE_UNSPECIFIED = 0 # CSS group account. CSS_GROUP = 1 # CSS domain account. CSS_DOMAIN = 2 # MC Primary CSS MCA account. MC_PRIMARY_CSS_MCA = 3 # MC CSS MCA account. MC_CSS_MCA = 4 # MC Marketplace MCA account. MC_MARKETPLACE_MCA = 5 # MC Other MCA account. MC_OTHER_MCA = 6 # MC Standalone account. MC_STANDALONE = 7 # MC MCA sub-account. MC_MCA_SUBACCOUNT = 8 end end |
#name ⇒ ::String
134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 |
# File 'proto_docs/google/shopping/css/v1/accounts.rb', line 134 class Account include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The account type. module AccountType # Unknown account type. ACCOUNT_TYPE_UNSPECIFIED = 0 # CSS group account. CSS_GROUP = 1 # CSS domain account. CSS_DOMAIN = 2 # MC Primary CSS MCA account. MC_PRIMARY_CSS_MCA = 3 # MC CSS MCA account. MC_CSS_MCA = 4 # MC Marketplace MCA account. MC_MARKETPLACE_MCA = 5 # MC Other MCA account. MC_OTHER_MCA = 6 # MC Standalone account. MC_STANDALONE = 7 # MC MCA sub-account. MC_MCA_SUBACCOUNT = 8 end end |
#parent ⇒ ::String
134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 |
# File 'proto_docs/google/shopping/css/v1/accounts.rb', line 134 class Account include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The account type. module AccountType # Unknown account type. ACCOUNT_TYPE_UNSPECIFIED = 0 # CSS group account. CSS_GROUP = 1 # CSS domain account. CSS_DOMAIN = 2 # MC Primary CSS MCA account. MC_PRIMARY_CSS_MCA = 3 # MC CSS MCA account. MC_CSS_MCA = 4 # MC Marketplace MCA account. MC_MARKETPLACE_MCA = 5 # MC Other MCA account. MC_OTHER_MCA = 6 # MC Standalone account. MC_STANDALONE = 7 # MC MCA sub-account. MC_MCA_SUBACCOUNT = 8 end end |