Class Rpc.ListRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessage.Builder<Rpc.ListRequest.Builder>
-
- cz.o2.proxima.direct.server.rpc.proto.service.Rpc.ListRequest.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Rpc.ListRequestOrBuilder,java.lang.Cloneable
- Enclosing class:
- Rpc.ListRequest
public static final class Rpc.ListRequest.Builder extends com.google.protobuf.GeneratedMessage.Builder<Rpc.ListRequest.Builder> implements Rpc.ListRequestOrBuilder
* Request to list attributes of given entity by known wildcard prefix.
Protobuf typeListRequest
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Rpc.ListRequestbuild()Rpc.ListRequestbuildPartial()Rpc.ListRequest.Builderclear()Rpc.ListRequest.BuilderclearEntity()* Name of the entity.Rpc.ListRequest.BuilderclearKey()* Key of the entity.Rpc.ListRequest.BuilderclearLimit()* Maximal number of items to return.Rpc.ListRequest.BuilderclearOffset()* Offset.Rpc.ListRequest.BuilderclearTransactionId()* ID of transaction that is part of this request (if any).Rpc.ListRequest.BuilderclearWildcardPrefix()* Prefix of the wildcard attribute (i.e.Rpc.ListRequestgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()java.lang.StringgetEntity()* Name of the entity.com.google.protobuf.ByteStringgetEntityBytes()* Name of the entity.java.lang.StringgetKey()* Key of the entity.com.google.protobuf.ByteStringgetKeyBytes()* Key of the entity.intgetLimit()* Maximal number of items to return.java.lang.StringgetOffset()* Offset.com.google.protobuf.ByteStringgetOffsetBytes()* Offset.java.lang.StringgetTransactionId()* ID of transaction that is part of this request (if any).com.google.protobuf.ByteStringgetTransactionIdBytes()* ID of transaction that is part of this request (if any).java.lang.StringgetWildcardPrefix()* Prefix of the wildcard attribute (i.e.com.google.protobuf.ByteStringgetWildcardPrefixBytes()* Prefix of the wildcard attribute (i.e.protected com.google.protobuf.GeneratedMessage.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()Rpc.ListRequest.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Rpc.ListRequest.BuildermergeFrom(com.google.protobuf.Message other)Rpc.ListRequest.BuildermergeFrom(Rpc.ListRequest other)Rpc.ListRequest.BuildersetEntity(java.lang.String value)* Name of the entity.Rpc.ListRequest.BuildersetEntityBytes(com.google.protobuf.ByteString value)* Name of the entity.Rpc.ListRequest.BuildersetKey(java.lang.String value)* Key of the entity.Rpc.ListRequest.BuildersetKeyBytes(com.google.protobuf.ByteString value)* Key of the entity.Rpc.ListRequest.BuildersetLimit(int value)* Maximal number of items to return.Rpc.ListRequest.BuildersetOffset(java.lang.String value)* Offset.Rpc.ListRequest.BuildersetOffsetBytes(com.google.protobuf.ByteString value)* Offset.Rpc.ListRequest.BuildersetTransactionId(java.lang.String value)* ID of transaction that is part of this request (if any).Rpc.ListRequest.BuildersetTransactionIdBytes(com.google.protobuf.ByteString value)* ID of transaction that is part of this request (if any).Rpc.ListRequest.BuildersetWildcardPrefix(java.lang.String value)* Prefix of the wildcard attribute (i.e.Rpc.ListRequest.BuildersetWildcardPrefixBytes(com.google.protobuf.ByteString value)* Prefix of the wildcard attribute (i.e.-
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessage.Builder<Rpc.ListRequest.Builder>
-
clear
public Rpc.ListRequest.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessage.Builder<Rpc.ListRequest.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessage.Builder<Rpc.ListRequest.Builder>
-
getDefaultInstanceForType
public Rpc.ListRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public Rpc.ListRequest build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public Rpc.ListRequest buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
mergeFrom
public Rpc.ListRequest.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Rpc.ListRequest.Builder>
-
mergeFrom
public Rpc.ListRequest.Builder mergeFrom(Rpc.ListRequest other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessage.Builder<Rpc.ListRequest.Builder>
-
mergeFrom
public Rpc.ListRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Rpc.ListRequest.Builder>- Throws:
java.io.IOException
-
getEntity
public java.lang.String getEntity()
* Name of the entity.
string entity = 1;- Specified by:
getEntityin interfaceRpc.ListRequestOrBuilder- Returns:
- The entity.
-
getEntityBytes
public com.google.protobuf.ByteString getEntityBytes()
* Name of the entity.
string entity = 1;- Specified by:
getEntityBytesin interfaceRpc.ListRequestOrBuilder- Returns:
- The bytes for entity.
-
setEntity
public Rpc.ListRequest.Builder setEntity(java.lang.String value)
* Name of the entity.
string entity = 1;- Parameters:
value- The entity to set.- Returns:
- This builder for chaining.
-
clearEntity
public Rpc.ListRequest.Builder clearEntity()
* Name of the entity.
string entity = 1;- Returns:
- This builder for chaining.
-
setEntityBytes
public Rpc.ListRequest.Builder setEntityBytes(com.google.protobuf.ByteString value)
* Name of the entity.
string entity = 1;- Parameters:
value- The bytes for entity to set.- Returns:
- This builder for chaining.
-
getKey
public java.lang.String getKey()
* Key of the entity.
string key = 2;- Specified by:
getKeyin interfaceRpc.ListRequestOrBuilder- Returns:
- The key.
-
getKeyBytes
public com.google.protobuf.ByteString getKeyBytes()
* Key of the entity.
string key = 2;- Specified by:
getKeyBytesin interfaceRpc.ListRequestOrBuilder- Returns:
- The bytes for key.
-
setKey
public Rpc.ListRequest.Builder setKey(java.lang.String value)
* Key of the entity.
string key = 2;- Parameters:
value- The key to set.- Returns:
- This builder for chaining.
-
clearKey
public Rpc.ListRequest.Builder clearKey()
* Key of the entity.
string key = 2;- Returns:
- This builder for chaining.
-
setKeyBytes
public Rpc.ListRequest.Builder setKeyBytes(com.google.protobuf.ByteString value)
* Key of the entity.
string key = 2;- Parameters:
value- The bytes for key to set.- Returns:
- This builder for chaining.
-
getWildcardPrefix
public java.lang.String getWildcardPrefix()
* Prefix of the wildcard attribute (i.e. the name without tha last `.*')
string wildcardPrefix = 3;- Specified by:
getWildcardPrefixin interfaceRpc.ListRequestOrBuilder- Returns:
- The wildcardPrefix.
-
getWildcardPrefixBytes
public com.google.protobuf.ByteString getWildcardPrefixBytes()
* Prefix of the wildcard attribute (i.e. the name without tha last `.*')
string wildcardPrefix = 3;- Specified by:
getWildcardPrefixBytesin interfaceRpc.ListRequestOrBuilder- Returns:
- The bytes for wildcardPrefix.
-
setWildcardPrefix
public Rpc.ListRequest.Builder setWildcardPrefix(java.lang.String value)
* Prefix of the wildcard attribute (i.e. the name without tha last `.*')
string wildcardPrefix = 3;- Parameters:
value- The wildcardPrefix to set.- Returns:
- This builder for chaining.
-
clearWildcardPrefix
public Rpc.ListRequest.Builder clearWildcardPrefix()
* Prefix of the wildcard attribute (i.e. the name without tha last `.*')
string wildcardPrefix = 3;- Returns:
- This builder for chaining.
-
setWildcardPrefixBytes
public Rpc.ListRequest.Builder setWildcardPrefixBytes(com.google.protobuf.ByteString value)
* Prefix of the wildcard attribute (i.e. the name without tha last `.*')
string wildcardPrefix = 3;- Parameters:
value- The bytes for wildcardPrefix to set.- Returns:
- This builder for chaining.
-
getOffset
public java.lang.String getOffset()
* Offset. If present, return attribute that follows the given one.
string offset = 4;- Specified by:
getOffsetin interfaceRpc.ListRequestOrBuilder- Returns:
- The offset.
-
getOffsetBytes
public com.google.protobuf.ByteString getOffsetBytes()
* Offset. If present, return attribute that follows the given one.
string offset = 4;- Specified by:
getOffsetBytesin interfaceRpc.ListRequestOrBuilder- Returns:
- The bytes for offset.
-
setOffset
public Rpc.ListRequest.Builder setOffset(java.lang.String value)
* Offset. If present, return attribute that follows the given one.
string offset = 4;- Parameters:
value- The offset to set.- Returns:
- This builder for chaining.
-
clearOffset
public Rpc.ListRequest.Builder clearOffset()
* Offset. If present, return attribute that follows the given one.
string offset = 4;- Returns:
- This builder for chaining.
-
setOffsetBytes
public Rpc.ListRequest.Builder setOffsetBytes(com.google.protobuf.ByteString value)
* Offset. If present, return attribute that follows the given one.
string offset = 4;- Parameters:
value- The bytes for offset to set.- Returns:
- This builder for chaining.
-
getLimit
public int getLimit()
* Maximal number of items to return. If less or equal to zero than unlimited.
uint32 limit = 5;- Specified by:
getLimitin interfaceRpc.ListRequestOrBuilder- Returns:
- The limit.
-
setLimit
public Rpc.ListRequest.Builder setLimit(int value)
* Maximal number of items to return. If less or equal to zero than unlimited.
uint32 limit = 5;- Parameters:
value- The limit to set.- Returns:
- This builder for chaining.
-
clearLimit
public Rpc.ListRequest.Builder clearLimit()
* Maximal number of items to return. If less or equal to zero than unlimited.
uint32 limit = 5;- Returns:
- This builder for chaining.
-
getTransactionId
public java.lang.String getTransactionId()
* ID of transaction that is part of this request (if any). If empty, the request is not part of any ongoing transaction.
string transactionId = 6;- Specified by:
getTransactionIdin interfaceRpc.ListRequestOrBuilder- Returns:
- The transactionId.
-
getTransactionIdBytes
public com.google.protobuf.ByteString getTransactionIdBytes()
* ID of transaction that is part of this request (if any). If empty, the request is not part of any ongoing transaction.
string transactionId = 6;- Specified by:
getTransactionIdBytesin interfaceRpc.ListRequestOrBuilder- Returns:
- The bytes for transactionId.
-
setTransactionId
public Rpc.ListRequest.Builder setTransactionId(java.lang.String value)
* ID of transaction that is part of this request (if any). If empty, the request is not part of any ongoing transaction.
string transactionId = 6;- Parameters:
value- The transactionId to set.- Returns:
- This builder for chaining.
-
clearTransactionId
public Rpc.ListRequest.Builder clearTransactionId()
* ID of transaction that is part of this request (if any). If empty, the request is not part of any ongoing transaction.
string transactionId = 6;- Returns:
- This builder for chaining.
-
setTransactionIdBytes
public Rpc.ListRequest.Builder setTransactionIdBytes(com.google.protobuf.ByteString value)
* ID of transaction that is part of this request (if any). If empty, the request is not part of any ongoing transaction.
string transactionId = 6;- Parameters:
value- The bytes for transactionId to set.- Returns:
- This builder for chaining.
-
-