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
- (::Google::Cloud::Retail::V2::Control) — Required. The Control to create.
#control=
def control=(value) -> ::Google::Cloud::Retail::V2::Control
Parameter
- value (::Google::Cloud::Retail::V2::Control) — Required. The Control to create.
Returns
- (::Google::Cloud::Retail::V2::Control) — Required. The Control to create.
#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}