Class BillingAccountsResource.LocationsResource.RecommendersResource.UpdateConfigRequest
Updates a Recommender Config. This will create a new revision of the config.
Inheritance
BillingAccountsResource.LocationsResource.RecommendersResource.UpdateConfigRequest
Inherited Members
Namespace: Google.Apis.Recommender.v1
Assembly: Google.Apis.Recommender.v1.dll
Syntax
public class BillingAccountsResource.LocationsResource.RecommendersResource.UpdateConfigRequest : RecommenderBaseServiceRequest<GoogleCloudRecommenderV1RecommenderConfig>, IClientServiceRequest<GoogleCloudRecommenderV1RecommenderConfig>, IClientServiceRequest
Constructors
UpdateConfigRequest(IClientService, GoogleCloudRecommenderV1RecommenderConfig, string)
Constructs a new UpdateConfig request.
Declaration
public UpdateConfigRequest(IClientService service, GoogleCloudRecommenderV1RecommenderConfig body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleCloudRecommenderV1RecommenderConfig | 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 recommender config. Eg, projects/[PROJECT_NUMBER]/locations/[LOCATION]/recommenders/[RECOMMENDER_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()