main.java.com.streamlayer.sdkSettings.stream.ListRequestOrBuilder 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/sdkSettings/stream/stream.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.sdkSettings.stream;
public interface ListRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.sdkSettings.stream.ListRequest)
com.google.protobuf.MessageLiteOrBuilder {
/**
* repeated uint64 ids = 1 [json_name = "ids"];
* @return A list containing the ids.
*/
java.util.List getIdsList();
/**
* repeated uint64 ids = 1 [json_name = "ids"];
* @return The count of ids.
*/
int getIdsCount();
/**
* repeated uint64 ids = 1 [json_name = "ids"];
* @param index The index of the element to return.
* @return The ids at the given index.
*/
long getIds(int index);
/**
* string organization_id = 2 [json_name = "organizationId"];
* @return The organizationId.
*/
java.lang.String getOrganizationId();
/**
* string organization_id = 2 [json_name = "organizationId"];
* @return The bytes for organizationId.
*/
com.google.protobuf.ByteString
getOrganizationIdBytes();
}