Interface ScopedRdsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ScopedRds
,ScopedRds.Builder
public interface ScopedRdsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionConfiguration source specifier for scoped RDS.Configuration source specifier for scoped RDS.xdstp:// resource locator for scoped RDS collection.com.google.protobuf.ByteString
xdstp:// resource locator for scoped RDS collection.boolean
Configuration source specifier for scoped RDS.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasScopedRdsConfigSource
boolean hasScopedRdsConfigSource()Configuration source specifier for scoped RDS.
.envoy.config.core.v3.ConfigSource scoped_rds_config_source = 1 [(.validate.rules) = { ... }
- Returns:
- Whether the scopedRdsConfigSource field is set.
-
getScopedRdsConfigSource
ConfigSource getScopedRdsConfigSource()Configuration source specifier for scoped RDS.
.envoy.config.core.v3.ConfigSource scoped_rds_config_source = 1 [(.validate.rules) = { ... }
- Returns:
- The scopedRdsConfigSource.
-
getScopedRdsConfigSourceOrBuilder
ConfigSourceOrBuilder getScopedRdsConfigSourceOrBuilder()Configuration source specifier for scoped RDS.
.envoy.config.core.v3.ConfigSource scoped_rds_config_source = 1 [(.validate.rules) = { ... }
-
getSrdsResourcesLocator
String getSrdsResourcesLocator()xdstp:// resource locator for scoped RDS collection. [#not-implemented-hide:]
string srds_resources_locator = 2;
- Returns:
- The srdsResourcesLocator.
-
getSrdsResourcesLocatorBytes
com.google.protobuf.ByteString getSrdsResourcesLocatorBytes()xdstp:// resource locator for scoped RDS collection. [#not-implemented-hide:]
string srds_resources_locator = 2;
- Returns:
- The bytes for srdsResourcesLocator.
-