Package io.temporal.api.errordetails.v1
Interface NewerBuildExistsFailureOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NewerBuildExistsFailure,NewerBuildExistsFailure.Builder
@Generated(value="protoc", comments="annotations:NewerBuildExistsFailureOrBuilder.java.pb.meta") public interface NewerBuildExistsFailureOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDefaultBuildId()The current default compatible build ID which will receive taskscom.google.protobuf.ByteStringgetDefaultBuildIdBytes()The current default compatible build ID which will receive tasks-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDefaultBuildId
java.lang.String getDefaultBuildId()
The current default compatible build ID which will receive tasks
string default_build_id = 1;- Returns:
- The defaultBuildId.
-
getDefaultBuildIdBytes
com.google.protobuf.ByteString getDefaultBuildIdBytes()
The current default compatible build ID which will receive tasks
string default_build_id = 1;- Returns:
- The bytes for defaultBuildId.
-
-