com.clarifai.grpc.api.WorkflowVersionUnPublishRequestOrBuilder 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 WorkflowVersionUnPublishRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.WorkflowVersionUnPublishRequest)
com.google.protobuf.MessageOrBuilder {
/**
* string version_id = 1;
* @return The versionId.
*/
java.lang.String getVersionId();
/**
* string version_id = 1;
* @return The bytes for versionId.
*/
com.google.protobuf.ByteString
getVersionIdBytes();
}