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