Interface CreateTriggersRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      CreateTriggersRequest.CreateTriggersRequestData getData()
      .streamlayer.triggers.CreateTriggersRequest.CreateTriggersRequestData data = 1 [json_name = "data"];
      java.lang.String getEventId()
      required for ModerationSubscriptionResponse
      com.google.protobuf.ByteString getEventIdBytes()
      required for ModerationSubscriptionResponse
      java.lang.String getOrganizationId()
      required for ModerationSubscriptionResponse
      com.google.protobuf.ByteString getOrganizationIdBytes()
      required for ModerationSubscriptionResponse
      boolean hasData()
      .streamlayer.triggers.CreateTriggersRequest.CreateTriggersRequestData data = 1 [json_name = "data"];
      boolean hasEventId()
      required for ModerationSubscriptionResponse
      boolean hasOrganizationId()
      required for ModerationSubscriptionResponse
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • hasData

        boolean hasData()
        .streamlayer.triggers.CreateTriggersRequest.CreateTriggersRequestData data = 1 [json_name = "data"];
        Returns:
        Whether the data field is set.
      • hasOrganizationId

        boolean hasOrganizationId()
         required for ModerationSubscriptionResponse
         
        optional string organization_id = 2 [json_name = "organizationId"];
        Returns:
        Whether the organizationId field is set.
      • getOrganizationId

        java.lang.String getOrganizationId()
         required for ModerationSubscriptionResponse
         
        optional string organization_id = 2 [json_name = "organizationId"];
        Returns:
        The organizationId.
      • getOrganizationIdBytes

        com.google.protobuf.ByteString getOrganizationIdBytes()
         required for ModerationSubscriptionResponse
         
        optional string organization_id = 2 [json_name = "organizationId"];
        Returns:
        The bytes for organizationId.
      • hasEventId

        boolean hasEventId()
         required for ModerationSubscriptionResponse
         
        optional string event_id = 3 [json_name = "eventId"];
        Returns:
        Whether the eventId field is set.
      • getEventId

        java.lang.String getEventId()
         required for ModerationSubscriptionResponse
         
        optional string event_id = 3 [json_name = "eventId"];
        Returns:
        The eventId.
      • getEventIdBytes

        com.google.protobuf.ByteString getEventIdBytes()
         required for ModerationSubscriptionResponse
         
        optional string event_id = 3 [json_name = "eventId"];
        Returns:
        The bytes for eventId.