Class ProjectsResource.LocationsResource.CollectionsResource.EnginesResource.ControlsResource.CreateRequest
Creates a Control. By default 1000 controls are allowed for a data store. A request can be submitted to adjust this limit. If the Control to create already exists, an ALREADY_EXISTS error is returned.
Inheritance
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class ProjectsResource.LocationsResource.CollectionsResource.EnginesResource.ControlsResource.CreateRequest : DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1betaControl>, IClientServiceRequest<GoogleCloudDiscoveryengineV1betaControl>, IClientServiceRequest
Constructors
CreateRequest(IClientService, GoogleCloudDiscoveryengineV1betaControl, string)
Constructs a new Create request.
Declaration
public CreateRequest(IClientService service, GoogleCloudDiscoveryengineV1betaControl body, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleCloudDiscoveryengineV1betaControl | body | |
string | parent |
Properties
ControlId
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-_/.
Declaration
[RequestParameter("controlId", RequestParameterType.Query)]
public virtual string ControlId { get; set; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Parent
Required. Full resource name of parent data store. Format:
projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}
or
projects/{project}/locations/{location}/collections/{collection_id}/engines/{engine_id}
.
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes Create parameter list.
Declaration
protected override void InitParameters()