Extension.Builder |
Node.Builder.addExtensionsBuilder() |
List of extensions and their versions supported by the node.
|
Extension.Builder |
Node.Builder.addExtensionsBuilder(int index) |
List of extensions and their versions supported by the node.
|
Extension.Builder |
Extension.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Extension.Builder |
Extension.Builder.clear() |
|
Extension.Builder |
Extension.Builder.clearCategory() |
Category of the extension.
|
Extension.Builder |
Extension.Builder.clearDisabled() |
Indicates that the extension is present but was disabled via dynamic configuration.
|
Extension.Builder |
Extension.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Extension.Builder |
Extension.Builder.clearName() |
This is the name of the Envoy filter as specified in the Envoy
configuration, e.g. envoy.filters.http.router, com.acme.widget.
|
Extension.Builder |
Extension.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
Extension.Builder |
Extension.Builder.clearTypeDescriptor() |
[#not-implemented-hide:] Type descriptor of extension configuration proto.
|
Extension.Builder |
Extension.Builder.clearVersion() |
The version is a property of the extension and maintained independently
of other extensions and the Envoy API.
|
Extension.Builder |
Extension.Builder.clone() |
|
Extension.Builder |
Node.Builder.getExtensionsBuilder(int index) |
List of extensions and their versions supported by the node.
|
Extension.Builder |
Extension.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Extension.Builder |
Extension.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Extension.Builder |
Extension.Builder.mergeFrom(Extension other) |
|
Extension.Builder |
Extension.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Extension.Builder |
Extension.Builder.mergeVersion(BuildVersion value) |
The version is a property of the extension and maintained independently
of other extensions and the Envoy API.
|
static Extension.Builder |
Extension.newBuilder() |
|
static Extension.Builder |
Extension.newBuilder(Extension prototype) |
|
Extension.Builder |
Extension.newBuilderForType() |
|
protected Extension.Builder |
Extension.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Extension.Builder |
Extension.Builder.setCategory(String value) |
Category of the extension.
|
Extension.Builder |
Extension.Builder.setCategoryBytes(com.google.protobuf.ByteString value) |
Category of the extension.
|
Extension.Builder |
Extension.Builder.setDisabled(boolean value) |
Indicates that the extension is present but was disabled via dynamic configuration.
|
Extension.Builder |
Extension.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Extension.Builder |
Extension.Builder.setName(String value) |
This is the name of the Envoy filter as specified in the Envoy
configuration, e.g. envoy.filters.http.router, com.acme.widget.
|
Extension.Builder |
Extension.Builder.setNameBytes(com.google.protobuf.ByteString value) |
This is the name of the Envoy filter as specified in the Envoy
configuration, e.g. envoy.filters.http.router, com.acme.widget.
|
Extension.Builder |
Extension.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
Extension.Builder |
Extension.Builder.setTypeDescriptor(String value) |
[#not-implemented-hide:] Type descriptor of extension configuration proto.
|
Extension.Builder |
Extension.Builder.setTypeDescriptorBytes(com.google.protobuf.ByteString value) |
[#not-implemented-hide:] Type descriptor of extension configuration proto.
|
Extension.Builder |
Extension.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Extension.Builder |
Extension.Builder.setVersion(BuildVersion value) |
The version is a property of the extension and maintained independently
of other extensions and the Envoy API.
|
Extension.Builder |
Extension.Builder.setVersion(BuildVersion.Builder builderForValue) |
The version is a property of the extension and maintained independently
of other extensions and the Envoy API.
|
Extension.Builder |
Extension.toBuilder() |
|