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

main.java.com.streamlayer.users.UserOrganizationOrBuilder 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/users/users_common.proto

// Protobuf Java Version: 3.25.3
package com.streamlayer.users;

public interface UserOrganizationOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.users.UserOrganization)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * string id = 1 [json_name = "id"];
   * @return The id.
   */
  java.lang.String getId();
  /**
   * string id = 1 [json_name = "id"];
   * @return The bytes for id.
   */
  com.google.protobuf.ByteString
      getIdBytes();

  /**
   * repeated string permissions = 2 [json_name = "permissions"];
   * @return A list containing the permissions.
   */
  java.util.List
      getPermissionsList();
  /**
   * repeated string permissions = 2 [json_name = "permissions"];
   * @return The count of permissions.
   */
  int getPermissionsCount();
  /**
   * repeated string permissions = 2 [json_name = "permissions"];
   * @param index The index of the element to return.
   * @return The permissions at the given index.
   */
  java.lang.String getPermissions(int index);
  /**
   * repeated string permissions = 2 [json_name = "permissions"];
   * @param index The index of the element to return.
   * @return The permissions at the given index.
   */
  com.google.protobuf.ByteString
      getPermissionsBytes(int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy