# Functions
ForEachUsageItem iterates over all usage items that match given given filter, invoking the given callback for each usage item.
No description provided by the author
RegisterUsageServiceHandler registers the http handlers for service UsageService to "mux".
RegisterUsageServiceHandlerClient registers the http handlers for service UsageService to "mux".
RegisterUsageServiceHandlerFromEndpoint is same as RegisterUsageServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterUsageServiceHandlerServer registers the http handlers for service UsageService to "mux".
No description provided by the author
UsageItemURL creates a resource URL for the UsageItem with given ID in given context.
# 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.
KindUsageItem is a constants for the kind of UsageItem resources.
NetworkTransferDestinationInCluster specifies the destination (or source) from the ingress/egress as in-cluster data transfer.
NetworkTransferDestinationInternet specifies the destination (or source) from the ingress/egress as internet data transfer.
NetworkTransferDestinationPrivateEndpoint specifies the destination (or source) from the ingress/egress as private-endpoint data transfer.
PermissionUsageItemList is needed for listing usage items in an organization.
UsageItemKindAuditLogSize indicates a UsageItem that contains the amount of resources used by audit log (of a deployment).
UsageItemKindAuditLogStorageSize indicates a UsageItem that contains the amount of cloud storage used by audit log (of a deployment).
UsageItemKindBackupStorageSize indicates a UsageItem that contains the amount of cloud storage used by backups of a deployment.
UsageItemKindDeploymentSize indicates a UsageItem that contains cloud resources for Deployment.
UsageItemKindGraphAnalyticsJobSize indicates a UsageItem that contains the amount of resources used by a GraphAnalytics job.
Deprecated: UsageItemKindMLJobSize indicates a UsageItem that contains the amount of resources used by a ML job (of a MLServices).
Deprecated: UsageItemKindMLServicesSize indicates a UsageItem that contains the amount of resources used by a MLServices resources (of a deployment).
UsageItemKindNetworkTransferSize indicates a UsageItem that contains the amount of network traffic caused by a deployment (or member of a deployment).
Deprecated: UsageItemKindNotebookSize indicates a UsageItem that contains the amount of resources used by the notebooks (of a deployment).
# Variables
No description provided by the author
# Structs
Request arguments for ListUsageItems.
UnimplementedUsageServiceServer can be embedded to have forward compatible implementations.
A UsageItem message contained usage tracking information for a tracked resource (usually deployment) in a specific time period.
Amount of audit log related resources used by the resource covered by this usage item.
Amount of audit log storage related resources used by the resource covered by this usage item.
Amount of backup related cloud storage used by the resource covered by this usage item.
Amount of (computer) resources used by the resource covered by this usage item.
Amount of compute resources used by a Graph Analytics Job.
Amount of compute resources used by a ML Job.
Amount of compute resources used by a given MLServices resource.
Amount of network traffic used by the resource covered by this usage item.
Amount of cloud resources used by a given Notebook.
No description provided by the author
List of UsageItems.
# Interfaces
UsageServiceClient is the client API for UsageService service.
UsageServiceServer is the server API for UsageService service.
# Type aliases
No description provided by the author