class Google::Apis::DatapipelinesV1::GoogleCloudDatapipelinesV1SdkVersion

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/datapipelines_v1/classes.rb, line 824
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/datapipelines_v1/classes.rb, line 829
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