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

com.clarifai.grpc.api.SingleNodepoolResponseOrBuilder 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 SingleNodepoolResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:clarifai.api.SingleNodepoolResponse)
    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();

  /**
   * .clarifai.api.Nodepool nodepool = 2;
   * @return Whether the nodepool field is set.
   */
  boolean hasNodepool();
  /**
   * .clarifai.api.Nodepool nodepool = 2;
   * @return The nodepool.
   */
  com.clarifai.grpc.api.Nodepool getNodepool();
  /**
   * .clarifai.api.Nodepool nodepool = 2;
   */
  com.clarifai.grpc.api.NodepoolOrBuilder getNodepoolOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy