Extension.Builder |
Extension.Builder.addAllTypeUrls(java.lang.Iterable<java.lang.String> values) |
Type URLs of extension configuration protos.
|
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.addTypeUrls(java.lang.String value) |
Type URLs of extension configuration protos.
|
Extension.Builder |
Extension.Builder.addTypeUrlsBytes(com.google.protobuf.ByteString value) |
Type URLs of extension configuration protos.
|
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.clearName() |
This is the name of the Envoy filter as specified in the Envoy
configuration, e.g.
|
Extension.Builder |
Extension.Builder.clearTypeDescriptor() |
Deprecated.
|
Extension.Builder |
Extension.Builder.clearTypeUrls() |
Type URLs of extension configuration protos.
|
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 |
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.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.AbstractMessage.BuilderParent parent) |
|
Extension.Builder |
Extension.Builder.setCategory(java.lang.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.setName(java.lang.String value) |
This is the name of the Envoy filter as specified in the Envoy
configuration, e.g.
|
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.
|
Extension.Builder |
Extension.Builder.setTypeDescriptor(java.lang.String value) |
Deprecated.
|
Extension.Builder |
Extension.Builder.setTypeDescriptorBytes(com.google.protobuf.ByteString value) |
Deprecated.
|
Extension.Builder |
Extension.Builder.setTypeUrls(int index,
java.lang.String value) |
Type URLs of extension configuration protos.
|
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() |
|