Interface BqBotService.RetrieveBotRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BqBotService.RetrieveBotRequest,BqBotService.RetrieveBotRequest.Builder
- Enclosing class:
- BqBotService
public static interface BqBotService.RetrieveBotRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBotId()string botId = 2;com.google.protobuf.ByteStringgetBotIdBytes()string botId = 2;StringgetChannelactivityanalysisId()string channelactivityanalysisId = 1;com.google.protobuf.ByteStringgetChannelactivityanalysisIdBytes()string channelactivityanalysisId = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getChannelactivityanalysisId
String getChannelactivityanalysisId()
string channelactivityanalysisId = 1;- Returns:
- The channelactivityanalysisId.
-
getChannelactivityanalysisIdBytes
com.google.protobuf.ByteString getChannelactivityanalysisIdBytes()
string channelactivityanalysisId = 1;- Returns:
- The bytes for channelactivityanalysisId.
-
getBotId
String getBotId()
string botId = 2;- Returns:
- The botId.
-
getBotIdBytes
com.google.protobuf.ByteString getBotIdBytes()
string botId = 2;- Returns:
- The bytes for botId.
-
-