com.clarifai.grpc.api.WorkflowStateOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: proto/clarifai/api/resources.proto
package com.clarifai.grpc.api;
public interface WorkflowStateOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.WorkflowState)
com.google.protobuf.MessageOrBuilder {
/**
*
* A unique ID for the workflow state.
* To start saving a state in a PostWorkflowResults request set this ID to "init"
* and it will return a newly generated unique state id that you can then pass in subsequent
* PostWorkflowResults calls. These state expire after 5 minutes between calls.
*
*
* string id = 1;
* @return The id.
*/
java.lang.String getId();
/**
*
* A unique ID for the workflow state.
* To start saving a state in a PostWorkflowResults request set this ID to "init"
* and it will return a newly generated unique state id that you can then pass in subsequent
* PostWorkflowResults calls. These state expire after 5 minutes between calls.
*
*
* string id = 1;
* @return The bytes for id.
*/
com.google.protobuf.ByteString
getIdBytes();
}