Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleApiSource

import type { GoogleApiSource } from "https://googleapis.deno.dev/v1/eventarc:v1.ts";

A GoogleApiSource represents a subscription of 1P events from a MessageBus.

interface GoogleApiSource {
annotations?: {
[key: string]: string;
}
;
readonly createTime?: Date;
cryptoKeyName?: string;
destination?: string;
displayName?: string;
readonly etag?: string;
labels?: {
[key: string]: string;
}
;
loggingConfig?: LoggingConfig;
name?: string;
readonly uid?: string;
readonly updateTime?: Date;
}

§Properties

§
annotations?: {
[key: string]: string;
}
[src]

Optional. Resource annotations.

§
readonly createTime?: Date
[src]

Output only. The creation time.

§
cryptoKeyName?: string
[src]

Optional. Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt their event data. It must match the pattern projects/*\/locations/*\/keyRings/*\/cryptoKeys/*.

§
destination?: string
[src]

Required. Destination is the message bus that the GoogleApiSource is delivering to. It must be point to the full resource name of a MessageBus. Format: "projects/{PROJECT_ID}/locations/{region}/messagesBuses/{MESSAGE_BUS_ID)

§
displayName?: string
[src]

Optional. Resource display name.

§
readonly etag?: string
[src]

Output only. This checksum is computed by the server based on the value of other fields, and might be sent only on update and delete requests to ensure that the client has an up-to-date value before proceeding.

§
labels?: {
[key: string]: string;
}
[src]

Optional. Resource labels.

§
loggingConfig?: LoggingConfig
[src]

Optional. Config to control Platform logging for the GoogleApiSource.

§
name?: string
[src]

Identifier. Resource name of the form projects/{project}/locations/{location}/googleApiSources/{google_api_source}

§
readonly uid?: string
[src]

Output only. Server assigned unique identifier for the channel. The value is a UUID4 string and guaranteed to remain unchanged until the resource is deleted.

§
readonly updateTime?: Date
[src]

Output only. The last-modified time.