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