google-apis-serviceconsumermanagement_v1 0.11.0 → 0.15.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 88abbfc55921edd2887fe83e011e69546d2ca02797a5f09202cc11ee0bb68af6
4
- data.tar.gz: 48a2e49f26819d05611f05a3ba394e9bd0f5b4b76a915f0f07880165c5c39331
3
+ metadata.gz: c441cca5a0b1dffbf309fd6a3d1445428f9a4c2e3776940e2ba015ca9fd6139e
4
+ data.tar.gz: 5104f30742cb7ada6c2d51c506fbfb6c023bd3640c19db139aa28185936114d7
5
5
  SHA512:
6
- metadata.gz: d1d38cd02ea4cde657214f478697817097e7631d0195eca50943fc5b13cf22e2454a1d82f52706a56f55fbdab1200cf43b8d611901bf87ca5d582893d21a9e8d
7
- data.tar.gz: f93e1ee4ca64e6d2e481e1b10114fbc1414f2c016fb76e0c55963151ff5fb5b2a301cfdce8fc4ee79f3fca3f99a14cb0f5fd70e7a3abf800583a8022e6edc2d8
6
+ metadata.gz: cd7cc272e85f04cbf9ae9fca0fcfd7df0222ecc4f00a23cef5680a7f5ade3e21a1770ce9acd75ca1943260737b5683a0c0d5bfa42361923e8faea8623861270b
7
+ data.tar.gz: 3ef88f3dc9fbfc56b560c398683adc926769a726d7d3d285a8fb8ad767078dcd0cfe2d9f4253a19de2e75a0f3fdb857e9de377c0bffce8ae108b17567ba62bd8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-serviceconsumermanagement_v1
2
2
 
3
+ ### v0.15.0 (2021-10-20)
4
+
5
+ * Unspecified changes
6
+
7
+ ### v0.14.0 (2021-09-01)
8
+
9
+ * Regenerated from discovery document revision 20210806
10
+
11
+ ### v0.13.0 (2021-08-05)
12
+
13
+ * Regenerated from discovery document revision 20210803
14
+
15
+ ### v0.12.0 (2021-07-09)
16
+
17
+ * Regenerated from discovery document revision 20210707
18
+
3
19
  ### v0.11.0 (2021-06-29)
4
20
 
5
21
  * Regenerated using generator version 0.4.0
data/OVERVIEW.md CHANGED
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Serviceconsumermanagement service in particular.)
67
67
 
@@ -877,7 +877,9 @@ module Google
877
877
  # @return [String]
878
878
  attr_accessor :service_root_url
879
879
 
880
- # A short summary of what the service does. Can only be provided by plain text.
880
+ # A short description of what the service does. The summary must be plain text.
881
+ # It becomes the overview of the service displayed in Google Cloud Console. NOTE:
882
+ # This field is equivalent to the standard field `description`.
881
883
  # Corresponds to the JSON property `summary`
882
884
  # @return [String]
883
885
  attr_accessor :summary
@@ -907,17 +909,20 @@ module Google
907
909
  # @return [String]
908
910
  attr_accessor :deprecation_description
909
911
 
910
- # Description of the selected API(s).
912
+ # Description of the selected proto element (e.g. a message, a method, a '
913
+ # service' definition, or a field). Defaults to leading & trailing comments
914
+ # taken from the proto source definition of the proto element.
911
915
  # Corresponds to the JSON property `description`
912
916
  # @return [String]
913
917
  attr_accessor :description
914
918
 
915
- # The selector is a comma-separated list of patterns. Each pattern is a
916
- # qualified name of the element which may end in "*", indicating a wildcard.
917
- # Wildcards are only allowed at the end and for a whole component of the
918
- # qualified name, i.e. "foo.*" is ok, but not "foo.b*" or "foo.*.bar". A
919
- # wildcard will match one or more components. To specify a default for all
920
- # applicable elements, the whole pattern "*" is used.
919
+ # The selector is a comma-separated list of patterns for any element such as a
920
+ # method, a field, an enum value. Each pattern is a qualified name of the
921
+ # element which may end in "*", indicating a wildcard. Wildcards are only
922
+ # allowed at the end and for a whole component of the qualified name, i.e. "foo.*
923
+ # " is ok, but not "foo.b*" or "foo.*.bar". A wildcard will match one or more
924
+ # components. To specify a default for all applicable elements, the whole
925
+ # pattern "*" is used.
921
926
  # Corresponds to the JSON property `selector`
