Show / Hide Table of Contents

Class V1betaResource.GenerateInsightsRequest

Analyzes cost data for a billing account and/or specific projects. Returns a natural language summary and supporting datasets.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GenerateInsightsResponse>
CloudbillingBaseServiceRequest<GenerateInsightsResponse>
V1betaResource.GenerateInsightsRequest
Implements
IClientServiceRequest<GenerateInsightsResponse>
IClientServiceRequest
Inherited Members
CloudbillingBaseServiceRequest<GenerateInsightsResponse>.Xgafv
CloudbillingBaseServiceRequest<GenerateInsightsResponse>.AccessToken
CloudbillingBaseServiceRequest<GenerateInsightsResponse>.Alt
CloudbillingBaseServiceRequest<GenerateInsightsResponse>.Callback
CloudbillingBaseServiceRequest<GenerateInsightsResponse>.Fields
CloudbillingBaseServiceRequest<GenerateInsightsResponse>.Key
CloudbillingBaseServiceRequest<GenerateInsightsResponse>.OauthToken
CloudbillingBaseServiceRequest<GenerateInsightsResponse>.PrettyPrint
CloudbillingBaseServiceRequest<GenerateInsightsResponse>.QuotaUser
CloudbillingBaseServiceRequest<GenerateInsightsResponse>.UploadType
CloudbillingBaseServiceRequest<GenerateInsightsResponse>.UploadProtocol
ClientServiceRequest<GenerateInsightsResponse>.Execute()
ClientServiceRequest<GenerateInsightsResponse>.ExecuteAsStream()
ClientServiceRequest<GenerateInsightsResponse>.ExecuteAsync()
ClientServiceRequest<GenerateInsightsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GenerateInsightsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GenerateInsightsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GenerateInsightsResponse>.CreateRequest(bool?)
ClientServiceRequest<GenerateInsightsResponse>.GenerateRequestUri()
ClientServiceRequest<GenerateInsightsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GenerateInsightsResponse>.ETagAction
ClientServiceRequest<GenerateInsightsResponse>.ModifyRequest
ClientServiceRequest<GenerateInsightsResponse>.ValidateParameters
ClientServiceRequest<GenerateInsightsResponse>.ApiVersion
ClientServiceRequest<GenerateInsightsResponse>.RequestParameters
ClientServiceRequest<GenerateInsightsResponse>.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.Cloudbilling.v1beta
Assembly: Google.Apis.Cloudbilling.v1beta.dll
Syntax
public class V1betaResource.GenerateInsightsRequest : CloudbillingBaseServiceRequest<GenerateInsightsResponse>, IClientServiceRequest<GenerateInsightsResponse>, IClientServiceRequest

Constructors

GenerateInsightsRequest(IClientService, GenerateInsightsRequest)

Constructs a new GenerateInsights request.

Declaration
public GenerateInsightsRequest(IClientService service, GenerateInsightsRequest body)
Parameters
Type Name Description
IClientService service
GenerateInsightsRequest body

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<GenerateInsightsResponse>.GetBody()

InitParameters()

Initializes GenerateInsights parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudbillingBaseServiceRequest<GenerateInsightsResponse>.InitParameters()

Implements

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