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

io.milvus.grpc.ComponentStatesOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.5.4
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: milvus.proto

package io.milvus.grpc;

public interface ComponentStatesOrBuilder extends
    // @@protoc_insertion_point(interface_extends:milvus.proto.milvus.ComponentStates)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .milvus.proto.milvus.ComponentInfo state = 1;
   * @return Whether the state field is set.
   */
  boolean hasState();
  /**
   * .milvus.proto.milvus.ComponentInfo state = 1;
   * @return The state.
   */
  io.milvus.grpc.ComponentInfo getState();
  /**
   * .milvus.proto.milvus.ComponentInfo state = 1;
   */
  io.milvus.grpc.ComponentInfoOrBuilder getStateOrBuilder();

  /**
   * repeated .milvus.proto.milvus.ComponentInfo subcomponent_states = 2;
   */
  java.util.List 
      getSubcomponentStatesList();
  /**
   * repeated .milvus.proto.milvus.ComponentInfo subcomponent_states = 2;
   */
  io.milvus.grpc.ComponentInfo getSubcomponentStates(int index);
  /**
   * repeated .milvus.proto.milvus.ComponentInfo subcomponent_states = 2;
   */
  int getSubcomponentStatesCount();
  /**
   * repeated .milvus.proto.milvus.ComponentInfo subcomponent_states = 2;
   */
  java.util.List 
      getSubcomponentStatesOrBuilderList();
  /**
   * repeated .milvus.proto.milvus.ComponentInfo subcomponent_states = 2;
   */
  io.milvus.grpc.ComponentInfoOrBuilder getSubcomponentStatesOrBuilder(
      int index);

  /**
   * .milvus.proto.common.Status status = 3;
   * @return Whether the status field is set.
   */
  boolean hasStatus();
  /**
   * .milvus.proto.common.Status status = 3;
   * @return The status.
   */
  io.milvus.grpc.Status getStatus();
  /**
   * .milvus.proto.common.Status status = 3;
   */
  io.milvus.grpc.StatusOrBuilder getStatusOrBuilder();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy