Class ListRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite.Builder<ListRequest,ListRequest.Builder>
-
- com.streamlayer.sdkSettings.stream.ListRequest.Builder
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,ListRequestOrBuilder,java.lang.Cloneable
- Enclosing class:
- ListRequest
public static final class ListRequest.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<ListRequest,ListRequest.Builder> implements ListRequestOrBuilder
Protobuf typestreamlayer.sdkSettings.stream.ListRequest
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListRequest.BuilderaddAllIds(java.lang.Iterable<? extends java.lang.Long> values)repeated uint64 ids = 1 [json_name = "ids"];ListRequest.BuilderaddIds(long value)repeated uint64 ids = 1 [json_name = "ids"];ListRequest.BuilderclearIds()repeated uint64 ids = 1 [json_name = "ids"];ListRequest.BuilderclearOrganizationId()string organization_id = 2 [json_name = "organizationId"];longgetIds(int index)repeated uint64 ids = 1 [json_name = "ids"];intgetIdsCount()repeated uint64 ids = 1 [json_name = "ids"];java.util.List<java.lang.Long>getIdsList()repeated uint64 ids = 1 [json_name = "ids"];java.lang.StringgetOrganizationId()string organization_id = 2 [json_name = "organizationId"];com.google.protobuf.ByteStringgetOrganizationIdBytes()string organization_id = 2 [json_name = "organizationId"];ListRequest.BuildersetIds(int index, long value)repeated uint64 ids = 1 [json_name = "ids"];ListRequest.BuildersetOrganizationId(java.lang.String value)string organization_id = 2 [json_name = "organizationId"];ListRequest.BuildersetOrganizationIdBytes(com.google.protobuf.ByteString value)string organization_id = 2 [json_name = "organizationId"];-
Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
-
-
-
-
Method Detail
-
getIdsList
public java.util.List<java.lang.Long> getIdsList()
repeated uint64 ids = 1 [json_name = "ids"];- Specified by:
getIdsListin interfaceListRequestOrBuilder- Returns:
- A list containing the ids.
-
getIdsCount
public int getIdsCount()
repeated uint64 ids = 1 [json_name = "ids"];- Specified by:
getIdsCountin interfaceListRequestOrBuilder- Returns:
- The count of ids.
-
getIds
public long getIds(int index)
repeated uint64 ids = 1 [json_name = "ids"];- Specified by:
getIdsin interfaceListRequestOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The ids at the given index.
-
setIds
public ListRequest.Builder setIds(int index, long value)
repeated uint64 ids = 1 [json_name = "ids"];- Parameters:
value- The ids to set.- Returns:
- This builder for chaining.
-
addIds
public ListRequest.Builder addIds(long value)
repeated uint64 ids = 1 [json_name = "ids"];- Parameters:
value- The ids to add.- Returns:
- This builder for chaining.
-
addAllIds
public ListRequest.Builder addAllIds(java.lang.Iterable<? extends java.lang.Long> values)
repeated uint64 ids = 1 [json_name = "ids"];- Parameters:
values- The ids to add.- Returns:
- This builder for chaining.
-
clearIds
public ListRequest.Builder clearIds()
repeated uint64 ids = 1 [json_name = "ids"];- Returns:
- This builder for chaining.
-
getOrganizationId
public java.lang.String getOrganizationId()
string organization_id = 2 [json_name = "organizationId"];- Specified by:
getOrganizationIdin interfaceListRequestOrBuilder- Returns:
- The organizationId.
-
getOrganizationIdBytes
public com.google.protobuf.ByteString getOrganizationIdBytes()
string organization_id = 2 [json_name = "organizationId"];- Specified by:
getOrganizationIdBytesin interfaceListRequestOrBuilder- Returns:
- The bytes for organizationId.
-
setOrganizationId
public ListRequest.Builder setOrganizationId(java.lang.String value)
string organization_id = 2 [json_name = "organizationId"];- Parameters:
value- The organizationId to set.- Returns:
- This builder for chaining.
-
clearOrganizationId
public ListRequest.Builder clearOrganizationId()
string organization_id = 2 [json_name = "organizationId"];- Returns:
- This builder for chaining.
-
setOrganizationIdBytes
public ListRequest.Builder setOrganizationIdBytes(com.google.protobuf.ByteString value)
string organization_id = 2 [json_name = "organizationId"];- Parameters:
value- The bytes for organizationId to set.- Returns:
- This builder for chaining.
-
-