Show / Hide Table of Contents

Class BillingAccountsResource.LocationsResource.InsightTypesResource.UpdateConfigRequest

Updates an InsightTypeConfig change. This will create a new revision of the config.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudRecommenderV1beta1InsightTypeConfig>
RecommenderBaseServiceRequest<GoogleCloudRecommenderV1beta1InsightTypeConfig>
BillingAccountsResource.LocationsResource.InsightTypesResource.UpdateConfigRequest
Implements
IClientServiceRequest<GoogleCloudRecommenderV1beta1InsightTypeConfig>
IClientServiceRequest
Inherited Members
RecommenderBaseServiceRequest<GoogleCloudRecommenderV1beta1InsightTypeConfig>.Xgafv
RecommenderBaseServiceRequest<GoogleCloudRecommenderV1beta1InsightTypeConfig>.AccessToken
RecommenderBaseServiceRequest<GoogleCloudRecommenderV1beta1InsightTypeConfig>.Alt
RecommenderBaseServiceRequest<GoogleCloudRecommenderV1beta1InsightTypeConfig>.Callback
RecommenderBaseServiceRequest<GoogleCloudRecommenderV1beta1InsightTypeConfig>.Fields
RecommenderBaseServiceRequest<GoogleCloudRecommenderV1beta1InsightTypeConfig>.Key
RecommenderBaseServiceRequest<GoogleCloudRecommenderV1beta1InsightTypeConfig>.OauthToken
RecommenderBaseServiceRequest<GoogleCloudRecommenderV1beta1InsightTypeConfig>.PrettyPrint
RecommenderBaseServiceRequest<GoogleCloudRecommenderV1beta1InsightTypeConfig>.QuotaUser
RecommenderBaseServiceRequest<GoogleCloudRecommenderV1beta1InsightTypeConfig>.UploadType
RecommenderBaseServiceRequest<GoogleCloudRecommenderV1beta1InsightTypeConfig>.UploadProtocol
ClientServiceRequest<GoogleCloudRecommenderV1beta1InsightTypeConfig>.Execute()
ClientServiceRequest<GoogleCloudRecommenderV1beta1InsightTypeConfig>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudRecommenderV1beta1InsightTypeConfig>.ExecuteAsync()
ClientServiceRequest<GoogleCloudRecommenderV1beta1InsightTypeConfig>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudRecommenderV1beta1InsightTypeConfig>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudRecommenderV1beta1InsightTypeConfig>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudRecommenderV1beta1InsightTypeConfig>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudRecommenderV1beta1InsightTypeConfig>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudRecommenderV1beta1InsightTypeConfig>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudRecommenderV1beta1InsightTypeConfig>.ETagAction
ClientServiceRequest<GoogleCloudRecommenderV1beta1InsightTypeConfig>.ModifyRequest
ClientServiceRequest<GoogleCloudRecommenderV1beta1InsightTypeConfig>.ValidateParameters
ClientServiceRequest<GoogleCloudRecommenderV1beta1InsightTypeConfig>.ApiVersion
ClientServiceRequest<GoogleCloudRecommenderV1beta1InsightTypeConfig>.RequestParameters
ClientServiceRequest<GoogleCloudRecommenderV1beta1InsightTypeConfig>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Recommender.v1beta1
Assembly: Google.Apis.Recommender.v1beta1.dll
Syntax
public class BillingAccountsResource.LocationsResource.InsightTypesResource.UpdateConfigRequest : RecommenderBaseServiceRequest<GoogleCloudRecommenderV1beta1InsightTypeConfig>, IClientServiceRequest<GoogleCloudRecommenderV1beta1InsightTypeConfig>, IClientServiceRequest

Constructors

UpdateConfigRequest(IClientService, GoogleCloudRecommenderV1beta1InsightTypeConfig, string)

Constructs a new UpdateConfig request.

Declaration
public UpdateConfigRequest(IClientService service, GoogleCloudRecommenderV1beta1InsightTypeConfig body, string name)
Parameters
Type Name Description
IClientService service
GoogleCloudRecommenderV1beta1InsightTypeConfig body
string name

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudRecommenderV1beta1InsightTypeConfig>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudRecommenderV1beta1InsightTypeConfig>.MethodName

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
ClientServiceRequest<GoogleCloudRecommenderV1beta1InsightTypeConfig>.RestPath

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
ClientServiceRequest<GoogleCloudRecommenderV1beta1InsightTypeConfig>.GetBody()

InitParameters()

Initializes UpdateConfig parameter list.

Declaration
protected override void InitParameters()
Overrides
RecommenderBaseServiceRequest<GoogleCloudRecommenderV1beta1InsightTypeConfig>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX