google-apis-networkmanagement_v1beta1 0.78.0 → 0.79.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: 772ee4b6513cd62e9c07776a41a002dab0b7b3d6de9c730a04e21124b110f250
|
|
4
|
+
data.tar.gz: d0dce601b77d5c56cd1122b6566abc1f87415634fda9edac735929b1f3aa9dda
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5745e3bd78e98c1701a2f14130b403c4a999514f61ff45b99e86aeafc5b0328398b05069095401214726895d01e91bb71ead85b40253babd55361ef4789879b3
|
|
7
|
+
data.tar.gz: 7688cf31ae7c595992b9d81842c9091590f777836284bf7f8e0dd114000fa9103eae174490a475d93b7e5d6e05e8bee8efcc5264e9e1b0268c88fa78d47c8387
|
data/CHANGELOG.md
CHANGED
|
@@ -892,6 +892,14 @@ module Google
|
|
|
892
892
|
# @return [Google::Apis::NetworkmanagementV1beta1::CloudFunctionEndpoint]
|
|
893
893
|
attr_accessor :cloud_function
|
|
894
894
|
|
|
895
|
+
# A [Cloud Run](https://cloud.google.com/run) [job](https://docs.cloud.google.
|
|
896
|
+
# com/run/docs/reference/rest/v2/projects.locations.jobs#Job) URI. Applicable
|
|
897
|
+
# only to source endpoint. The format is: projects/`project`/locations/`location`
|
|
898
|
+
# /jobs/`job`
|
|
899
|
+
# Corresponds to the JSON property `cloudRunJob`
|
|
900
|
+
# @return [String]
|
|
901
|
+
attr_accessor :cloud_run_job
|
|
902
|
+
|
|
895
903
|
# Wrapper for Cloud Run revision attributes.
|
|
896
904
|
# Corresponds to the JSON property `cloudRunRevision`
|
|
897
905
|
# @return [Google::Apis::NetworkmanagementV1beta1::CloudRunRevisionEndpoint]
|
|
@@ -1016,6 +1024,7 @@ module Google
|
|
|
1016
1024
|
def update!(**args)
|
|
1017
1025
|
@app_engine_version = args[:app_engine_version] if args.key?(:app_engine_version)
|
|
1018
1026
|
@cloud_function = args[:cloud_function] if args.key?(:cloud_function)
|
|
1027
|
+
@cloud_run_job = args[:cloud_run_job] if args.key?(:cloud_run_job)
|
|
1019
1028
|
@cloud_run_revision = args[:cloud_run_revision] if args.key?(:cloud_run_revision)
|
|
1020
1029
|
@cloud_sql_instance = args[:cloud_sql_instance] if args.key?(:cloud_sql_instance)
|
|
1021
1030
|
@datastream_private_connection = args[:datastream_private_connection] if args.key?(:datastream_private_connection)
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module NetworkmanagementV1beta1
|
|
18
18
|
# Version of the google-apis-networkmanagement_v1beta1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.79.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260506"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -674,6 +674,7 @@ module Google
|
|
|
674
674
|
|
|
675
675
|
property :cloud_function, as: 'cloudFunction', class: Google::Apis::NetworkmanagementV1beta1::CloudFunctionEndpoint, decorator: Google::Apis::NetworkmanagementV1beta1::CloudFunctionEndpoint::Representation
|
|
676
676
|
|
|
677
|
+
property :cloud_run_job, as: 'cloudRunJob'
|
|
677
678
|
property :cloud_run_revision, as: 'cloudRunRevision', class: Google::Apis::NetworkmanagementV1beta1::CloudRunRevisionEndpoint, decorator: Google::Apis::NetworkmanagementV1beta1::CloudRunRevisionEndpoint::Representation
|
|
678
679
|
|
|
679
680
|
property :cloud_sql_instance, as: 'cloudSqlInstance'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-networkmanagement_v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.79.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -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-networkmanagement_v1beta1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1beta1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1beta1/v0.79.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkmanagement_v1beta1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|