Package io.temporal.api.nexus.v1
Interface StartOperationResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StartOperationResponse,StartOperationResponse.Builder
@Generated(value="protoc", comments="annotations:StartOperationResponseOrBuilder.java.pb.meta") public interface StartOperationResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartOperationResponse.AsyncgetAsyncSuccess().temporal.api.nexus.v1.StartOperationResponse.Async async_success = 2;StartOperationResponse.AsyncOrBuildergetAsyncSuccessOrBuilder().temporal.api.nexus.v1.StartOperationResponse.Async async_success = 2;UnsuccessfulOperationErrorgetOperationError()The operation completed unsuccessfully (failed or canceled).UnsuccessfulOperationErrorOrBuildergetOperationErrorOrBuilder()The operation completed unsuccessfully (failed or canceled).StartOperationResponse.SyncgetSyncSuccess().temporal.api.nexus.v1.StartOperationResponse.Sync sync_success = 1;StartOperationResponse.SyncOrBuildergetSyncSuccessOrBuilder().temporal.api.nexus.v1.StartOperationResponse.Sync sync_success = 1;StartOperationResponse.VariantCasegetVariantCase()booleanhasAsyncSuccess().temporal.api.nexus.v1.StartOperationResponse.Async async_success = 2;booleanhasOperationError()The operation completed unsuccessfully (failed or canceled).booleanhasSyncSuccess().temporal.api.nexus.v1.StartOperationResponse.Sync sync_success = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasSyncSuccess
boolean hasSyncSuccess()
.temporal.api.nexus.v1.StartOperationResponse.Sync sync_success = 1;- Returns:
- Whether the syncSuccess field is set.
-
getSyncSuccess
StartOperationResponse.Sync getSyncSuccess()
.temporal.api.nexus.v1.StartOperationResponse.Sync sync_success = 1;- Returns:
- The syncSuccess.
-
getSyncSuccessOrBuilder
StartOperationResponse.SyncOrBuilder getSyncSuccessOrBuilder()
.temporal.api.nexus.v1.StartOperationResponse.Sync sync_success = 1;
-
hasAsyncSuccess
boolean hasAsyncSuccess()
.temporal.api.nexus.v1.StartOperationResponse.Async async_success = 2;- Returns:
- Whether the asyncSuccess field is set.
-
getAsyncSuccess
StartOperationResponse.Async getAsyncSuccess()
.temporal.api.nexus.v1.StartOperationResponse.Async async_success = 2;- Returns:
- The asyncSuccess.
-
getAsyncSuccessOrBuilder
StartOperationResponse.AsyncOrBuilder getAsyncSuccessOrBuilder()
.temporal.api.nexus.v1.StartOperationResponse.Async async_success = 2;
-
hasOperationError
boolean hasOperationError()
The operation completed unsuccessfully (failed or canceled).
.temporal.api.nexus.v1.UnsuccessfulOperationError operation_error = 3;- Returns:
- Whether the operationError field is set.
-
getOperationError
UnsuccessfulOperationError getOperationError()
The operation completed unsuccessfully (failed or canceled).
.temporal.api.nexus.v1.UnsuccessfulOperationError operation_error = 3;- Returns:
- The operationError.
-
getOperationErrorOrBuilder
UnsuccessfulOperationErrorOrBuilder getOperationErrorOrBuilder()
The operation completed unsuccessfully (failed or canceled).
.temporal.api.nexus.v1.UnsuccessfulOperationError operation_error = 3;
-
getVariantCase
StartOperationResponse.VariantCase getVariantCase()
-
-