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

main.java.com.streamlayer.sdkSettings.common.GetApiKeyRequestOrBuilder 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/sdkSettings/sdkSettings.common.proto

// Protobuf Java Version: 3.25.3
package com.streamlayer.sdkSettings.common;

public interface GetApiKeyRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.sdkSettings.GetApiKeyRequest)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * string organization_id = 1 [json_name = "organizationId"];
   * @return The organizationId.
   */
  java.lang.String getOrganizationId();
  /**
   * string organization_id = 1 [json_name = "organizationId"];
   * @return The bytes for organizationId.
   */
  com.google.protobuf.ByteString
      getOrganizationIdBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy