com.clarifai.grpc.api.SingleWorkflowVersionResponseOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: proto/clarifai/api/service.proto
package com.clarifai.grpc.api;
public interface SingleWorkflowVersionResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.SingleWorkflowVersionResponse)
com.google.protobuf.MessageOrBuilder {
/**
* .clarifai.api.status.Status status = 1;
* @return Whether the status field is set.
*/
boolean hasStatus();
/**
* .clarifai.api.status.Status status = 1;
* @return The status.
*/
com.clarifai.grpc.api.status.Status getStatus();
/**
* .clarifai.api.status.Status status = 1;
*/
com.clarifai.grpc.api.status.StatusOrBuilder getStatusOrBuilder();
/**
* .clarifai.api.WorkflowVersion workflow_version = 2;
* @return Whether the workflowVersion field is set.
*/
boolean hasWorkflowVersion();
/**
* .clarifai.api.WorkflowVersion workflow_version = 2;
* @return The workflowVersion.
*/
com.clarifai.grpc.api.WorkflowVersion getWorkflowVersion();
/**
* .clarifai.api.WorkflowVersion workflow_version = 2;
*/
com.clarifai.grpc.api.WorkflowVersionOrBuilder getWorkflowVersionOrBuilder();
}