public interface AliasListOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Alias |
getAlias(int index)
The set of aliases to be created.
|
int |
getAliasCount()
The set of aliases to be created.
|
List<Alias> |
getAliasList()
The set of aliases to be created.
|
AliasOrBuilder |
getAliasOrBuilder(int index)
The set of aliases to be created.
|
List<? extends AliasOrBuilder> |
getAliasOrBuilderList()
The set of aliases to be created.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<Alias> getAliasList()
The set of aliases to be created.
repeated .gnmi.Alias alias = 1;
Alias getAlias(int index)
The set of aliases to be created.
repeated .gnmi.Alias alias = 1;
int getAliasCount()
The set of aliases to be created.
repeated .gnmi.Alias alias = 1;
List<? extends AliasOrBuilder> getAliasOrBuilderList()
The set of aliases to be created.
repeated .gnmi.Alias alias = 1;
AliasOrBuilder getAliasOrBuilder(int index)
The set of aliases to be created.
repeated .gnmi.Alias alias = 1;
Copyright © 2018 OpenDaylight. All rights reserved.