dtkt.shared.v1beta1enums.proto

AuthCheck

Enum

Which step of auth we're performing.

ValueNumberDescription
AUTH_CHECK_UNSPECIFIED0

No description.

AUTH_CHECK_OAUTH_CODE1

No description.

AUTH_CHECK_OAUTH_CALLBACK2

No description.

AUTH_CHECK_OAUTH_REFRESH3

No description.

dtkt.shared.v1beta1enums.proto

AuthType

Enum

Auth type exposed by a service (extensible later).

ValueNumberDescription
AUTH_TYPE_UNSPECIFIED0

No description.

AUTH_TYPE_OAUTH1

No description.

dtkt.shared.v1beta1enums.proto

CodeChallengeMethod

Enum

PKCE method (when used).

ValueNumberDescription
CODE_CHALLENGE_METHOD_UNSPECIFIED0

No description.

CODE_CHALLENGE_METHOD_PLAIN1

No description.

CODE_CHALLENGE_METHOD_S2562

No description.

dtkt.shared.v1beta1enums.proto

AuthStyle

Enum

How client credentials are sent to the token endpoint (optional).

ValueNumberDescription
AUTH_STYLE_UNSPECIFIED0

No description.

AUTH_STYLE_IN_PARAMS1

No description.

AUTH_STYLE_IN_HEADER2

No description.

dtkt.shared.v1beta1enums.proto

ActionType

Enum

Enum representing event types.

ValueNumberDescription
ACTION_TYPE_UNSPECIFIED0

Unspecified action.

ACTION_TYPE_CREATE1

Create action.

ACTION_TYPE_UPDATE2

Update action.

ACTION_TYPE_DELETE3

Delete action.

ACTION_TYPE_WRITE4

Write action.

ACTION_TYPE_READ5

Read action.

ACTION_TYPE_VIEW6

View action.

dtkt.shared.v1beta1enums.proto

JSONType

Enum

Enum representing json data types.

ValueNumberDescription
JSON_TYPE_UNSPECIFIED0

Unspecified JSON type.

JSON_TYPE_STRING1

String JSON type.

JSON_TYPE_NUMBER2

Number JSON type.

JSON_TYPE_INTEGER3

Integer JSON type.

JSON_TYPE_BOOLEAN4

Boolean JSON type.

JSON_TYPE_OBJECT5

Object JSON type.

JSON_TYPE_ARRAY6

Array JSON type.

JSON_TYPE_NULL7

Null JSON type.

dtkt.shared.v1beta1enums.proto

GeoType

Enum

Enum representing geo data types.

ValueNumberDescription
GEO_TYPE_UNSPECIFIED0

Unspecified Geo type.

GEO_TYPE_GEO_JSON1

GeoJSON Geo type.

GEO_TYPE_WKT2

WKT (well-known text) Geo type.

GEO_TYPE_WKB3

WKB (well-known binary) Geo type.

dtkt.shared.v1beta1enums.proto

PackageType

Enum

Supported package types.

ValueNumberDescription
PACKAGE_TYPE_UNSPECIFIED0

Unspecified package type.

PACKAGE_TYPE_GO1

Go package type.

PACKAGE_TYPE_NODE2

Node package type.

dtkt.shared.v1beta1enums.proto

Runtime

Enum

Supported runtimes.

ValueNumberDescription
RUNTIME_UNSPECIFIED0

No description.

RUNTIME_NATIVE1

No description.

RUNTIME_DOCKER2

No description.

dtkt.shared.v1beta1enums.proto

OS

Enum

Supported operating systems.

ValueNumberDescription
OS_UNSPECIFIED0

No description.

OS_LINUX1

No description.

OS_DARWIN2

No description.

OS_WINDOWS3

No description.

OS_IOS4

No description.

OS_ANDROID5

No description.

OS_FREEBSD6

No description.

OS_NETBSD7

No description.

OS_OPENBSD8

No description.

OS_SOLARIS9

No description.

OS_ILLUMOS10

No description.

dtkt.shared.v1beta1enums.proto

Arch

Enum

Supported CPU Architectures.

ValueNumberDescription
ARCH_UNSPECIFIED0

No description.

ARCH_X861

No description.

ARCH_AMD642

No description.

ARCH_ARM3

No description.

ARCH_ARM644

No description.

ARCH_LOONG645

No description.

ARCH_MIPS6

No description.

ARCH_MIPS647

No description.

ARCH_MIPS64LE8

No description.

ARCH_MIPSLE9

No description.

ARCH_PPC6410

No description.

ARCH_PPC64LE11

No description.

ARCH_RISCV6412

No description.

ARCH_S390X13

No description.

ARCH_WASM14

No description.

dtkt.blob.v1beta1enums.proto

SignedURLMethod

Enum

Supported HTTP verbs for signed URL generation.

ValueNumberDescription
SIGNED_URL_METHOD_UNSPECIFIED0

No description.

SIGNED_URL_METHOD_GET1

No description.

SIGNED_URL_METHOD_PUT2

No description.

SIGNED_URL_METHOD_POST3

No description.

SIGNED_URL_METHOD_DELETE4

No description.

dtkt.blob.v1beta1enums.proto

LineFormat

