Class: Google::Shopping::Merchant::Accounts::V1beta::Account

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/shopping/merchant/accounts/v1beta/accounts.rb

Overview

An account.

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::Integer (readonly)

Returns Output only. The ID of the account.

Returns:

  • (::Integer)

    Output only. The ID of the account.



58
59
60
61
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/accounts.rb', line 58

class Account
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#account_name::String

Returns Required. A human-readable name of the account. See store name and business name for more information.

Returns:

  • (::String)

    Required. A human-readable name of the account. See store name and business name for more information.



58
59
60
61
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/accounts.rb', line 58

class Account
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#adult_content::Boolean

Returns Whether this account contains adult content.

Returns:

  • (::Boolean)

    Whether this account contains adult content.



58
59
60
61
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/accounts.rb', line 58

class Account
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#language_code::String

Returns Required. The account's BCP-47 language code, such as en-US or sr-Latn.

Returns:



58
59
60
61
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/accounts.rb', line 58

class Account
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

Returns Identifier. The resource name of the account. Format: accounts/{account}.

Returns:

  • (::String)

    Identifier. The resource name of the account. Format: accounts/{account}



58
59
60
61
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/accounts.rb', line 58

class Account
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#test_account::Boolean (readonly)

Returns Output only. Whether this is a test account.

Returns:

  • (::Boolean)

    Output only. Whether this is a test account.



58
59
60
61
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/accounts.rb', line 58

class Account
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#time_zone::Google::Type::TimeZone

Returns Required. The time zone of the account.

On writes, time_zone sets both the reporting_time_zone and the display_time_zone.

For reads, time_zone always returns the display_time_zone. If display_time_zone doesn't exist for your account, time_zone is empty.

Returns:

  • (::Google::Type::TimeZone)

    Required. The time zone of the account.

    On writes, time_zone sets both the reporting_time_zone and the display_time_zone.

    For reads, time_zone always returns the display_time_zone. If display_time_zone doesn't exist for your account, time_zone is empty.



58
59
60
61
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/accounts.rb', line 58

class Account
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end