google-apis-servicemanagement_v1 0.69.0 → 0.70.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: ee7c5d5ec9255dd26e21a1d1734826ce23fcf8ab85a476e33a958a4708541ba4
|
4
|
+
data.tar.gz: e071c486ebc1a7f8ab679582c27b4ea37fdc721ea9387d114f18676193aa55b2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f507a1d40fd2c4836b5580f1182ff296232d2a320ea526ac9e13bff6a893d2f2560d259a8c4ca4a290ff3763090ce6bee3ff40fc65d9ce59063756542b4564d7
|
7
|
+
data.tar.gz: 52476b44586e4429c33d9e89ae327d7acfb4ce7e6a57ae09e374c9ccaab7fa2eae17680cdd6e1c9cb56f00dd3c6351cb15b3976f90abf89e1964125cbb301eed
|
data/CHANGELOG.md
CHANGED
@@ -49,10 +49,19 @@ module Google
|
|
49
49
|
# which represent a concrete implementation of an interface as opposed to simply
|
50
50
|
# a description of methods and bindings. They are also sometimes simply referred
|
51
51
|
# to as "APIs" in other contexts, such as the name of this message itself. See
|
52
|
-
# https://cloud.google.com/apis/design/glossary for detailed terminology.
|
52
|
+
# https://cloud.google.com/apis/design/glossary for detailed terminology. New
|
53
|
+
# usages of this message as an alternative to ServiceDescriptorProto are
|
54
|
+
# strongly discouraged. This message does not reliability preserve all
|
55
|
+
# information necessary to model the schema and preserve semantics. Instead make
|
56
|
+
# use of FileDescriptorSet which preserves the necessary information.
|
53
57
|
class Api
|
54
58
|
include Google::Apis::Core::Hashable
|
55
59
|
|
60
|
+
# The source edition string, only valid when syntax is SYNTAX_EDITIONS.
|
61
|
+
# Corresponds to the JSON property `edition`
|
62
|
+
# @return [String]
|
63
|
+
attr_accessor :edition
|
64
|
+
|
56
65
|
# The methods of this interface, in unspecified order.
|
57
66
|
# Corresponds to the JSON property `methods`
|
58
67
|
# @return [Array<Google::Apis::ServicemanagementV1::MethodProp>]
|
@@ -108,6 +117,7 @@ module Google
|
|
108
117
|
|
109
118
|
# Update properties of this object
|
110
119
|
def update!(**args)
|
120
|
+
@edition = args[:edition] if args.key?(:edition)
|
111
121
|
@methods_prop = args[:methods_prop] if args.key?(:methods_prop)
|
112
122
|
@mixins = args[:mixins] if args.key?(:mixins)
|
113
123
|
@name = args[:name] if args.key?(:name)
|
@@ -497,7 +507,7 @@ module Google
|
|
497
507
|
# @return [Hash<String,Google::Apis::ServicemanagementV1::BackendRule>]
|
498
508
|
attr_accessor :overrides_by_request_protocol
|
499
509
|
|
500
|
-
#
|
510
|
+
# no-lint
|
501
511
|
# Corresponds to the JSON property `pathTranslation`
|
502
512
|
# @return [String]
|
503
513
|
attr_accessor :path_translation
|
@@ -1646,7 +1656,11 @@ module Google
|
|
1646
1656
|
end
|
1647
1657
|
end
|
1648
1658
|
|
1649
|
-
# Enum type definition.
|
1659
|
+
# Enum type definition. New usages of this message as an alternative to
|
1660
|
+
# EnumDescriptorProto are strongly discouraged. This message does not
|
1661
|
+
# reliability preserve all information necessary to model the schema and
|
1662
|
+
# preserve semantics. Instead make use of FileDescriptorSet which preserves the
|
1663
|
+
# necessary information.
|
1650
1664
|
class Enum
|
1651
1665
|
include Google::Apis::Core::Hashable
|
1652
1666
|
|
@@ -1696,7 +1710,11 @@ module Google
|
|
1696
1710
|
end
|
1697
1711
|
end
|
1698
1712
|
|
1699
|
-
# Enum value definition.
|
1713
|
+
# Enum value definition. New usages of this message as an alternative to
|
1714
|
+
# EnumValueDescriptorProto are strongly discouraged. This message does not
|
1715
|
+
# reliability preserve all information necessary to model the schema and
|
1716
|
+
# preserve semantics. Instead make use of FileDescriptorSet which preserves the
|
1717
|
+
# necessary information.
|
1700
1718
|
class EnumValue
|
1701
1719
|
include Google::Apis::Core::Hashable
|
1702
1720
|
|
@@ -1824,7 +1842,11 @@ module Google
|
|
1824
1842
|
end
|
1825
1843
|
end
|
1826
1844
|
|
1827
|
-
# A single field of a message type.
|
1845
|
+
# A single field of a message type. New usages of this message as an alternative
|
1846
|
+
# to FieldDescriptorProto are strongly discouraged. This message does not
|
1847
|
+
# reliability preserve all information necessary to model the schema and
|
1848
|
+
# preserve semantics. Instead make use of FileDescriptorSet which preserves the
|
1849
|
+
# necessary information.
|
1828
1850
|
class Field
|
1829
1851
|
include Google::Apis::Core::Hashable
|
1830
1852
|
|
@@ -2098,7 +2120,8 @@ module Google
|
|
2098
2120
|
|
2099
2121
|
# Map of service names to renamed services. Keys are the package relative
|
2100
2122
|
# service names and values are the name to be used for the service client and
|
2101
|
-
# call options. publishing: go_settings: renamed_services: Publisher:
|
2123
|
+
# call options. Example: publishing: go_settings: renamed_services: Publisher:
|
2124
|
+
# TopicAdmin
|
2102
2125
|
# Corresponds to the JSON property `renamedServices`
|
2103
2126
|
# @return [Hash<String,String>]
|
2104
2127
|
attr_accessor :renamed_services
|
@@ -2754,10 +2777,21 @@ module Google
|
|
2754
2777
|
end
|
2755
2778
|
end
|
2756
2779
|
|
2757
|
-
# Method represents a method of an API interface.
|
2780
|
+
# Method represents a method of an API interface. New usages of this message as
|
2781
|
+
# an alternative to MethodDescriptorProto are strongly discouraged. This message
|
2782
|
+
# does not reliability preserve all information necessary to model the schema
|
2783
|
+
# and preserve semantics. Instead make use of FileDescriptorSet which preserves
|
2784
|
+
# the necessary information.
|
2758
2785
|
class MethodProp
|
2759
2786
|
include Google::Apis::Core::Hashable
|
2760
2787
|
|
2788
|
+
# The source edition string, only valid when syntax is SYNTAX_EDITIONS. This
|
2789
|
+
# field should be ignored, instead the edition should be inherited from Api.
|
2790
|
+
# This is similar to Field and EnumValue.
|
2791
|
+
# Corresponds to the JSON property `edition`
|
2792
|
+
# @return [String]
|
2793
|
+
attr_accessor :edition
|
2794
|
+
|
2761
2795
|
# The simple name of this method.
|
2762
2796
|
# Corresponds to the JSON property `name`
|
2763
2797
|
# @return [String]
|
@@ -2790,7 +2824,8 @@ module Google
|
|
2790
2824
|
# @return [String]
|
2791
2825
|
attr_accessor :response_type_url
|
2792
2826
|
|
2793
|
-
# The source syntax of this method.
|
2827
|
+
# The source syntax of this method. This field should be ignored, instead the
|
2828
|
+
# syntax should be inherited from Api. This is similar to Field and EnumValue.
|
2794
2829
|
# Corresponds to the JSON property `syntax`
|
2795
2830
|
# @return [String]
|
2796
2831
|
attr_accessor :syntax
|
@@ -2801,6 +2836,7 @@ module Google
|
|
2801
2836
|
|
2802
2837
|
# Update properties of this object
|
2803
2838
|
def update!(**args)
|
2839
|
+
@edition = args[:edition] if args.key?(:edition)
|
2804
2840
|
@name = args[:name] if args.key?(:name)
|
2805
2841
|
@options = args[:options] if args.key?(:options)
|
2806
2842
|
@request_streaming = args[:request_streaming] if args.key?(:request_streaming)
|
@@ -3496,7 +3532,9 @@ module Google
|
|
3496
3532
|
end
|
3497
3533
|
|
3498
3534
|
# A protocol buffer option, which can be attached to a message, field,
|
3499
|
-
# enumeration, etc.
|
3535
|
+
# enumeration, etc. New usages of this message as an alternative to FileOptions,
|
3536
|
+
# MessageOptions, FieldOptions, EnumOptions, EnumValueOptions, ServiceOptions,
|
3537
|
+
# or MethodOptions are strongly discouraged.
|
3500
3538
|
class Option
|
3501
3539
|
include Google::Apis::Core::Hashable
|
3502
3540
|
|
@@ -3577,6 +3615,16 @@ module Google
|
|
3577
3615
|
# @return [Google::Apis::ServicemanagementV1::CommonLanguageSettings]
|
3578
3616
|
attr_accessor :common
|
3579
3617
|
|
3618
|
+
# The package name to use in Php. Clobbers the php_namespace option set in the
|
3619
|
+
# protobuf. This should be used **only** by APIs who have already set the
|
3620
|
+
# language_settings.php.package_name" field in gapic.yaml. API teams should use
|
3621
|
+
# the protobuf php_namespace option where possible. Example of a YAML
|
3622
|
+
# configuration:: publishing: library_settings: php_settings: library_package:
|
3623
|
+
# Google\Cloud\PubSub\V1
|
3624
|
+
# Corresponds to the JSON property `libraryPackage`
|
3625
|
+
# @return [String]
|
3626
|
+
attr_accessor :library_package
|
3627
|
+
|
3580
3628
|
def initialize(**args)
|
3581
3629
|
update!(**args)
|
3582
3630
|
end
|
@@ -3584,6 +3632,7 @@ module Google
|
|
3584
3632
|
# Update properties of this object
|
3585
3633
|
def update!(**args)
|
3586
3634
|
@common = args[:common] if args.key?(:common)
|
3635
|
+
@library_package = args[:library_package] if args.key?(:library_package)
|
3587
3636
|
end
|
3588
3637
|
end
|
3589
3638
|
|
@@ -4043,11 +4092,6 @@ module Google
|
|
4043
4092
|
# @return [Google::Apis::ServicemanagementV1::TrafficPercentStrategy]
|
4044
4093
|
attr_accessor :traffic_percent_strategy
|
4045
4094
|
|
4046
|
-
# The TPC universe which the rollout will be rolled out to.
|
4047
|
-
# Corresponds to the JSON property `universe`
|
4048
|
-
# @return [String]
|
4049
|
-
attr_accessor :universe
|
4050
|
-
|
4051
4095
|
def initialize(**args)
|
4052
4096
|
update!(**args)
|
4053
4097
|
end
|
@@ -4061,7 +4105,6 @@ module Google
|
|
4061
4105
|
@service_name = args[:service_name] if args.key?(:service_name)
|
4062
4106
|
@status = args[:status] if args.key?(:status)
|
4063
4107
|
@traffic_percent_strategy = args[:traffic_percent_strategy] if args.key?(:traffic_percent_strategy)
|
4064
|
-
@universe = args[:universe] if args.key?(:universe)
|
4065
4108
|
end
|
4066
4109
|
end
|
4067
4110
|
|
@@ -4840,7 +4883,11 @@ module Google
|
|
4840
4883
|
end
|
4841
4884
|
end
|
4842
4885
|
|
4843
|
-
# A protocol buffer message type.
|
4886
|
+
# A protocol buffer message type. New usages of this message as an alternative
|
4887
|
+
# to DescriptorProto are strongly discouraged. This message does not reliability
|
4888
|
+
# preserve all information necessary to model the schema and preserve semantics.
|
4889
|
+
# Instead make use of FileDescriptorSet which preserves the necessary
|
4890
|
+
# information.
|
4844
4891
|
class Type
|
4845
4892
|
include Google::Apis::Core::Hashable
|
4846
4893
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ServicemanagementV1
|
18
18
|
# Version of the google-apis-servicemanagement_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.70.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 = "20250812"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -686,6 +686,7 @@ module Google
|
|
686
686
|
class Api
|
687
687
|
# @private
|
688
688
|
class Representation < Google::Apis::Core::JsonRepresentation
|
689
|
+
property :edition, as: 'edition'
|
689
690
|
collection :methods_prop, as: 'methods', class: Google::Apis::ServicemanagementV1::MethodProp, decorator: Google::Apis::ServicemanagementV1::MethodProp::Representation
|
690
691
|
|
691
692
|
collection :mixins, as: 'mixins', class: Google::Apis::ServicemanagementV1::Mixin, decorator: Google::Apis::ServicemanagementV1::Mixin::Representation
|
@@ -1329,6 +1330,7 @@ module Google
|
|
1329
1330
|
class MethodProp
|
1330
1331
|
# @private
|
1331
1332
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1333
|
+
property :edition, as: 'edition'
|
1332
1334
|
property :name, as: 'name'
|
1333
1335
|
collection :options, as: 'options', class: Google::Apis::ServicemanagementV1::Option, decorator: Google::Apis::ServicemanagementV1::Option::Representation
|
1334
1336
|
|
@@ -1506,6 +1508,7 @@ module Google
|
|
1506
1508
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1507
1509
|
property :common, as: 'common', class: Google::Apis::ServicemanagementV1::CommonLanguageSettings, decorator: Google::Apis::ServicemanagementV1::CommonLanguageSettings::Representation
|
1508
1510
|
|
1511
|
+
property :library_package, as: 'libraryPackage'
|
1509
1512
|
end
|
1510
1513
|
end
|
1511
1514
|
|
@@ -1596,7 +1599,6 @@ module Google
|
|
1596
1599
|
property :status, as: 'status'
|
1597
1600
|
property :traffic_percent_strategy, as: 'trafficPercentStrategy', class: Google::Apis::ServicemanagementV1::TrafficPercentStrategy, decorator: Google::Apis::ServicemanagementV1::TrafficPercentStrategy::Representation
|
1598
1601
|
|
1599
|
-
property :universe, as: 'universe'
|
1600
1602
|
end
|
1601
1603
|
end
|
1602
1604
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-servicemanagement_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.70.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-servicemanagement_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-servicemanagement_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-servicemanagement_v1/v0.70.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicemanagement_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|