Enum

LineFormat specifies the format of lines read from a blob.

ValueNumberDescription
LINE_FORMAT_UNSPECIFIED0

No description.

LINE_FORMAT_RAW1

No description.

LINE_FORMAT_JSON2

No description.

dtkt.catalog.v1beta2type.proto

TypeKind

Enum
ValueNumberDescription
TYPE_KIND_UNSPECIFIED0

No description.

TYPE_KIND_BOOL1

No description.

TYPE_KIND_BYTES2

No description.

TYPE_KIND_DOUBLE3

No description.

TYPE_KIND_ENUM4

No description.

TYPE_KIND_FLOAT5

No description.

TYPE_KIND_INT326

No description.

TYPE_KIND_INT647

No description.

TYPE_KIND_STRING8

No description.

TYPE_KIND_UINT329

No description.

TYPE_KIND_UINT6410

No description.

TYPE_KIND_JSON11

No description.

TYPE_KIND_OBJECT12

No description.

TYPE_KIND_DURATION13

No description.

TYPE_KIND_TIMESTAMP14

No description.

dtkt.catalog.v1beta2type.proto

JSONType

Enum

Enum representing json data types.

ValueNumberDescription
JSON_TYPE_UNSPECIFIED0

Unspecified JSON type.

JSON_TYPE_STRING1

String JSON type.

JSON_TYPE_NUMBER2

Number JSON type (float).

JSON_TYPE_INTEGER3

Integer JSON type (int).

JSON_TYPE_BOOLEAN4

Boolean JSON type.

JSON_TYPE_OBJECT5

Object JSON type.

JSON_TYPE_ARRAY6

Array JSON type.

JSON_TYPE_NULL7

Null JSON type.

dtkt.catalog.v1beta2type.proto

GeoType

Enum

Enum representing geo data types.

ValueNumberDescription
GEO_TYPE_UNSPECIFIED0

Unspecified Geo type.

GEO_TYPE_GEO_JSON1

GeoJSON Geo type.

GEO_TYPE_WKT2

WKT (well-known text) Geo type.

GEO_TYPE_WKB3

WKB (well-known binary) Geo type.

dtkt.command.v1beta1enums.proto

Signal

Enum
ValueNumberDescription
SIGNAL_UNSPECIFIED0

Unspecified signal

SIGNAL_SIGINT1

Interrupt signal; typically sent when the user wants to stop a process

SIGNAL_SIGTERM2

Termination signal; used to request a process to terminate

SIGNAL_SIGKILL3

Kill signal; used to forcibly terminate a process

dtkt.email.v1beta1messages.proto

TemplateLanguage

Enum
ValueNumberDescription
TEMPLATE_LANGUAGE_UNSPECIFIED0

No description.

TEMPLATE_LANGUAGE_GO_TEMPLATE1

No description.

TEMPLATE_LANGUAGE_MUSTACHIO2

No description.

dtkt.event.v1beta1enums.proto

EventSourceStrategy

Enum

Enum representing event source strategies.

ValueNumberDescription
EVENT_SOURCE_STRATEGY_UNSPECIFIED0

Unspecified event source strategy.

EVENT_SOURCE_STRATEGY_PUSH1

Events are pushed to the client (e.g., via webhooks).

EVENT_SOURCE_STRATEGY_PULL2

Events are polled by the client (e.g., cron jobs).

dtkt.geo.v1beta1enums.proto

BoundsType

Enum
ValueNumberDescription
BOUNDS_TYPE_UNSPECIFIED0

No description.

BOUNDS_TYPE_COVERS1

No description.

BOUNDS_TYPE_INTERSECTS2

No description.

BOUNDS_TYPE_WITHIN3

No description.

dtkt.geo.v1beta1enums.proto

PropertyType

Enum
ValueNumberDescription
PROPERTY_TYPE_UNSPECIFIED0

No description.

PROPERTY_TYPE_STRING1

No description.

PROPERTY_TYPE_BOOLEAN2

No description.

PROPERTY_TYPE_NUMBER3

No description.

dtkt.protocoap.v1beta1protocoap.proto

RequestMethod

Enum
ValueNumberDescription
REQUEST_METHOD_UNSPECIFIED0

No description.

REQUEST_METHOD_GET1

No description.

REQUEST_METHOD_POST2

No description.

REQUEST_METHOD_DELETE4

REQUEST_METHOD_PUT = 3;

REQUEST_METHOD_PATCH6

REQUEST_METHOD_FETCH = 5; // RFC 8132

dtkt.replication.v1beta1enums.proto

ServiceType

Enum

Supported replication service types.

ValueNumberDescription
SERVICE_TYPE_UNSPECIFIED0

Unspecified replication service.

SERVICE_TYPE_FIVETRAN1

Fivetran replication service.

dtkt.replication.v1beta1enums.proto

SyncStatus

Enum
ValueNumberDescription
SYNC_STATUS_UNSPECIFIED0

Unspecified sync status.

SYNC_STATUS_SCHEDULED1

Scheduled sync status.

SYNC_STATUS_RUNNING2

Running sync status.

SYNC_STATUS_SUCCESS3

Success sync status.

SYNC_STATUS_FAILED4

Failed sync status.