public static interface AddressOuterClass.PipeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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) = { ... }Copyright © 2019 WSO2. All rights reserved.