google-apis-logging_v2 0.76.0 → 0.78.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bdc2fa7870a5e8ff8f5665182981401562a0460d11220cd08b250fa093bc7db7
|
4
|
+
data.tar.gz: d2f4cfa9f67d599a4f8435e16f8e88c1f6fd860dbb27170e2da6f85a941c8722
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c1c830cbb66032e25854f7c056498df2a99ba58f83306b70091da5a13dba17a657eddd6a7a4f7e6185308211c1eaf365cc6cd07d47fa3d4fe7651fbaa5ac3b60
|
7
|
+
data.tar.gz: d58ef30daa5eaa17a46536fd634625cf6a100f4fac6def32c74b098d49c4eea381aea2dfb126147c0bd5a944cc8da70164ecafba75fc5cc42a940b27649810a6
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-logging_v2
|
2
2
|
|
3
|
+
### v0.78.0 (2025-04-20)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250411
|
6
|
+
|
7
|
+
### v0.77.0 (2025-03-16)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250307
|
10
|
+
|
3
11
|
### v0.76.0 (2025-02-26)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250207
|
@@ -22,6 +22,137 @@ module Google
|
|
22
22
|
module Apis
|
23
23
|
module LoggingV2
|
24
24
|
|
25
|
+
# Metadata associated with App Hub.
|
26
|
+
class AppHub
|
27
|
+
include Google::Apis::Core::Hashable
|
28
|
+
|
29
|
+
# Resource identifiers associated with an AppHub application AppHub resources
|
30
|
+
# are of the form projects//locations//applications/ projects//locations//
|
31
|
+
# applications//services/ projects//locations//applications//workloads/ These
|
32
|
+
# resources can be reconstructed from the components below.
|
33
|
+
# Corresponds to the JSON property `application`
|
34
|
+
# @return [Google::Apis::LoggingV2::AppHubApplication]
|
35
|
+
attr_accessor :application
|
36
|
+
|
37
|
+
# Metadata associated with an App Hub service.
|
38
|
+
# Corresponds to the JSON property `service`
|
39
|
+
# @return [Google::Apis::LoggingV2::AppHubService]
|
40
|
+
attr_accessor :service
|
41
|
+
|
42
|
+
# Metadata associated with an App Hub workload.
|
43
|
+
# Corresponds to the JSON property `workload`
|
44
|
+
# @return [Google::Apis::LoggingV2::AppHubWorkload]
|
45
|
+
attr_accessor :workload
|
46
|
+
|
47
|
+
def initialize(**args)
|
48
|
+
update!(**args)
|
49
|
+
end
|
50
|
+
|
51
|
+
# Update properties of this object
|
52
|
+
def update!(**args)
|
53
|
+
@application = args[:application] if args.key?(:application)
|
54
|
+
@service = args[:service] if args.key?(:service)
|
55
|
+
@workload = args[:workload] if args.key?(:workload)
|
56
|
+
end
|
57
|
+
end
|
58
|
+
|
59
|
+
# Resource identifiers associated with an AppHub application AppHub resources
|
60
|
+
# are of the form projects//locations//applications/ projects//locations//
|
61
|
+
# applications//services/ projects//locations//applications//workloads/ These
|
62
|
+
# resources can be reconstructed from the components below.
|
63
|
+
class AppHubApplication
|
64
|
+
include Google::Apis::Core::Hashable
|
65
|
+
|
66
|
+
# Resource container that owns the application. Example: "projects/
|
67
|
+
# management_project"
|
68
|
+
# Corresponds to the JSON property `container`
|
69
|
+
# @return [String]
|
70
|
+
attr_accessor :container
|
71
|
+
|
72
|
+
# Application Id. Example: "my-app"
|
73
|
+
# Corresponds to the JSON property `id`
|
74
|
+
# @return [String]
|
75
|
+
attr_accessor :id
|
76
|
+
|
77
|
+
# Location associated with the Application. Example: "us-east1"
|
78
|
+
# Corresponds to the JSON property `location`
|
79
|
+
# @return [String]
|
80
|
+
attr_accessor :location
|
81
|
+
|
82
|
+
def initialize(**args)
|
83
|
+
update!(**args)
|
84
|
+
end
|
85
|
+
|
86
|
+
# Update properties of this object
|
87
|
+
def update!(**args)
|
88
|
+
@container = args[:container] if args.key?(:container)
|
89
|
+
@id = args[:id] if args.key?(:id)
|
90
|
+
@location = args[:location] if args.key?(:location)
|
91
|
+
end
|
92
|
+
end
|
93
|
+
|
94
|
+
# Metadata associated with an App Hub service.
|
95
|
+
class AppHubService
|
96
|
+
include Google::Apis::Core::Hashable
|
97
|
+
|
98
|
+
# Service criticality type Example: "CRITICAL"
|
99
|
+
# Corresponds to the JSON property `criticalityType`
|
100
|
+
# @return [String]
|
101
|
+
attr_accessor :criticality_type
|
102
|
+
|
103
|
+
# Service environment type Example: "DEV"
|
104
|
+
# Corresponds to the JSON property `environmentType`
|
105
|
+
# @return [String]
|
106
|
+
attr_accessor :environment_type
|
107
|
+
|
108
|
+
# Service Id. Example: "my-service"
|
109
|
+
# Corresponds to the JSON property `id`
|
110
|
+
# @return [String]
|
111
|
+
attr_accessor :id
|
112
|
+
|
113
|
+
def initialize(**args)
|
114
|
+
update!(**args)
|
115
|
+
end
|
116
|
+
|
117
|
+
# Update properties of this object
|
118
|
+
def update!(**args)
|
119
|
+
@criticality_type = args[:criticality_type] if args.key?(:criticality_type)
|
120
|
+
@environment_type = args[:environment_type] if args.key?(:environment_type)
|
121
|
+
@id = args[:id] if args.key?(:id)
|
122
|
+
end
|
123
|
+
end
|
124
|
+
|
125
|
+
# Metadata associated with an App Hub workload.
|
126
|
+
class AppHubWorkload
|
127
|
+
include Google::Apis::Core::Hashable
|
128
|
+
|
129
|
+
# Workload criticality type Example: "CRITICAL"
|
130
|
+
# Corresponds to the JSON property `criticalityType`
|
131
|
+
# @return [String]
|
132
|
+
attr_accessor :criticality_type
|
133
|
+
|
134
|
+
# Workload environment type Example: "DEV"
|
135
|
+
# Corresponds to the JSON property `environmentType`
|
136
|
+
# @return [String]
|
137
|
+
attr_accessor :environment_type
|
138
|
+
|
139
|
+
# Workload Id. Example: "my-workload"
|
140
|
+
# Corresponds to the JSON property `id`
|
141
|
+
# @return [String]
|
142
|
+
attr_accessor :id
|
143
|
+
|
144
|
+
def initialize(**args)
|
145
|
+
update!(**args)
|
146
|
+
end
|
147
|
+
|
148
|
+
# Update properties of this object
|
149
|
+
def update!(**args)
|
150
|
+
@criticality_type = args[:criticality_type] if args.key?(:criticality_type)
|
151
|
+
@environment_type = args[:environment_type] if args.key?(:environment_type)
|
152
|
+
@id = args[:id] if args.key?(:id)
|
153
|
+
end
|
154
|
+
end
|
155
|
+
|
25
156
|
# Describes a BigQuery dataset that was created by a link.
|
26
157
|
class BigQueryDataset
|
27
158
|
include Google::Apis::Core::Hashable
|
@@ -547,10 +678,7 @@ module Google
|
|
547
678
|
attr_accessor :link_id
|
548
679
|
|
549
680
|
# Required. The full resource name of the bucket to create a link for. "projects/
|
550
|
-
# [PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
|
551
|
-
# ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "billingAccounts/
|
552
|
-
# [BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "folders/[
|
553
|
-
# FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
|
681
|
+
# [PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
|
554
682
|
# Corresponds to the JSON property `parent`
|
555
683
|
# @return [String]
|
556
684
|
attr_accessor :parent
|
@@ -1795,6 +1923,11 @@ module Google
|
|
1795
1923
|
class LogEntry
|
1796
1924
|
include Google::Apis::Core::Hashable
|
1797
1925
|
|
1926
|
+
# Metadata associated with App Hub.
|
1927
|
+
# Corresponds to the JSON property `apphub`
|
1928
|
+
# @return [Google::Apis::LoggingV2::AppHub]
|
1929
|
+
attr_accessor :apphub
|
1930
|
+
|
1798
1931
|
# Output only. The Error Reporting (https://cloud.google.com/error-reporting)
|
1799
1932
|
# error groups associated with this LogEntry. Error Reporting sets the values
|
1800
1933
|
# for this field during error group creation.For more information, see View
|
@@ -1990,6 +2123,7 @@ module Google
|
|
1990
2123
|
|
1991
2124
|
# Update properties of this object
|
1992
2125
|
def update!(**args)
|
2126
|
+
@apphub = args[:apphub] if args.key?(:apphub)
|
1993
2127
|
@error_groups = args[:error_groups] if args.key?(:error_groups)
|
1994
2128
|
@http_request = args[:http_request] if args.key?(:http_request)
|
1995
2129
|
@insert_id = args[:insert_id] if args.key?(:insert_id)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module LoggingV2
|
18
18
|
# Version of the google-apis-logging_v2 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.78.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250411"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -22,6 +22,30 @@ module Google
|
|
22
22
|
module Apis
|
23
23
|
module LoggingV2
|
24
24
|
|
25
|
+
class AppHub
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
|
+
|
28
|
+
include Google::Apis::Core::JsonObjectSupport
|
29
|
+
end
|
30
|
+
|
31
|
+
class AppHubApplication
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
|
+
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
35
|
+
end
|
36
|
+
|
37
|
+
class AppHubService
|
38
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
|
+
|
40
|
+
include Google::Apis::Core::JsonObjectSupport
|
41
|
+
end
|
42
|
+
|
43
|
+
class AppHubWorkload
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
+
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
47
|
+
end
|
48
|
+
|
25
49
|
class BigQueryDataset
|
26
50
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
51
|
|
@@ -514,6 +538,45 @@ module Google
|
|
514
538
|
include Google::Apis::Core::JsonObjectSupport
|
515
539
|
end
|
516
540
|
|
541
|
+
class AppHub
|
542
|
+
# @private
|
543
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
544
|
+
property :application, as: 'application', class: Google::Apis::LoggingV2::AppHubApplication, decorator: Google::Apis::LoggingV2::AppHubApplication::Representation
|
545
|
+
|
546
|
+
property :service, as: 'service', class: Google::Apis::LoggingV2::AppHubService, decorator: Google::Apis::LoggingV2::AppHubService::Representation
|
547
|
+
|
548
|
+
property :workload, as: 'workload', class: Google::Apis::LoggingV2::AppHubWorkload, decorator: Google::Apis::LoggingV2::AppHubWorkload::Representation
|
549
|
+
|
550
|
+
end
|
551
|
+
end
|
552
|
+
|
553
|
+
class AppHubApplication
|
554
|
+
# @private
|
555
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
556
|
+
property :container, as: 'container'
|
557
|
+
property :id, as: 'id'
|
558
|
+
property :location, as: 'location'
|
559
|
+
end
|
560
|
+
end
|
561
|
+
|
562
|
+
class AppHubService
|
563
|
+
# @private
|
564
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
565
|
+
property :criticality_type, as: 'criticalityType'
|
566
|
+
property :environment_type, as: 'environmentType'
|
567
|
+
property :id, as: 'id'
|
568
|
+
end
|
569
|
+
end
|
570
|
+
|
571
|
+
class AppHubWorkload
|
572
|
+
# @private
|
573
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
574
|
+
property :criticality_type, as: 'criticalityType'
|
575
|
+
property :environment_type, as: 'environmentType'
|
576
|
+
property :id, as: 'id'
|
577
|
+
end
|
578
|
+
end
|
579
|
+
|
517
580
|
class BigQueryDataset
|
518
581
|
# @private
|
519
582
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -949,6 +1012,8 @@ module Google
|
|
949
1012
|
class LogEntry
|
950
1013
|
# @private
|
951
1014
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1015
|
+
property :apphub, as: 'apphub', class: Google::Apis::LoggingV2::AppHub, decorator: Google::Apis::LoggingV2::AppHub::Representation
|
1016
|
+
|
952
1017
|
collection :error_groups, as: 'errorGroups', class: Google::Apis::LoggingV2::LogErrorGroup, decorator: Google::Apis::LoggingV2::LogErrorGroup::Representation
|
953
1018
|
|
954
1019
|
property :http_request, as: 'httpRequest', class: Google::Apis::LoggingV2::HttpRequest, decorator: Google::Apis::LoggingV2::HttpRequest::Representation
|
@@ -356,6 +356,9 @@ module Google
|
|
356
356
|
# Lists information about the supported locations for this service.
|
357
357
|
# @param [String] name
|
358
358
|
# The resource that owns the locations collection, if applicable.
|
359
|
+
# @param [Array<String>, String] extra_location_types
|
360
|
+
# Optional. A list of extra location types that should be used as conditions for
|
361
|
+
# controlling the visibility of the locations.
|
359
362
|
# @param [String] filter
|
360
363
|
# A filter to narrow down results to a preferred subset. The filtering language
|
361
364
|
# accepts strings like "displayName=tokyo", and is documented in more detail in
|
@@ -383,11 +386,12 @@ module Google
|
|
383
386
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
384
387
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
385
388
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
386
|
-
def list_billing_account_locations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
389
|
+
def list_billing_account_locations(name, extra_location_types: nil, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
387
390
|
command = make_simple_command(:get, 'v2/{+name}/locations', options)
|
388
391
|
command.response_representation = Google::Apis::LoggingV2::ListLocationsResponse::Representation
|
389
392
|
command.response_class = Google::Apis::LoggingV2::ListLocationsResponse
|
390
393
|
command.params['name'] = name unless name.nil?
|
394
|
+
command.query['extraLocationTypes'] = extra_location_types unless extra_location_types.nil?
|
391
395
|
command.query['filter'] = filter unless filter.nil?
|
392
396
|
command.query['pageSize'] = page_size unless page_size.nil?
|
393
397
|
command.query['pageToken'] = page_token unless page_token.nil?
|
@@ -738,10 +742,7 @@ module Google
|
|
738
742
|
# currently only contain one link.
|
739
743
|
# @param [String] parent
|
740
744
|
# Required. The full resource name of the bucket to create a link for. "projects/
|
741
|
-
# [PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
|
742
|
-
# ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "billingAccounts/
|
743
|
-
# [BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "folders/[
|
744
|
-
# FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
|
745
|
+
# [PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
|
745
746
|
# @param [Google::Apis::LoggingV2::Link] link_object
|
746
747
|
# @param [String] link_id
|
747
748
|
# Required. The ID to use for the link. The link_id can have up to 100
|
@@ -2614,6 +2615,9 @@ module Google
|
|
2614
2615
|
# Lists information about the supported locations for this service.
|
2615
2616
|
# @param [String] name
|
2616
2617
|
# The resource that owns the locations collection, if applicable.
|
2618
|
+
# @param [Array<String>, String] extra_location_types
|
2619
|
+
# Optional. A list of extra location types that should be used as conditions for
|
2620
|
+
# controlling the visibility of the locations.
|
2617
2621
|
# @param [String] filter
|
2618
2622
|
# A filter to narrow down results to a preferred subset. The filtering language
|
2619
2623
|
# accepts strings like "displayName=tokyo", and is documented in more detail in
|
@@ -2641,11 +2645,12 @@ module Google
|
|
2641
2645
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
2642
2646
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
2643
2647
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
2644
|
-
def list_folder_locations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
2648
|
+
def list_folder_locations(name, extra_location_types: nil, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
2645
2649
|
command = make_simple_command(:get, 'v2/{+name}/locations', options)
|
2646
2650
|
command.response_representation = Google::Apis::LoggingV2::ListLocationsResponse::Representation
|
2647
2651
|
command.response_class = Google::Apis::LoggingV2::ListLocationsResponse
|
2648
2652
|
command.params['name'] = name unless name.nil?
|
2653
|
+
command.query['extraLocationTypes'] = extra_location_types unless extra_location_types.nil?
|
2649
2654
|
command.query['filter'] = filter unless filter.nil?
|
2650
2655
|
command.query['pageSize'] = page_size unless page_size.nil?
|
2651
2656
|
command.query['pageToken'] = page_token unless page_token.nil?
|
@@ -2996,10 +3001,7 @@ module Google
|
|
2996
3001
|
# currently only contain one link.
|
2997
3002
|
# @param [String] parent
|
2998
3003
|
# Required. The full resource name of the bucket to create a link for. "projects/
|
2999
|
-
# [PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
|
3000
|
-
# ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "billingAccounts/
|
3001
|
-
# [BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "folders/[
|
3002
|
-
# FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
|
3004
|
+
# [PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
|
3003
3005
|
# @param [Google::Apis::LoggingV2::Link] link_object
|
3004
3006
|
# @param [String] link_id
|
3005
3007
|
# Required. The ID to use for the link. The link_id can have up to 100
|
@@ -4528,6 +4530,9 @@ module Google
|
|
4528
4530
|
# Lists information about the supported locations for this service.
|
4529
4531
|
# @param [String] name
|
4530
4532
|
# The resource that owns the locations collection, if applicable.
|
4533
|
+
# @param [Array<String>, String] extra_location_types
|
4534
|
+
# Optional. A list of extra location types that should be used as conditions for
|
4535
|
+
# controlling the visibility of the locations.
|
4531
4536
|
# @param [String] filter
|
4532
4537
|
# A filter to narrow down results to a preferred subset. The filtering language
|
4533
4538
|
# accepts strings like "displayName=tokyo", and is documented in more detail in
|
@@ -4555,11 +4560,12 @@ module Google
|
|
4555
4560
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
4556
4561
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
4557
4562
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
4558
|
-
def list_locations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
4563
|
+
def list_locations(name, extra_location_types: nil, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
4559
4564
|
command = make_simple_command(:get, 'v2/{+name}/locations', options)
|
4560
4565
|
command.response_representation = Google::Apis::LoggingV2::ListLocationsResponse::Representation
|
4561
4566
|
command.response_class = Google::Apis::LoggingV2::ListLocationsResponse
|
4562
4567
|
command.params['name'] = name unless name.nil?
|
4568
|
+
command.query['extraLocationTypes'] = extra_location_types unless extra_location_types.nil?
|
4563
4569
|
command.query['filter'] = filter unless filter.nil?
|
4564
4570
|
command.query['pageSize'] = page_size unless page_size.nil?
|
4565
4571
|
command.query['pageToken'] = page_token unless page_token.nil?
|
@@ -4910,10 +4916,7 @@ module Google
|
|
4910
4916
|
# currently only contain one link.
|
4911
4917
|
# @param [String] parent
|
4912
4918
|
# Required. The full resource name of the bucket to create a link for. "projects/
|
4913
|
-
# [PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
|
4914
|
-
# ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "billingAccounts/
|
4915
|
-
# [BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "folders/[
|
4916
|
-
# FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
|
4919
|
+
# [PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
|
4917
4920
|
# @param [Google::Apis::LoggingV2::Link] link_object
|
4918
4921
|
# @param [String] link_id
|
4919
4922
|
# Required. The ID to use for the link. The link_id can have up to 100
|
@@ -6018,6 +6021,9 @@ module Google
|
|
6018
6021
|
# Lists information about the supported locations for this service.
|
6019
6022
|
# @param [String] name
|
6020
6023
|
# The resource that owns the locations collection, if applicable.
|
6024
|
+
# @param [Array<String>, String] extra_location_types
|
6025
|
+
# Optional. A list of extra location types that should be used as conditions for
|
6026
|
+
# controlling the visibility of the locations.
|
6021
6027
|
# @param [String] filter
|
6022
6028
|
# A filter to narrow down results to a preferred subset. The filtering language
|
6023
6029
|
# accepts strings like "displayName=tokyo", and is documented in more detail in
|
@@ -6045,11 +6051,12 @@ module Google
|
|
6045
6051
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
6046
6052
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
6047
6053
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
6048
|
-
def list_organization_locations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
6054
|
+
def list_organization_locations(name, extra_location_types: nil, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
6049
6055
|
command = make_simple_command(:get, 'v2/{+name}/locations', options)
|
6050
6056
|
command.response_representation = Google::Apis::LoggingV2::ListLocationsResponse::Representation
|
6051
6057
|
command.response_class = Google::Apis::LoggingV2::ListLocationsResponse
|
6052
6058
|
command.params['name'] = name unless name.nil?
|
6059
|
+
command.query['extraLocationTypes'] = extra_location_types unless extra_location_types.nil?
|
6053
6060
|
command.query['filter'] = filter unless filter.nil?
|
6054
6061
|
command.query['pageSize'] = page_size unless page_size.nil?
|
6055
6062
|
command.query['pageToken'] = page_token unless page_token.nil?
|
@@ -6400,10 +6407,7 @@ module Google
|
|
6400
6407
|
# currently only contain one link.
|
6401
6408
|
# @param [String] parent
|
6402
6409
|
# Required. The full resource name of the bucket to create a link for. "projects/
|
6403
|
-
# [PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
|
6404
|
-
# ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "billingAccounts/
|
6405
|
-
# [BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "folders/[
|
6406
|
-
# FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
|
6410
|
+
# [PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
|
6407
6411
|
# @param [Google::Apis::LoggingV2::Link] link_object
|
6408
6412
|
# @param [String] link_id
|
6409
6413
|
# Required. The ID to use for the link. The link_id can have up to 100
|
@@ -8204,6 +8208,9 @@ module Google
|
|
8204
8208
|
# Lists information about the supported locations for this service.
|
8205
8209
|
# @param [String] name
|
8206
8210
|
# The resource that owns the locations collection, if applicable.
|
8211
|
+
# @param [Array<String>, String] extra_location_types
|
8212
|
+
# Optional. A list of extra location types that should be used as conditions for
|
8213
|
+
# controlling the visibility of the locations.
|
8207
8214
|
# @param [String] filter
|
8208
8215
|
# A filter to narrow down results to a preferred subset. The filtering language
|
8209
8216
|
# accepts strings like "displayName=tokyo", and is documented in more detail in
|
@@ -8231,11 +8238,12 @@ module Google
|
|
8231
8238
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
8232
8239
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
8233
8240
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
8234
|
-
def list_project_locations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
8241
|
+
def list_project_locations(name, extra_location_types: nil, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
8235
8242
|
command = make_simple_command(:get, 'v2/{+name}/locations', options)
|
8236
8243
|
command.response_representation = Google::Apis::LoggingV2::ListLocationsResponse::Representation
|
8237
8244
|
command.response_class = Google::Apis::LoggingV2::ListLocationsResponse
|
8238
8245
|
command.params['name'] = name unless name.nil?
|
8246
|
+
command.query['extraLocationTypes'] = extra_location_types unless extra_location_types.nil?
|
8239
8247
|
command.query['filter'] = filter unless filter.nil?
|
8240
8248
|
command.query['pageSize'] = page_size unless page_size.nil?
|
8241
8249
|
command.query['pageToken'] = page_token unless page_token.nil?
|
@@ -8586,10 +8594,7 @@ module Google
|
|
8586
8594
|
# currently only contain one link.
|
8587
8595
|
# @param [String] parent
|
8588
8596
|
# Required. The full resource name of the bucket to create a link for. "projects/
|
8589
|
-
# [PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
|
8590
|
-
# ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "billingAccounts/
|
8591
|
-
# [BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "folders/[
|
8592
|
-
# FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
|
8597
|
+
# [PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
|
8593
8598
|
# @param [Google::Apis::LoggingV2::Link] link_object
|
8594
8599
|
# @param [String] link_id
|
8595
8600
|
# Required. The ID to use for the link. The link_id can have up to 100
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-logging_v2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.78.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-04-20 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-logging_v2/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-logging_v2/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-logging_v2/v0.78.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-logging_v2
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|