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 LogNameLogDestinationName. toLogName(String logId)Creates aLogEntryobject for given log ID.Methods in com.google.cloud.logging with parameters of type LogName Modifier and Type Method Description static LogDestinationNameLogDestinationName. fromLogName(LogName logName)Creates aLogDestinationNameobject 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 voidLoggingClient. deleteLog(LogName logName)Deletes all the log entries in a log for the _Default Log Bucket.WriteLogEntriesResponseLoggingClient. 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 LogNameLogName.BillingAccountLogBuilder. build()LogNameLogName.Builder. build()LogNameLogName.FolderLogBuilder. build()LogNameLogName.OrganizationLogBuilder. build()static LogNameLogName. of(String project, String log)static LogNameLogName. ofBillingAccountLogName(String billingAccount, String log)static LogNameLogName. ofFolderLogName(String folder, String log)static LogNameLogName. ofOrganizationLogName(String organization, String log)static LogNameLogName. ofProjectLogName(String project, String log)static LogNameLogName. 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)
-