public interface PipeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getMode()
The mode for the Pipe.
|
String |
getPath()
Unix Domain Socket path.
|
com.google.protobuf.ByteString |
getPathBytes()
Unix Domain Socket path.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getPath()
Unix Domain Socket path. On Linux, paths starting with '@' will use the abstract namespace. The starting '@' is replaced by a null byte by Envoy. Paths starting with '@' will result in an error in environments other than Linux.
string path = 1 [(.validate.rules) = { ... }com.google.protobuf.ByteString getPathBytes()
Unix Domain Socket path. On Linux, paths starting with '@' will use the abstract namespace. The starting '@' is replaced by a null byte by Envoy. Paths starting with '@' will result in an error in environments other than Linux.
string path = 1 [(.validate.rules) = { ... }int getMode()
The mode for the Pipe. Not applicable for abstract sockets.
uint32 mode = 2 [(.validate.rules) = { ... }Copyright © 2018–2021 The Envoy Project. All rights reserved.