public sealed class UsageExportLocation : IMessage<UsageExportLocation>, IEquatable<UsageExportLocation>, IDeepCloneable<UsageExportLocation>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class UsageExportLocation.
The location in Cloud Storage and naming method of the daily usage report. Contains bucket_name and report_name prefix.
The name of an existing bucket in Cloud Storage where the usage report object is stored. The Google Service Account is granted write access to this bucket. This can either be the bucket name by itself, such as example-bucket, or the bucket name with gs:// or https://storage.googleapis.com/ in front of it, such as gs://example-bucket.
An optional prefix for the name of the usage report object stored in bucketName. If not supplied, defaults to usage_gce. The report is stored as a CSV file named report_name_prefix_gce_YYYYMMDD.csv where YYYYMMDD is the day of the usage according to Pacific Time. If you supply a prefix, it should conform to Cloud Storage object naming conventions.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-08 UTC."],[[["\u003cp\u003eThe webpage provides reference documentation and code samples for the \u003ccode\u003eUsageExportLocation\u003c/code\u003e class in the Compute Engine v1 API, within the Google Cloud .NET library, with the latest version being 3.6.0 and going down to 1.0.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eUsageExportLocation\u003c/code\u003e is used to define where daily usage reports are stored in Cloud Storage, and specifies both the bucket name and report name prefix.\u003c/p\u003e\n"],["\u003cp\u003eThe class \u003ccode\u003eUsageExportLocation\u003c/code\u003e implements multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from \u003ccode\u003eobject\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eUsageExportLocation\u003c/code\u003e class include \u003ccode\u003eBucketName\u003c/code\u003e which stores the name of the Cloud Storage bucket, and \u003ccode\u003eReportNamePrefix\u003c/code\u003e for setting an optional prefix to the usage report file name.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors available for the \u003ccode\u003eUsageExportLocation\u003c/code\u003e class, a default constructor and a constructor that takes another \u003ccode\u003eUsageExportLocation\u003c/code\u003e object as a parameter.\u003c/p\u003e\n"]]],[],null,[]]