@@ -1928,6 +1928,11 @@ class LogEntry
1928
1928
# @return [Google::Apis::LoggingV2::AppHub]
1929
1929
attr_accessor :apphub
1930
1930
1931
+ # Metadata associated with App Hub.
1932
+ # Corresponds to the JSON property `apphubDestination`
1933
+ # @return [Google::Apis::LoggingV2::AppHub]
1934
+ attr_accessor :apphub_destination
1935
+
1931
1936
# Output only. The Error Reporting (https://cloud.google.com/error-reporting)
1932
1937
# error groups associated with this LogEntry. Error Reporting sets the values
1933
1938
# for this field during error group creation.For more information, see View
@@ -2124,6 +2129,7 @@ def initialize(**args)
2124
2129
# Update properties of this object
2125
2130
def update! ( **args )
2126
2131
@apphub = args [ :apphub ] if args . key? ( :apphub )
2132
+ @apphub_destination = args [ :apphub_destination ] if args . key? ( :apphub_destination )
2127
2133
@error_groups = args [ :error_groups ] if args . key? ( :error_groups )
2128
2134
@http_request = args [ :http_request ] if args . key? ( :http_request )
2129
2135
@insert_id = args [ :insert_id ] if args . key? ( :insert_id )
@@ -2289,7 +2295,7 @@ class LogExclusion
2289
2295
# @return [String]
2290
2296
attr_accessor :filter
2291
2297
2292
- # Output only . A client-assigned identifier, such as "load-balancer-exclusion".
2298
+ # Optional . A client-assigned identifier, such as "load-balancer-exclusion".
2293
2299
# Identifiers are limited to 100 characters and can include only letters, digits,
2294
2300
# underscores, hyphens, and periods. First character has to be alphanumeric.
2295
2301
# Corresponds to the JSON property `name`
@@ -2600,8 +2606,8 @@ class LogSink
2600
2606
alias_method :disabled? , :disabled
2601
2607
2602
2608
# Optional. Log entries that match any of these exclusion filters will not be
2603
- # exported.If a log entry is matched by both filter and one of exclusion_filters
2604
- # it will not be exported.
2609
+ # exported.If a log entry is matched by both filter and one of exclusions it
2610
+ # will not be exported.
2605
2611
# Corresponds to the JSON property `exclusions`
2606
2612
# @return [Array<Google::Apis::LoggingV2::LogExclusion>]
2607
2613
attr_accessor :exclusions
@@ -2643,8 +2649,8 @@ class LogSink
2643
2649
attr_accessor :intercept_children
2644
2650
alias_method :intercept_children? , :intercept_children
2645
2651
2646
- # Output only . The client-assigned sink identifier, unique within the project.
2647
- # For example: "my-syslog-errors-to-pubsub".Sink identifiers are limited to 100
2652
+ # Optional . The client-assigned sink identifier, unique within the project.For
2653
+ # example: "my-syslog-errors-to-pubsub".Sink identifiers are limited to 100
2648
2654
# characters and can include only the following characters: upper and lower-case
2649
2655
# alphanumeric characters, underscores, hyphens, periods.First character has to
2650
2656
# be alphanumeric.
@@ -3352,7 +3358,7 @@ class RecentQuery
3352
3358
# @return [Google::Apis::LoggingV2::LoggingQuery]
3353
3359
attr_accessor :logging_query
3354
3360
3355
- # Output only . Resource name of the recent query.In the format: "projects/[
3361
+ # Optional . Resource name of the recent query.In the format: "projects/[
3356
3362
# PROJECT_ID]/locations/[LOCATION_ID]/recentQueries/[QUERY_ID]" For a list of
3357
3363
# supported locations, see Supported Regions (https://cloud.google.com/logging/
3358
3364
# docs/region-support)The QUERY_ID is a system generated alphanumeric ID.
0 commit comments