public static class UsageExportLocation.Builder extends Object
Modifier and Type | Method and Description |
---|---|
UsageExportLocation |
build() |
UsageExportLocation.Builder |
clone() |
String |
getBucketName()
The name of an existing bucket in Cloud Storage where the usage report object is stored.
|
String |
getReportNamePrefix()
An optional prefix for the name of the usage report object stored in bucketName.
|
UsageExportLocation.Builder |
mergeFrom(UsageExportLocation other) |
UsageExportLocation.Builder |
setBucketName(String bucketName)
The name of an existing bucket in Cloud Storage where the usage report object is stored.
|
UsageExportLocation.Builder |
setReportNamePrefix(String reportNamePrefix)
An optional prefix for the name of the usage report object stored in bucketName.
|
public UsageExportLocation.Builder mergeFrom(UsageExportLocation other)
public String getBucketName()
public UsageExportLocation.Builder setBucketName(String bucketName)
public String getReportNamePrefix()
public UsageExportLocation.Builder setReportNamePrefix(String reportNamePrefix)
public UsageExportLocation build()
public UsageExportLocation.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.