Interface OrchestratorService.SendEventActionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OrchestratorService.SendEventAction,OrchestratorService.SendEventAction.Builder
- Enclosing class:
- OrchestratorService
public static interface OrchestratorService.SendEventActionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.StringValuegetData().google.protobuf.StringValue data = 3;com.google.protobuf.StringValueOrBuildergetDataOrBuilder().google.protobuf.StringValue data = 3;OrchestratorService.OrchestrationInstancegetInstance().OrchestrationInstance instance = 1;OrchestratorService.OrchestrationInstanceOrBuildergetInstanceOrBuilder().OrchestrationInstance instance = 1;java.lang.StringgetName()string name = 2;com.google.protobuf.ByteStringgetNameBytes()string name = 2;booleanhasData().google.protobuf.StringValue data = 3;booleanhasInstance().OrchestrationInstance instance = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasInstance
boolean hasInstance()
.OrchestrationInstance instance = 1;- Returns:
- Whether the instance field is set.
-
getInstance
OrchestratorService.OrchestrationInstance getInstance()
.OrchestrationInstance instance = 1;- Returns:
- The instance.
-
getInstanceOrBuilder
OrchestratorService.OrchestrationInstanceOrBuilder getInstanceOrBuilder()
.OrchestrationInstance instance = 1;
-
getName
java.lang.String getName()
string name = 2;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
string name = 2;- Returns:
- The bytes for name.
-
hasData
boolean hasData()
.google.protobuf.StringValue data = 3;- Returns:
- Whether the data field is set.
-
getData
com.google.protobuf.StringValue getData()
.google.protobuf.StringValue data = 3;- Returns:
- The data.
-
getDataOrBuilder
com.google.protobuf.StringValueOrBuilder getDataOrBuilder()
.google.protobuf.StringValue data = 3;
-
-