main.java.com.streamlayer.sdkSettings.client.NotifySettingsOrBuilder 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/client/client.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.sdkSettings.client;
public interface NotifySettingsOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.sdkSettings.client.NotifySettings)
com.google.protobuf.MessageLiteOrBuilder {
/**
* .streamlayer.sdkSettings.client.SettingsAllow allow = 1 [json_name = "allow"];
* @return The enum numeric value on the wire for allow.
*/
int getAllowValue();
/**
* .streamlayer.sdkSettings.client.SettingsAllow allow = 1 [json_name = "allow"];
* @return The allow.
*/
com.streamlayer.sdkSettings.client.SettingsAllow getAllow();
}