orbit-proto / orbit.shared.proto / Node / CapabilitiesProto / Builder / setAddressableTypes

setAddressableTypes

fun setAddressableTypes(index: Int, value: String!): Builder!

repeated string addressableTypes = 1;

Parameters

index - Int: The index to set the value at.

value - String!: The addressableTypes to set.

Return
Builder!: This builder for chaining.