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

shade.polaris.io.grpc.channelz.v1.ChannelConnectivityStateOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.0.0.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: grpc/channelz/v1/channelz.proto

package io.grpc.channelz.v1;

public interface ChannelConnectivityStateOrBuilder extends
    // @@protoc_insertion_point(interface_extends:grpc.channelz.v1.ChannelConnectivityState)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .grpc.channelz.v1.ChannelConnectivityState.State state = 1;
   * @return The enum numeric value on the wire for state.
   */
  int getStateValue();
  /**
   * .grpc.channelz.v1.ChannelConnectivityState.State state = 1;
   * @return The state.
   */
  io.grpc.channelz.v1.ChannelConnectivityState.State getState();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy