aboutsummaryrefslogtreecommitdiff
path: root/services/src/generated/main/java/io/grpc/channelz/v1/ChannelOrBuilder.java
blob: 1ad2584c26a2d6277d480d9164fb880f2fcd8db7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: io/grpc/channelz.proto

package io.grpc.channelz.v1;

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

  /**
   * <pre>
   * The identifier for this channel.
   * </pre>
   *
   * <code>.grpc.channelz.ChannelRef ref = 1;</code>
   */
  boolean hasRef();
  /**
   * <pre>
   * The identifier for this channel.
   * </pre>
   *
   * <code>.grpc.channelz.ChannelRef ref = 1;</code>
   */
  io.grpc.channelz.v1.ChannelRef getRef();
  /**
   * <pre>
   * The identifier for this channel.
   * </pre>
   *
   * <code>.grpc.channelz.ChannelRef ref = 1;</code>
   */
  io.grpc.channelz.v1.ChannelRefOrBuilder getRefOrBuilder();

  /**
   * <pre>
   * Data specific to this channel.
   * </pre>
   *
   * <code>.grpc.channelz.ChannelData data = 2;</code>
   */
  boolean hasData();
  /**
   * <pre>
   * Data specific to this channel.
   * </pre>
   *
   * <code>.grpc.channelz.ChannelData data = 2;</code>
   */
  io.grpc.channelz.v1.ChannelData getData();
  /**
   * <pre>
   * Data specific to this channel.
   * </pre>
   *
   * <code>.grpc.channelz.ChannelData data = 2;</code>
   */
  io.grpc.channelz.v1.ChannelDataOrBuilder getDataOrBuilder();

  /**
   * <pre>
   * There are no ordering guarantees on the order of channel refs.
   * There may not be cycles in the ref graph.
   * A channel ref may be present in more than one channel or subchannel.
   * </pre>
   *
   * <code>repeated .grpc.channelz.ChannelRef channel_ref = 3;</code>
   */
  java.util.List<io.grpc.channelz.v1.ChannelRef> 
      getChannelRefList();
  /**
   * <pre>
   * There are no ordering guarantees on the order of channel refs.
   * There may not be cycles in the ref graph.
   * A channel ref may be present in more than one channel or subchannel.
   * </pre>
   *
   * <code>repeated .grpc.channelz.ChannelRef channel_ref = 3;</code>
   */
  io.grpc.channelz.v1.ChannelRef getChannelRef(int index);
  /**
   * <pre>
   * There are no ordering guarantees on the order of channel refs.
   * There may not be cycles in the ref graph.
   * A channel ref may be present in more than one channel or subchannel.
   * </pre>
   *
   * <code>repeated .grpc.channelz.ChannelRef channel_ref = 3;</code>
   */
  int getChannelRefCount();
  /**
   * <pre>
   * There are no ordering guarantees on the order of channel refs.
   * There may not be cycles in the ref graph.
   * A channel ref may be present in more than one channel or subchannel.
   * </pre>
   *
   * <code>repeated .grpc.channelz.ChannelRef channel_ref = 3;</code>
   */
  java.util.List<? extends io.grpc.channelz.v1.ChannelRefOrBuilder> 
      getChannelRefOrBuilderList();
  /**
   * <pre>
   * There are no ordering guarantees on the order of channel refs.
   * There may not be cycles in the ref graph.
   * A channel ref may be present in more than one channel or subchannel.
   * </pre>
   *
   * <code>repeated .grpc.channelz.ChannelRef channel_ref = 3;</code>
   */
  io.grpc.channelz.v1.ChannelRefOrBuilder getChannelRefOrBuilder(
      int index);

  /**
   * <pre>
   * At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
   * There are no ordering guarantees on the order of subchannel refs.
   * There may not be cycles in the ref graph.
   * A sub channel ref may be present in more than one channel or subchannel.
   * </pre>
   *
   * <code>repeated .grpc.channelz.SubchannelRef subchannel_ref = 4;</code>
   */
  java.util.List<io.grpc.channelz.v1.SubchannelRef> 
      getSubchannelRefList();
  /**
   * <pre>
   * At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
   * There are no ordering guarantees on the order of subchannel refs.
   * There may not be cycles in the ref graph.
   * A sub channel ref may be present in more than one channel or subchannel.
   * </pre>
   *
   * <code>repeated .grpc.channelz.SubchannelRef subchannel_ref = 4;</code>
   */
  io.grpc.channelz.v1.SubchannelRef getSubchannelRef(int index);
  /**
   * <pre>
   * At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
   * There are no ordering guarantees on the order of subchannel refs.
   * There may not be cycles in the ref graph.
   * A sub channel ref may be present in more than one channel or subchannel.
   * </pre>
   *
   * <code>repeated .grpc.channelz.SubchannelRef subchannel_ref = 4;</code>
   */
  int getSubchannelRefCount();
  /**
   * <pre>
   * At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
   * There are no ordering guarantees on the order of subchannel refs.
   * There may not be cycles in the ref graph.
   * A sub channel ref may be present in more than one channel or subchannel.
   * </pre>
   *
   * <code>repeated .grpc.channelz.SubchannelRef subchannel_ref = 4;</code>
   */
  java.util.List<? extends io.grpc.channelz.v1.SubchannelRefOrBuilder> 
      getSubchannelRefOrBuilderList();
  /**
   * <pre>
   * At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
   * There are no ordering guarantees on the order of subchannel refs.
   * There may not be cycles in the ref graph.
   * A sub channel ref may be present in more than one channel or subchannel.
   * </pre>
   *
   * <code>repeated .grpc.channelz.SubchannelRef subchannel_ref = 4;</code>
   */
  io.grpc.channelz.v1.SubchannelRefOrBuilder getSubchannelRefOrBuilder(
      int index);

  /**
   * <pre>
   * There are no ordering guarantees on the order of sockets.
   * </pre>
   *
   * <code>repeated .grpc.channelz.SocketRef socket = 5;</code>
   */
  java.util.List<io.grpc.channelz.v1.SocketRef> 
      getSocketList();
  /**
   * <pre>
   * There are no ordering guarantees on the order of sockets.
   * </pre>
   *
   * <code>repeated .grpc.channelz.SocketRef socket = 5;</code>
   */
  io.grpc.channelz.v1.SocketRef getSocket(int index);
  /**
   * <pre>
   * There are no ordering guarantees on the order of sockets.
   * </pre>
   *
   * <code>repeated .grpc.channelz.SocketRef socket = 5;</code>
   */
  int getSocketCount();
  /**
   * <pre>
   * There are no ordering guarantees on the order of sockets.
   * </pre>
   *
   * <code>repeated .grpc.channelz.SocketRef socket = 5;</code>
   */
  java.util.List<? extends io.grpc.channelz.v1.SocketRefOrBuilder> 
      getSocketOrBuilderList();
  /**
   * <pre>
   * There are no ordering guarantees on the order of sockets.
   * </pre>
   *
   * <code>repeated .grpc.channelz.SocketRef socket = 5;</code>
   */
  io.grpc.channelz.v1.SocketRefOrBuilder getSocketOrBuilder(
      int index);
}