com.clarifai.grpc.api.ModuleStarOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: proto/clarifai/api/resources.proto
package com.clarifai.grpc.api;
public interface ModuleStarOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.ModuleStar)
com.google.protobuf.MessageOrBuilder {
/**
*
* Module id of the star
*
*
* string module_id = 1;
* @return The moduleId.
*/
java.lang.String getModuleId();
/**
*
* Module id of the star
*
*
* string module_id = 1;
* @return The bytes for moduleId.
*/
com.google.protobuf.ByteString
getModuleIdBytes();
}