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

main.java.com.streamlayer.triggers.CreateTriggersRequestOrBuilder 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 CreateTriggersRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.triggers.CreateTriggersRequest)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * .streamlayer.triggers.CreateTriggersRequest.CreateTriggersRequestData data = 1 [json_name = "data"];
   * @return Whether the data field is set.
   */
  boolean hasData();
  /**
   * .streamlayer.triggers.CreateTriggersRequest.CreateTriggersRequestData data = 1 [json_name = "data"];
   * @return The data.
   */
  com.streamlayer.triggers.CreateTriggersRequest.CreateTriggersRequestData getData();

  /**
   * 
   * 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