Skip to content

Commit 10b5075

Browse files
feat: Automated regeneration of datalineage v1 client (#25927)
Auto-created at 2026-03-15 10:12:05 +0000 using the toys pull request generator.
1 parent 7a2004d commit 10b5075

File tree

4 files changed

+6
-78
lines changed

4 files changed

+6
-78
lines changed

generated/google-apis-datalineage_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-datalineage_v1
22

3+
### v0.15.0 (2026-03-15)
4+
5+
* Regenerated from discovery document revision 20260309
6+
37
### v0.14.0 (2026-02-08)
48

59
* Regenerated from discovery document revision 20260130

generated/google-apis-datalineage_v1/lib/google/apis/datalineage_v1/classes.rb

Lines changed: 0 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -22,55 +22,6 @@ module Google
2222
module Apis
2323
module DatalineageV1
2424

25-
# Profile describing the data handling characteristics of an MCP tool. When used
26-
# within the McpTool.meta field, this message should be packed into a google.
27-
# protobuf.Any and associated with the key: "google.com/tool.profiles/
28-
# data_handling"
29-
class ApiservingMcpMcpToolDataHandlingProfile
30-
include Google::Apis::Core::Hashable
31-
32-
# // The data access level of the tool's inputs.
33-
# Corresponds to the JSON property `inputDataAccessLevel`
34-
# @return [String]
35-
attr_accessor :input_data_access_level
36-
37-
# The data access level of the tool's outputs.
38-
# Corresponds to the JSON property `outputDataAccessLevel`
39-
# @return [String]
40-
attr_accessor :output_data_access_level
41-
42-
def initialize(**args)
43-
update!(**args)
44-
end
45-
46-
# Update properties of this object
47-
def update!(**args)
48-
@input_data_access_level = args[:input_data_access_level] if args.key?(:input_data_access_level)
49-
@output_data_access_level = args[:output_data_access_level] if args.key?(:output_data_access_level)
50-
end
51-
end
52-
53-
# Profile describing the lifecycle stage of an MCP tool. When used within the
54-
# McpTool.meta field, this message should be packed into a google.protobuf.Any
55-
# and associated with the key: "google.com/tool.profiles/lifecycle"
56-
class ApiservingMcpMcpToolLifecycleProfile
57-
include Google::Apis::Core::Hashable
58-
59-
# Output only. The current launch state of the MCP tool.
60-
# Corresponds to the JSON property `launchState`
61-
# @return [String]
62-
attr_accessor :launch_state
63-
64-
def initialize(**args)
65-
update!(**args)
66-
end
67-
68-
# Update properties of this object
69-
def update!(**args)
70-
@launch_state = args[:launch_state] if args.key?(:launch_state)
71-
end
72-
end
73-
7425
# Configuration for Data Lineage. Defines different configuration options for
7526
# Lineage customers to control behaviour of lineage systems.
7627
class GoogleCloudDatacatalogLineageConfigmanagementV1Config

generated/google-apis-datalineage_v1/lib/google/apis/datalineage_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module DatalineageV1
1818
# Version of the google-apis-datalineage_v1 gem
19-
GEM_VERSION = "0.14.0"
19+
GEM_VERSION = "0.15.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20260130"
25+
REVISION = "20260309"
2626
end
2727
end
2828
end

generated/google-apis-datalineage_v1/lib/google/apis/datalineage_v1/representations.rb

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,6 @@ module Google
2222
module Apis
2323
module DatalineageV1
2424

25-
class ApiservingMcpMcpToolDataHandlingProfile
26-
class Representation < Google::Apis::Core::JsonRepresentation; end
27-
28-
include Google::Apis::Core::JsonObjectSupport
29-
end
30-
31-
class ApiservingMcpMcpToolLifecycleProfile
32-
class Representation < Google::Apis::Core::JsonRepresentation; end
33-
34-
include Google::Apis::Core::JsonObjectSupport
35-
end
36-
3725
class GoogleCloudDatacatalogLineageConfigmanagementV1Config
3826
class Representation < Google::Apis::Core::JsonRepresentation; end
3927

@@ -202,21 +190,6 @@ class Representation < Google::Apis::Core::JsonRepresentation; end
202190
include Google::Apis::Core::JsonObjectSupport
203191
end
204192

205-
class ApiservingMcpMcpToolDataHandlingProfile
206-
# @private
207-
class Representation < Google::Apis::Core::JsonRepresentation
208-
property :input_data_access_level, as: 'inputDataAccessLevel'
209-
property :output_data_access_level, as: 'outputDataAccessLevel'
210-
end
211-
end
212-
213-
class ApiservingMcpMcpToolLifecycleProfile
214-
# @private
215-
class Representation < Google::Apis::Core::JsonRepresentation
216-
property :launch_state, as: 'launchState'
217-
end
218-
end
219-
220193
class GoogleCloudDatacatalogLineageConfigmanagementV1Config
221194
# @private
222195
class Representation < Google::Apis::Core::JsonRepresentation

0 commit comments

Comments
 (0)