main.java.com.streamlayer.sdkSettings.common.PresetRuleOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sl-protofiles Show documentation
Show all versions of sl-protofiles Show documentation
StreamLayer Java Protofiles
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: streamlayer/sdkSettings/sdkSettings.common.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.sdkSettings.common;
public interface PresetRuleOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.sdkSettings.PresetRule)
com.google.protobuf.MessageLiteOrBuilder {
/**
* .streamlayer.sdkSettings.PresetRuleKey key = 1 [json_name = "key"];
* @return The enum numeric value on the wire for key.
*/
int getKeyValue();
/**
* .streamlayer.sdkSettings.PresetRuleKey key = 1 [json_name = "key"];
* @return The key.
*/
com.streamlayer.sdkSettings.common.PresetRuleKey getKey();
/**
* string value = 2 [json_name = "value"];
* @return The value.
*/
java.lang.String getValue();
/**
* string value = 2 [json_name = "value"];
* @return The bytes for value.
*/
com.google.protobuf.ByteString
getValueBytes();
}