922
927
  # @return [String]
923
928
  attr_accessor :selector
@@ -1990,7 +1995,10 @@ module Google
1990
1995
  attr_accessor :name
1991
1996
 
1992
1997
  # Required. The monitored resource type. For example, the type `"
1993
- # cloudsql_database"` represents databases in Google Cloud SQL.
1998
+ # cloudsql_database"` represents databases in Google Cloud SQL. For a list of
1999
+ # types, see [Monitoring resource types](https://cloud.google.com/monitoring/api/
2000
+ # resources) and [Logging resource types](https://cloud.google.com/logging/docs/
2001
+ # api/v2/resource-list).
1994
2002
  # Corresponds to the JSON property `type`
1995
2003
  # @return [String]
1996
2004
  attr_accessor :type
@@ -2228,7 +2236,8 @@ module Google
2228
2236
  include Google::Apis::Core::Hashable
2229
2237
 
2230
2238
  # The Markdown content of the page. You can use (== include `path` ==) to
2231
- # include content from a Markdown file.
2239
+ # include content from a Markdown file. The content can be used to produce the
2240
+ # documentation page such as HTML format page.
2232
2241
  # Corresponds to the JSON property `content`
2233
2242
  # @return [String]
2234
2243
  attr_accessor :content
@@ -2622,8 +2631,8 @@ module Google
2622
2631
 
2623
2632
  # A list of all enum types included in this API service. Enums referenced
2624
2633
  # directly or indirectly by the `apis` are automatically included. Enums which
2625
- # are not referenced but shall be included should be listed here by name.
2626
- # Example: enums: - name: google.someapi.v1.SomeEnum
2634
+ # are not referenced but shall be included should be listed here by name by the
2635
+ # configuration author. Example: enums: - name: google.someapi.v1.SomeEnum
2627
2636
  # Corresponds to the JSON property `enums`
2628
2637
  # @return [Array<Google::Apis::ServiceconsumermanagementV1::Enum>]
2629
2638
  attr_accessor :enums
@@ -2756,7 +2765,8 @@ module Google
2756
2765
  # @return [Array<Google::Apis::ServiceconsumermanagementV1::Type>]
2757
2766
  attr_accessor :system_types
2758
2767
 
2759
- # The product title for this service.
2768
+ # The product title for this service, it is the name displayed in Google Cloud
2769
+ # Console.
2760
2770
  # Corresponds to the JSON property `title`
2761
2771
  # @return [String]
2762
2772
  attr_accessor :title
@@ -2764,8 +2774,8 @@ module Google
2764
2774
  # A list of all proto message types included in this API service. Types
2765
2775
  # referenced directly or indirectly by the `apis` are automatically included.
2766
2776
  # Messages which are not referenced but shall be included, such as types used by
2767
- # the `google.protobuf.Any` type, should be listed here by name. Example: types:
2768
- # - name: google.protobuf.Int32
2777
+ # the `google.protobuf.Any` type, should be listed here by name by the
2778
+ # configuration author. Example: types: - name: google.protobuf.Int32
2769
2779
  # Corresponds to the JSON property `types`
2770
2780
  # @return [Array<Google::Apis::ServiceconsumermanagementV1::Type>]
2771
2781
  attr_accessor :types
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServiceconsumermanagementV1
18
18
  # Version of the google-apis-serviceconsumermanagement_v1 gem
19
- GEM_VERSION = "0.11.0"
19
+ GEM_VERSION = "0.15.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210525"
25
+ REVISION = "20210806"
26
26
  end
27
27
  end
28
28
  end
@@ -29,7 +29,7 @@ module Google
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1'
31
31
 
32
- # See, edit, configure, and delete your Google Cloud Platform data
32
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
33
33
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
34
34
  end
35
35
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-serviceconsumermanagement_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.15.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-07-05 00:00:00.000000000 Z
11
+ date: 2021-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
- changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-serviceconsumermanagement_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1/v0.11.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-serviceconsumermanagement_v1
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceconsumermanagement_v1/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1/v0.15.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceconsumermanagement_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths: