Class TcpProxy.DeprecatedV1.TCPRoute
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- io.envoyproxy.envoy.config.filter.network.tcp_proxy.v2.TcpProxy.DeprecatedV1.TCPRoute
-
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,TcpProxy.DeprecatedV1.TCPRouteOrBuilder,Serializable
- Enclosing class:
- TcpProxy.DeprecatedV1
public static final class TcpProxy.DeprecatedV1.TCPRoute extends com.google.protobuf.GeneratedMessageV3 implements TcpProxy.DeprecatedV1.TCPRouteOrBuilder
A TCP proxy route consists of a set of optional L4 criteria and the name of a cluster. If a downstream connection matches all the specified criteria, the cluster in the route is used for the corresponding upstream connection. Routes are tried in the order specified until a match is found. If no match is found, the connection is closed. A route with no criteria is valid and always produces a match. [#next-free-field: 6]
Protobuf typeenvoy.config.filter.network.tcp_proxy.v2.TcpProxy.DeprecatedV1.TCPRoute- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTcpProxy.DeprecatedV1.TCPRoute.BuilderA TCP proxy route consists of a set of optional L4 criteria and the name of a cluster.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intCLUSTER_FIELD_NUMBERstatic intDESTINATION_IP_LIST_FIELD_NUMBERstatic intDESTINATION_PORTS_FIELD_NUMBERstatic intSOURCE_IP_LIST_FIELD_NUMBERstatic intSOURCE_PORTS_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetCluster()The cluster to connect to when a the downstream network connection matches the specified criteria.com.google.protobuf.ByteStringgetClusterBytes()The cluster to connect to when a the downstream network connection matches the specified criteria.static TcpProxy.DeprecatedV1.TCPRoutegetDefaultInstance()TcpProxy.DeprecatedV1.TCPRoutegetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()CidrRangegetDestinationIpList(int index)An optional list of IP address subnets in the form “ip_address/xx”.intgetDestinationIpListCount()An optional list of IP address subnets in the form “ip_address/xx”.List<CidrRange>getDestinationIpListList()An optional list of IP address subnets in the form “ip_address/xx”.CidrRangeOrBuildergetDestinationIpListOrBuilder(int index)An optional list of IP address subnets in the form “ip_address/xx”.List<? extends CidrRangeOrBuilder>getDestinationIpListOrBuilderList()An optional list of IP address subnets in the form “ip_address/xx”.StringgetDestinationPorts()An optional string containing a comma-separated list of port numbers or ranges.com.google.protobuf.ByteStringgetDestinationPortsBytes()An optional string containing a comma-separated list of port numbers or ranges.com.google.protobuf.Parser<TcpProxy.DeprecatedV1.TCPRoute>getParserForType()intgetSerializedSize()CidrRangegetSourceIpList(int index)An optional list of IP address subnets in the form “ip_address/xx”.intgetSourceIpListCount()An optional list of IP address subnets in the form “ip_address/xx”.List<CidrRange>getSourceIpListList()An optional list of IP address subnets in the form “ip_address/xx”.CidrRangeOrBuildergetSourceIpListOrBuilder(int index)An optional list of IP address subnets in the form “ip_address/xx”.List<? extends CidrRangeOrBuilder>getSourceIpListOrBuilderList()An optional list of IP address subnets in the form “ip_address/xx”.StringgetSourcePorts()An optional string containing a comma-separated list of port numbers or ranges.com.google.protobuf.ByteStringgetSourcePortsBytes()An optional string containing a comma-separated list of port numbers or ranges.com.google.protobuf.UnknownFieldSetgetUnknownFields()inthashCode()protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static TcpProxy.DeprecatedV1.TCPRoute.BuildernewBuilder()static TcpProxy.DeprecatedV1.TCPRoute.BuildernewBuilder(TcpProxy.DeprecatedV1.TCPRoute prototype)TcpProxy.DeprecatedV1.TCPRoute.BuildernewBuilderForType()protected TcpProxy.DeprecatedV1.TCPRoute.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static TcpProxy.DeprecatedV1.TCPRouteparseDelimitedFrom(InputStream input)static TcpProxy.DeprecatedV1.TCPRouteparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TcpProxy.DeprecatedV1.TCPRouteparseFrom(byte[] data)static TcpProxy.DeprecatedV1.TCPRouteparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TcpProxy.DeprecatedV1.TCPRouteparseFrom(com.google.protobuf.ByteString data)static TcpProxy.DeprecatedV1.TCPRouteparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TcpProxy.DeprecatedV1.TCPRouteparseFrom(com.google.protobuf.CodedInputStream input)static TcpProxy.DeprecatedV1.TCPRouteparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TcpProxy.DeprecatedV1.TCPRouteparseFrom(InputStream input)static TcpProxy.DeprecatedV1.TCPRouteparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TcpProxy.DeprecatedV1.TCPRouteparseFrom(ByteBuffer data)static TcpProxy.DeprecatedV1.TCPRouteparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<TcpProxy.DeprecatedV1.TCPRoute>parser()TcpProxy.DeprecatedV1.TCPRoute.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
CLUSTER_FIELD_NUMBER
public static final int CLUSTER_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DESTINATION_IP_LIST_FIELD_NUMBER
public static final int DESTINATION_IP_LIST_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DESTINATION_PORTS_FIELD_NUMBER
public static final int DESTINATION_PORTS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SOURCE_IP_LIST_FIELD_NUMBER
public static final int SOURCE_IP_LIST_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SOURCE_PORTS_FIELD_NUMBER
public static final int SOURCE_PORTS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getCluster
public String getCluster()
The cluster to connect to when a the downstream network connection matches the specified criteria.
string cluster = 1 [(.validate.rules) = { ... }- Specified by:
getClusterin interfaceTcpProxy.DeprecatedV1.TCPRouteOrBuilder- Returns:
- The cluster.
-
getClusterBytes
public com.google.protobuf.ByteString getClusterBytes()
The cluster to connect to when a the downstream network connection matches the specified criteria.
string cluster = 1 [(.validate.rules) = { ... }- Specified by:
getClusterBytesin interfaceTcpProxy.DeprecatedV1.TCPRouteOrBuilder- Returns:
- The bytes for cluster.
-
getDestinationIpListList
public List<CidrRange> getDestinationIpListList()
An optional list of IP address subnets in the form “ip_address/xx”. The criteria is satisfied if the destination IP address of the downstream connection is contained in at least one of the specified subnets. If the parameter is not specified or the list is empty, the destination IP address is ignored. The destination IP address of the downstream connection might be different from the addresses on which the proxy is listening if the connection has been redirected.
repeated .envoy.api.v2.core.CidrRange destination_ip_list = 2;- Specified by:
getDestinationIpListListin interfaceTcpProxy.DeprecatedV1.TCPRouteOrBuilder
-
getDestinationIpListOrBuilderList
public List<? extends CidrRangeOrBuilder> getDestinationIpListOrBuilderList()
An optional list of IP address subnets in the form “ip_address/xx”. The criteria is satisfied if the destination IP address of the downstream connection is contained in at least one of the specified subnets. If the parameter is not specified or the list is empty, the destination IP address is ignored. The destination IP address of the downstream connection might be different from the addresses on which the proxy is listening if the connection has been redirected.
repeated .envoy.api.v2.core.CidrRange destination_ip_list = 2;- Specified by:
getDestinationIpListOrBuilderListin interfaceTcpProxy.DeprecatedV1.TCPRouteOrBuilder
-
getDestinationIpListCount
public int getDestinationIpListCount()
An optional list of IP address subnets in the form “ip_address/xx”. The criteria is satisfied if the destination IP address of the downstream connection is contained in at least one of the specified subnets. If the parameter is not specified or the list is empty, the destination IP address is ignored. The destination IP address of the downstream connection might be different from the addresses on which the proxy is listening if the connection has been redirected.
repeated .envoy.api.v2.core.CidrRange destination_ip_list = 2;- Specified by:
getDestinationIpListCountin interfaceTcpProxy.DeprecatedV1.TCPRouteOrBuilder
-
getDestinationIpList
public CidrRange getDestinationIpList(int index)
An optional list of IP address subnets in the form “ip_address/xx”. The criteria is satisfied if the destination IP address of the downstream connection is contained in at least one of the specified subnets. If the parameter is not specified or the list is empty, the destination IP address is ignored. The destination IP address of the downstream connection might be different from the addresses on which the proxy is listening if the connection has been redirected.
repeated .envoy.api.v2.core.CidrRange destination_ip_list = 2;- Specified by:
getDestinationIpListin interfaceTcpProxy.DeprecatedV1.TCPRouteOrBuilder
-
getDestinationIpListOrBuilder
public CidrRangeOrBuilder getDestinationIpListOrBuilder(int index)
An optional list of IP address subnets in the form “ip_address/xx”. The criteria is satisfied if the destination IP address of the downstream connection is contained in at least one of the specified subnets. If the parameter is not specified or the list is empty, the destination IP address is ignored. The destination IP address of the downstream connection might be different from the addresses on which the proxy is listening if the connection has been redirected.
repeated .envoy.api.v2.core.CidrRange destination_ip_list = 2;- Specified by:
getDestinationIpListOrBuilderin interfaceTcpProxy.DeprecatedV1.TCPRouteOrBuilder
-
getDestinationPorts
public String getDestinationPorts()
An optional string containing a comma-separated list of port numbers or ranges. The criteria is satisfied if the destination port of the downstream connection is contained in at least one of the specified ranges. If the parameter is not specified, the destination port is ignored. The destination port address of the downstream connection might be different from the port on which the proxy is listening if the connection has been redirected.
string destination_ports = 3;- Specified by:
getDestinationPortsin interfaceTcpProxy.DeprecatedV1.TCPRouteOrBuilder- Returns:
- The destinationPorts.
-
getDestinationPortsBytes
public com.google.protobuf.ByteString getDestinationPortsBytes()
An optional string containing a comma-separated list of port numbers or ranges. The criteria is satisfied if the destination port of the downstream connection is contained in at least one of the specified ranges. If the parameter is not specified, the destination port is ignored. The destination port address of the downstream connection might be different from the port on which the proxy is listening if the connection has been redirected.
string destination_ports = 3;- Specified by:
getDestinationPortsBytesin interfaceTcpProxy.DeprecatedV1.TCPRouteOrBuilder- Returns:
- The bytes for destinationPorts.
-
getSourceIpListList
public List<CidrRange> getSourceIpListList()
An optional list of IP address subnets in the form “ip_address/xx”. The criteria is satisfied if the source IP address of the downstream connection is contained in at least one of the specified subnets. If the parameter is not specified or the list is empty, the source IP address is ignored.
repeated .envoy.api.v2.core.CidrRange source_ip_list = 4;- Specified by:
getSourceIpListListin interfaceTcpProxy.DeprecatedV1.TCPRouteOrBuilder
-
getSourceIpListOrBuilderList
public List<? extends CidrRangeOrBuilder> getSourceIpListOrBuilderList()
An optional list of IP address subnets in the form “ip_address/xx”. The criteria is satisfied if the source IP address of the downstream connection is contained in at least one of the specified subnets. If the parameter is not specified or the list is empty, the source IP address is ignored.
repeated .envoy.api.v2.core.CidrRange source_ip_list = 4;- Specified by:
getSourceIpListOrBuilderListin interfaceTcpProxy.DeprecatedV1.TCPRouteOrBuilder
-
getSourceIpListCount
public int getSourceIpListCount()
An optional list of IP address subnets in the form “ip_address/xx”. The criteria is satisfied if the source IP address of the downstream connection is contained in at least one of the specified subnets. If the parameter is not specified or the list is empty, the source IP address is ignored.
repeated .envoy.api.v2.core.CidrRange source_ip_list = 4;- Specified by:
getSourceIpListCountin interfaceTcpProxy.DeprecatedV1.TCPRouteOrBuilder
-
getSourceIpList
public CidrRange getSourceIpList(int index)
An optional list of IP address subnets in the form “ip_address/xx”. The criteria is satisfied if the source IP address of the downstream connection is contained in at least one of the specified subnets. If the parameter is not specified or the list is empty, the source IP address is ignored.
repeated .envoy.api.v2.core.CidrRange source_ip_list = 4;- Specified by:
getSourceIpListin interfaceTcpProxy.DeprecatedV1.TCPRouteOrBuilder
-
getSourceIpListOrBuilder
public CidrRangeOrBuilder getSourceIpListOrBuilder(int index)
An optional list of IP address subnets in the form “ip_address/xx”. The criteria is satisfied if the source IP address of the downstream connection is contained in at least one of the specified subnets. If the parameter is not specified or the list is empty, the source IP address is ignored.
repeated .envoy.api.v2.core.CidrRange source_ip_list = 4;- Specified by:
getSourceIpListOrBuilderin interfaceTcpProxy.DeprecatedV1.TCPRouteOrBuilder
-
getSourcePorts
public String getSourcePorts()
An optional string containing a comma-separated list of port numbers or ranges. The criteria is satisfied if the source port of the downstream connection is contained in at least one of the specified ranges. If the parameter is not specified, the source port is ignored.
string source_ports = 5;- Specified by:
getSourcePortsin interfaceTcpProxy.DeprecatedV1.TCPRouteOrBuilder- Returns:
- The sourcePorts.
-
getSourcePortsBytes
public com.google.protobuf.ByteString getSourcePortsBytes()
An optional string containing a comma-separated list of port numbers or ranges. The criteria is satisfied if the source port of the downstream connection is contained in at least one of the specified ranges. If the parameter is not specified, the source port is ignored.
string source_ports = 5;- Specified by:
getSourcePortsBytesin interfaceTcpProxy.DeprecatedV1.TCPRouteOrBuilder- Returns:
- The bytes for sourcePorts.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static TcpProxy.DeprecatedV1.TCPRoute parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static TcpProxy.DeprecatedV1.TCPRoute parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static TcpProxy.DeprecatedV1.TCPRoute parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static TcpProxy.DeprecatedV1.TCPRoute parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static TcpProxy.DeprecatedV1.TCPRoute parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static TcpProxy.DeprecatedV1.TCPRoute parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static TcpProxy.DeprecatedV1.TCPRoute parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static TcpProxy.DeprecatedV1.TCPRoute parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static TcpProxy.DeprecatedV1.TCPRoute parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static TcpProxy.DeprecatedV1.TCPRoute parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static TcpProxy.DeprecatedV1.TCPRoute parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static TcpProxy.DeprecatedV1.TCPRoute parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public TcpProxy.DeprecatedV1.TCPRoute.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static TcpProxy.DeprecatedV1.TCPRoute.Builder newBuilder()
-
newBuilder
public static TcpProxy.DeprecatedV1.TCPRoute.Builder newBuilder(TcpProxy.DeprecatedV1.TCPRoute prototype)
-
toBuilder
public TcpProxy.DeprecatedV1.TCPRoute.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected TcpProxy.DeprecatedV1.TCPRoute.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static TcpProxy.DeprecatedV1.TCPRoute getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<TcpProxy.DeprecatedV1.TCPRoute> parser()
-
getParserForType
public com.google.protobuf.Parser<TcpProxy.DeprecatedV1.TCPRoute> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public TcpProxy.DeprecatedV1.TCPRoute getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-