Uses of Class
com.google.logging.v2.LogName
-
Packages that use LogName Package Description com.google.cloud.logging A client for Cloud Logging - Real-time log management and analysis.com.google.cloud.logging.v2 A client to Cloud Logging APIcom.google.logging.v2 -
-
Uses of LogName in com.google.cloud.logging
Methods in com.google.cloud.logging that return LogName Modifier and Type Method Description LogName
LogDestinationName. toLogName(String logId)
Creates aLogEntry
object for given log ID.Methods in com.google.cloud.logging with parameters of type LogName Modifier and Type Method Description static LogDestinationName
LogDestinationName. fromLogName(LogName logName)
Creates aLogDestinationName
object from givenLogName
. -
Uses of LogName in com.google.cloud.logging.v2
Methods in com.google.cloud.logging.v2 with parameters of type LogName Modifier and Type Method Description void
LoggingClient. deleteLog(LogName logName)
Deletes all the log entries in a log for the _Default Log Bucket.WriteLogEntriesResponse
LoggingClient. writeLogEntries(LogName logName, com.google.api.MonitoredResource resource, Map<String,String> labels, List<LogEntry> entries)
Writes log entries to Logging. -
Uses of LogName in com.google.logging.v2
Methods in com.google.logging.v2 that return LogName Modifier and Type Method Description LogName
LogName.BillingAccountLogBuilder. build()
LogName
LogName.Builder. build()
LogName
LogName.FolderLogBuilder. build()
LogName
LogName.OrganizationLogBuilder. build()
static LogName
LogName. of(String project, String log)
static LogName
LogName. ofBillingAccountLogName(String billingAccount, String log)
static LogName
LogName. ofFolderLogName(String folder, String log)
static LogName
LogName. ofOrganizationLogName(String organization, String log)
static LogName
LogName. ofProjectLogName(String project, String log)
static LogName
LogName. parse(String formattedString)
Methods in com.google.logging.v2 that return types with arguments of type LogName Modifier and Type Method Description static List<LogName>
LogName. parseList(List<String> formattedStrings)
Method parameters in com.google.logging.v2 with type arguments of type LogName Modifier and Type Method Description static List<String>
LogName. toStringList(List<LogName> values)
-