Chuỗi được dùng làm tiền tố cho mỗi tệp đầu ra. Dấu "/" ở cuối cho biết một đường dẫn. Tên tệp của các tệp đã xuất sẽ được tạo từ tiền tố này, toạ độ của từng tệp trong một ảnh ghép (nếu có) và phần mở rộng tệp tương ứng với định dạng tệp.
Chỉ định các quyền cần đặt trên thẻ thông tin đã xuất. Nếu không chỉ định, giá trị mặc định sẽ là DEFAULT_OBJECT_ACL.
bucketCorsUris[]
string
Danh sách URI không bắt buộc để đưa vào danh sách cho phép cho chế độ cài đặt CORS trên bộ chứa. Dùng để cho phép các trang web truy cập vào các tệp đã xuất qua JavaScript.
TilePermissions
Quyền cần thiết để thiết lập trên thẻ thông tin bản đồ đã xuất.
Enum
TILE_PERMISSIONS_UNSPECIFIED
Không xác định.
PUBLIC
Viết thẻ thông tin công khai. Yêu cầu phương thức gọi phải là CHỦ SỞ HỮU của bộ chứa.
DEFAULT_OBJECT_ACL
Viết thẻ thông tin bằng ACL đối tượng mặc định của bộ chứa.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2025-03-06 UTC."],[[["Exports data to Google Cloud Storage, utilizing a specified bucket and filename prefix for organization."],["Allows customization of file permissions, including public access or adherence to bucket defaults."],["Optionally, enables cross-origin resource sharing (CORS) by whitelisting specific URIs for web-based access to exported files."]]],["This describes configuration settings for a Google Cloud Storage destination. Key elements include the `bucket` (destination), `filenamePrefix` (output file prefix, supporting paths), and `permissions` (access control for exported tiles, defaulting to `DEFAULT_OBJECT_ACL`). `permissions` can be `PUBLIC` or `DEFAULT_OBJECT_ACL`, and `bucketCorsUris` allows for enabling cross-origin access through JavaScript. `TilePermissions` is a list of permission settings that are available.\n"]]