![JAR search and dependency download from the Maven repository](/logo.png)
com.devcycle.sdk.server.local.protobuf.NullableStringOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: variableForUserParams.proto
package com.devcycle.sdk.server.local.protobuf;
public interface NullableStringOrBuilder extends
// @@protoc_insertion_point(interface_extends:NullableString)
com.google.protobuf.MessageOrBuilder {
/**
* string value = 1;
* @return The value.
*/
java.lang.String getValue();
/**
* string value = 1;
* @return The bytes for value.
*/
com.google.protobuf.ByteString
getValueBytes();
/**
* bool isNull = 2;
* @return The isNull.
*/
boolean getIsNull();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy