Class: Google::Cloud::Dataflow::V1beta3::SdkVersion

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/dataflow/v1beta3/jobs.rb

Overview

The version of the SDK used to run the job.

Defined Under Namespace

Modules: SdkSupportStatus

Instance Attribute Summary collapse

Instance Attribute Details

#bugs::Array<::Google::Cloud::Dataflow::V1beta3::SdkBug> (readonly)

Returns Output only. Known bugs found in this SDK version.

Returns:



347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 347

class SdkVersion
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The support status of the SDK used to run the job.
  module SdkSupportStatus
    # Cloud Dataflow is unaware of this version.
    UNKNOWN = 0

    # This is a known version of an SDK, and is supported.
    SUPPORTED = 1

    # A newer version of the SDK family exists, and an update is recommended.
    STALE = 2

    # This version of the SDK is deprecated and will eventually be
    # unsupported.
    DEPRECATED = 3

    # Support for this SDK version has ended and it should no longer be used.
    UNSUPPORTED = 4
  end
end

#sdk_support_status::Google::Cloud::Dataflow::V1beta3::SdkVersion::SdkSupportStatus

Returns The support status for this SDK version.

Returns:



347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 347

class SdkVersion
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The support status of the SDK used to run the job.
  module SdkSupportStatus
    # Cloud Dataflow is unaware of this version.
    UNKNOWN = 0

    # This is a known version of an SDK, and is supported.
    SUPPORTED = 1

    # A newer version of the SDK family exists, and an update is recommended.
    STALE = 2

    # This version of the SDK is deprecated and will eventually be
    # unsupported.
    DEPRECATED = 3

    # Support for this SDK version has ended and it should no longer be used.
    UNSUPPORTED = 4
  end
end

#version::String

Returns The version of the SDK used to run the job.

Returns:

  • (::String)

    The version of the SDK used to run the job.



347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 347

class SdkVersion
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The support status of the SDK used to run the job.
  module SdkSupportStatus
    # Cloud Dataflow is unaware of this version.
    UNKNOWN = 0

    # This is a known version of an SDK, and is supported.
    SUPPORTED = 1

    # A newer version of the SDK family exists, and an update is recommended.
    STALE = 2

    # This version of the SDK is deprecated and will eventually be
    # unsupported.
    DEPRECATED = 3

    # Support for this SDK version has ended and it should no longer be used.
    UNSUPPORTED = 4
  end
end

#version_display_name::String

Returns A readable string describing the version of the SDK.

Returns:

  • (::String)

    A readable string describing the version of the SDK.



347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 347

class SdkVersion
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The support status of the SDK used to run the job.
  module SdkSupportStatus
    # Cloud Dataflow is unaware of this version.
    UNKNOWN = 0

    # This is a known version of an SDK, and is supported.
    SUPPORTED = 1

    # A newer version of the SDK family exists, and an update is recommended.
    STALE = 2

    # This version of the SDK is deprecated and will eventually be
    # unsupported.
    DEPRECATED = 3

    # Support for this SDK version has ended and it should no longer be used.
    UNSUPPORTED = 4
  end
end