Retail V2 API - Class Google::Cloud::Retail::V2::GetModelRequest (v0.16.0)

Reference documentation and code samples for the Retail V2 API class Google::Cloud::Retail::V2::GetModelRequest.

Request for getting a model.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#name

def name() -> ::String
Returns
  • (::String) — Required. The resource name of the Model to get. Format: projects/{project_number}/locations/{location_id}/catalogs/{catalog}/models/{model_id}

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. The resource name of the Model to get. Format: projects/{project_number}/locations/{location_id}/catalogs/{catalog}/models/{model_id}
Returns
  • (::String) — Required. The resource name of the Model to get. Format: projects/{project_number}/locations/{location_id}/catalogs/{catalog}/models/{model_id}