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

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

  /**
   * 
   * The full name of the socket option.  Typically this will be the upper case
   * name, such as "SO_REUSEPORT".
   * 
* * string name = 1; * @return The name. */ java.lang.String getName(); /** *
   * The full name of the socket option.  Typically this will be the upper case
   * name, such as "SO_REUSEPORT".
   * 
* * string name = 1; * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); /** *
   * The human readable value of this socket option.  At least one of value or
   * additional will be set.
   * 
* * string value = 2; * @return The value. */ java.lang.String getValue(); /** *
   * The human readable value of this socket option.  At least one of value or
   * additional will be set.
   * 
* * string value = 2; * @return The bytes for value. */ com.google.protobuf.ByteString getValueBytes(); /** *
   * Additional data associated with the socket option.  At least one of value
   * or additional will be set.
   * 
* * .google.protobuf.Any additional = 3; * @return Whether the additional field is set. */ boolean hasAdditional(); /** *
   * Additional data associated with the socket option.  At least one of value
   * or additional will be set.
   * 
* * .google.protobuf.Any additional = 3; * @return The additional. */ com.google.protobuf.Any getAdditional(); /** *
   * Additional data associated with the socket option.  At least one of value
   * or additional will be set.
   * 
* * .google.protobuf.Any additional = 3; */ com.google.protobuf.AnyOrBuilder getAdditionalOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy