UNPKG

@lightbend/akkaserverless-javascript-sdk

Version:
34 lines (26 loc) 1.22 kB
// package: akkaserverless // file: akkaserverless/entity.proto /* tslint:disable */ /* eslint-disable */ import * as jspb from "google-protobuf"; export class EntityMethodOptions extends jspb.Message { getKeyGenerator(): EntityMethodOptions.Generator; setKeyGenerator(value: EntityMethodOptions.Generator): EntityMethodOptions; serializeBinary(): Uint8Array; toObject(includeInstance?: boolean): EntityMethodOptions.AsObject; static toObject(includeInstance: boolean, msg: EntityMethodOptions): EntityMethodOptions.AsObject; static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>}; static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>}; static serializeBinaryToWriter(message: EntityMethodOptions, writer: jspb.BinaryWriter): void; static deserializeBinary(bytes: Uint8Array): EntityMethodOptions; static deserializeBinaryFromReader(message: EntityMethodOptions, reader: jspb.BinaryReader): EntityMethodOptions; } export namespace EntityMethodOptions { export type AsObject = { keyGenerator: EntityMethodOptions.Generator, } export enum Generator { UNSPECIFIED = 0, VERSION_4_UUID = 1, } }