Package org.yamcs.studio.spell.api
Interface StartProcedureRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StartProcedureRequest
,StartProcedureRequest.Builder
public interface StartProcedureRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
containsArguments
(String key) map<string, string> arguments = 3;
Deprecated.int
map<string, string> arguments = 3;
map<string, string> arguments = 3;
getArgumentsOrDefault
(String key, String defaultValue) map<string, string> arguments = 3;
map<string, string> arguments = 3;
optional string instance = 1;
com.google.protobuf.ByteString
optional string instance = 1;
optional string procedure = 2;
com.google.protobuf.ByteString
optional string procedure = 2;
boolean
optional string instance = 1;
boolean
optional string procedure = 2;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasInstance
boolean hasInstance()optional string instance = 1;
- Returns:
- Whether the instance field is set.
-
getInstance
String getInstance()optional string instance = 1;
- Returns:
- The instance.
-
getInstanceBytes
com.google.protobuf.ByteString getInstanceBytes()optional string instance = 1;
- Returns:
- The bytes for instance.
-
hasProcedure
boolean hasProcedure()optional string procedure = 2;
- Returns:
- Whether the procedure field is set.
-
getProcedure
String getProcedure()optional string procedure = 2;
- Returns:
- The procedure.
-
getProcedureBytes
com.google.protobuf.ByteString getProcedureBytes()optional string procedure = 2;
- Returns:
- The bytes for procedure.
-
getArgumentsCount
int getArgumentsCount()map<string, string> arguments = 3;
-
containsArguments
map<string, string> arguments = 3;
-
getArguments
Deprecated.UsegetArgumentsMap()
instead. -
getArgumentsMap
map<string, string> arguments = 3;
-
getArgumentsOrDefault
map<string, string> arguments = 3;
-
getArgumentsOrThrow
map<string, string> arguments = 3;
-