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

shade.polaris.io.grpc.channelz.v1.SocketOptionLingerOrBuilder 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 SocketOptionLingerOrBuilder extends
    // @@protoc_insertion_point(interface_extends:grpc.channelz.v1.SocketOptionLinger)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * active maps to `struct linger.l_onoff`
   * 
* * bool active = 1; * @return The active. */ boolean getActive(); /** *
   * duration maps to `struct linger.l_linger`
   * 
* * .google.protobuf.Duration duration = 2; * @return Whether the duration field is set. */ boolean hasDuration(); /** *
   * duration maps to `struct linger.l_linger`
   * 
* * .google.protobuf.Duration duration = 2; * @return The duration. */ com.google.protobuf.Duration getDuration(); /** *
   * duration maps to `struct linger.l_linger`
   * 
* * .google.protobuf.Duration duration = 2; */ com.google.protobuf.DurationOrBuilder getDurationOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy