-
public final class MessageRequestKt.Dsl
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classMessageRequestKt.Dsl.Companion
-
Method Summary
Modifier and Type Method Description final AnygetRequest()final UnitsetRequest(Any request)final StringgetMethod()final UnitsetMethod(String method)final UnitclearRequest().google.protobuf.Any request = 1;final BooleanhasRequest().google.protobuf.Any request = 1;final UnitclearMethod()string method = 2;-
-
Method Detail
-
getRequest
final Any getRequest()
-
setRequest
final Unit setRequest(Any request)
-
clearRequest
final Unit clearRequest()
.google.protobuf.Any request = 1;
-
hasRequest
final Boolean hasRequest()
.google.protobuf.Any request = 1;
-
clearMethod
final Unit clearMethod()
string method = 2;
-
-
-
-