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 LogExclusionConfigClient. createExclusion(FolderName parent, LogExclusion exclusion)Creates a new exclusion in the _Default sink in a specified parent resource.LogSinkConfigClient. createSink(FolderName parent, LogSink sink)Creates a sink that exports specified log entries to a destination.ConfigClient.ListExclusionsPagedResponseConfigClient. listExclusions(FolderName parent)Lists all the exclusions on the _Default sink in a parent resource.LoggingClient.ListLogsPagedResponseLoggingClient. listLogs(FolderName parent)Lists the logs in projects, organizations, folders, or billing accounts.ConfigClient.ListSinksPagedResponseConfigClient. 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 FolderNameFolderName.Builder. build()static FolderNameFolderName. of(String folder)static FolderNameFolderName. 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)
-