Package com.seeq.link.messages.agent
Interface AgentMessages.AgentCommandOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AgentMessages.AgentCommand
,AgentMessages.AgentCommand.Builder
- Enclosing class:
- AgentMessages
public static interface AgentMessages.AgentCommandOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionrequired .com.seeq.link.messages.agent.AgentCommandName command = 2;
optional string connectorName = 1;
com.google.protobuf.ByteString
optional string connectorName = 1;
boolean
required .com.seeq.link.messages.agent.AgentCommandName command = 2;
boolean
optional string connectorName = 1;
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
-
hasConnectorName
boolean hasConnectorName()optional string connectorName = 1;
- Returns:
- Whether the connectorName field is set.
-
getConnectorName
String getConnectorName()optional string connectorName = 1;
- Returns:
- The connectorName.
-
getConnectorNameBytes
com.google.protobuf.ByteString getConnectorNameBytes()optional string connectorName = 1;
- Returns:
- The bytes for connectorName.
-
hasCommand
boolean hasCommand()required .com.seeq.link.messages.agent.AgentCommandName command = 2;
- Returns:
- Whether the command field is set.
-
getCommand
AgentMessages.AgentCommandName getCommand()required .com.seeq.link.messages.agent.AgentCommandName command = 2;
- Returns:
- The command.
-