CloudStorage
import type { CloudStorage } from "https://googleapis.deno.dev/v1/pubsub:v1.ts";
Ingestion settings for Cloud Storage.
§Properties
Optional. Data from Cloud Storage will be interpreted in Avro format.
Optional. Cloud Storage bucket. The bucket name must be without any prefix like "gs://". See the [bucket naming requirements] (https://cloud.google.com/storage/docs/buckets#naming).
Optional. Glob pattern used to match objects that will be ingested. If unset, all objects will be ingested. See the supported patterns.
Optional. Only objects with a larger or equal creation timestamp will be ingested.
Optional. It will be assumed data from Cloud Storage was written via Cloud Storage subscriptions.
Output only. An output-only field that indicates the state of the Cloud Storage ingestion source.
Optional. Data from Cloud Storage will be interpreted as text.