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

com.clarifai.grpc.api.ListOpenSourceLicensesResponseOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: proto/clarifai/api/service.proto

package com.clarifai.grpc.api;

public interface ListOpenSourceLicensesResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:clarifai.api.ListOpenSourceLicensesResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .clarifai.api.status.Status status = 1;
   * @return Whether the status field is set.
   */
  boolean hasStatus();
  /**
   * .clarifai.api.status.Status status = 1;
   * @return The status.
   */
  com.clarifai.grpc.api.status.Status getStatus();
  /**
   * .clarifai.api.status.Status status = 1;
   */
  com.clarifai.grpc.api.status.StatusOrBuilder getStatusOrBuilder();

  /**
   * repeated string licenses = 2;
   * @return A list containing the licenses.
   */
  java.util.List
      getLicensesList();
  /**
   * repeated string licenses = 2;
   * @return The count of licenses.
   */
  int getLicensesCount();
  /**
   * repeated string licenses = 2;
   * @param index The index of the element to return.
   * @return The licenses at the given index.
   */
  java.lang.String getLicenses(int index);
  /**
   * repeated string licenses = 2;
   * @param index The index of the value to return.
   * @return The bytes of the licenses at the given index.
   */
  com.google.protobuf.ByteString
      getLicensesBytes(int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy