Class UpdateScheduleRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<UpdateScheduleRequest.Builder>
-
- io.temporal.api.workflowservice.v1.UpdateScheduleRequest.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,UpdateScheduleRequestOrBuilder,java.lang.Cloneable
- Enclosing class:
- UpdateScheduleRequest
public static final class UpdateScheduleRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<UpdateScheduleRequest.Builder> implements UpdateScheduleRequestOrBuilder
Protobuf typetemporal.api.workflowservice.v1.UpdateScheduleRequest
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateScheduleRequest.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)UpdateScheduleRequestbuild()UpdateScheduleRequestbuildPartial()UpdateScheduleRequest.Builderclear()UpdateScheduleRequest.BuilderclearConflictToken()This can be the value of conflict_token from a DescribeScheduleResponse, which will cause this request to fail if the schedule has been modified between the Describe and this Update.UpdateScheduleRequest.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)UpdateScheduleRequest.BuilderclearIdentity()The identity of the client who initiated this request.UpdateScheduleRequest.BuilderclearNamespace()The namespace of the schedule to update.UpdateScheduleRequest.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)UpdateScheduleRequest.BuilderclearRequestId()A unique identifier for this update request for idempotence.UpdateScheduleRequest.BuilderclearSchedule()The new schedule.UpdateScheduleRequest.BuilderclearScheduleId()The id of the schedule to update.UpdateScheduleRequest.BuilderclearSearchAttributes()Schedule search attributes to be updated.UpdateScheduleRequest.Builderclone()com.google.protobuf.ByteStringgetConflictToken()This can be the value of conflict_token from a DescribeScheduleResponse, which will cause this request to fail if the schedule has been modified between the Describe and this Update.UpdateScheduleRequestgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()java.lang.StringgetIdentity()The identity of the client who initiated this request.com.google.protobuf.ByteStringgetIdentityBytes()The identity of the client who initiated this request.java.lang.StringgetNamespace()The namespace of the schedule to update.com.google.protobuf.ByteStringgetNamespaceBytes()The namespace of the schedule to update.java.lang.StringgetRequestId()A unique identifier for this update request for idempotence.com.google.protobuf.ByteStringgetRequestIdBytes()A unique identifier for this update request for idempotence.SchedulegetSchedule()The new schedule.Schedule.BuildergetScheduleBuilder()The new schedule.java.lang.StringgetScheduleId()The id of the schedule to update.com.google.protobuf.ByteStringgetScheduleIdBytes()The id of the schedule to update.ScheduleOrBuildergetScheduleOrBuilder()The new schedule.SearchAttributesgetSearchAttributes()Schedule search attributes to be updated.SearchAttributes.BuildergetSearchAttributesBuilder()Schedule search attributes to be updated.SearchAttributesOrBuildergetSearchAttributesOrBuilder()Schedule search attributes to be updated.booleanhasSchedule()The new schedule.booleanhasSearchAttributes()Schedule search attributes to be updated.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()UpdateScheduleRequest.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)UpdateScheduleRequest.BuildermergeFrom(com.google.protobuf.Message other)UpdateScheduleRequest.BuildermergeFrom(UpdateScheduleRequest other)UpdateScheduleRequest.BuildermergeSchedule(Schedule value)The new schedule.UpdateScheduleRequest.BuildermergeSearchAttributes(SearchAttributes value)Schedule search attributes to be updated.UpdateScheduleRequest.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)UpdateScheduleRequest.BuildersetConflictToken(com.google.protobuf.ByteString value)This can be the value of conflict_token from a DescribeScheduleResponse, which will cause this request to fail if the schedule has been modified between the Describe and this Update.UpdateScheduleRequest.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)UpdateScheduleRequest.BuildersetIdentity(java.lang.String value)The identity of the client who initiated this request.UpdateScheduleRequest.BuildersetIdentityBytes(com.google.protobuf.ByteString value)The identity of the client who initiated this request.UpdateScheduleRequest.BuildersetNamespace(java.lang.String value)The namespace of the schedule to update.UpdateScheduleRequest.BuildersetNamespaceBytes(com.google.protobuf.ByteString value)The namespace of the schedule to update.UpdateScheduleRequest.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)UpdateScheduleRequest.BuildersetRequestId(java.lang.String value)A unique identifier for this update request for idempotence.UpdateScheduleRequest.BuildersetRequestIdBytes(com.google.protobuf.ByteString value)A unique identifier for this update request for idempotence.UpdateScheduleRequest.BuildersetSchedule(Schedule value)The new schedule.UpdateScheduleRequest.BuildersetSchedule(Schedule.Builder builderForValue)The new schedule.UpdateScheduleRequest.BuildersetScheduleId(java.lang.String value)The id of the schedule to update.UpdateScheduleRequest.BuildersetScheduleIdBytes(com.google.protobuf.ByteString value)The id of the schedule to update.UpdateScheduleRequest.BuildersetSearchAttributes(SearchAttributes value)Schedule search attributes to be updated.UpdateScheduleRequest.BuildersetSearchAttributes(SearchAttributes.Builder builderForValue)Schedule search attributes to be updated.UpdateScheduleRequest.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateScheduleRequest.Builder>
-
clear
public UpdateScheduleRequest.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateScheduleRequest.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateScheduleRequest.Builder>
-
getDefaultInstanceForType
public UpdateScheduleRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public UpdateScheduleRequest build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public UpdateScheduleRequest buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public UpdateScheduleRequest.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateScheduleRequest.Builder>
-
setField
public UpdateScheduleRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateScheduleRequest.Builder>
-
clearField
public UpdateScheduleRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateScheduleRequest.Builder>
-
clearOneof
public UpdateScheduleRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateScheduleRequest.Builder>
-
setRepeatedField
public UpdateScheduleRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateScheduleRequest.Builder>
-
addRepeatedField
public UpdateScheduleRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateScheduleRequest.Builder>
-
mergeFrom
public UpdateScheduleRequest.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<UpdateScheduleRequest.Builder>
-
mergeFrom
public UpdateScheduleRequest.Builder mergeFrom(UpdateScheduleRequest other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateScheduleRequest.Builder>
-
mergeFrom
public UpdateScheduleRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<UpdateScheduleRequest.Builder>- Throws:
java.io.IOException
-
getNamespace
public java.lang.String getNamespace()
The namespace of the schedule to update.
string namespace = 1;- Specified by:
getNamespacein interfaceUpdateScheduleRequestOrBuilder- Returns:
- The namespace.
-
getNamespaceBytes
public com.google.protobuf.ByteString getNamespaceBytes()
The namespace of the schedule to update.
string namespace = 1;- Specified by:
getNamespaceBytesin interfaceUpdateScheduleRequestOrBuilder- Returns:
- The bytes for namespace.
-
setNamespace
public UpdateScheduleRequest.Builder setNamespace(java.lang.String value)
The namespace of the schedule to update.
string namespace = 1;- Parameters:
value- The namespace to set.- Returns:
- This builder for chaining.
-
clearNamespace
public UpdateScheduleRequest.Builder clearNamespace()
The namespace of the schedule to update.
string namespace = 1;- Returns:
- This builder for chaining.
-
setNamespaceBytes
public UpdateScheduleRequest.Builder setNamespaceBytes(com.google.protobuf.ByteString value)
The namespace of the schedule to update.
string namespace = 1;- Parameters:
value- The bytes for namespace to set.- Returns:
- This builder for chaining.
-
getScheduleId
public java.lang.String getScheduleId()
The id of the schedule to update.
string schedule_id = 2;- Specified by:
getScheduleIdin interfaceUpdateScheduleRequestOrBuilder- Returns:
- The scheduleId.
-
getScheduleIdBytes
public com.google.protobuf.ByteString getScheduleIdBytes()
The id of the schedule to update.
string schedule_id = 2;- Specified by:
getScheduleIdBytesin interfaceUpdateScheduleRequestOrBuilder- Returns:
- The bytes for scheduleId.
-
setScheduleId
public UpdateScheduleRequest.Builder setScheduleId(java.lang.String value)
The id of the schedule to update.
string schedule_id = 2;- Parameters:
value- The scheduleId to set.- Returns:
- This builder for chaining.
-
clearScheduleId
public UpdateScheduleRequest.Builder clearScheduleId()
The id of the schedule to update.
string schedule_id = 2;- Returns:
- This builder for chaining.
-
setScheduleIdBytes
public UpdateScheduleRequest.Builder setScheduleIdBytes(com.google.protobuf.ByteString value)
The id of the schedule to update.
string schedule_id = 2;- Parameters:
value- The bytes for scheduleId to set.- Returns:
- This builder for chaining.
-
hasSchedule
public boolean hasSchedule()
The new schedule. The four main fields of the schedule (spec, action, policies, state) are replaced completely by the values in this message.
.temporal.api.schedule.v1.Schedule schedule = 3;- Specified by:
hasSchedulein interfaceUpdateScheduleRequestOrBuilder- Returns:
- Whether the schedule field is set.
-
getSchedule
public Schedule getSchedule()
The new schedule. The four main fields of the schedule (spec, action, policies, state) are replaced completely by the values in this message.
.temporal.api.schedule.v1.Schedule schedule = 3;- Specified by:
getSchedulein interfaceUpdateScheduleRequestOrBuilder- Returns:
- The schedule.
-
setSchedule
public UpdateScheduleRequest.Builder setSchedule(Schedule value)
The new schedule. The four main fields of the schedule (spec, action, policies, state) are replaced completely by the values in this message.
.temporal.api.schedule.v1.Schedule schedule = 3;
-
setSchedule
public UpdateScheduleRequest.Builder setSchedule(Schedule.Builder builderForValue)
The new schedule. The four main fields of the schedule (spec, action, policies, state) are replaced completely by the values in this message.
.temporal.api.schedule.v1.Schedule schedule = 3;
-
mergeSchedule
public UpdateScheduleRequest.Builder mergeSchedule(Schedule value)
The new schedule. The four main fields of the schedule (spec, action, policies, state) are replaced completely by the values in this message.
.temporal.api.schedule.v1.Schedule schedule = 3;
-
clearSchedule
public UpdateScheduleRequest.Builder clearSchedule()
The new schedule. The four main fields of the schedule (spec, action, policies, state) are replaced completely by the values in this message.
.temporal.api.schedule.v1.Schedule schedule = 3;
-
getScheduleBuilder
public Schedule.Builder getScheduleBuilder()
The new schedule. The four main fields of the schedule (spec, action, policies, state) are replaced completely by the values in this message.
.temporal.api.schedule.v1.Schedule schedule = 3;
-
getScheduleOrBuilder
public ScheduleOrBuilder getScheduleOrBuilder()
The new schedule. The four main fields of the schedule (spec, action, policies, state) are replaced completely by the values in this message.
.temporal.api.schedule.v1.Schedule schedule = 3;- Specified by:
getScheduleOrBuilderin interfaceUpdateScheduleRequestOrBuilder
-
getConflictToken
public com.google.protobuf.ByteString getConflictToken()
This can be the value of conflict_token from a DescribeScheduleResponse, which will cause this request to fail if the schedule has been modified between the Describe and this Update. If missing, the schedule will be updated unconditionally.
bytes conflict_token = 4;- Specified by:
getConflictTokenin interfaceUpdateScheduleRequestOrBuilder- Returns:
- The conflictToken.
-
setConflictToken
public UpdateScheduleRequest.Builder setConflictToken(com.google.protobuf.ByteString value)
This can be the value of conflict_token from a DescribeScheduleResponse, which will cause this request to fail if the schedule has been modified between the Describe and this Update. If missing, the schedule will be updated unconditionally.
bytes conflict_token = 4;- Parameters:
value- The conflictToken to set.- Returns:
- This builder for chaining.
-
clearConflictToken
public UpdateScheduleRequest.Builder clearConflictToken()
This can be the value of conflict_token from a DescribeScheduleResponse, which will cause this request to fail if the schedule has been modified between the Describe and this Update. If missing, the schedule will be updated unconditionally.
bytes conflict_token = 4;- Returns:
- This builder for chaining.
-
getIdentity
public java.lang.String getIdentity()
The identity of the client who initiated this request.
string identity = 5;- Specified by:
getIdentityin interfaceUpdateScheduleRequestOrBuilder- Returns:
- The identity.
-
getIdentityBytes
public com.google.protobuf.ByteString getIdentityBytes()
The identity of the client who initiated this request.
string identity = 5;- Specified by:
getIdentityBytesin interfaceUpdateScheduleRequestOrBuilder- Returns:
- The bytes for identity.
-
setIdentity
public UpdateScheduleRequest.Builder setIdentity(java.lang.String value)
The identity of the client who initiated this request.
string identity = 5;- Parameters:
value- The identity to set.- Returns:
- This builder for chaining.
-
clearIdentity
public UpdateScheduleRequest.Builder clearIdentity()
The identity of the client who initiated this request.
string identity = 5;- Returns:
- This builder for chaining.
-
setIdentityBytes
public UpdateScheduleRequest.Builder setIdentityBytes(com.google.protobuf.ByteString value)
The identity of the client who initiated this request.
string identity = 5;- Parameters:
value- The bytes for identity to set.- Returns:
- This builder for chaining.
-
getRequestId
public java.lang.String getRequestId()
A unique identifier for this update request for idempotence. Typically UUIDv4.
string request_id = 6;- Specified by:
getRequestIdin interfaceUpdateScheduleRequestOrBuilder- Returns:
- The requestId.
-
getRequestIdBytes
public com.google.protobuf.ByteString getRequestIdBytes()
A unique identifier for this update request for idempotence. Typically UUIDv4.
string request_id = 6;- Specified by:
getRequestIdBytesin interfaceUpdateScheduleRequestOrBuilder- Returns:
- The bytes for requestId.
-
setRequestId
public UpdateScheduleRequest.Builder setRequestId(java.lang.String value)
A unique identifier for this update request for idempotence. Typically UUIDv4.
string request_id = 6;- Parameters:
value- The requestId to set.- Returns:
- This builder for chaining.
-
clearRequestId
public UpdateScheduleRequest.Builder clearRequestId()
A unique identifier for this update request for idempotence. Typically UUIDv4.
string request_id = 6;- Returns:
- This builder for chaining.
-
setRequestIdBytes
public UpdateScheduleRequest.Builder setRequestIdBytes(com.google.protobuf.ByteString value)
A unique identifier for this update request for idempotence. Typically UUIDv4.
string request_id = 6;- Parameters:
value- The bytes for requestId to set.- Returns:
- This builder for chaining.
-
hasSearchAttributes
public boolean hasSearchAttributes()
Schedule search attributes to be updated. Do not set this field if you do not want to update the search attributes. A non-null empty object will set the search attributes to an empty map. Note: you cannot only update the search attributes with `UpdateScheduleRequest`, you must also set the `schedule` field; otherwise, it will unset the schedule.
.temporal.api.common.v1.SearchAttributes search_attributes = 7;- Specified by:
hasSearchAttributesin interfaceUpdateScheduleRequestOrBuilder- Returns:
- Whether the searchAttributes field is set.
-
getSearchAttributes
public SearchAttributes getSearchAttributes()
Schedule search attributes to be updated. Do not set this field if you do not want to update the search attributes. A non-null empty object will set the search attributes to an empty map. Note: you cannot only update the search attributes with `UpdateScheduleRequest`, you must also set the `schedule` field; otherwise, it will unset the schedule.
.temporal.api.common.v1.SearchAttributes search_attributes = 7;- Specified by:
getSearchAttributesin interfaceUpdateScheduleRequestOrBuilder- Returns:
- The searchAttributes.
-
setSearchAttributes
public UpdateScheduleRequest.Builder setSearchAttributes(SearchAttributes value)
Schedule search attributes to be updated. Do not set this field if you do not want to update the search attributes. A non-null empty object will set the search attributes to an empty map. Note: you cannot only update the search attributes with `UpdateScheduleRequest`, you must also set the `schedule` field; otherwise, it will unset the schedule.
.temporal.api.common.v1.SearchAttributes search_attributes = 7;
-
setSearchAttributes
public UpdateScheduleRequest.Builder setSearchAttributes(SearchAttributes.Builder builderForValue)
Schedule search attributes to be updated. Do not set this field if you do not want to update the search attributes. A non-null empty object will set the search attributes to an empty map. Note: you cannot only update the search attributes with `UpdateScheduleRequest`, you must also set the `schedule` field; otherwise, it will unset the schedule.
.temporal.api.common.v1.SearchAttributes search_attributes = 7;
-
mergeSearchAttributes
public UpdateScheduleRequest.Builder mergeSearchAttributes(SearchAttributes value)
Schedule search attributes to be updated. Do not set this field if you do not want to update the search attributes. A non-null empty object will set the search attributes to an empty map. Note: you cannot only update the search attributes with `UpdateScheduleRequest`, you must also set the `schedule` field; otherwise, it will unset the schedule.
.temporal.api.common.v1.SearchAttributes search_attributes = 7;
-
clearSearchAttributes
public UpdateScheduleRequest.Builder clearSearchAttributes()
Schedule search attributes to be updated. Do not set this field if you do not want to update the search attributes. A non-null empty object will set the search attributes to an empty map. Note: you cannot only update the search attributes with `UpdateScheduleRequest`, you must also set the `schedule` field; otherwise, it will unset the schedule.
.temporal.api.common.v1.SearchAttributes search_attributes = 7;
-
getSearchAttributesBuilder
public SearchAttributes.Builder getSearchAttributesBuilder()
Schedule search attributes to be updated. Do not set this field if you do not want to update the search attributes. A non-null empty object will set the search attributes to an empty map. Note: you cannot only update the search attributes with `UpdateScheduleRequest`, you must also set the `schedule` field; otherwise, it will unset the schedule.
.temporal.api.common.v1.SearchAttributes search_attributes = 7;
-
getSearchAttributesOrBuilder
public SearchAttributesOrBuilder getSearchAttributesOrBuilder()
Schedule search attributes to be updated. Do not set this field if you do not want to update the search attributes. A non-null empty object will set the search attributes to an empty map. Note: you cannot only update the search attributes with `UpdateScheduleRequest`, you must also set the `schedule` field; otherwise, it will unset the schedule.
.temporal.api.common.v1.SearchAttributes search_attributes = 7;- Specified by:
getSearchAttributesOrBuilderin interfaceUpdateScheduleRequestOrBuilder
-
setUnknownFields
public final UpdateScheduleRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateScheduleRequest.Builder>
-
mergeUnknownFields
public final UpdateScheduleRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateScheduleRequest.Builder>
-
-