Class: Google::Cloud::Dataplex::V1::UpdateContentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::UpdateContentRequest
- 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
-
#content ⇒ ::Google::Cloud::Dataplex::V1::Content
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
-
#validate_only ⇒ ::Boolean
Optional.
Instance Attribute Details
#content ⇒ ::Google::Cloud::Dataplex::V1::Content
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
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
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 |