Class: Google::Cloud::Dataplex::V1::UpdateContentRequest

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

Overview

Update content request.

Instance Attribute Summary collapse

Instance Attribute Details

#content::Google::Cloud::Dataplex::V1::Content

Returns Required. Update description. Only fields specified in update_mask are updated.

Returns:



53
54
55
56
# File 'proto_docs/google/cloud/dataplex/v1/content.rb', line 53

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

#update_mask::Google::Protobuf::FieldMask

Returns Required. Mask of fields to update.

Returns:



53
54
55
56
# File 'proto_docs/google/cloud/dataplex/v1/content.rb', line 53

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

#validate_only::Boolean

Returns Optional. Only validate the request, but do not perform mutations. The default is false.

Returns:

  • (::Boolean)

    Optional. Only validate the request, but do not perform mutations. The default is false.



53
54
55
56
# File 'proto_docs/google/cloud/dataplex/v1/content.rb', line 53

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