aboutsummaryrefslogtreecommitdiff
path: root/services/src/generated/main/java/io/grpc/channelz/v1/SocketOptionTimeoutOrBuilder.java
blob: 385b0df29c2b0d8410c6c13ae9c6130b701bdcfc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: io/grpc/channelz.proto

package io.grpc.channelz.v1;

public interface SocketOptionTimeoutOrBuilder extends
    // @@protoc_insertion_point(interface_extends:grpc.channelz.SocketOptionTimeout)
    com.google.protobuf.MessageOrBuilder {

  /**
   * <code>.google.protobuf.Duration duration = 1;</code>
   */
  boolean hasDuration();
  /**
   * <code>.google.protobuf.Duration duration = 1;</code>
   */
  com.google.protobuf.Duration getDuration();
  /**
   * <code>.google.protobuf.Duration duration = 1;</code>
   */
  com.google.protobuf.DurationOrBuilder getDurationOrBuilder();
}