io.temporal.api.query.v1.QueryRejectedOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: temporal/api/query/v1/message.proto
package io.temporal.api.query.v1;
@javax.annotation.Generated(value="protoc", comments="annotations:QueryRejectedOrBuilder.java.pb.meta")
public interface QueryRejectedOrBuilder extends
// @@protoc_insertion_point(interface_extends:temporal.api.query.v1.QueryRejected)
com.google.protobuf.MessageOrBuilder {
/**
* .temporal.api.enums.v1.WorkflowExecutionStatus status = 1;
* @return The enum numeric value on the wire for status.
*/
int getStatusValue();
/**
* .temporal.api.enums.v1.WorkflowExecutionStatus status = 1;
* @return The status.
*/
io.temporal.api.enums.v1.WorkflowExecutionStatus getStatus();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy