public static interface PrefixOuterClass.PrefixesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
PrefixOuterClass.Prefix |
getPrefixes(int index)
Prefixes are the prefixes that are reachable via the Gateway that
responds.
|
int |
getPrefixesCount()
Prefixes are the prefixes that are reachable via the Gateway that
responds.
|
List<PrefixOuterClass.Prefix> |
getPrefixesList()
Prefixes are the prefixes that are reachable via the Gateway that
responds.
|
PrefixOuterClass.PrefixOrBuilder |
getPrefixesOrBuilder(int index)
Prefixes are the prefixes that are reachable via the Gateway that
responds.
|
List<? extends PrefixOuterClass.PrefixOrBuilder> |
getPrefixesOrBuilderList()
Prefixes are the prefixes that are reachable via the Gateway that
responds.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<PrefixOuterClass.Prefix> getPrefixesList()
Prefixes are the prefixes that are reachable via the Gateway that responds.
repeated .proto.gateway.v1.Prefix prefixes = 1;PrefixOuterClass.Prefix getPrefixes(int index)
Prefixes are the prefixes that are reachable via the Gateway that responds.
repeated .proto.gateway.v1.Prefix prefixes = 1;int getPrefixesCount()
Prefixes are the prefixes that are reachable via the Gateway that responds.
repeated .proto.gateway.v1.Prefix prefixes = 1;List<? extends PrefixOuterClass.PrefixOrBuilder> getPrefixesOrBuilderList()
Prefixes are the prefixes that are reachable via the Gateway that responds.
repeated .proto.gateway.v1.Prefix prefixes = 1;PrefixOuterClass.PrefixOrBuilder getPrefixesOrBuilder(int index)
Prefixes are the prefixes that are reachable via the Gateway that responds.
repeated .proto.gateway.v1.Prefix prefixes = 1;Copyright © 2024. All rights reserved.