Interface ProxyProtoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ProxyProto, ProxyProto.Builder
@Generated
public interface ProxyProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring address = 2;com.google.protobuf.ByteStringstring address = 2;optional string password = 4;com.google.protobuf.ByteStringoptional string password = 4;getType().soulfire.v1.ProxyProto.Type type = 1;int.soulfire.v1.ProxyProto.Type type = 1;optional string username = 3;com.google.protobuf.ByteStringoptional string username = 3;booleanoptional string password = 4;booleanoptional string username = 3;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getTypeValue
int getTypeValue().soulfire.v1.ProxyProto.Type type = 1;- Returns:
- The enum numeric value on the wire for type.
-
getType
-
getAddress
-
getAddressBytes
com.google.protobuf.ByteString getAddressBytes()string address = 2;- Returns:
- The bytes for address.
-
hasUsername
boolean hasUsername()optional string username = 3;- Returns:
- Whether the username field is set.
-
getUsername
-
getUsernameBytes
com.google.protobuf.ByteString getUsernameBytes()optional string username = 3;- Returns:
- The bytes for username.
-
hasPassword
boolean hasPassword()optional string password = 4;- Returns:
- Whether the password field is set.
-
getPassword
-
getPasswordBytes
com.google.protobuf.ByteString getPasswordBytes()optional string password = 4;- Returns:
- The bytes for password.
-