Interface DescriptorSetOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DescriptorSet,DescriptorSet.Builder
public interface DescriptorSetOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionIt could be passed by a local file through ``Datasource.filename`` or embedded in the ``Datasource.inline_bytes``.It could be passed by a local file through ``Datasource.filename`` or embedded in the ``Datasource.inline_bytes``.booleanIt could be passed by a local file through ``Datasource.filename`` or embedded in the ``Datasource.inline_bytes``.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasDataSource
boolean hasDataSource()It could be passed by a local file through ``Datasource.filename`` or embedded in the ``Datasource.inline_bytes``.
.envoy.config.core.v3.DataSource data_source = 1;- Returns:
- Whether the dataSource field is set.
-
getDataSource
DataSource getDataSource()It could be passed by a local file through ``Datasource.filename`` or embedded in the ``Datasource.inline_bytes``.
.envoy.config.core.v3.DataSource data_source = 1;- Returns:
- The dataSource.
-
getDataSourceOrBuilder
DataSourceOrBuilder getDataSourceOrBuilder()It could be passed by a local file through ``Datasource.filename`` or embedded in the ``Datasource.inline_bytes``.
.envoy.config.core.v3.DataSource data_source = 1;
-