com.clarifai.grpc.api.EndpointDepsOrBuilder 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 EndpointDepsOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.EndpointDeps)
com.google.protobuf.MessageOrBuilder {
/**
*
* The fully qualified endpoint to
*
*
* string endpoint = 1;
* @return The endpoint.
*/
java.lang.String getEndpoint();
/**
*
* The fully qualified endpoint to
*
*
* string endpoint = 1;
* @return The bytes for endpoint.
*/
com.google.protobuf.ByteString
getEndpointBytes();
/**
*
* 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);
}