Package org.openziti.edge.proto
Interface EdgeClient.PostureResponsesOrBuilder
-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface EdgeClient.PostureResponsesOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract List<EdgeClient.PostureResponse>getResponsesList()repeated .ziti.edge_client.pb.PostureResponse responses = 1;abstract EdgeClient.PostureResponsegetResponses(int index)repeated .ziti.edge_client.pb.PostureResponse responses = 1;abstract intgetResponsesCount()repeated .ziti.edge_client.pb.PostureResponse responses = 1;-
-
Method Detail
-
getResponsesList
abstract List<EdgeClient.PostureResponse> getResponsesList()
repeated .ziti.edge_client.pb.PostureResponse responses = 1;
-
getResponses
abstract EdgeClient.PostureResponse getResponses(int index)
repeated .ziti.edge_client.pb.PostureResponse responses = 1;
-
getResponsesCount
abstract int getResponsesCount()
repeated .ziti.edge_client.pb.PostureResponse responses = 1;
-
-
-
-