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

com.clarifai.grpc.api.VisibilityOrBuilder 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 VisibilityOrBuilder extends
    // @@protoc_insertion_point(interface_extends:clarifai.api.Visibility)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .clarifai.api.Visibility.Gettable gettable = 1;
   * @return The enum numeric value on the wire for gettable.
   */
  int getGettableValue();
  /**
   * .clarifai.api.Visibility.Gettable gettable = 1;
   * @return The gettable.
   */
  com.clarifai.grpc.api.Visibility.Gettable getGettable();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy