Interface ScheduleListEntryOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ScheduleListEntry,ScheduleListEntry.Builder
@Generated(value="protoc",
comments="annotations:ScheduleListEntryOrBuilder.java.pb.meta")
public interface ScheduleListEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetInfo().temporal.api.schedule.v1.ScheduleListInfo info = 4;.temporal.api.schedule.v1.ScheduleListInfo info = 4;getMemo().temporal.api.common.v1.Memo memo = 2;.temporal.api.common.v1.Memo memo = 2;string schedule_id = 1;com.google.protobuf.ByteStringstring schedule_id = 1;.temporal.api.common.v1.SearchAttributes search_attributes = 3;.temporal.api.common.v1.SearchAttributes search_attributes = 3;booleanhasInfo().temporal.api.schedule.v1.ScheduleListInfo info = 4;booleanhasMemo().temporal.api.common.v1.Memo memo = 2;boolean.temporal.api.common.v1.SearchAttributes search_attributes = 3;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
-
getScheduleId
-
getScheduleIdBytes
com.google.protobuf.ByteString getScheduleIdBytes()string schedule_id = 1;- Returns:
- The bytes for scheduleId.
-
hasMemo
boolean hasMemo().temporal.api.common.v1.Memo memo = 2;- Returns:
- Whether the memo field is set.
-
getMemo
-
getMemoOrBuilder
MemoOrBuilder getMemoOrBuilder().temporal.api.common.v1.Memo memo = 2; -
hasSearchAttributes
boolean hasSearchAttributes().temporal.api.common.v1.SearchAttributes search_attributes = 3;- Returns:
- Whether the searchAttributes field is set.
-
getSearchAttributes
SearchAttributes getSearchAttributes().temporal.api.common.v1.SearchAttributes search_attributes = 3;- Returns:
- The searchAttributes.
-
getSearchAttributesOrBuilder
SearchAttributesOrBuilder getSearchAttributesOrBuilder().temporal.api.common.v1.SearchAttributes search_attributes = 3; -
hasInfo
boolean hasInfo().temporal.api.schedule.v1.ScheduleListInfo info = 4;- Returns:
- Whether the info field is set.
-
getInfo
-
getInfoOrBuilder
ScheduleListInfoOrBuilder getInfoOrBuilder().temporal.api.schedule.v1.ScheduleListInfo info = 4;
-