Reference documentation and code samples for the Dataform V1beta1 API class Google::Cloud::Dataform::V1beta1::UpdateConfigRequest.
UpdateConfig request message.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#config
def config() -> ::Google::Cloud::Dataform::V1beta1::Config Returns 
 - (::Google::Cloud::Dataform::V1beta1::Config) — Required. The config to update.
 
#config=
def config=(value) -> ::Google::Cloud::Dataform::V1beta1::Config Parameter 
 - value (::Google::Cloud::Dataform::V1beta1::Config) — Required. The config to update.
 
 Returns 
 - (::Google::Cloud::Dataform::V1beta1::Config) — Required. The config to update.
 
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask Returns 
 - (::Google::Protobuf::FieldMask) — Optional. Specifies the fields to be updated in the config.
 
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask Parameter 
 - value (::Google::Protobuf::FieldMask) — Optional. Specifies the fields to be updated in the config.
 
 Returns 
 - (::Google::Protobuf::FieldMask) — Optional. Specifies the fields to be updated in the config.