public interface ExtensionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory()
Category of the extension.
|
com.google.protobuf.ByteString |
getCategoryBytes()
Category of the extension.
|
boolean |
getDisabled()
Indicates that the extension is present but was disabled via dynamic configuration.
|
String |
getName()
This is the name of the Envoy filter as specified in the Envoy
configuration, e.g. envoy.filters.http.router, com.acme.widget.
|
com.google.protobuf.ByteString |
getNameBytes()
This is the name of the Envoy filter as specified in the Envoy
configuration, e.g. envoy.filters.http.router, com.acme.widget.
|
String |
getTypeDescriptor()
[#not-implemented-hide:] Type descriptor of extension configuration proto.
|
com.google.protobuf.ByteString |
getTypeDescriptorBytes()
[#not-implemented-hide:] Type descriptor of extension configuration proto.
|
BuildVersion |
getVersion()
The version is a property of the extension and maintained independently
of other extensions and the Envoy API.
|
BuildVersionOrBuilder |
getVersionOrBuilder()
The version is a property of the extension and maintained independently
of other extensions and the Envoy API.
|
boolean |
hasVersion()
The version is a property of the extension and maintained independently
of other extensions and the Envoy API.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
This is the name of the Envoy filter as specified in the Envoy configuration, e.g. envoy.filters.http.router, com.acme.widget.
string name = 1;com.google.protobuf.ByteString getNameBytes()
This is the name of the Envoy filter as specified in the Envoy configuration, e.g. envoy.filters.http.router, com.acme.widget.
string name = 1;String getCategory()
Category of the extension. Extension category names use reverse DNS notation. For instance "envoy.filters.listener" for Envoy's built-in listener filters or "com.acme.filters.http" for HTTP filters from acme.com vendor. [#comment:TODO(yanavlasov): Link to the doc with existing envoy category names.]
string category = 2;com.google.protobuf.ByteString getCategoryBytes()
Category of the extension. Extension category names use reverse DNS notation. For instance "envoy.filters.listener" for Envoy's built-in listener filters or "com.acme.filters.http" for HTTP filters from acme.com vendor. [#comment:TODO(yanavlasov): Link to the doc with existing envoy category names.]
string category = 2;String getTypeDescriptor()
[#not-implemented-hide:] Type descriptor of extension configuration proto. [#comment:TODO(yanavlasov): Link to the doc with existing configuration protos.] [#comment:TODO(yanavlasov): Add tests when PR #9391 lands.]
string type_descriptor = 3;com.google.protobuf.ByteString getTypeDescriptorBytes()
[#not-implemented-hide:] Type descriptor of extension configuration proto. [#comment:TODO(yanavlasov): Link to the doc with existing configuration protos.] [#comment:TODO(yanavlasov): Add tests when PR #9391 lands.]
string type_descriptor = 3;boolean hasVersion()
The version is a property of the extension and maintained independently of other extensions and the Envoy API. This field is not set when extension did not provide version information.
.envoy.config.core.v4alpha.BuildVersion version = 4;BuildVersion getVersion()
The version is a property of the extension and maintained independently of other extensions and the Envoy API. This field is not set when extension did not provide version information.
.envoy.config.core.v4alpha.BuildVersion version = 4;BuildVersionOrBuilder getVersionOrBuilder()
The version is a property of the extension and maintained independently of other extensions and the Envoy API. This field is not set when extension did not provide version information.
.envoy.config.core.v4alpha.BuildVersion version = 4;boolean getDisabled()
Indicates that the extension is present but was disabled via dynamic configuration.
bool disabled = 5;Copyright © 2018–2021 The Envoy Project. All rights reserved.