Class: Google::Cloud::Dataflow::V1beta3::SDKInfo
- Inherits:
-
Object
- Object
- Google::Cloud::Dataflow::V1beta3::SDKInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/dataflow/v1beta3/templates.rb
Overview
SDK Information.
Defined Under Namespace
Modules: Language
Instance Attribute Summary collapse
-
#language ⇒ ::Google::Cloud::Dataflow::V1beta3::SDKInfo::Language
Required.
-
#version ⇒ ::String
Optional.
Instance Attribute Details
#language ⇒ ::Google::Cloud::Dataflow::V1beta3::SDKInfo::Language
Returns Required. The SDK Language.
412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 |
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 412 class SDKInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # SDK Language. module Language # UNKNOWN Language. UNKNOWN = 0 # Java. JAVA = 1 # Python. PYTHON = 2 end end |
#version ⇒ ::String
Returns Optional. The SDK version.
412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 |
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 412 class SDKInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # SDK Language. module Language # UNKNOWN Language. UNKNOWN = 0 # Java. JAVA = 1 # Python. PYTHON = 2 end end |