Package io.temporal.api.nexus.v1
Interface ResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Response,Response.Builder
@Generated(value="protoc", comments="annotations:ResponseOrBuilder.java.pb.meta") public interface ResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CancelOperationResponsegetCancelOperation().temporal.api.nexus.v1.CancelOperationResponse cancel_operation = 2;CancelOperationResponseOrBuildergetCancelOperationOrBuilder().temporal.api.nexus.v1.CancelOperationResponse cancel_operation = 2;StartOperationResponsegetStartOperation().temporal.api.nexus.v1.StartOperationResponse start_operation = 1;StartOperationResponseOrBuildergetStartOperationOrBuilder().temporal.api.nexus.v1.StartOperationResponse start_operation = 1;Response.VariantCasegetVariantCase()booleanhasCancelOperation().temporal.api.nexus.v1.CancelOperationResponse cancel_operation = 2;booleanhasStartOperation().temporal.api.nexus.v1.StartOperationResponse start_operation = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasStartOperation
boolean hasStartOperation()
.temporal.api.nexus.v1.StartOperationResponse start_operation = 1;- Returns:
- Whether the startOperation field is set.
-
getStartOperation
StartOperationResponse getStartOperation()
.temporal.api.nexus.v1.StartOperationResponse start_operation = 1;- Returns:
- The startOperation.
-
getStartOperationOrBuilder
StartOperationResponseOrBuilder getStartOperationOrBuilder()
.temporal.api.nexus.v1.StartOperationResponse start_operation = 1;
-
hasCancelOperation
boolean hasCancelOperation()
.temporal.api.nexus.v1.CancelOperationResponse cancel_operation = 2;- Returns:
- Whether the cancelOperation field is set.
-
getCancelOperation
CancelOperationResponse getCancelOperation()
.temporal.api.nexus.v1.CancelOperationResponse cancel_operation = 2;- Returns:
- The cancelOperation.
-
getCancelOperationOrBuilder
CancelOperationResponseOrBuilder getCancelOperationOrBuilder()
.temporal.api.nexus.v1.CancelOperationResponse cancel_operation = 2;
-
getVariantCase
Response.VariantCase getVariantCase()
-
-