google-apis-networkservices_v1beta1 0.9.0 → 0.10.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: e5190f834ed20a8ec415abbc8df184534d0b0ee5ab198ad131a92c1a0db8423d
4
- data.tar.gz: 54cd1ffe715695db7c5d972a5130bd0ac7bcdf32235a0ddfd3b71cb618c4e0a3
3
+ metadata.gz: 74a9deff662f1ee3b74308e4d7fce83b819f25530023c89c547c79ce1192674f
4
+ data.tar.gz: 9371f57ac55f1e64c8b41ee0aa0923cf483f18356983e80852a7193678c8f08c
5
5
  SHA512:
6
- metadata.gz: '087ec7fea93f3f1c08b21f816aca6f28b040bccdee522b6f5e14f50472c74f12de4de115997a9da6dc478e7b8ea5a4b200d4954fecfb24598df0fd888239ad90'
7
- data.tar.gz: 72ec3014b2303bed76f3f57df516dcb325e4c462eb79a4ede4f362e0703ad33c0e2b85cdc7db017bdee4c127e3a4e20c2136732b446e91440344be20e7cf2527
6
+ metadata.gz: 8e45a09f1940907fea304c6c105547d843587580933e4b576946e963d11d1bf7556f8e6f35a593861aebcce4af9a70bfe7acab86f1eda0ec8e1714d36a8767aa
7
+ data.tar.gz: a607dd94adc8e2f9bd6fe1e8abc73427e4b481df818ad27120135201b95439744a7ff9cafb56adf6a5f9912127cef4df2312ef634805174bc9d30fe41d68034a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-networkservices_v1beta1
2
2
 
3
+ ### v0.10.0 (2022-04-12)
4
+
5
+ * Regenerated from discovery document revision 20220404
6
+
3
7
  ### v0.9.0 (2022-03-23)
4
8
 
5
9
  * Regenerated from discovery document revision 20220309
@@ -116,7 +116,7 @@ module Google
116
116
  # @return [Google::Apis::NetworkservicesV1beta1::Expr]
117
117
  attr_accessor :condition
118
118
 
119
- # Specifies the principals requesting access for a Cloud Platform resource. `
119
+ # Specifies the principals requesting access for a Google Cloud resource. `
120
120
  # members` can have the following values: * `allUsers`: A special identifier
121
121
  # that represents anyone who is on the internet; with or without a Google
122
122
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -180,8 +180,7 @@ module Google
180
180
  # A generic empty message that you can re-use to avoid defining duplicated empty
181
181
  # messages in your APIs. A typical example is to use it as the request or the
182
182
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
183
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
184
- # `Empty` is empty JSON object ````.
183
+ # protobuf.Empty) returns (google.protobuf.Empty); `
185
184
  class Empty
186
185
  include Google::Apis::Core::Hashable
187
186
 
@@ -2346,13 +2345,6 @@ module Google
2346
2345
  # @return [String]
2347
2346
  attr_accessor :description
2348
2347
 
2349
- # Optional. The endpoint filter associated with the Service Binding. The syntax
2350
- # is described in http://cloud/service-directory/docs/reference/rpc/google.cloud.
2351
- # servicedirectory.v1#google.cloud.servicedirectory.v1.ResolveServiceRequest
2352
- # Corresponds to the JSON property `endpointFilter`
2353
- # @return [String]
2354
- attr_accessor :endpoint_filter
2355
-
2356
2348
  # Optional. Set of label tags associated with the ServiceBinding resource.
2357
2349
  # Corresponds to the JSON property `labels`
2358
2350
  # @return [Hash<String,String>]
@@ -2383,7 +2375,6 @@ module Google
2383
2375
  def update!(**args)
2384
2376
  @create_time = args[:create_time] if args.key?(:create_time)
2385
2377
  @description = args[:description] if args.key?(:description)
2386
- @endpoint_filter = args[:endpoint_filter] if args.key?(:endpoint_filter)
2387
2378
  @labels = args[:labels] if args.key?(:labels)
2388
2379
  @name = args[:name] if args.key?(:name)
2389
2380
  @service = args[:service] if args.key?(:service)
@@ -2686,7 +2677,7 @@ module Google
2686
2677
  include Google::Apis::Core::Hashable
2687
2678
 
2688
2679
  # The set of permissions to check for the `resource`. Permissions with wildcards
2689
- # (such as '*' or 'storage.*') are not allowed. For more information see [IAM
2680
+ # (such as `*` or `storage.*`) are not allowed. For more information see [IAM
2690
2681
  # Overview](https://cloud.google.com/iam/docs/overview#permissions).
2691
2682
  # Corresponds to the JSON property `permissions`
2692
2683
  # @return [Array<String>]
@@ -2840,7 +2831,7 @@ module Google
2840
2831
  end
2841
2832
 
2842
2833
  # RouteMatch defines the predicate used to match requests to a given action.
2843
- # Multiple match types are ANDed for evaluation. If no routeMatch field is
2834
+ # Multiple match types are "AND"ed for evaluation. If no routeMatch field is
2844
2835
  # specified, this rule will unconditionally match traffic.
