Retail V2 API - Class Google::Cloud::Retail::V2::CreateControlRequest (v0.14.0)

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

Request for CreateControl method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#control

def control() -> ::Google::Cloud::Retail::V2::Control
Returns

#control=

def control=(value) -> ::Google::Cloud::Retail::V2::Control
Parameter
Returns

#control_id

def control_id() -> ::String
Returns
  • (::String) — Required. The ID to use for the Control, which will become the final component of the Control's resource name.

    This value should be 4-63 characters, and valid characters are /[a-z][0-9]-_/.

#control_id=

def control_id=(value) -> ::String
Parameter
  • value (::String) — Required. The ID to use for the Control, which will become the final component of the Control's resource name.

    This value should be 4-63 characters, and valid characters are /[a-z][0-9]-_/.

Returns
  • (::String) — Required. The ID to use for the Control, which will become the final component of the Control's resource name.

    This value should be 4-63 characters, and valid characters are /[a-z][0-9]-_/.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. Full resource name of parent catalog. Format: projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. Full resource name of parent catalog. Format: projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}
Returns
  • (::String) — Required. Full resource name of parent catalog. Format: projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}