Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::CreateControlRequest.
Request for CreateControl method.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#control
def control() -> ::Google::Cloud::DiscoveryEngine::V1beta::Control Returns 
 - (::Google::Cloud::DiscoveryEngine::V1beta::Control) — Required. The Control to create.
 
#control=
def control=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::Control Parameter 
 - value (::Google::Cloud::DiscoveryEngine::V1beta::Control) — Required. The Control to create.
 
 Returns 
 - (::Google::Cloud::DiscoveryEngine::V1beta::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 must be within 1-63 characters. 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 must be within 1-63 characters. 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 must be within 1-63 characters. Valid characters are /[a-z][0-9]-_/.
 
#parent
def parent() -> ::String Returns 
 -  (::String) — Required. Full resource name of parent data store. Format: 
projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}orprojects/{project}/locations/{location}/collections/{collection_id}/engines/{engine_id}. 
#parent=
def parent=(value) -> ::String Parameter 
 -  value (::String) — Required. Full resource name of parent data store. Format: 
projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}orprojects/{project}/locations/{location}/collections/{collection_id}/engines/{engine_id}. 
 Returns 
 -  (::String) — Required. Full resource name of parent data store. Format: 
projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}orprojects/{project}/locations/{location}/collections/{collection_id}/engines/{engine_id}.