com.clarifai.grpc.api.MultiScopeDepsResponseOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: proto/clarifai/api/service.proto
package com.clarifai.grpc.api;
public interface MultiScopeDepsResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.MultiScopeDepsResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* The status of the request.
*
*
* .clarifai.api.status.Status status = 1;
* @return Whether the status field is set.
*/
boolean hasStatus();
/**
*
* The status of the request.
*
*
* .clarifai.api.status.Status status = 1;
* @return The status.
*/
com.clarifai.grpc.api.status.Status getStatus();
/**
*
* The status of the request.
*
*
* .clarifai.api.status.Status status = 1;
*/
com.clarifai.grpc.api.status.StatusOrBuilder getStatusOrBuilder();
/**
*
* scopes is a list of low-level scopes and their dependencies.
*
*
* repeated .clarifai.api.ScopeDeps scope_deps = 2;
*/
java.util.List
getScopeDepsList();
/**
*
* scopes is a list of low-level scopes and their dependencies.
*
*
* repeated .clarifai.api.ScopeDeps scope_deps = 2;
*/
com.clarifai.grpc.api.ScopeDeps getScopeDeps(int index);
/**
*
* scopes is a list of low-level scopes and their dependencies.
*
*
* repeated .clarifai.api.ScopeDeps scope_deps = 2;
*/
int getScopeDepsCount();
/**
*
* scopes is a list of low-level scopes and their dependencies.
*
*
* repeated .clarifai.api.ScopeDeps scope_deps = 2;
*/
java.util.List extends com.clarifai.grpc.api.ScopeDepsOrBuilder>
getScopeDepsOrBuilderList();
/**
*
* scopes is a list of low-level scopes and their dependencies.
*
*
* repeated .clarifai.api.ScopeDeps scope_deps = 2;
*/
com.clarifai.grpc.api.ScopeDepsOrBuilder getScopeDepsOrBuilder(
int index);
/**
*
* endpoint_scopes is a listof all the publicly available endponts which can be
* used as scopes as well. A call to each of those endpoint depends on a subset
* of the above "scopes"
*
*
* repeated .clarifai.api.EndpointDeps endpoint_deps = 3;
*/
java.util.List
getEndpointDepsList();
/**
*
* endpoint_scopes is a listof all the publicly available endponts which can be
* used as scopes as well. A call to each of those endpoint depends on a subset
* of the above "scopes"
*
*
* repeated .clarifai.api.EndpointDeps endpoint_deps = 3;
*/
com.clarifai.grpc.api.EndpointDeps getEndpointDeps(int index);
/**
*
* endpoint_scopes is a listof all the publicly available endponts which can be
* used as scopes as well. A call to each of those endpoint depends on a subset
* of the above "scopes"
*
*
* repeated .clarifai.api.EndpointDeps endpoint_deps = 3;
*/
int getEndpointDepsCount();
/**
*
* endpoint_scopes is a listof all the publicly available endponts which can be
* used as scopes as well. A call to each of those endpoint depends on a subset
* of the above "scopes"
*
*
* repeated .clarifai.api.EndpointDeps endpoint_deps = 3;
*/
java.util.List extends com.clarifai.grpc.api.EndpointDepsOrBuilder>
getEndpointDepsOrBuilderList();
/**
*
* endpoint_scopes is a listof all the publicly available endponts which can be
* used as scopes as well. A call to each of those endpoint depends on a subset
* of the above "scopes"
*
*
* repeated .clarifai.api.EndpointDeps endpoint_deps = 3;
*/
com.clarifai.grpc.api.EndpointDepsOrBuilder getEndpointDepsOrBuilder(
int index);
}