public interface RealmSelectorOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getRealms(int index)
List of realms to match against.
|
ByteString |
getRealmsBytes(int index)
List of realms to match against.
|
int |
getRealmsCount()
List of realms to match against.
|
List<String> |
getRealmsList()
List of realms to match against.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedList<String> getRealmsList()
List of realms to match against.
repeated string realms = 1;int getRealmsCount()
List of realms to match against.
repeated string realms = 1;String getRealms(int index)
List of realms to match against.
repeated string realms = 1;index - The index of the element to return.ByteString getRealmsBytes(int index)
List of realms to match against.
repeated string realms = 1;index - The index of the value to return.Copyright © 2020 Google LLC. All rights reserved.