com.devcycle.sdk.server.local.protobuf.VariableForUserParams_PBOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-server-sdk Show documentation
Show all versions of java-server-sdk Show documentation
Server side SDK to interact with DevCycle.
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: variableForUserParams.proto
package com.devcycle.sdk.server.local.protobuf;
public interface VariableForUserParams_PBOrBuilder extends
// @@protoc_insertion_point(interface_extends:VariableForUserParams_PB)
com.google.protobuf.MessageOrBuilder {
/**
* string sdkKey = 1;
* @return The sdkKey.
*/
java.lang.String getSdkKey();
/**
* string sdkKey = 1;
* @return The bytes for sdkKey.
*/
com.google.protobuf.ByteString
getSdkKeyBytes();
/**
* string variableKey = 2;
* @return The variableKey.
*/
java.lang.String getVariableKey();
/**
* string variableKey = 2;
* @return The bytes for variableKey.
*/
com.google.protobuf.ByteString
getVariableKeyBytes();
/**
* .VariableType_PB variableType = 3;
* @return The enum numeric value on the wire for variableType.
*/
int getVariableTypeValue();
/**
* .VariableType_PB variableType = 3;
* @return The variableType.
*/
com.devcycle.sdk.server.local.protobuf.VariableType_PB getVariableType();
/**
* .DVCUser_PB user = 4;
* @return Whether the user field is set.
*/
boolean hasUser();
/**
* .DVCUser_PB user = 4;
* @return The user.
*/
com.devcycle.sdk.server.local.protobuf.DVCUser_PB getUser();
/**
* .DVCUser_PB user = 4;
*/
com.devcycle.sdk.server.local.protobuf.DVCUser_PBOrBuilder getUserOrBuilder();
/**
* bool shouldTrackEvent = 5;
* @return The shouldTrackEvent.
*/
boolean getShouldTrackEvent();
}