class Google::Apis::DataflowV1b3::SdkVersion

The version of the SDK used to run the job.

Attributes

sdk_support_status[RW]

The support status for this SDK version. Corresponds to the JSON property `sdkSupportStatus` @return [String]

version[RW]

The version of the SDK used to run the job. Corresponds to the JSON property `version` @return [String]

version_display_name[RW]

A readable string describing the version of the SDK. Corresponds to the JSON property `versionDisplayName` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/dataflow_v1b3/classes.rb, line 4086
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/dataflow_v1b3/classes.rb, line 4091
def update!(**args)
  @sdk_support_status = args[:sdk_support_status] if args.key?(:sdk_support_status)
  @version = args[:version] if args.key?(:version)
  @version_display_name = args[:version_display_name] if args.key?(:version_display_name)
end