Interface QueryExecParamsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
QueryExecParams,QueryExecParams.Builder
public interface QueryExecParamsOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetEventId()string event_id = 2 [json_name = "eventId"];com.google.protobuf.ByteStringgetEventIdBytes()string event_id = 2 [json_name = "eventId"];java.lang.StringgetFrom()string from = 3 [json_name = "from"];com.google.protobuf.ByteStringgetFromBytes()string from = 3 [json_name = "from"];java.lang.StringgetOrganizationId()string organization_id = 1 [json_name = "organizationId"];com.google.protobuf.ByteStringgetOrganizationIdBytes()string organization_id = 1 [json_name = "organizationId"];java.lang.StringgetTo()string to = 4 [json_name = "to"];com.google.protobuf.ByteStringgetToBytes()string to = 4 [json_name = "to"];
-
-
-
Method Detail
-
getOrganizationId
java.lang.String getOrganizationId()
string organization_id = 1 [json_name = "organizationId"];- Returns:
- The organizationId.
-
getOrganizationIdBytes
com.google.protobuf.ByteString getOrganizationIdBytes()
string organization_id = 1 [json_name = "organizationId"];- Returns:
- The bytes for organizationId.
-
getEventId
java.lang.String getEventId()
string event_id = 2 [json_name = "eventId"];- Returns:
- The eventId.
-
getEventIdBytes
com.google.protobuf.ByteString getEventIdBytes()
string event_id = 2 [json_name = "eventId"];- Returns:
- The bytes for eventId.
-
getFrom
java.lang.String getFrom()
string from = 3 [json_name = "from"];- Returns:
- The from.
-
getFromBytes
com.google.protobuf.ByteString getFromBytes()
string from = 3 [json_name = "from"];- Returns:
- The bytes for from.
-
getTo
java.lang.String getTo()
string to = 4 [json_name = "to"];- Returns:
- The to.
-
getToBytes
com.google.protobuf.ByteString getToBytes()
string to = 4 [json_name = "to"];- Returns:
- The bytes for to.
-
-