toggle menu
EdgeAgentSDK
4.0.0
common
switch theme
search in API
EdgeAgentSDK
/
org.hyperledger.identus.protos
/
UpdateServiceAction
Update
Service
Action
data
class
UpdateServiceAction
(
val
serviceId
:
String
=
""
,
val
type
:
String
=
""
,
val
serviceEndpoints
:
List
<
String
>
=
emptyList()
,
val
unknownFields
:
Map
<
Int
,
UnknownField
>
=
emptyMap()
)
:
Message
Members
Members & Extensions
Constructors
Update
Service
Action
Link copied to clipboard
constructor
(
serviceId
:
String
=
""
,
type
:
String
=
""
,
serviceEndpoints
:
List
<
String
>
=
emptyList()
,
unknownFields
:
Map
<
Int
,
UnknownField
>
=
emptyMap()
)
Types
Companion
Link copied to clipboard
object
Companion
:
Message.Companion
<
UpdateServiceAction
>
Properties
descriptor
Link copied to clipboard
open
override
val
descriptor
:
MessageDescriptor
<
UpdateServiceAction
>
proto
Size
Link copied to clipboard
open
override
val
protoSize
:
Int
service
Endpoints
Link copied to clipboard
val
serviceEndpoints
:
List
<
String
>
service
Id
Link copied to clipboard
val
serviceId
:
String
type
Link copied to clipboard
val
type
:
String
unknown
Fields
Link copied to clipboard
open
override
val
unknownFields
:
Map
<
Int
,
UnknownField
>
Functions
or
Default
Link copied to clipboard
fun
UpdateServiceAction
?
.
orDefault
(
)
:
UpdateServiceAction
plus
Link copied to clipboard
open
operator override
fun
plus
(
other
:
Message
?
)
:
UpdateServiceAction