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

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

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: grpc/channelz/v1/channelz.proto

package io.grpc.channelz.v1;

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

  /**
   * 
   * The globally unique id for this socket.  Must be a positive number.
   * 
* * int64 socket_id = 3; * @return The socketId. */ long getSocketId(); /** *
   * An optional name associated with the socket.
   * 
* * string name = 4; * @return The name. */ java.lang.String getName(); /** *
   * An optional name associated with the socket.
   * 
* * string name = 4; * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy