public interface DataSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFilename()
Local filesystem data source.
|
com.google.protobuf.ByteString |
getFilenameBytes()
Local filesystem data source.
|
com.google.protobuf.ByteString |
getInlineBytes()
Bytes inlined in the configuration.
|
String |
getInlineString()
String inlined in the configuration.
|
com.google.protobuf.ByteString |
getInlineStringBytes()
String inlined in the configuration.
|
DataSource.SpecifierCase |
getSpecifierCase() |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getFilename()
Local filesystem data source.
string filename = 1 [(.validate.rules) = { ... }com.google.protobuf.ByteString getFilenameBytes()
Local filesystem data source.
string filename = 1 [(.validate.rules) = { ... }com.google.protobuf.ByteString getInlineBytes()
Bytes inlined in the configuration.
bytes inline_bytes = 2 [(.validate.rules) = { ... }String getInlineString()
String inlined in the configuration.
string inline_string = 3 [(.validate.rules) = { ... }com.google.protobuf.ByteString getInlineStringBytes()
String inlined in the configuration.
string inline_string = 3 [(.validate.rules) = { ... }DataSource.SpecifierCase getSpecifierCase()
Copyright © 2018–2021 The Envoy Project. All rights reserved.