2845
2836
  class TlsRouteRouteMatch
2846
2837
  include Google::Apis::Core::Hashable
@@ -2883,7 +2874,7 @@ module Google
2883
2874
  attr_accessor :action
2884
2875
 
2885
2876
  # Required. RouteMatch defines the predicate used to match requests to a given
2886
- # action. Multiple match types are ORed for evaluation.
2877
+ # action. Multiple match types are "OR"ed for evaluation.
2887
2878
  # Corresponds to the JSON property `matches`
2888
2879
  # @return [Array<Google::Apis::NetworkservicesV1beta1::TlsRouteRouteMatch>]
2889
2880
  attr_accessor :matches
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module NetworkservicesV1beta1
18
18
  # Version of the google-apis-networkservices_v1beta1 gem
19
- GEM_VERSION = "0.9.0"
19
+ GEM_VERSION = "0.10.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220309"
25
+ REVISION = "20220404"
26
26
  end
27
27
  end
28
28
  end
@@ -1012,7 +1012,6 @@ module Google
1012
1012
  class Representation < Google::Apis::Core::JsonRepresentation
1013
1013
  property :create_time, as: 'createTime'
1014
1014
  property :description, as: 'description'
1015
- property :endpoint_filter, as: 'endpointFilter'
1016
1015
  hash :labels, as: 'labels'
1017
1016
  property :name, as: 'name'
1018
1017
  property :service, as: 'service'
@@ -84,8 +84,8 @@ module Google
84
84
  # The resource that owns the locations collection, if applicable.
85
85
  # @param [String] filter
86
86
  # A filter to narrow down results to a preferred subset. The filtering language
87
- # accepts strings like "displayName=tokyo", and is documented in more detail in [
88
- # AIP-160](https://google.aip.dev/160).
87
+ # accepts strings like `"displayName=tokyo"`, and is documented in more detail
88
+ # in [AIP-160](https://google.aip.dev/160).
89
89
  # @param [Fixnum] page_size
90
90
  # The maximum number of results to return. If not set, the service selects a
91
91
  # default.
@@ -1704,47 +1704,6 @@ module Google
1704
1704
  execute_or_queue_command(command, &block)
1705
1705
  end
1706
1706
 
1707
- # Updates the parameters of a single ServiceBinding.
1708
- # @param [String] name
1709
- # Required. Name of the ServiceBinding resource. It matches pattern `projects/*/
1710
- # locations/global/serviceBindings/service_binding_name>`.
1711
- # @param [Google::Apis::NetworkservicesV1beta1::ServiceBinding] service_binding_object
1712
- # @param [String] update_mask
1713
- # Optional. Field mask is used to specify the fields to be overwritten in the
1714
- # ServiceBinding resource by the update. The fields specified in the update_mask
1715
- # are relative to the resource, not the full request. A field will be
1716
- # overwritten if it is in the mask. If the user does not provide a mask then all
1717
- # fields will be overwritten.
1718
- # @param [String] fields
1719
- # Selector specifying which fields to include in a partial response.
1720
- # @param [String] quota_user
1721
- # Available to use for quota purposes for server-side applications. Can be any
1722
- # arbitrary string assigned to a user, but should not exceed 40 characters.
1723
- # @param [Google::Apis::RequestOptions] options
1724
- # Request-specific options
1725
- #
1726
- # @yield [result, err] Result & error if block supplied
1727
- # @yieldparam result [Google::Apis::NetworkservicesV1beta1::Operation] parsed result object
1728
- # @yieldparam err [StandardError] error object if request failed
1729
- #
1730
- # @return [Google::Apis::NetworkservicesV1beta1::Operation]
1731
- #
1732
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1733
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1734
- # @raise [Google::Apis::AuthorizationError] Authorization is required
1735
- def patch_project_location_service_binding(name, service_binding_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
1736
- command = make_simple_command(:patch, 'v1beta1/{+name}', options)
1737
- command.request_representation = Google::Apis::NetworkservicesV1beta1::ServiceBinding::Representation
1738
- command.request_object = service_binding_object
1739
- command.response_representation = Google::Apis::NetworkservicesV1beta1::Operation::Representation
1740
- command.response_class = Google::Apis::NetworkservicesV1beta1::Operation
1741
- command.params['name'] = name unless name.nil?
1742
- command.query['updateMask'] = update_mask unless update_mask.nil?
1743
- command.query['fields'] = fields unless fields.nil?
1744
- command.query['quotaUser'] = quota_user unless quota_user.nil?
1745
- execute_or_queue_command(command, &block)
1746
- end
1747
-
1748
1707
  # Sets the access control policy on the specified resource. Replaces any
1749
1708
  # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
1750
1709
  # PERMISSION_DENIED` errors.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-networkservices_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.10.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: 2022-03-28 00:00:00.000000000 Z
11
+ date: 2022-04-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -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/main/generated/google-apis-networkservices_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1beta1/v0.9.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1beta1/v0.10.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkservices_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []