public static interface ApiProto.GetMultiEntryURLRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ServiceProviderProto.ServiceContext |
getContext()
See ServiceContext for more information to build the entry urls.
|
ServiceProviderProto.ServiceContextOrBuilder |
getContextOrBuilder()
See ServiceContext for more information to build the entry urls.
|
String |
getServiceProviderIds(int index)
A list of service provider IDs to get entry urls for
|
com.google.protobuf.ByteString |
getServiceProviderIdsBytes(int index)
A list of service provider IDs to get entry urls for
|
int |
getServiceProviderIdsCount()
A list of service provider IDs to get entry urls for
|
List<String> |
getServiceProviderIdsList()
A list of service provider IDs to get entry urls for
|
boolean |
hasContext()
See ServiceContext for more information to build the entry urls.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getServiceProviderIdsList()
A list of service provider IDs to get entry urls for
repeated string service_provider_ids = 1;int getServiceProviderIdsCount()
A list of service provider IDs to get entry urls for
repeated string service_provider_ids = 1;String getServiceProviderIds(int index)
A list of service provider IDs to get entry urls for
repeated string service_provider_ids = 1;com.google.protobuf.ByteString getServiceProviderIdsBytes(int index)
A list of service provider IDs to get entry urls for
repeated string service_provider_ids = 1;boolean hasContext()
See ServiceContext for more information to build the entry urls.
.sso.v1.ServiceContext context = 2;ServiceProviderProto.ServiceContext getContext()
See ServiceContext for more information to build the entry urls.
.sso.v1.ServiceContext context = 2;ServiceProviderProto.ServiceContextOrBuilder getContextOrBuilder()
See ServiceContext for more information to build the entry urls.
.sso.v1.ServiceContext context = 2;Copyright © 2021. All rights reserved.