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

com.devcycle.sdk.server.local.protobuf.CustomDataValueOrBuilder 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 CustomDataValueOrBuilder extends
    // @@protoc_insertion_point(interface_extends:CustomDataValue)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .CustomDataType type = 1;
   * @return The enum numeric value on the wire for type.
   */
  int getTypeValue();
  /**
   * .CustomDataType type = 1;
   * @return The type.
   */
  com.devcycle.sdk.server.local.protobuf.CustomDataType getType();

  /**
   * bool boolValue = 2;
   * @return The boolValue.
   */
  boolean getBoolValue();

  /**
   * double doubleValue = 3;
   * @return The doubleValue.
   */
  double getDoubleValue();

  /**
   * string stringValue = 4;
   * @return The stringValue.
   */
  java.lang.String getStringValue();
  /**
   * string stringValue = 4;
   * @return The bytes for stringValue.
   */
  com.google.protobuf.ByteString
      getStringValueBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy