Class: Google::Ads::AdManager::V1::OperatingSystemVersion

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

Overview

Represents a specific version of an operating system.

Instance Attribute Summary collapse

Instance Attribute Details

#major_version::Integer (readonly)

Returns Output only. The major version of the operating system.

Returns:

  • (::Integer)

    Output only. The major version of the operating system.



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

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

#micro_version::Integer (readonly)

Returns Output only. The micro version of the operating system.

Returns:

  • (::Integer)

    Output only. The micro version of the operating system.



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

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

#minor_version::Integer (readonly)

Returns Output only. The minor version of the operating system.

Returns:

  • (::Integer)

    Output only. The minor version of the operating system.



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

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

#name::String

Returns Identifier. The resource name of the OperatingSystemVersion. Format: networks/{network_code}/operatingSystemVersions/{operating_system_version_id}.

Returns:

  • (::String)

    Identifier. The resource name of the OperatingSystemVersion. Format: networks/{network_code}/operatingSystemVersions/{operating_system_version_id}



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

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