main.java.com.streamlayer.providers.vonage.GenerateResponseOrBuilder 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 GenerateResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.providers.vonage.GenerateResponse)
com.google.protobuf.MessageLiteOrBuilder {
/**
* string token = 1 [json_name = "token"];
* @return The token.
*/
java.lang.String getToken();
/**
* string token = 1 [json_name = "token"];
* @return The bytes for token.
*/
com.google.protobuf.ByteString
getTokenBytes();
/**
* string session_id = 2 [json_name = "sessionId"];
* @return The sessionId.
*/
java.lang.String getSessionId();
/**
* string session_id = 2 [json_name = "sessionId"];
* @return The bytes for sessionId.
*/
com.google.protobuf.ByteString
getSessionIdBytes();
/**
* string api_key = 3 [json_name = "apiKey"];
* @return The apiKey.
*/
java.lang.String getApiKey();
/**
* string api_key = 3 [json_name = "apiKey"];
* @return The bytes for apiKey.
*/
com.google.protobuf.ByteString
getApiKeyBytes();
}