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
- (::Google::Cloud::DiscoveryEngine::V1beta::Control) — Required. The Control to create.
#control=
def control=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::Control
- value (::Google::Cloud::DiscoveryEngine::V1beta::Control) — Required. The Control to create.
- (::Google::Cloud::DiscoveryEngine::V1beta::Control) — Required. The Control to create.
#control_id
def control_id() -> ::String
-
(::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
-
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]-_/.
-
(::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
-
(::String) — Required. Full resource name of parent data store. Format:
projects/{project_number}/locations/{location_id}/collections/{collection_id}/dataStores/{data_store_id}
orprojects/{project_number}/locations/{location_id}/collections/{collection_id}/engines/{engine_id}
.
#parent=
def parent=(value) -> ::String
-
value (::String) — Required. Full resource name of parent data store. Format:
projects/{project_number}/locations/{location_id}/collections/{collection_id}/dataStores/{data_store_id}
orprojects/{project_number}/locations/{location_id}/collections/{collection_id}/engines/{engine_id}
.
-
(::String) — Required. Full resource name of parent data store. Format:
projects/{project_number}/locations/{location_id}/collections/{collection_id}/dataStores/{data_store_id}
orprojects/{project_number}/locations/{location_id}/collections/{collection_id}/engines/{engine_id}
.