Uses of Class
io.envoyproxy.envoy.config.core.v3.Pipe
-
Packages that use Pipe Package Description io.envoyproxy.envoy.config.core.v3 -
-
Uses of Pipe in io.envoyproxy.envoy.config.core.v3
Fields in io.envoyproxy.envoy.config.core.v3 declared as Pipe Modifier and Type Field Description private static Pipe
Pipe. DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type Pipe Modifier and Type Field Description private static com.google.protobuf.Parser<Pipe>
Pipe. PARSER
private com.google.protobuf.SingleFieldBuilder<Pipe,Pipe.Builder,PipeOrBuilder>
Address.Builder. pipeBuilder_
Methods in io.envoyproxy.envoy.config.core.v3 that return Pipe Modifier and Type Method Description Pipe
Pipe.Builder. build()
Pipe
Pipe.Builder. buildPartial()
static Pipe
Pipe. getDefaultInstance()
Pipe
Pipe.Builder. getDefaultInstanceForType()
Pipe
Pipe. getDefaultInstanceForType()
Pipe
Address.Builder. getPipe()
.envoy.config.core.v3.Pipe pipe = 2;
Pipe
Address. getPipe()
.envoy.config.core.v3.Pipe pipe = 2;
Pipe
AddressOrBuilder. getPipe()
.envoy.config.core.v3.Pipe pipe = 2;
static Pipe
Pipe. parseDelimitedFrom(java.io.InputStream input)
static Pipe
Pipe. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Pipe
Pipe. parseFrom(byte[] data)
static Pipe
Pipe. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Pipe
Pipe. parseFrom(com.google.protobuf.ByteString data)
static Pipe
Pipe. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Pipe
Pipe. parseFrom(com.google.protobuf.CodedInputStream input)
static Pipe
Pipe. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Pipe
Pipe. parseFrom(java.io.InputStream input)
static Pipe
Pipe. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Pipe
Pipe. parseFrom(java.nio.ByteBuffer data)
static Pipe
Pipe. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type Pipe Modifier and Type Method Description com.google.protobuf.Parser<Pipe>
Pipe. getParserForType()
private com.google.protobuf.SingleFieldBuilder<Pipe,Pipe.Builder,PipeOrBuilder>
Address.Builder. getPipeFieldBuilder()
.envoy.config.core.v3.Pipe pipe = 2;
static com.google.protobuf.Parser<Pipe>
Pipe. parser()
Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type Pipe Modifier and Type Method Description private void
Pipe.Builder. buildPartial0(Pipe result)
Pipe.Builder
Pipe.Builder. mergeFrom(Pipe other)
Address.Builder
Address.Builder. mergePipe(Pipe value)
.envoy.config.core.v3.Pipe pipe = 2;
static Pipe.Builder
Pipe. newBuilder(Pipe prototype)
Address.Builder
Address.Builder. setPipe(Pipe value)
.envoy.config.core.v3.Pipe pipe = 2;
-