Uses of Class
com.google.logging.v2.FolderName
-
Packages that use FolderName Package Description com.google.cloud.logging.v2 A client to Cloud Logging APIcom.google.logging.v2 -
-
Uses of FolderName in com.google.cloud.logging.v2
Methods in com.google.cloud.logging.v2 with parameters of type FolderName Modifier and Type Method Description LogExclusion
ConfigClient. createExclusion(FolderName parent, LogExclusion exclusion)
Creates a new exclusion in the _Default sink in a specified parent resource.LogSink
ConfigClient. createSink(FolderName parent, LogSink sink)
Creates a sink that exports specified log entries to a destination.ConfigClient.ListExclusionsPagedResponse
ConfigClient. listExclusions(FolderName parent)
Lists all the exclusions on the _Default sink in a parent resource.LoggingClient.ListLogsPagedResponse
LoggingClient. listLogs(FolderName parent)
Lists the logs in projects, organizations, folders, or billing accounts.ConfigClient.ListSinksPagedResponse
ConfigClient. listSinks(FolderName parent)
Lists sinks. -
Uses of FolderName in com.google.logging.v2
Methods in com.google.logging.v2 that return FolderName Modifier and Type Method Description FolderName
FolderName.Builder. build()
static FolderName
FolderName. of(String folder)
static FolderName
FolderName. parse(String formattedString)
Methods in com.google.logging.v2 that return types with arguments of type FolderName Modifier and Type Method Description static List<FolderName>
FolderName. parseList(List<String> formattedStrings)
Method parameters in com.google.logging.v2 with type arguments of type FolderName Modifier and Type Method Description static List<String>
FolderName. toStringList(List<FolderName> values)
-