Class OrganizationsResource.LocationsResource.InsightTypesResource.UpdateConfigRequest
Updates an InsightTypeConfig change. This will create a new revision of the config.
Inheritance
OrganizationsResource.LocationsResource.InsightTypesResource.UpdateConfigRequest
Inherited Members
Namespace: Google.Apis.Recommender.v1
Assembly: Google.Apis.Recommender.v1.dll
Syntax
public class OrganizationsResource.LocationsResource.InsightTypesResource.UpdateConfigRequest : RecommenderBaseServiceRequest<GoogleCloudRecommenderV1InsightTypeConfig>, IClientServiceRequest<GoogleCloudRecommenderV1InsightTypeConfig>, IClientServiceRequest
Constructors
UpdateConfigRequest(IClientService, GoogleCloudRecommenderV1InsightTypeConfig, string)
Constructs a new UpdateConfig request.
Declaration
public UpdateConfigRequest(IClientService service, GoogleCloudRecommenderV1InsightTypeConfig body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleCloudRecommenderV1InsightTypeConfig | body | |
string | name |
Properties
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
Name
Identifier. Name of insight type config. Eg, projects/[PROJECT_NUMBER]/locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]/config
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
UpdateMask
The list of fields to be updated.
Declaration
[RequestParameter("updateMask", RequestParameterType.Query)]
public virtual object UpdateMask { get; set; }
Property Value
Type | Description |
---|---|
object |
ValidateOnly
If true, validate the request and preview the change, but do not actually update it.
Declaration
[RequestParameter("validateOnly", RequestParameterType.Query)]
public virtual bool? ValidateOnly { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes UpdateConfig parameter list.
Declaration
protected override void InitParameters()