All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.clarifai.grpc.api.ModelVersionUnpublishRequestOrBuilder 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 ModelVersionUnpublishRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:clarifai.api.ModelVersionUnpublishRequest)
    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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy