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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy