io.temporal.api.batch.v1.BatchOperationInfoOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: temporal/api/batch/v1/message.proto
package io.temporal.api.batch.v1;
@javax.annotation.Generated(value="protoc", comments="annotations:BatchOperationInfoOrBuilder.java.pb.meta")
public interface BatchOperationInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:temporal.api.batch.v1.BatchOperationInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
* Batch job ID
*
*
* string job_id = 1;
* @return The jobId.
*/
java.lang.String getJobId();
/**
*
* Batch job ID
*
*
* string job_id = 1;
* @return The bytes for jobId.
*/
com.google.protobuf.ByteString
getJobIdBytes();
/**
*
* Batch operation state
*
*
* .temporal.api.enums.v1.BatchOperationState state = 2;
* @return The enum numeric value on the wire for state.
*/
int getStateValue();
/**
*
* Batch operation state
*
*
* .temporal.api.enums.v1.BatchOperationState state = 2;
* @return The state.
*/
io.temporal.api.enums.v1.BatchOperationState getState();
/**
*
* Batch operation start time
*
*
* .google.protobuf.Timestamp start_time = 3 [(.gogoproto.stdtime) = true];
* @return Whether the startTime field is set.
*/
boolean hasStartTime();
/**
*
* Batch operation start time
*
*
* .google.protobuf.Timestamp start_time = 3 [(.gogoproto.stdtime) = true];
* @return The startTime.
*/
com.google.protobuf.Timestamp getStartTime();
/**
*
* Batch operation start time
*
*
* .google.protobuf.Timestamp start_time = 3 [(.gogoproto.stdtime) = true];
*/
com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder();
/**
*
* Batch operation close time
*
*
* .google.protobuf.Timestamp close_time = 4 [(.gogoproto.stdtime) = true];
* @return Whether the closeTime field is set.
*/
boolean hasCloseTime();
/**
*
* Batch operation close time
*
*
* .google.protobuf.Timestamp close_time = 4 [(.gogoproto.stdtime) = true];
* @return The closeTime.
*/
com.google.protobuf.Timestamp getCloseTime();
/**
*
* Batch operation close time
*
*
* .google.protobuf.Timestamp close_time = 4 [(.gogoproto.stdtime) = true];
*/
com.google.protobuf.TimestampOrBuilder getCloseTimeOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy