Class: Google::Ads::AdManager::V1::Browser

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/ads/admanager/v1/browser_messages.rb

Overview

Represents a browser, including its version.

Instance Attribute Summary collapse

Instance Attribute Details

#display_name::String (readonly)

Returns Output only. The display name of the browser, including version info.

Returns:

  • (::String)

    Output only. The display name of the browser, including version info.



38
39
40
41
# File 'proto_docs/google/ads/admanager/v1/browser_messages.rb', line 38

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

#major_version::String (readonly)

Returns Output only. The major version of the browser.

Returns:

  • (::String)

    Output only. The major version of the browser.



38
39
40
41
# File 'proto_docs/google/ads/admanager/v1/browser_messages.rb', line 38

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

#minor_version::String (readonly)

Returns Output only. The minor version of the browser.

Returns:

  • (::String)

    Output only. The minor version of the browser.



38
39
40
41
# File 'proto_docs/google/ads/admanager/v1/browser_messages.rb', line 38

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

#name::String

Returns Identifier. The resource name of the Browser. Format: networks/{network_code}/browsers/{browser}.

Returns:

  • (::String)

    Identifier. The resource name of the Browser. Format: networks/{network_code}/browsers/{browser}



38
39
40
41
# File 'proto_docs/google/ads/admanager/v1/browser_messages.rb', line 38

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