// Generated by the protocol buffer compiler. DO NOT EDIT! // source: keyapis/vc/v1/keyapis_vc_camera_video_data_v1.proto // Generated files should ignore deprecation warnings @file:Suppress("DEPRECATION") package ru.keyapis.vc.v1; @kotlin.jvm.JvmName("-initializegetCameraVideoDataListRequest") public inline fun getCameraVideoDataListRequest(block: ru.keyapis.vc.v1.GetCameraVideoDataListRequestKt.Dsl.() -> kotlin.Unit): ru.keyapis.vc.v1.KeyapisVcV1Proto.GetCameraVideoDataListRequest = ru.keyapis.vc.v1.GetCameraVideoDataListRequestKt.Dsl._create(ru.keyapis.vc.v1.KeyapisVcV1Proto.GetCameraVideoDataListRequest.newBuilder()).apply { block() }._build() /** * ``` * Запрос на получение списка камер * ``` * * Protobuf type `keyapis.vc.v1.GetCameraVideoDataListRequest` */ public object GetCameraVideoDataListRequestKt { @kotlin.OptIn(com.google.protobuf.kotlin.OnlyForUseByGeneratedProtoCode::class) @com.google.protobuf.kotlin.ProtoDslMarker public class Dsl private constructor( private val _builder: ru.keyapis.vc.v1.KeyapisVcV1Proto.GetCameraVideoDataListRequest.Builder ) { public companion object { @kotlin.jvm.JvmSynthetic @kotlin.PublishedApi internal fun _create(builder: ru.keyapis.vc.v1.KeyapisVcV1Proto.GetCameraVideoDataListRequest.Builder): Dsl = Dsl(builder) } @kotlin.jvm.JvmSynthetic @kotlin.PublishedApi internal fun _build(): ru.keyapis.vc.v1.KeyapisVcV1Proto.GetCameraVideoDataListRequest = _builder.build() /** * ``` * Ограничение выборки * ``` * * `.keyapis.vc.v1.CameraVideoDataScope scope = 1;` */ public var scope: ru.keyapis.vc.v1.KeyapisVcV1Proto.CameraVideoDataScope @JvmName("getScope") get() = _builder.getScope() @JvmName("setScope") set(value) { _builder.setScope(value) } /** * ``` * Ограничение выборки * ``` * * `.keyapis.vc.v1.CameraVideoDataScope scope = 1;` */ public fun clearScope() { _builder.clearScope() } /** * ``` * Ограничение выборки * ``` * * `.keyapis.vc.v1.CameraVideoDataScope scope = 1;` * @return Whether the scope field is set. */ public fun hasScope(): kotlin.Boolean { return _builder.hasScope() } /** * ``` * Фильтр * ``` * * `.keyapis.vc.v1.CameraVideoDataFilter filter = 2;` */ public var filter: ru.keyapis.vc.v1.KeyapisVcV1Proto.CameraVideoDataFilter @JvmName("getFilter") get() = _builder.getFilter() @JvmName("setFilter") set(value) { _builder.setFilter(value) } /** * ``` * Фильтр * ``` * * `.keyapis.vc.v1.CameraVideoDataFilter filter = 2;` */ public fun clearFilter() { _builder.clearFilter() } /** * ``` * Фильтр * ``` * * `.keyapis.vc.v1.CameraVideoDataFilter filter = 2;` * @return Whether the filter field is set. */ public fun hasFilter(): kotlin.Boolean { return _builder.hasFilter() } /** * ``` * Постраничный вывод * ``` * * `.keyapis.vc.v1.CameraVideoDataPaging paging = 3;` */ public var paging: ru.keyapis.vc.v1.KeyapisVcV1Proto.CameraVideoDataPaging @JvmName("getPaging") get() = _builder.getPaging() @JvmName("setPaging") set(value) { _builder.setPaging(value) } /** * ``` * Постраничный вывод * ``` * * `.keyapis.vc.v1.CameraVideoDataPaging paging = 3;` */ public fun clearPaging() { _builder.clearPaging() } /** * ``` * Постраничный вывод * ``` * * `.keyapis.vc.v1.CameraVideoDataPaging paging = 3;` * @return Whether the paging field is set. */ public fun hasPaging(): kotlin.Boolean { return _builder.hasPaging() } public val paginationCase: ru.keyapis.vc.v1.KeyapisVcV1Proto.GetCameraVideoDataListRequest.PaginationCase @JvmName("getPaginationCase") get() = _builder.getPaginationCase() public fun clearPagination() { _builder.clearPagination() } } } @kotlin.jvm.JvmSynthetic public inline fun ru.keyapis.vc.v1.KeyapisVcV1Proto.GetCameraVideoDataListRequest.copy(block: ru.keyapis.vc.v1.GetCameraVideoDataListRequestKt.Dsl.() -> kotlin.Unit): ru.keyapis.vc.v1.KeyapisVcV1Proto.GetCameraVideoDataListRequest = ru.keyapis.vc.v1.GetCameraVideoDataListRequestKt.Dsl._create(this.toBuilder()).apply { block() }._build() public val ru.keyapis.vc.v1.KeyapisVcV1Proto.GetCameraVideoDataListRequestOrBuilder.scopeOrNull: ru.keyapis.vc.v1.KeyapisVcV1Proto.CameraVideoDataScope? get() = if (hasScope()) getScope() else null public val ru.keyapis.vc.v1.KeyapisVcV1Proto.GetCameraVideoDataListRequestOrBuilder.filterOrNull: ru.keyapis.vc.v1.KeyapisVcV1Proto.CameraVideoDataFilter? get() = if (hasFilter()) getFilter() else null public val ru.keyapis.vc.v1.KeyapisVcV1Proto.GetCameraVideoDataListRequestOrBuilder.pagingOrNull: ru.keyapis.vc.v1.KeyapisVcV1Proto.CameraVideoDataPaging? get() = if (hasPaging()) getPaging() else null