public static interface Cppki.ChainsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Cppki.Chain |
getChains(int index)
List of chains that match the request.
|
int |
getChainsCount()
List of chains that match the request.
|
List<Cppki.Chain> |
getChainsList()
List of chains that match the request.
|
Cppki.ChainOrBuilder |
getChainsOrBuilder(int index)
List of chains that match the request.
|
List<? extends Cppki.ChainOrBuilder> |
getChainsOrBuilderList()
List of chains that match the request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Cppki.Chain> getChainsList()
List of chains that match the request.
repeated .proto.control_plane.v1.Chain chains = 1;Cppki.Chain getChains(int index)
List of chains that match the request.
repeated .proto.control_plane.v1.Chain chains = 1;int getChainsCount()
List of chains that match the request.
repeated .proto.control_plane.v1.Chain chains = 1;List<? extends Cppki.ChainOrBuilder> getChainsOrBuilderList()
List of chains that match the request.
repeated .proto.control_plane.v1.Chain chains = 1;Cppki.ChainOrBuilder getChainsOrBuilder(int index)
List of chains that match the request.
repeated .proto.control_plane.v1.Chain chains = 1;Copyright © 2024. All rights reserved.