• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * Copyright 2020 Google LLC
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  *     https://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16 // Generated by the protocol buffer compiler.  DO NOT EDIT!
17 // source: google/cloud/compute/v1/compute.proto
18 
19 package com.google.cloud.compute.v1;
20 
21 public interface RouterStatusOrBuilder
22     extends
23     // @@protoc_insertion_point(interface_extends:google.cloud.compute.v1.RouterStatus)
24     com.google.protobuf.MessageOrBuilder {
25 
26   /**
27    *
28    *
29    * <pre>
30    * Best routes for this router's network.
31    * </pre>
32    *
33    * <code>repeated .google.cloud.compute.v1.Route best_routes = 395826693;</code>
34    */
getBestRoutesList()35   java.util.List<com.google.cloud.compute.v1.Route> getBestRoutesList();
36   /**
37    *
38    *
39    * <pre>
40    * Best routes for this router's network.
41    * </pre>
42    *
43    * <code>repeated .google.cloud.compute.v1.Route best_routes = 395826693;</code>
44    */
getBestRoutes(int index)45   com.google.cloud.compute.v1.Route getBestRoutes(int index);
46   /**
47    *
48    *
49    * <pre>
50    * Best routes for this router's network.
51    * </pre>
52    *
53    * <code>repeated .google.cloud.compute.v1.Route best_routes = 395826693;</code>
54    */
getBestRoutesCount()55   int getBestRoutesCount();
56   /**
57    *
58    *
59    * <pre>
60    * Best routes for this router's network.
61    * </pre>
62    *
63    * <code>repeated .google.cloud.compute.v1.Route best_routes = 395826693;</code>
64    */
getBestRoutesOrBuilderList()65   java.util.List<? extends com.google.cloud.compute.v1.RouteOrBuilder> getBestRoutesOrBuilderList();
66   /**
67    *
68    *
69    * <pre>
70    * Best routes for this router's network.
71    * </pre>
72    *
73    * <code>repeated .google.cloud.compute.v1.Route best_routes = 395826693;</code>
74    */
getBestRoutesOrBuilder(int index)75   com.google.cloud.compute.v1.RouteOrBuilder getBestRoutesOrBuilder(int index);
76 
77   /**
78    *
79    *
80    * <pre>
81    * Best routes learned by this router.
82    * </pre>
83    *
84    * <code>repeated .google.cloud.compute.v1.Route best_routes_for_router = 119389689;</code>
85    */
getBestRoutesForRouterList()86   java.util.List<com.google.cloud.compute.v1.Route> getBestRoutesForRouterList();
87   /**
88    *
89    *
90    * <pre>
91    * Best routes learned by this router.
92    * </pre>
93    *
94    * <code>repeated .google.cloud.compute.v1.Route best_routes_for_router = 119389689;</code>
95    */
getBestRoutesForRouter(int index)96   com.google.cloud.compute.v1.Route getBestRoutesForRouter(int index);
97   /**
98    *
99    *
100    * <pre>
101    * Best routes learned by this router.
102    * </pre>
103    *
104    * <code>repeated .google.cloud.compute.v1.Route best_routes_for_router = 119389689;</code>
105    */
getBestRoutesForRouterCount()106   int getBestRoutesForRouterCount();
107   /**
108    *
109    *
110    * <pre>
111    * Best routes learned by this router.
112    * </pre>
113    *
114    * <code>repeated .google.cloud.compute.v1.Route best_routes_for_router = 119389689;</code>
115    */
116   java.util.List<? extends com.google.cloud.compute.v1.RouteOrBuilder>
getBestRoutesForRouterOrBuilderList()117       getBestRoutesForRouterOrBuilderList();
118   /**
119    *
120    *
121    * <pre>
122    * Best routes learned by this router.
123    * </pre>
124    *
125    * <code>repeated .google.cloud.compute.v1.Route best_routes_for_router = 119389689;</code>
126    */
getBestRoutesForRouterOrBuilder(int index)127   com.google.cloud.compute.v1.RouteOrBuilder getBestRoutesForRouterOrBuilder(int index);
128 
129   /**
130    * <code>repeated .google.cloud.compute.v1.RouterStatusBgpPeerStatus bgp_peer_status = 218459131;
131    * </code>
132    */
getBgpPeerStatusList()133   java.util.List<com.google.cloud.compute.v1.RouterStatusBgpPeerStatus> getBgpPeerStatusList();
134   /**
135    * <code>repeated .google.cloud.compute.v1.RouterStatusBgpPeerStatus bgp_peer_status = 218459131;
136    * </code>
137    */
getBgpPeerStatus(int index)138   com.google.cloud.compute.v1.RouterStatusBgpPeerStatus getBgpPeerStatus(int index);
139   /**
140    * <code>repeated .google.cloud.compute.v1.RouterStatusBgpPeerStatus bgp_peer_status = 218459131;
141    * </code>
142    */
getBgpPeerStatusCount()143   int getBgpPeerStatusCount();
144   /**
145    * <code>repeated .google.cloud.compute.v1.RouterStatusBgpPeerStatus bgp_peer_status = 218459131;
146    * </code>
147    */
148   java.util.List<? extends com.google.cloud.compute.v1.RouterStatusBgpPeerStatusOrBuilder>
getBgpPeerStatusOrBuilderList()149       getBgpPeerStatusOrBuilderList();
150   /**
151    * <code>repeated .google.cloud.compute.v1.RouterStatusBgpPeerStatus bgp_peer_status = 218459131;
152    * </code>
153    */
getBgpPeerStatusOrBuilder( int index)154   com.google.cloud.compute.v1.RouterStatusBgpPeerStatusOrBuilder getBgpPeerStatusOrBuilder(
155       int index);
156 
157   /** <code>repeated .google.cloud.compute.v1.RouterStatusNatStatus nat_status = 63098064;</code> */
getNatStatusList()158   java.util.List<com.google.cloud.compute.v1.RouterStatusNatStatus> getNatStatusList();
159   /** <code>repeated .google.cloud.compute.v1.RouterStatusNatStatus nat_status = 63098064;</code> */
getNatStatus(int index)160   com.google.cloud.compute.v1.RouterStatusNatStatus getNatStatus(int index);
161   /** <code>repeated .google.cloud.compute.v1.RouterStatusNatStatus nat_status = 63098064;</code> */
getNatStatusCount()162   int getNatStatusCount();
163   /** <code>repeated .google.cloud.compute.v1.RouterStatusNatStatus nat_status = 63098064;</code> */
164   java.util.List<? extends com.google.cloud.compute.v1.RouterStatusNatStatusOrBuilder>
getNatStatusOrBuilderList()165       getNatStatusOrBuilderList();
166   /** <code>repeated .google.cloud.compute.v1.RouterStatusNatStatus nat_status = 63098064;</code> */
getNatStatusOrBuilder(int index)167   com.google.cloud.compute.v1.RouterStatusNatStatusOrBuilder getNatStatusOrBuilder(int index);
168 
169   /**
170    *
171    *
172    * <pre>
173    * URI of the network to which this router belongs.
174    * </pre>
175    *
176    * <code>optional string network = 232872494;</code>
177    *
178    * @return Whether the network field is set.
179    */
hasNetwork()180   boolean hasNetwork();
181   /**
182    *
183    *
184    * <pre>
185    * URI of the network to which this router belongs.
186    * </pre>
187    *
188    * <code>optional string network = 232872494;</code>
189    *
190    * @return The network.
191    */
getNetwork()192   java.lang.String getNetwork();
193   /**
194    *
195    *
196    * <pre>
197    * URI of the network to which this router belongs.
198    * </pre>
199    *
200    * <code>optional string network = 232872494;</code>
201    *
202    * @return The bytes for network.
203    */
getNetworkBytes()204   com.google.protobuf.ByteString getNetworkBytes();
205 }
206