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

EnterpriseCrmEventbusProtoExternalTraffic

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

Represents external traffic type and id.

interface EnterpriseCrmEventbusProtoExternalTraffic {
gcpProjectId?: string;
gcpProjectNumber?: string;
location?: string;
retryRequestForQuota?: boolean;
source?: "SOURCE_UNSPECIFIED" | "APIGEE" | "SECURITY";
}

§Properties

§
gcpProjectId?: string
[src]

User’s GCP project id the traffic is referring to.

§
gcpProjectNumber?: string
[src]

User’s GCP project number the traffic is referring to.

§
location?: string
[src]

Location for the user's request.

§
retryRequestForQuota?: boolean
[src]

Enqueue the execution request due to quota issue

§
source?: "SOURCE_UNSPECIFIED" | "APIGEE" | "SECURITY"
[src]

LINT.ThenChange(//depot/google3/enterprise/crm/eventbus/proto/product.proto:product, //depot/google3/java/com/google/enterprise/crm/integrationplatform/api/utils/ConverterUtils.java:source_to_product)