google-cloud-service_management-v1 1.0.0 → 1.0.1

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: 7480341066c379d397331a58bcbfd47e521c8ae5b33736f7094feae63175bfe2
4
- data.tar.gz: c6f7c0d22c0fa7762358808883d165dea0ada26b3cd61adb07fcf95da6e974a3
3
+ metadata.gz: 9f3372905fecc2190ebf75f5d5b8b213d054cda6068c2e2df2356b4506d1bbab
4
+ data.tar.gz: 562a09b07a23024ee7d9ab726da8f4cb583440d86249f895fb05bd6874934bd4
5
5
  SHA512:
6
- metadata.gz: d9f219584578340cfa73a24c8f4be78c1f0c02d2ec026a9bb8f81f2399e5a2212bcf11222b41f7881f8cbff387a2697bf4a09345a452bdc905d1fa5c3586766a
7
- data.tar.gz: 438ae6074b7ed6cf7f9f69171c79fafd00ec67da086735e6c7ff9606c771310fef8394e6e8742af7ae4594a5371ec8ced2cd6aeb9fa710d73173bfa162899c57
6
+ metadata.gz: a60a930e50e7adaea15e55dc5373a033daf551ed46e2ccc530b29b162dd3af5b76ed4a6c1faaeaf3a7b5afeb24f89670f4c1b235ceff8bd4f6678361e2035efd
7
+ data.tar.gz: a1a6a8b5aacfc24ef15d72e176b472418350543baaf6929c30223fa051b9d978feb136121dba14cd0470777a4efbc86dd6e14da1aea3d0e6344c3ea3e500d37b
data/README.md CHANGED
@@ -2,7 +2,6 @@
2
2
 
3
3
  Google Service Management allows service producers to publish their services on Google Cloud Platform so that they can be discovered and used by service consumers.
4
4
 
5
- Google Service Management allows service producers to publish their services on Google Cloud Platform so that they can be discovered and used by service consumers.
6
5
 
7
6
  https://github.com/googleapis/google-cloud-ruby
8
7
 
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module ServiceManagement
23
23
  module V1
24
- VERSION = "1.0.0"
24
+ VERSION = "1.0.1"
25
25
  end
26
26
  end
27
27
  end
@@ -290,6 +290,13 @@ module Google
290
290
  # @return [::String]
291
291
  # The fully qualified name of the method, for which the options below apply.
292
292
  # This is used to find the method to apply the options.
293
+ #
294
+ # Example:
295
+ #
296
+ # publishing:
297
+ # method_settings:
298
+ # - selector: google.storage.control.v2.StorageControl.CreateFolder
299
+ # # method settings for CreateFolder...
293
300
  # @!attribute [rw] long_running
294
301
  # @return [::Google::Api::MethodSettings::LongRunning]
295
302
  # Describes settings to use for long-running operations when generating
@@ -298,17 +305,14 @@ module Google
298
305
  #
299
306
  # Example of a YAML configuration::
300
307
  #
301
- # publishing:
302
- # method_settings:
308
+ # publishing:
309
+ # method_settings:
303
310
  # - selector: google.cloud.speech.v2.Speech.BatchRecognize
304
311
  # long_running:
305
- # initial_poll_delay:
306
- # seconds: 60 # 1 minute
312
+ # initial_poll_delay: 60s # 1 minute
307
313
  # poll_delay_multiplier: 1.5
308
- # max_poll_delay:
309
- # seconds: 360 # 6 minutes
310
- # total_poll_timeout:
311
- # seconds: 54000 # 90 minutes
314
+ # max_poll_delay: 360s # 6 minutes
315
+ # total_poll_timeout: 54000s # 90 minutes
312
316
  # @!attribute [rw] auto_populated_fields
313
317
  # @return [::Array<::String>]
314
318
  # List of top-level fields of the request message, that should be
@@ -317,8 +321,8 @@ module Google
317
321
  #
318
322
  # Example of a YAML configuration:
319
323
  #
320
- # publishing:
321
- # method_settings:
324
+ # publishing:
325
+ # method_settings:
322
326
  # - selector: google.example.v1.ExampleService.CreateExample
323
327
  # auto_populated_fields:
324
328
  # - request_id
@@ -75,10 +75,12 @@ module Google
75
75
  # details.
76
76
  # @!attribute [rw] requested
77
77
  # @return [::Array<::String>]
78
- # A list of full type names of requested contexts.
78
+ # A list of full type names of requested contexts, only the requested context
79
+ # will be made available to the backend.
79
80
  # @!attribute [rw] provided
80
81
  # @return [::Array<::String>]
81
- # A list of full type names of provided contexts.
82
+ # A list of full type names of provided contexts. It is used to support
83
+ # propagating HTTP headers and ETags from the response extension.
82
84
  # @!attribute [rw] allowed_request_extensions
83
85
  # @return [::Array<::String>]
84
86
  # A list of full type names or extension IDs of extensions allowed in grpc
@@ -44,15 +44,10 @@ module Google
44
44
  # @return [::String]
45
45
  # The canonical name of this endpoint.
46
46
  # @!attribute [rw] aliases
47
- # @deprecated This field is deprecated and may be removed in the next major version update.
48
47
  # @return [::Array<::String>]
49
- # Unimplemented. Dot not use.
50
- #
51
- # DEPRECATED: This field is no longer supported. Instead of using aliases,
52
- # please specify multiple {::Google::Api::Endpoint google.api.Endpoint} for each
53
- # of the intended aliases.
54
- #
55
- # Additional names that this endpoint will be hosted on.
48
+ # Aliases for this endpoint, these will be served by the same UrlMap as the
49
+ # parent endpoint, and will be provisioned in the GCP stack for the Regional
50
+ # Endpoints.
56
51
  # @!attribute [rw] target
57
52
  # @return [::String]
58
53
  # The specification of an Internet routable address of API frontend that will
@@ -124,8 +124,13 @@ module Google
124
124
  # @return [::String]
125
125
  # The plural name used in the resource name and permission names, such as
126
126
  # 'projects' for the resource name of 'projects/\\{project}' and the permission
127
- # name of 'cloudresourcemanager.googleapis.com/projects.get'. It is the same
128
- # concept of the `plural` field in k8s CRD spec
127
+ # name of 'cloudresourcemanager.googleapis.com/projects.get'. One exception
128
+ # to this is for Nested Collections that have stuttering names, as defined
129
+ # in [AIP-122](https://google.aip.dev/122#nested-collections), where the
130
+ # collection ID in the resource name pattern does not necessarily directly
131
+ # match the `plural` value.
132
+ #
133
+ # It is the same concept of the `plural` field in k8s CRD spec
129
134
  # https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/
130
135
  #
131
136
  # Note: The plural form is required even for singleton resources. See
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-service_management-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-07-08 00:00:00.000000000 Z
11
+ date: 2024-08-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common