Uses of Class
com.google.cloud.dialogflow.v2.LoggingConfig
-
Packages that use LoggingConfig Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow API -
-
Uses of LoggingConfig in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return LoggingConfig Modifier and Type Method Description LoggingConfig
LoggingConfig.Builder. build()
LoggingConfig
LoggingConfig.Builder. buildPartial()
static LoggingConfig
LoggingConfig. getDefaultInstance()
LoggingConfig
LoggingConfig.Builder. getDefaultInstanceForType()
LoggingConfig
LoggingConfig. getDefaultInstanceForType()
LoggingConfig
ConversationProfile.Builder. getLoggingConfig()
Configuration for logging conversation lifecycle events.LoggingConfig
ConversationProfile. getLoggingConfig()
Configuration for logging conversation lifecycle events.LoggingConfig
ConversationProfileOrBuilder. getLoggingConfig()
Configuration for logging conversation lifecycle events.static LoggingConfig
LoggingConfig. parseDelimitedFrom(InputStream input)
static LoggingConfig
LoggingConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LoggingConfig
LoggingConfig. parseFrom(byte[] data)
static LoggingConfig
LoggingConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LoggingConfig
LoggingConfig. parseFrom(com.google.protobuf.ByteString data)
static LoggingConfig
LoggingConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LoggingConfig
LoggingConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static LoggingConfig
LoggingConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LoggingConfig
LoggingConfig. parseFrom(InputStream input)
static LoggingConfig
LoggingConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LoggingConfig
LoggingConfig. parseFrom(ByteBuffer data)
static LoggingConfig
LoggingConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type LoggingConfig Modifier and Type Method Description com.google.protobuf.Parser<LoggingConfig>
LoggingConfig. getParserForType()
static com.google.protobuf.Parser<LoggingConfig>
LoggingConfig. parser()
Methods in com.google.cloud.dialogflow.v2 with parameters of type LoggingConfig Modifier and Type Method Description LoggingConfig.Builder
LoggingConfig.Builder. mergeFrom(LoggingConfig other)
ConversationProfile.Builder
ConversationProfile.Builder. mergeLoggingConfig(LoggingConfig value)
Configuration for logging conversation lifecycle events.static LoggingConfig.Builder
LoggingConfig. newBuilder(LoggingConfig prototype)
ConversationProfile.Builder
ConversationProfile.Builder. setLoggingConfig(LoggingConfig value)
Configuration for logging conversation lifecycle events.
-