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
Modifier and TypeMethodDescription.temporal.api.nexus.v1.StartOperationResponse.Async async_success = 2;.temporal.api.nexus.v1.StartOperationResponse.Async async_success = 2;The operation completed unsuccessfully (failed or canceled).The operation completed unsuccessfully (failed or canceled).Deprecated.temporal.api.nexus.v1.StartOperationResponse.operation_error is deprecated.Deprecated..temporal.api.nexus.v1.StartOperationResponse.Sync sync_success = 1;.temporal.api.nexus.v1.StartOperationResponse.Sync sync_success = 1;boolean.temporal.api.nexus.v1.StartOperationResponse.Async async_success = 2;booleanThe operation completed unsuccessfully (failed or canceled).booleanDeprecated.temporal.api.nexus.v1.StartOperationResponse.operation_error is deprecated.boolean.temporal.api.nexus.v1.StartOperationResponse.Sync sync_success = 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
-
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
Deprecated.temporal.api.nexus.v1.StartOperationResponse.operation_error is deprecated. See temporal/api/nexus/v1/message.proto;l=134The operation completed unsuccessfully (failed or canceled). Deprecated. Use the failure variant instead.
.temporal.api.nexus.v1.UnsuccessfulOperationError operation_error = 3 [deprecated = true];- Returns:
- Whether the operationError field is set.
-
getOperationError
Deprecated.temporal.api.nexus.v1.StartOperationResponse.operation_error is deprecated. See temporal/api/nexus/v1/message.proto;l=134The operation completed unsuccessfully (failed or canceled). Deprecated. Use the failure variant instead.
.temporal.api.nexus.v1.UnsuccessfulOperationError operation_error = 3 [deprecated = true];- Returns:
- The operationError.
-
getOperationErrorOrBuilder
Deprecated.The operation completed unsuccessfully (failed or canceled). Deprecated. Use the failure variant instead.
.temporal.api.nexus.v1.UnsuccessfulOperationError operation_error = 3 [deprecated = true]; -
hasFailure
boolean hasFailure()The operation completed unsuccessfully (failed or canceled). Failure object must contain an ApplicationFailureInfo or CanceledFailureInfo object.
.temporal.api.failure.v1.Failure failure = 4;- Returns:
- Whether the failure field is set.
-
getFailure
Failure getFailure()The operation completed unsuccessfully (failed or canceled). Failure object must contain an ApplicationFailureInfo or CanceledFailureInfo object.
.temporal.api.failure.v1.Failure failure = 4;- Returns:
- The failure.
-
getFailureOrBuilder
FailureOrBuilder getFailureOrBuilder()The operation completed unsuccessfully (failed or canceled). Failure object must contain an ApplicationFailureInfo or CanceledFailureInfo object.
.temporal.api.failure.v1.Failure failure = 4; -
getVariantCase
StartOperationResponse.VariantCase getVariantCase()
-