Skip to main content

Class: BillingReport

billing.v1.BillingReport

Represents a BillingReport.

Implements

Constructors

constructor

new BillingReport(properties?): BillingReport

Constructs a new BillingReport.

Parameters

NameTypeDescription
properties?IBillingReportProperties to set

Returns

BillingReport

Properties

asyncOperationId

asyncOperationId: string

The async operation id associated with the billing report generation.

Implementation of

IBillingReport.asyncOperationId


downloadInfo

downloadInfo: IDownload[]

The download information for the billing report. For future-proofness this is repeated as we may return multiple files (e.g. csv+meta/json, split by size/date, etc.)

Implementation of

IBillingReport.downloadInfo


generatedTime

Optional generatedTime: null | ITimestamp

The date and time when the billing report generation completed.

Implementation of

IBillingReport.generatedTime


id

id: string

The id of the billing report.

Implementation of

IBillingReport.id


requestedTime

Optional requestedTime: null | ITimestamp

The date and time when the billing report was requested.

Implementation of

IBillingReport.requestedTime


spec

Optional spec: null | IBillingReportSpec

The spec used to generate this billing report.

Implementation of

IBillingReport.spec


state

state: BillingReportState

The current state of the billing report.

Implementation of

IBillingReport.state

Methods

toJSON

toJSON(): Object

Converts this BillingReport to JSON.

Returns

Object

JSON object


create

create(properties?): BillingReport

Creates a new BillingReport instance using the specified properties.

Parameters

NameTypeDescription
properties?IBillingReportProperties to set

Returns

BillingReport

BillingReport instance


decode

decode(reader, length?): BillingReport

Decodes a BillingReport message from the specified reader or buffer.

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from
length?numberMessage length if known beforehand

Returns

BillingReport

BillingReport

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): BillingReport

Decodes a BillingReport message from the specified reader or buffer, length delimited.

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

BillingReport

BillingReport

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


encode

encode(message, writer?): Writer

Encodes the specified BillingReport message. Does not implicitly temporal.api.cloud.billing.v1.BillingReport.verify|verify messages.

Parameters

NameTypeDescription
messageIBillingReportBillingReport message or plain object to encode
writer?WriterWriter to encode to

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

Encodes the specified BillingReport message, length delimited. Does not implicitly temporal.api.cloud.billing.v1.BillingReport.verify|verify messages.

Parameters

NameTypeDescription
messageIBillingReportBillingReport message or plain object to encode
writer?WriterWriter to encode to

Returns

Writer

Writer


fromObject

fromObject(object): BillingReport

Creates a BillingReport message from a plain object. Also converts values to their respective internal types.

Parameters

NameTypeDescription
objectObjectPlain object

Returns

BillingReport

BillingReport


getTypeUrl

getTypeUrl(typeUrlPrefix?): string

Gets the default type url for BillingReport

Parameters

NameTypeDescription
typeUrlPrefix?stringyour custom typeUrlPrefix(default "type.googleapis.com")

Returns

string

The default type url


toObject

toObject(message, options?): Object

Creates a plain object from a BillingReport message. Also converts values to other types if specified.

Parameters

NameTypeDescription
messageBillingReportBillingReport
options?IConversionOptionsConversion options

Returns

Object

Plain object