Class: Google::Cloud::DocumentAI::V1beta3::UpdateDatasetRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DocumentAI::V1beta3::UpdateDatasetRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/documentai/v1beta3/document_service.rb
Instance Attribute Summary collapse
-
#dataset ⇒ ::Google::Cloud::DocumentAI::V1beta3::Dataset
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
The update mask applies to the resource.
Instance Attribute Details
#dataset ⇒ ::Google::Cloud::DocumentAI::V1beta3::Dataset
Returns Required. The name
field of the Dataset
is used to identify the
resource to be updated.
31 32 33 34 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_service.rb', line 31 class UpdateDatasetRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns The update mask applies to the resource.
31 32 33 34 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_service.rb', line 31 class UpdateDatasetRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |