Package io.temporal.api.taskqueue.v1
Interface ConfigMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ConfigMetadata,ConfigMetadata.Builder
@Generated(value="protoc", comments="annotations:ConfigMetadataOrBuilder.java.pb.meta") public interface ConfigMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetReason()Reason for why the config was set.com.google.protobuf.ByteStringgetReasonBytes()Reason for why the config was set.java.lang.StringgetUpdateIdentity()Identity of the last updater.com.google.protobuf.ByteStringgetUpdateIdentityBytes()Identity of the last updater.com.google.protobuf.TimestampgetUpdateTime()Time of the last update.com.google.protobuf.TimestampOrBuildergetUpdateTimeOrBuilder()Time of the last update.booleanhasUpdateTime()Time of the last update.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getReason
java.lang.String getReason()
Reason for why the config was set.
string reason = 1;- Returns:
- The reason.
-
getReasonBytes
com.google.protobuf.ByteString getReasonBytes()
Reason for why the config was set.
string reason = 1;- Returns:
- The bytes for reason.
-
getUpdateIdentity
java.lang.String getUpdateIdentity()
Identity of the last updater. Set by the request's identity field.
string update_identity = 2;- Returns:
- The updateIdentity.
-
getUpdateIdentityBytes
com.google.protobuf.ByteString getUpdateIdentityBytes()
Identity of the last updater. Set by the request's identity field.
string update_identity = 2;- Returns:
- The bytes for updateIdentity.
-
hasUpdateTime
boolean hasUpdateTime()
Time of the last update.
.google.protobuf.Timestamp update_time = 3;- Returns:
- Whether the updateTime field is set.
-
getUpdateTime
com.google.protobuf.Timestamp getUpdateTime()
Time of the last update.
.google.protobuf.Timestamp update_time = 3;- Returns:
- The updateTime.
-
getUpdateTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Time of the last update.
.google.protobuf.Timestamp update_time = 3;
-
-