Class: Google::Cloud::Dataform::V1beta1::UpdateReleaseConfigRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataform/v1beta1/dataform.rb

Overview

UpdateReleaseConfig request message.

Instance Attribute Summary collapse

Instance Attribute Details

#release_config::Google::Cloud::Dataform::V1beta1::ReleaseConfig

Returns Required. The release config to update.

Returns:



1092
1093
1094
1095
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1092

class UpdateReleaseConfigRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_mask::Google::Protobuf::FieldMask

Returns 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.



1092
1093
1094
1095
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1092

class UpdateReleaseConfigRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end