Reference documentation and code samples for the Cloud Translation V3 API class Google::Cloud::Translate::V3::UpdateGlossaryRequest.
Request message for the update glossary flow
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#glossary
def glossary() -> ::Google::Cloud::Translate::V3::Glossary
Returns
- (::Google::Cloud::Translate::V3::Glossary) — Required. The glossary entry to update.
#glossary=
def glossary=(value) -> ::Google::Cloud::Translate::V3::Glossary
Parameter
- value (::Google::Cloud::Translate::V3::Glossary) — Required. The glossary entry to update.
Returns
- (::Google::Cloud::Translate::V3::Glossary) — Required. The glossary entry to update.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
-
(::Google::Protobuf::FieldMask) — The list of fields to be updated. Currently only
display_name
and 'input_config'
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
-
value (::Google::Protobuf::FieldMask) — The list of fields to be updated. Currently only
display_name
and 'input_config'
Returns
-
(::Google::Protobuf::FieldMask) — The list of fields to be updated. Currently only
display_name
and 'input_config'