| Package | Description |
|---|---|
| com.google.api.services.vault.v1.model |
| Modifier and Type | Method and Description |
|---|---|
CloudStorageFile |
CloudStorageFile.clone() |
CloudStorageFile |
CloudStorageFile.set(String fieldName,
Object value) |
CloudStorageFile |
CloudStorageFile.setBucketName(String bucketName)
The name of the Cloud Storage bucket for the export file.
|
CloudStorageFile |
CloudStorageFile.setMd5Hash(String md5Hash)
The md5 hash of the file.
|
CloudStorageFile |
CloudStorageFile.setObjectName(String objectName)
The name of the Cloud Storage object for the export file.
|
CloudStorageFile |
CloudStorageFile.setSize(Long size)
The export file size.
|
| Modifier and Type | Method and Description |
|---|---|
List<CloudStorageFile> |
CloudStorageSink.getFiles()
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
CloudStorageSink |
CloudStorageSink.setFiles(List<CloudStorageFile> files)
Output only.
|
Copyright © 2011–2025 Google. All rights reserved.