We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f827ce5 commit 85286c9Copy full SHA for 85286c9
2 files changed
gen/kotlin/border0/device/v1/ServiceKt.kt
@@ -498,6 +498,23 @@ public object ServiceKt {
498
public fun clearDelete() {
499
_builder.clearDelete()
500
}
501
+
502
+ /**
503
+ * <code>string display_name = 17;</code>
504
+ */
505
+ public var displayName: kotlin.String
506
+ @JvmName("getDisplayName")
507
+ get() = _builder.getDisplayName()
508
+ @JvmName("setDisplayName")
509
+ set(value) {
510
+ _builder.setDisplayName(value)
511
+ }
512
513
514
515
+ public fun clearDisplayName() {
516
+ _builder.clearDisplayName()
517
518
519
520
@kotlin.jvm.JvmSynthetic
0 commit comments