Interface VariableForUserParams_PBOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VariableForUserParams_PB,VariableForUserParams_PB.Builder
public interface VariableForUserParams_PBOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetSdkKey()string sdkKey = 1;com.google.protobuf.ByteStringgetSdkKeyBytes()string sdkKey = 1;booleangetShouldTrackEvent()bool shouldTrackEvent = 5;DVCUser_PBgetUser().DVCUser_PB user = 4;DVCUser_PBOrBuildergetUserOrBuilder().DVCUser_PB user = 4;java.lang.StringgetVariableKey()string variableKey = 2;com.google.protobuf.ByteStringgetVariableKeyBytes()string variableKey = 2;VariableType_PBgetVariableType().VariableType_PB variableType = 3;intgetVariableTypeValue().VariableType_PB variableType = 3;booleanhasUser().DVCUser_PB user = 4;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSdkKey
java.lang.String getSdkKey()
string sdkKey = 1;- Returns:
- The sdkKey.
-
getSdkKeyBytes
com.google.protobuf.ByteString getSdkKeyBytes()
string sdkKey = 1;- Returns:
- The bytes for sdkKey.
-
getVariableKey
java.lang.String getVariableKey()
string variableKey = 2;- Returns:
- The variableKey.
-
getVariableKeyBytes
com.google.protobuf.ByteString getVariableKeyBytes()
string variableKey = 2;- Returns:
- The bytes for variableKey.
-
getVariableTypeValue
int getVariableTypeValue()
.VariableType_PB variableType = 3;- Returns:
- The enum numeric value on the wire for variableType.
-
getVariableType
VariableType_PB getVariableType()
.VariableType_PB variableType = 3;- Returns:
- The variableType.
-
hasUser
boolean hasUser()
.DVCUser_PB user = 4;- Returns:
- Whether the user field is set.
-
getUser
DVCUser_PB getUser()
.DVCUser_PB user = 4;- Returns:
- The user.
-
getUserOrBuilder
DVCUser_PBOrBuilder getUserOrBuilder()
.DVCUser_PB user = 4;
-
getShouldTrackEvent
boolean getShouldTrackEvent()
bool shouldTrackEvent = 5;- Returns:
- The shouldTrackEvent.
-
-