@Generated(value="by GAPIC") @BetaApi public final class UsageExportLocation extends Object implements ApiMessage
| Modifier and Type | Class and Description | 
|---|---|
| static class  | UsageExportLocation.Builder | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object o) | 
| ApiMessage | getApiMessageRequestBody() | 
| String | getBucketName()The name of an existing bucket in Cloud Storage where the usage report object is stored. | 
| static UsageExportLocation | getDefaultInstance() | 
| List<String> | getFieldMask() | 
| Object | getFieldValue(String fieldName) | 
| String | getReportNamePrefix()An optional prefix for the name of the usage report object stored in bucketName. | 
| int | hashCode() | 
| static UsageExportLocation.Builder | newBuilder() | 
| static UsageExportLocation.Builder | newBuilder(UsageExportLocation prototype) | 
| UsageExportLocation.Builder | toBuilder() | 
| String | toString() | 
public Object getFieldValue(String fieldName)
getFieldValue in interface ApiMessage@Nullable public ApiMessage getApiMessageRequestBody()
getApiMessageRequestBody in interface ApiMessage@Nullable public List<String> getFieldMask()
getFieldMask in interface ApiMessagepublic String getBucketName()
public String getReportNamePrefix()
public static UsageExportLocation.Builder newBuilder()
public static UsageExportLocation.Builder newBuilder(UsageExportLocation prototype)
public UsageExportLocation.Builder toBuilder()
public static UsageExportLocation getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.