Cloud Translation V3 Client - Class GetModelRequest (2.0.0)

Reference documentation and code samples for the Cloud Translation V3 Client class GetModelRequest.

Request message for GetModel.

Generated from protobuf message google.cloud.translation.v3.GetModelRequest

Namespace

Google \ Cloud \ Translate \ V3

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ namestring

Required. The resource name of the model to retrieve.

getName

Required. The resource name of the model to retrieve.

Returns
TypeDescription
string

setName

Required. The resource name of the model to retrieve.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
namestring

Required. The resource name of the model to retrieve. Please see TranslationServiceClient::modelName() for help formatting this field.

Returns
TypeDescription
GetModelRequest