# Functions
CreditBundleURL creates a resource URL for a credit bundle with the given ID.
CreditUsageReportURL creates a resource URL for a credit usage report with the given ID.
ForEachCreditUsage iterates over all credit usages that match the given filter, and invoke the callback for each item.
ForEachCreditUsageReport iterates over all credit usage reports that match the given filter, and invoke the callback for each item.
No description provided by the author
RegisterCreditsServiceHandler registers the http handlers for service CreditsService to "mux".
RegisterCreditsServiceHandlerClient registers the http handlers for service CreditsService to "mux".
RegisterCreditsServiceHandlerFromEndpoint is same as RegisterCreditsServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterCreditsServiceHandlerServer registers the http handlers for service CreditsService to "mux".
No description provided by the author
# Constants
APIID contains identifier of this API.
APIMajorVersion contains major version of this API.
APIMinorVersion contains minor version of this API.
APIPatchVersion contains patch version of this API.
EventTypeCreditBundleCreated is the type of event fired after a credit bundle is created.
EventTypeCreditBundleCreated is the type of event fired after a credit bundle is deleted.
EventTypeCreditBundleCreated is the type of event fired after a credit bundle is updated.
KindCreditBundle is a constant for the kind of CreditBundle resources.
KindCreditUsageReport is a constant for the kind of CreditUsageReport resources.
PermissionCreditBundlesList is needed for listing credit bundles.
PermissionCreditBundlesList is needed for listing credit bundle usages.
PermissionCreditDebtGet is needed for getting credit debt.
PermissionCreditUsageProjectionGet is needed for getting credit usage projection.
PermissionCreditUsageReportGet is needed for getting a single credit usage report.
PermissionCreditUsageReportList is needed for listing credit usage reports.
# Variables
No description provided by the author
# Structs
No description provided by the author
List of credit bundles.
Usage of credit bundle.
List of CreditBundleUsages.
CreditBundleUsageProjection contains a series of monthly credit usage projections.
No description provided by the author
CreditDebt contains the details regarding an organization's credit debt.
CreditUsageReport describes the monthly credit usage for a given organization.
No description provided by the author
Status of the report.
No description provided by the author
Request for GetCreditBundleUsageProjection rpc.
Request for listing credit bundles.
Request for listing credit bundle usages.
Request for ListCreditUsageReports rpc.
PDFDocument contains the PDF representation of a CreditUsageReport.
UnimplementedCreditsServiceServer can be embedded to have forward compatible implementations.
# Interfaces
No description provided by the author
No description provided by the author
CreditsServiceClient is the client API for CreditsService service.
CreditsServiceServer is the server API for CreditsService service.
# Type aliases
No description provided by the author
No description provided by the author