All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.devcycle.sdk.server.local.protobuf.VariableForUserParams_PBOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.3.0
Show newest version
// 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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy