main.java.com.streamlayer.users.UserOrganizationOrBuilder 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/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);
}