Package com.streamlayer.triggers
Class GetEntityRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite.Builder<GetEntityRequest,GetEntityRequest.Builder>
-
- com.streamlayer.triggers.GetEntityRequest.Builder
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,GetEntityRequestOrBuilder,java.lang.Cloneable
- Enclosing class:
- GetEntityRequest
public static final class GetEntityRequest.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<GetEntityRequest,GetEntityRequest.Builder> implements GetEntityRequestOrBuilder
Protobuf typestreamlayer.triggers.GetEntityRequest
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetEntityRequest.BuilderclearEntity()string entity = 1 [json_name = "entity"];GetEntityRequest.BuilderclearEntityId()string entity_id = 2 [json_name = "entityId"];java.lang.StringgetEntity()string entity = 1 [json_name = "entity"];com.google.protobuf.ByteStringgetEntityBytes()string entity = 1 [json_name = "entity"];java.lang.StringgetEntityId()string entity_id = 2 [json_name = "entityId"];com.google.protobuf.ByteStringgetEntityIdBytes()string entity_id = 2 [json_name = "entityId"];GetEntityRequest.BuildersetEntity(java.lang.String value)string entity = 1 [json_name = "entity"];GetEntityRequest.BuildersetEntityBytes(com.google.protobuf.ByteString value)string entity = 1 [json_name = "entity"];GetEntityRequest.BuildersetEntityId(java.lang.String value)string entity_id = 2 [json_name = "entityId"];GetEntityRequest.BuildersetEntityIdBytes(com.google.protobuf.ByteString value)string entity_id = 2 [json_name = "entityId"];-
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
-
getEntity
public java.lang.String getEntity()
string entity = 1 [json_name = "entity"];- Specified by:
getEntityin interfaceGetEntityRequestOrBuilder- Returns:
- The entity.
-
getEntityBytes
public com.google.protobuf.ByteString getEntityBytes()
string entity = 1 [json_name = "entity"];- Specified by:
getEntityBytesin interfaceGetEntityRequestOrBuilder- Returns:
- The bytes for entity.
-
setEntity
public GetEntityRequest.Builder setEntity(java.lang.String value)
string entity = 1 [json_name = "entity"];- Parameters:
value- The entity to set.- Returns:
- This builder for chaining.
-
clearEntity
public GetEntityRequest.Builder clearEntity()
string entity = 1 [json_name = "entity"];- Returns:
- This builder for chaining.
-
setEntityBytes
public GetEntityRequest.Builder setEntityBytes(com.google.protobuf.ByteString value)
string entity = 1 [json_name = "entity"];- Parameters:
value- The bytes for entity to set.- Returns:
- This builder for chaining.
-
getEntityId
public java.lang.String getEntityId()
string entity_id = 2 [json_name = "entityId"];- Specified by:
getEntityIdin interfaceGetEntityRequestOrBuilder- Returns:
- The entityId.
-
getEntityIdBytes
public com.google.protobuf.ByteString getEntityIdBytes()
string entity_id = 2 [json_name = "entityId"];- Specified by:
getEntityIdBytesin interfaceGetEntityRequestOrBuilder- Returns:
- The bytes for entityId.
-
setEntityId
public GetEntityRequest.Builder setEntityId(java.lang.String value)
string entity_id = 2 [json_name = "entityId"];- Parameters:
value- The entityId to set.- Returns:
- This builder for chaining.
-
clearEntityId
public GetEntityRequest.Builder clearEntityId()
string entity_id = 2 [json_name = "entityId"];- Returns:
- This builder for chaining.
-
setEntityIdBytes
public GetEntityRequest.Builder setEntityIdBytes(com.google.protobuf.ByteString value)
string entity_id = 2 [json_name = "entityId"];- Parameters:
value- The bytes for entityId to set.- Returns:
- This builder for chaining.
-
-