Package com.soulfiremc.grpc.generated
Interface DeviceCodeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DeviceCode
,DeviceCode.Builder
@Generated
public interface DeviceCodeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring device_code = 1;
com.google.protobuf.ByteString
string device_code = 1;
string direct_verification_uri = 4;
com.google.protobuf.ByteString
string direct_verification_uri = 4;
string user_code = 2;
com.google.protobuf.ByteString
string user_code = 2;
string verification_uri = 3;
com.google.protobuf.ByteString
string verification_uri = 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
-
getDeviceCode
String getDeviceCode()string device_code = 1;
- Returns:
- The deviceCode.
-
getDeviceCodeBytes
com.google.protobuf.ByteString getDeviceCodeBytes()string device_code = 1;
- Returns:
- The bytes for deviceCode.
-
getUserCode
String getUserCode()string user_code = 2;
- Returns:
- The userCode.
-
getUserCodeBytes
com.google.protobuf.ByteString getUserCodeBytes()string user_code = 2;
- Returns:
- The bytes for userCode.
-
getVerificationUri
String getVerificationUri()string verification_uri = 3;
- Returns:
- The verificationUri.
-
getVerificationUriBytes
com.google.protobuf.ByteString getVerificationUriBytes()string verification_uri = 3;
- Returns:
- The bytes for verificationUri.
-
getDirectVerificationUri
String getDirectVerificationUri()string direct_verification_uri = 4;
- Returns:
- The directVerificationUri.
-
getDirectVerificationUriBytes
com.google.protobuf.ByteString getDirectVerificationUriBytes()string direct_verification_uri = 4;
- Returns:
- The bytes for directVerificationUri.
-