public interface XdsServerOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
XdsServer.ChannelCredentials |
getChannelCreds(int index)
A list of channel creds to use.
|
int |
getChannelCredsCount()
A list of channel creds to use.
|
List<XdsServer.ChannelCredentials> |
getChannelCredsList()
A list of channel creds to use.
|
XdsServer.ChannelCredentialsOrBuilder |
getChannelCredsOrBuilder(int index)
A list of channel creds to use.
|
List<? extends XdsServer.ChannelCredentialsOrBuilder> |
getChannelCredsOrBuilderList()
A list of channel creds to use.
|
com.google.protobuf.Value |
getServerFeatures(int index)
A repeated list of server features.
|
int |
getServerFeaturesCount()
A repeated list of server features.
|
List<com.google.protobuf.Value> |
getServerFeaturesList()
A repeated list of server features.
|
com.google.protobuf.ValueOrBuilder |
getServerFeaturesOrBuilder(int index)
A repeated list of server features.
|
List<? extends com.google.protobuf.ValueOrBuilder> |
getServerFeaturesOrBuilderList()
A repeated list of server features.
|
String |
getServerUri()
Required.
|
com.google.protobuf.ByteString |
getServerUriBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getServerUri()
Required.
string server_uri = 1 [json_name = "server_uri"];com.google.protobuf.ByteString getServerUriBytes()
Required.
string server_uri = 1 [json_name = "server_uri"];List<XdsServer.ChannelCredentials> getChannelCredsList()
A list of channel creds to use. The first supported type will be used.
repeated .grpc.service_config.XdsServer.ChannelCredentials channel_creds = 2 [json_name = "channel_creds"];XdsServer.ChannelCredentials getChannelCreds(int index)
A list of channel creds to use. The first supported type will be used.
repeated .grpc.service_config.XdsServer.ChannelCredentials channel_creds = 2 [json_name = "channel_creds"];int getChannelCredsCount()
A list of channel creds to use. The first supported type will be used.
repeated .grpc.service_config.XdsServer.ChannelCredentials channel_creds = 2 [json_name = "channel_creds"];List<? extends XdsServer.ChannelCredentialsOrBuilder> getChannelCredsOrBuilderList()
A list of channel creds to use. The first supported type will be used.
repeated .grpc.service_config.XdsServer.ChannelCredentials channel_creds = 2 [json_name = "channel_creds"];XdsServer.ChannelCredentialsOrBuilder getChannelCredsOrBuilder(int index)
A list of channel creds to use. The first supported type will be used.
repeated .grpc.service_config.XdsServer.ChannelCredentials channel_creds = 2 [json_name = "channel_creds"];List<com.google.protobuf.Value> getServerFeaturesList()
A repeated list of server features.
repeated .google.protobuf.Value server_features = 3 [json_name = "server_features"];com.google.protobuf.Value getServerFeatures(int index)
A repeated list of server features.
repeated .google.protobuf.Value server_features = 3 [json_name = "server_features"];int getServerFeaturesCount()
A repeated list of server features.
repeated .google.protobuf.Value server_features = 3 [json_name = "server_features"];List<? extends com.google.protobuf.ValueOrBuilder> getServerFeaturesOrBuilderList()
A repeated list of server features.
repeated .google.protobuf.Value server_features = 3 [json_name = "server_features"];com.google.protobuf.ValueOrBuilder getServerFeaturesOrBuilder(int index)
A repeated list of server features.
repeated .google.protobuf.Value server_features = 3 [json_name = "server_features"];Copyright © 2022 Google LLC. All rights reserved.