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