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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/networkservices_v1beta1/classes.rb +5 -14
- data/lib/google/apis/networkservices_v1beta1/gem_version.rb +2 -2
- data/lib/google/apis/networkservices_v1beta1/representations.rb +0 -1
- data/lib/google/apis/networkservices_v1beta1/service.rb +2 -43
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 74a9deff662f1ee3b74308e4d7fce83b819f25530023c89c547c79ce1192674f
|
4
|
+
data.tar.gz: 9371f57ac55f1e64c8b41ee0aa0923cf483f18356983e80852a7193678c8f08c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8e45a09f1940907fea304c6c105547d843587580933e4b576946e963d11d1bf7556f8e6f35a593861aebcce4af9a70bfe7acab86f1eda0ec8e1714d36a8767aa
|
7
|
+
data.tar.gz: a607dd94adc8e2f9bd6fe1e8abc73427e4b481df818ad27120135201b95439744a7ff9cafb56adf6a5f9912127cef4df2312ef634805174bc9d30fe41d68034a
|
data/CHANGELOG.md
CHANGED
@@ -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
|
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); `
|
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
|
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
|
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
|
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.
|
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 = "
|
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"
|
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.
|
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-
|
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.
|
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: []
|