main.java.com.streamlayer.providers.vonage.GenerateRequestOrBuilder 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/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();
}