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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConfigSource
getScopedRdsConfigSource()
Configuration source specifier for scoped RDS.ConfigSourceOrBuilder
getScopedRdsConfigSourceOrBuilder()
Configuration source specifier for scoped RDS.java.lang.String
getSrdsResourcesLocator()
xdstp:// resource locator for scoped RDS collection.com.google.protobuf.ByteString
getSrdsResourcesLocatorBytes()
xdstp:// resource locator for scoped RDS collection.boolean
hasScopedRdsConfigSource()
Configuration source specifier for scoped RDS.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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
java.lang.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.
-
-