com.clarifai.grpc.api.ScopeDepsOrBuilder 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 ScopeDepsOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.ScopeDeps)
com.google.protobuf.MessageOrBuilder {
/**
*
* The scope
*
*
* string scope = 1;
* @return The scope.
*/
java.lang.String getScope();
/**
*
* The scope
*
*
* string scope = 1;
* @return The bytes for scope.
*/
com.google.protobuf.ByteString
getScopeBytes();
/**
*
* Other scopes that are required.
*
*
* repeated string depending_scopes = 2;
* @return A list containing the dependingScopes.
*/
java.util.List
getDependingScopesList();
/**
*
* Other scopes that are required.
*
*
* repeated string depending_scopes = 2;
* @return The count of dependingScopes.
*/
int getDependingScopesCount();
/**
*
* Other scopes that are required.
*
*
* repeated string depending_scopes = 2;
* @param index The index of the element to return.
* @return The dependingScopes at the given index.
*/
java.lang.String getDependingScopes(int index);
/**
*
* Other scopes that are required.
*
*
* repeated string depending_scopes = 2;
* @param index The index of the value to return.
* @return The bytes of the dependingScopes at the given index.
*/
com.google.protobuf.ByteString
getDependingScopesBytes(int index);
}