Class: Google::Cloud::Dataplex::V1::CreateContentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::CreateContentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/content.rb
Overview
Create content request.
Instance Attribute Summary collapse
-
#content ⇒ ::Google::Cloud::Dataplex::V1::Content
Required.
-
#parent ⇒ ::String
Required.
-
#validate_only ⇒ ::Boolean
Optional.
Instance Attribute Details
#content ⇒ ::Google::Cloud::Dataplex::V1::Content
36 37 38 39 |
# File 'proto_docs/google/cloud/dataplex/v1/content.rb', line 36 class CreateContentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
36 37 38 39 |
# File 'proto_docs/google/cloud/dataplex/v1/content.rb', line 36 class CreateContentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validate_only ⇒ ::Boolean
36 37 38 39 |
# File 'proto_docs/google/cloud/dataplex/v1/content.rb', line 36 class CreateContentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |