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

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

  /**
   * 
   * Query by application name. This supports wildcard queries like "gen*" to match "general" as an example.
   * 
* * string name = 1; * @return The name. */ java.lang.String getName(); /** *
   * Query by application name. This supports wildcard queries like "gen*" to match "general" as an example.
   * 
* * string name = 1; * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy