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
Returns Required. Content resource.
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
Returns Required. The resource name of the parent lake: projects/{project_id}/locations/{location_id}/lakes/{lake_id}.
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
Returns Optional. Only validate the request, but do not perform mutations. The default is false.
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 |