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

main.java.com.streamlayer.providers.vonage.GenerateRequestOrBuilder 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/providers/vonage/vonage.proto

// Protobuf Java Version: 3.25.3
package com.streamlayer.providers.vonage;

public interface GenerateRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.providers.vonage.GenerateRequest)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * string topic_id = 2 [json_name = "topicId"];
   * @return The topicId.
   */
  java.lang.String getTopicId();
  /**
   * string topic_id = 2 [json_name = "topicId"];
   * @return The bytes for topicId.
   */
  com.google.protobuf.ByteString
      getTopicIdBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy