main.java.com.streamlayer.sdkSettings.moderation.studio.SaveRequestOrBuilder 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/moderation/studio/moderation_studio.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.sdkSettings.moderation.studio;
public interface SaveRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.sdkSettings.moderation.studio.SaveRequest)
com.google.protobuf.MessageLiteOrBuilder {
/**
* string organization_id = 1 [json_name = "organizationId"];
* @return The organizationId.
*/
java.lang.String getOrganizationId();
/**
* string organization_id = 1 [json_name = "organizationId"];
* @return The bytes for organizationId.
*/
com.google.protobuf.ByteString
getOrganizationIdBytes();
/**
* string event_id = 2 [json_name = "eventId"];
* @return The eventId.
*/
java.lang.String getEventId();
/**
* string event_id = 2 [json_name = "eventId"];
* @return The bytes for eventId.
*/
com.google.protobuf.ByteString
getEventIdBytes();
/**
*
* general | notifications | sponsorships
*
*
* string field = 3 [json_name = "field"];
* @return The field.
*/
java.lang.String getField();
/**
*
* general | notifications | sponsorships
*
*
* string field = 3 [json_name = "field"];
* @return The bytes for field.
*/
com.google.protobuf.ByteString
getFieldBytes();
/**
* .streamlayer.sdkSettings.moderation.common.ModerationSettings settings = 4 [json_name = "settings"];
* @return Whether the settings field is set.
*/
boolean hasSettings();
/**
* .streamlayer.sdkSettings.moderation.common.ModerationSettings settings = 4 [json_name = "settings"];
* @return The settings.
*/
com.streamlayer.sdkSettings.moderation.common.ModerationSettings getSettings();
}