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
Modifier and TypeMethodDescriptionstring sdkKey = 1;com.google.protobuf.ByteStringstring sdkKey = 1;booleanbool shouldTrackEvent = 5;getUser().DVCUser_PB user = 4;.DVCUser_PB user = 4;string variableKey = 2;com.google.protobuf.ByteStringstring variableKey = 2;.VariableType_PB variableType = 3;int.VariableType_PB variableType = 3;booleanhasUser().DVCUser_PB user = 4;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
-
getSdkKey
String getSdkKey()string sdkKey = 1;- Returns:
- The sdkKey.
-
getSdkKeyBytes
com.google.protobuf.ByteString getSdkKeyBytes()string sdkKey = 1;- Returns:
- The bytes for sdkKey.
-
getVariableKey
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.
-