shade.polaris.io.grpc.channelz.v1.SocketOptionOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of polaris-all Show documentation
Show all versions of polaris-all Show documentation
All in one project for polaris-java
// 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