Namespace: UpdateWorkerBuildIdCompatibilityRequest
workflowservice.v1.UpdateWorkerBuildIdCompatibilityRequest
Namespaces
Classes
Interfaces
Type Aliases
$Shape
Ƭ $Shape: { addNewBuildIdInNewDefaultSet?: string | null ; addNewCompatibleBuildId?: $Shape | null ; mergeSets?: $Shape | null ; namespace?: string | null ; promoteBuildIdWithinSet?: string | null ; promoteSetByBuildId?: string | null ; taskQueue?: string | null } & { addNewBuildIdInNewDefaultSet?: null ; addNewCompatibleBuildId?: null ; mergeSets?: null ; operation?: undefined ; promoteBuildIdWithinSet?: null ; promoteSetByBuildId?: null } | { addNewBuildIdInNewDefaultSet: string ; addNewCompatibleBuildId?: null ; mergeSets?: null ; operation?: "addNewBuildIdInNewDefaultSet" ; promoteBuildIdWithinSet?: null ; promoteSetByBuildId?: null } | { addNewBuildIdInNewDefaultSet?: null ; addNewCompatibleBuildId: $Shape ; mergeSets?: null ; operation?: "addNewCompatibleBuildId" ; promoteBuildIdWithinSet?: null ; promoteSetByBuildId?: null } | { addNewBuildIdInNewDefaultSet?: null ; addNewCompatibleBuildId?: null ; mergeSets?: null ; operation?: "promoteSetByBuildId" ; promoteBuildIdWithinSet?: null ; promoteSetByBuildId: string } | { addNewBuildIdInNewDefaultSet?: null ; addNewCompatibleBuildId?: null ; mergeSets?: null ; operation?: "promoteBuildIdWithinSet" ; promoteBuildIdWithinSet: string ; promoteSetByBuildId?: null } | { addNewBuildIdInNewDefaultSet?: null ; addNewCompatibleBuildId?: null ; mergeSets: $Shape ; operation?: "mergeSets" ; promoteBuildIdWithinSet?: null ; promoteSetByBuildId?: null }
Narrowed shape of an UpdateWorkerBuildIdCompatibilityRequest.