| Package | Description |
|---|---|
| io.envoyproxy.envoy.config.core.v3 |
| Modifier and Type | Method and Description |
|---|---|
Extension |
Extension.Builder.build() |
Extension |
Extension.Builder.buildPartial() |
static Extension |
Extension.getDefaultInstance() |
Extension |
Extension.getDefaultInstanceForType() |
Extension |
Extension.Builder.getDefaultInstanceForType() |
Extension |
NodeOrBuilder.getExtensions(int index)
List of extensions and their versions supported by the node.
|
Extension |
Node.getExtensions(int index)
List of extensions and their versions supported by the node.
|
Extension |
Node.Builder.getExtensions(int index)
List of extensions and their versions supported by the node.
|
static Extension |
Extension.parseDelimitedFrom(InputStream input) |
static Extension |
Extension.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Extension |
Extension.parseFrom(byte[] data) |
static Extension |
Extension.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Extension |
Extension.parseFrom(ByteBuffer data) |
static Extension |
Extension.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Extension |
Extension.parseFrom(com.google.protobuf.ByteString data) |
static Extension |
Extension.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Extension |
Extension.parseFrom(com.google.protobuf.CodedInputStream input) |
static Extension |
Extension.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Extension |
Extension.parseFrom(InputStream input) |
static Extension |
Extension.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<Extension> |
NodeOrBuilder.getExtensionsList()
List of extensions and their versions supported by the node.
|
List<Extension> |
Node.getExtensionsList()
List of extensions and their versions supported by the node.
|
List<Extension> |
Node.Builder.getExtensionsList()
List of extensions and their versions supported by the node.
|
com.google.protobuf.Parser<Extension> |
Extension.getParserForType() |
static com.google.protobuf.Parser<Extension> |
Extension.parser() |
| Modifier and Type | Method and Description |
|---|---|
Node.Builder |
Node.Builder.addExtensions(Extension value)
List of extensions and their versions supported by the node.
|
Node.Builder |
Node.Builder.addExtensions(int index,
Extension value)
List of extensions and their versions supported by the node.
|
Extension.Builder |
Extension.Builder.mergeFrom(Extension other) |
static Extension.Builder |
Extension.newBuilder(Extension prototype) |
Node.Builder |
Node.Builder.setExtensions(int index,
Extension value)
List of extensions and their versions supported by the node.
|
| Modifier and Type | Method and Description |
|---|---|
Node.Builder |
Node.Builder.addAllExtensions(Iterable<? extends Extension> values)
List of extensions and their versions supported by the node.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.