Reference documentation and code samples for the Dataflow V1beta3 API class Google::Cloud::Dataflow::V1beta3::StructuredMessage::Parameter.
Structured data associated with this message.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#key
def key() -> ::String
Returns
- (::String) — Key or name for this parameter.
#key=
def key=(value) -> ::String
Parameter
- value (::String) — Key or name for this parameter.
Returns
- (::String) — Key or name for this parameter.
#value
def value() -> ::Google::Protobuf::Value
Returns
- (::Google::Protobuf::Value) — Value for this parameter.
#value=
def value=(value) -> ::Google::Protobuf::Value
Parameter
- value (::Google::Protobuf::Value) — Value for this parameter.
Returns
- (::Google::Protobuf::Value) — Value for this parameter.