io.grpc.channelz.v1.SocketOptionTimeoutOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: grpc/channelz/v1/channelz.proto
// Protobuf Java Version: 3.25.1
package io.grpc.channelz.v1;
public interface SocketOptionTimeoutOrBuilder extends
// @@protoc_insertion_point(interface_extends:grpc.channelz.v1.SocketOptionTimeout)
com.google.protobuf.MessageOrBuilder {
/**
* .google.protobuf.Duration duration = 1;
* @return Whether the duration field is set.
*/
boolean hasDuration();
/**
* .google.protobuf.Duration duration = 1;
* @return The duration.
*/
com.google.protobuf.Duration getDuration();
/**
* .google.protobuf.Duration duration = 1;
*/
com.google.protobuf.DurationOrBuilder getDurationOrBuilder();
}