blob: 27627269ae266c17ff3584cc43f63c250b710c15 [file] [log] [blame]
zpencer86fe3182018-03-08 14:53:54 -08001// Generated by the protocol buffer compiler. DO NOT EDIT!
Carl Mastrangeloc8aa9f72018-04-20 10:53:45 -07002// source: grpc/channelz/channelz.proto
zpencer86fe3182018-03-08 14:53:54 -08003
4package io.grpc.channelz.v1;
5
6public interface SocketOptionTimeoutOrBuilder extends
7 // @@protoc_insertion_point(interface_extends:grpc.channelz.SocketOptionTimeout)
8 com.google.protobuf.MessageOrBuilder {
9
10 /**
11 * <code>.google.protobuf.Duration duration = 1;</code>
12 */
13 boolean hasDuration();
14 /**
15 * <code>.google.protobuf.Duration duration = 1;</code>
16 */
17 com.google.protobuf.Duration getDuration();
18 /**
19 * <code>.google.protobuf.Duration duration = 1;</code>
20 */
21 com.google.protobuf.DurationOrBuilder getDurationOrBuilder();
22}