Package com.soulfiremc.grpc.generated
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.ByteString
string address = 2;
optional string password = 4;
com.google.protobuf.ByteString
optional string password = 4;
getType()
.soulfire.v1.ProxyProto.Type type = 1;
int
.soulfire.v1.ProxyProto.Type type = 1;
optional string username = 3;
com.google.protobuf.ByteString
optional string username = 3;
boolean
optional string password = 4;
boolean
optional string username = 3;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods 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
ProxyProto.Type getType().soulfire.v1.ProxyProto.Type type = 1;
- Returns:
- The type.
-
getAddress
String getAddress()string address = 2;
- Returns:
- The address.
-
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
String getUsername()optional string username = 3;
- Returns:
- The username.
-
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
String getPassword()optional string password = 4;
- Returns:
- The password.
-
getPasswordBytes
com.google.protobuf.ByteString getPasswordBytes()optional string password = 4;
- Returns:
- The bytes for password.
-