blob: 385b0df29c2b0d8410c6c13ae9c6130b701bdcfc [file] [log] [blame]
zpencer86fe3182018-03-08 14:53:54 -08001// Generated by the protocol buffer compiler. DO NOT EDIT!
2// source: io/grpc/channelz.proto
3
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}