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 LogExclusionConfigClient. createExclusion(ProjectName parent, LogExclusion exclusion)Creates a new exclusion in the _Default sink in a specified parent resource.LogMetricMetricsClient. createLogMetric(ProjectName parent, LogMetric metric)Creates a logs-based metric.LogSinkConfigClient. createSink(ProjectName parent, LogSink sink)Creates a sink that exports specified log entries to a destination.ConfigClient.ListExclusionsPagedResponseConfigClient. listExclusions(ProjectName parent)Lists all the exclusions on the _Default sink in a parent resource.MetricsClient.ListLogMetricsPagedResponseMetricsClient. listLogMetrics(ProjectName parent)Lists logs-based metrics.LoggingClient.ListLogsPagedResponseLoggingClient. listLogs(ProjectName parent)Lists the logs in projects, organizations, folders, or billing accounts.ConfigClient.ListSinksPagedResponseConfigClient. 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 ProjectNameProjectName.Builder. build()static ProjectNameProjectName. of(String project)static ProjectNameProjectName. 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)
-