google-apis-serviceconsumermanagement_v1 0.10.0 → 0.14.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: 2205f668148a7eb5531445ea43b4df5d882696df8cf9b0adbd74acb41816aae0
4
- data.tar.gz: f26bfb53fa9c5fe093c7e0a6c8881545f5da0d01c639ef8040a5deee51d46290
3
+ metadata.gz: bc176dfff2aaa1e555546be6575fd49abe70b52cd41c3343e49f7e9fc0440a9c
4
+ data.tar.gz: c0337058ba6e52f5f8e7429dd0c6f7fba34b2dab69c22620bf1cedf77223af0a
5
5
  SHA512:
6
- metadata.gz: 93e44fa1fe3d54f1061ed8bf6dae7a4a01b59d648ffca32cdb7e5ce29ac72da3c1800df8dbb70dddb19f409de95d35c15898c1e66e92e984ee1231abc743fa14
7
- data.tar.gz: a98bcf650b60cbd8a987b0ef0feb38940b571e050caa4cdaf4647216e1bb76ac602592dfef7fe0e95fac554ecae849dd9b1fcbdf1f50a5ecf13ca8766af4f310
6
+ metadata.gz: e1ae0b12dd881d7ceb50414667ff70d9a83df2fade7f36223daf5c282e4401722f319843cf2bedaddeac443bb5af0d767e8d9a78c139b6c2cf9c4916ee308fde
7
+ data.tar.gz: fc784b8d7ab67827989e4c1da86cd058320cfcdd9d2ea3d633debc225ac5491b1c99b705c92a9d95af7cfa434a09f220a67d2000519587f5d49292f11e4f6374
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-serviceconsumermanagement_v1
2
2
 
3
+ ### v0.14.0 (2021-09-01)
4
+
5
+ * Regenerated from discovery document revision 20210806
6
+
7
+ ### v0.13.0 (2021-08-05)
8
+
9
+ * Regenerated from discovery document revision 20210803
10
+
11
+ ### v0.12.0 (2021-07-09)
12
+
13
+ * Regenerated from discovery document revision 20210707
14
+
15
+ ### v0.11.0 (2021-06-29)
16
+
17
+ * Regenerated using generator version 0.4.0
18
+
3
19
  ### v0.10.0 (2021-06-24)
4
20
 
5
21
  * Regenerated using generator version 0.3.0
@@ -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.10.0"
19
+ GEM_VERSION = "0.14.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.3.0"
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.10.0
4
+ version: 0.14.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-06-28 00:00:00.000000000 Z
11
+ date: 2021-09-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.3'
19
+ version: '0.4'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.3'
29
+ version: '0.4'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
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.10.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1/v0.14.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-serviceconsumermanagement_v1
63
63
  post_install_message:
64
64
  rdoc_options: []