Class: Google::Cloud::Dataplex::V1::UpdateGlossaryRequest

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

Overview

Update Glossary Request

Instance Attribute Summary collapse

Instance Attribute Details

#glossary::Google::Cloud::Dataplex::V1::Glossary

Returns Required. The Glossary to update. The Glossary's name field is used to identify the Glossary to update. Format: projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}.

Returns:

  • (::Google::Cloud::Dataplex::V1::Glossary)

    Required. The Glossary to update. The Glossary's name field is used to identify the Glossary to update. Format: projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}



216
217
218
219
# File 'proto_docs/google/cloud/dataplex/v1/business_glossary.rb', line 216

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

#update_mask::Google::Protobuf::FieldMask

Returns Required. The list of fields to update.

Returns:



216
217
218
219
# File 'proto_docs/google/cloud/dataplex/v1/business_glossary.rb', line 216

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

#validate_only::Boolean

Returns Optional. Validates the request without actually updating the Glossary. Default: false.

Returns:

  • (::Boolean)

    Optional. Validates the request without actually updating the Glossary. Default: false.



216
217
218
219
# File 'proto_docs/google/cloud/dataplex/v1/business_glossary.rb', line 216

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