Dataform V1beta1 API - Class Google::Cloud::Dataform::V1beta1::UpdateReleaseConfigRequest (v0.7.0)

Reference documentation and code samples for the Dataform V1beta1 API class Google::Cloud::Dataform::V1beta1::UpdateReleaseConfigRequest.

UpdateReleaseConfig request message.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#release_config

def release_config() -> ::Google::Cloud::Dataform::V1beta1::ReleaseConfig
Returns

#release_config=

def release_config=(value) -> ::Google::Cloud::Dataform::V1beta1::ReleaseConfig
Parameter
Returns

#update_mask

def update_mask() -> ::Google::Protobuf::FieldMask
Returns
  • (::Google::Protobuf::FieldMask) — Optional. Specifies the fields to be updated in the release config. If left unset, all fields will be updated.

#update_mask=

def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
  • value (::Google::Protobuf::FieldMask) — Optional. Specifies the fields to be updated in the release config. If left unset, all fields will be updated.
Returns
  • (::Google::Protobuf::FieldMask) — Optional. Specifies the fields to be updated in the release config. If left unset, all fields will be updated.