Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::UpdateGlossaryRequest.
Update Glossary Request
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#glossary
def glossary() -> ::Google::Cloud::Dataplex::V1::Glossary
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}
#glossary=
def glossary=(value) -> ::Google::Cloud::Dataplex::V1::Glossary
Parameter
-
value (::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}
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}
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — Required. The list of fields to update.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — Required. The list of fields to update.
Returns
- (::Google::Protobuf::FieldMask) — Required. The list of fields to update.
#validate_only
def validate_only() -> ::Boolean
Returns
- (::Boolean) — Optional. Validates the request without actually updating the Glossary. Default: false.
#validate_only=
def validate_only=(value) -> ::Boolean
Parameter
- value (::Boolean) — Optional. Validates the request without actually updating the Glossary. Default: false.
Returns
- (::Boolean) — Optional. Validates the request without actually updating the Glossary. Default: false.