Interface OrchestratorService.EventRaisedEventOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OrchestratorService.EventRaisedEvent,OrchestratorService.EventRaisedEvent.Builder
- Enclosing class:
- OrchestratorService
public static interface OrchestratorService.EventRaisedEventOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.StringValuegetInput().google.protobuf.StringValue input = 2;com.google.protobuf.StringValueOrBuildergetInputOrBuilder().google.protobuf.StringValue input = 2;java.lang.StringgetName()string name = 1;com.google.protobuf.ByteStringgetNameBytes()string name = 1;booleanhasInput().google.protobuf.StringValue input = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
java.lang.String getName()
string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
string name = 1;- Returns:
- The bytes for name.
-
hasInput
boolean hasInput()
.google.protobuf.StringValue input = 2;- Returns:
- Whether the input field is set.
-
getInput
com.google.protobuf.StringValue getInput()
.google.protobuf.StringValue input = 2;- Returns:
- The input.
-
getInputOrBuilder
com.google.protobuf.StringValueOrBuilder getInputOrBuilder()
.google.protobuf.StringValue input = 2;
-
-