Class UsageGetResponse.Builder
-
- All Implemented Interfaces:
public final class UsageGetResponse.BuilderA builder for UsageGetResponse.
-
-
Method Summary
-
-
Method Detail
-
bandwidthBytes
final UsageGetResponse.Builder bandwidthBytes(Long bandwidthBytes)
Amount of bandwidth used in bytes.
-
bandwidthBytes
final UsageGetResponse.Builder bandwidthBytes(JsonField<Long> bandwidthBytes)
Sets Builder.bandwidthBytes to an arbitrary JSON value.
You should usually call Builder.bandwidthBytes with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
extensionUnitsCount
final UsageGetResponse.Builder extensionUnitsCount(Long extensionUnitsCount)
Number of extension units used.
-
extensionUnitsCount
final UsageGetResponse.Builder extensionUnitsCount(JsonField<Long> extensionUnitsCount)
Sets Builder.extensionUnitsCount to an arbitrary JSON value.
You should usually call Builder.extensionUnitsCount with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
mediaLibraryStorageBytes
final UsageGetResponse.Builder mediaLibraryStorageBytes(Long mediaLibraryStorageBytes)
Storage used by media library in bytes.
-
mediaLibraryStorageBytes
final UsageGetResponse.Builder mediaLibraryStorageBytes(JsonField<Long> mediaLibraryStorageBytes)
Sets Builder.mediaLibraryStorageBytes to an arbitrary JSON value.
You should usually call Builder.mediaLibraryStorageBytes with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
originalCacheStorageBytes
final UsageGetResponse.Builder originalCacheStorageBytes(Long originalCacheStorageBytes)
Storage used by the original cache in bytes.
-
originalCacheStorageBytes
final UsageGetResponse.Builder originalCacheStorageBytes(JsonField<Long> originalCacheStorageBytes)
Sets Builder.originalCacheStorageBytes to an arbitrary JSON value.
You should usually call Builder.originalCacheStorageBytes with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
videoProcessingUnitsCount
final UsageGetResponse.Builder videoProcessingUnitsCount(Long videoProcessingUnitsCount)
Number of video processing units used.
-
videoProcessingUnitsCount
final UsageGetResponse.Builder videoProcessingUnitsCount(JsonField<Long> videoProcessingUnitsCount)
Sets Builder.videoProcessingUnitsCount to an arbitrary JSON value.
You should usually call Builder.videoProcessingUnitsCount with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final UsageGetResponse.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final UsageGetResponse.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final UsageGetResponse.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final UsageGetResponse.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final UsageGetResponse.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final UsageGetResponse build()
Returns an immutable instance of UsageGetResponse.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-