com.clarifai.grpc.api.W3COrBuilder 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 W3COrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.W3C)
com.google.protobuf.MessageOrBuilder {
/**
* string hex = 1;
* @return The hex.
*/
java.lang.String getHex();
/**
* string hex = 1;
* @return The bytes for hex.
*/
com.google.protobuf.ByteString
getHexBytes();
/**
* string name = 2;
* @return The name.
*/
java.lang.String getName();
/**
* string name = 2;
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
}