Reference documentation and code samples for the Cloud Translation V3 API class Google::Cloud::Translate::V3::CreateGlossaryRequest.
Request message for CreateGlossary.
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 to create.
#glossary=
def glossary=(value) -> ::Google::Cloud::Translate::V3::Glossary
Parameter
- value (::Google::Cloud::Translate::V3::Glossary) — Required. The glossary to create.
Returns
- (::Google::Cloud::Translate::V3::Glossary) — Required. The glossary to create.
#parent
def parent() -> ::String
Returns
- (::String) — Required. The project name.
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. The project name.
Returns
- (::String) — Required. The project name.