All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.java.com.streamlayer.triggers.UpdateTriggerRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.133.1
Show newest version
// 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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy