All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.temporal.api.history.v1.UpsertWorkflowSearchAttributesEventAttributesOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.24.3
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: temporal/api/history/v1/message.proto

package io.temporal.api.history.v1;

@javax.annotation.Generated(value="protoc", comments="annotations:UpsertWorkflowSearchAttributesEventAttributesOrBuilder.java.pb.meta")
public interface UpsertWorkflowSearchAttributesEventAttributesOrBuilder extends
    // @@protoc_insertion_point(interface_extends:temporal.api.history.v1.UpsertWorkflowSearchAttributesEventAttributes)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The `WORKFLOW_TASK_COMPLETED` event which this command was reported with
   * 
* * int64 workflow_task_completed_event_id = 1; * @return The workflowTaskCompletedEventId. */ long getWorkflowTaskCompletedEventId(); /** * .temporal.api.common.v1.SearchAttributes search_attributes = 2; * @return Whether the searchAttributes field is set. */ boolean hasSearchAttributes(); /** * .temporal.api.common.v1.SearchAttributes search_attributes = 2; * @return The searchAttributes. */ io.temporal.api.common.v1.SearchAttributes getSearchAttributes(); /** * .temporal.api.common.v1.SearchAttributes search_attributes = 2; */ io.temporal.api.common.v1.SearchAttributesOrBuilder getSearchAttributesOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy