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
Modifier and TypeMethodDescription.temporal.api.nexus.v1.CancelOperationResponse cancel_operation = 2;.temporal.api.nexus.v1.CancelOperationResponse cancel_operation = 2;.temporal.api.nexus.v1.StartOperationResponse start_operation = 1;.temporal.api.nexus.v1.StartOperationResponse start_operation = 1;boolean.temporal.api.nexus.v1.CancelOperationResponse cancel_operation = 2;boolean.temporal.api.nexus.v1.StartOperationResponse start_operation = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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()
-