main.java.com.streamlayer.triggers.UpdateTriggerRequestOrBuilder 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/triggers/triggers.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.triggers;
public interface UpdateTriggerRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.triggers.UpdateTriggerRequest)
com.google.protobuf.MessageLiteOrBuilder {
/**
* repeated .streamlayer.triggers.UpdateTriggerRequest.Update updates = 1 [json_name = "updates"];
*/
java.util.List
getUpdatesList();
/**
* repeated .streamlayer.triggers.UpdateTriggerRequest.Update updates = 1 [json_name = "updates"];
*/
com.streamlayer.triggers.UpdateTriggerRequest.Update getUpdates(int index);
/**
* repeated .streamlayer.triggers.UpdateTriggerRequest.Update updates = 1 [json_name = "updates"];
*/
int getUpdatesCount();
/**
*
* required for ModerationSubscriptionResponse
*
*
* optional string organization_id = 2 [json_name = "organizationId"];
* @return Whether the organizationId field is set.
*/
boolean hasOrganizationId();
/**
*
* required for ModerationSubscriptionResponse
*
*
* optional string organization_id = 2 [json_name = "organizationId"];
* @return The organizationId.
*/
java.lang.String getOrganizationId();
/**
*
* required for ModerationSubscriptionResponse
*
*
* optional string organization_id = 2 [json_name = "organizationId"];
* @return The bytes for organizationId.
*/
com.google.protobuf.ByteString
getOrganizationIdBytes();
/**
*
* required for ModerationSubscriptionResponse
*
*
* optional string event_id = 3 [json_name = "eventId"];
* @return Whether the eventId field is set.
*/
boolean hasEventId();
/**
*
* required for ModerationSubscriptionResponse
*
*
* optional string event_id = 3 [json_name = "eventId"];
* @return The eventId.
*/
java.lang.String getEventId();
/**
*
* required for ModerationSubscriptionResponse
*
*
* optional string event_id = 3 [json_name = "eventId"];
* @return The bytes for eventId.
*/
com.google.protobuf.ByteString
getEventIdBytes();
}