google-apis-cloudchannel_v1 0.17.0 → 0.18.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: cfbb6a6ecdbb0d60a3ba179c71957b291e3a4018482ed8f934ffd09111166adc
4
- data.tar.gz: 1b3d5ad563e81c796339d499184983136694ebdc4fa78ad4b6dbb3d9ed9f42e2
3
+ metadata.gz: da589c813aabcda087aff0b9a54a564c315df8ce053e17be3493e2ff9db35519
4
+ data.tar.gz: 81a560f1274ed9504cdef29d013bb8a9d768bba6025c5cbde08585d6233c552b
5
5
  SHA512:
6
- metadata.gz: 1fa4a74ab3071c1c35800061d8cfa79d0bbaae693ad170137fb98039f4c79b4df9b1ec79e431ec465a26c83808ebd49048582f341db5d13812a9933eb4498374
7
- data.tar.gz: bc9cd956debc7be9d4a043bc3598b0655ecd20af2dd0a74453fa2a71ebe1fdfaebde3387d6a9df8aa2d98cfe2d939dbb135b77b762c939970af25458b415320b
6
+ metadata.gz: 48d00a9387e3fa086cfa2abdd0e56f3b353d4b4774f841d18e551b3559099b068c1e5e8cdadc23663026c093aca53230eb2bc5ddf52beeea1eeed1c7da742925
7
+ data.tar.gz: d2be8c9b41f225e093eba4d4c1e1ae0474834238c3d0fb5b760db75d1f91644cf35e4d9f1594e970560c96db80084e00341c888f25d416f436ac457010efbb37
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudchannel_v1
2
2
 
3
+ ### v0.18.0 (2022-04-07)
4
+
5
+ * Regenerated from discovery document revision 20220324
6
+
3
7
  ### v0.17.0 (2022-02-10)
4
8
 
5
9
  * Regenerated from discovery document revision 20220209
@@ -830,7 +830,8 @@ module Google
830
830
  # Optional. This purchase order (PO) information is for resellers to use for
831
831
  # their company tracking usage. If a purchaseOrderId value is given, it appears
832
832
  # in the API responses and shows up in the invoice. The property accepts up to
833
- # 80 plain text characters.
833
+ # 80 plain text characters. This is only supported for Google Workspace
834
+ # entitlements.
834
835
  # Corresponds to the JSON property `purchaseOrderId`
835
836
  # @return [String]
836
837
  attr_accessor :purchase_order_id
@@ -2092,7 +2093,7 @@ module Google
2092
2093
  end
2093
2094
 
2094
2095
  # Represents information which resellers will get as part of notification from
2095
- # Cloud Pub/Sub.
2096
+ # Pub/Sub.
2096
2097
  class GoogleCloudChannelV1SubscriberEvent
2097
2098
  include Google::Apis::Core::Hashable
2098
2099
 
@@ -2625,7 +2626,8 @@ module Google
2625
2626
  # Optional. This purchase order (PO) information is for resellers to use for
2626
2627
  # their company tracking usage. If a purchaseOrderId value is given, it appears
2627
2628
  # in the API responses and shows up in the invoice. The property accepts up to
2628
- # 80 plain text characters.
2629
+ # 80 plain text characters. This is only supported for Google Workspace
2630
+ # entitlements.
2629
2631
  # Corresponds to the JSON property `purchaseOrderId`
2630
2632
  # @return [String]
2631
2633
  attr_accessor :purchase_order_id
@@ -2864,7 +2866,7 @@ module Google
2864
2866
  end
2865
2867
 
2866
2868
  # Represents information which resellers will get as part of notification from
2867
- # Cloud Pub/Sub.
2869
+ # Pub/Sub.
2868
2870
  class GoogleCloudChannelV1alpha1SubscriberEvent
2869
2871
  include Google::Apis::Core::Hashable
2870
2872
 
@@ -3084,8 +3086,7 @@ module Google
3084
3086
  # A generic empty message that you can re-use to avoid defining duplicated empty
3085
3087
  # messages in your APIs. A typical example is to use it as the request or the
3086
3088
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
3087
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
3088
- # `Empty` is empty JSON object ````.
3089
+ # protobuf.Empty) returns (google.protobuf.Empty); `
3089
3090
  class GoogleProtobufEmpty
3090
3091
  include Google::Apis::Core::Hashable
3091
3092
 
@@ -3257,8 +3258,8 @@ module Google
3257
3258
  attr_accessor :recipients
3258
3259
 
3259
3260
  # Required. CLDR region code of the country/region of the address. This is never
3260
- # inferred and it is up to the user to ensure the value is correct. See http://
3261
- # cldr.unicode.org/ and http://www.unicode.org/cldr/charts/30/supplemental/
3261
+ # inferred and it is up to the user to ensure the value is correct. See https://
3262
+ # cldr.unicode.org/ and https://www.unicode.org/cldr/charts/30/supplemental/
3262
3263
  # territory_information.html for details. Example: "CH" for Switzerland.
3263
3264
  # Corresponds to the JSON property `regionCode`
3264
3265
  # @return [String]
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudchannelV1
18
18
  # Version of the google-apis-cloudchannel_v1 gem
19
- GEM_VERSION = "0.17.0"
19
+ GEM_VERSION = "0.18.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 = "20220209"
25
+ REVISION = "20220324"
26
26
  end
27
27
  end
28
28
  end
@@ -653,6 +653,10 @@ module Google
653
653
  # @param [String] parent
654
654
  # Required. The resource name of the reseller account to list customers from.
655
655
  # Parent uses the format: accounts/`account_id`.
656
+ # @param [String] filter
657
+ # Optional. Filters applied to the [CloudChannelService.ListCustomers] results.
658
+ # See https://cloud.google.com/channel/docs/concepts/google-cloud/filter-
659
+ # customers for more information.
656
660
  # @param [Fixnum] page_size
657
661
  # Optional. The maximum number of customers to return. The service may return
658
662
  # fewer than this value. If unspecified, returns at most 10 customers. The
@@ -678,11 +682,12 @@ module Google
678
682
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
679
683
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
680
684
  # @raise [Google::Apis::AuthorizationError] Authorization is required
681
- def list_account_channel_partner_link_customers(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
685
+ def list_account_channel_partner_link_customers(parent, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
682
686
  command = make_simple_command(:get, 'v1/{+parent}/customers', options)
683
687
  command.response_representation = Google::Apis::CloudchannelV1::GoogleCloudChannelV1ListCustomersResponse::Representation
684
688
  command.response_class = Google::Apis::CloudchannelV1::GoogleCloudChannelV1ListCustomersResponse
685
689
  command.params['parent'] = parent unless parent.nil?
690
+ command.query['filter'] = filter unless filter.nil?
686
691
  command.query['pageSize'] = page_size unless page_size.nil?
687
692
  command.query['pageToken'] = page_token unless page_token.nil?
688
693
  command.query['fields'] = fields unless fields.nil?
@@ -892,6 +897,10 @@ module Google
892
897
  # @param [String] parent
893
898
  # Required. The resource name of the reseller account to list customers from.
894
899
  # Parent uses the format: accounts/`account_id`.
900
+ # @param [String] filter
901
+ # Optional. Filters applied to the [CloudChannelService.ListCustomers] results.
902
+ # See https://cloud.google.com/channel/docs/concepts/google-cloud/filter-
903
+ # customers for more information.
895
904
  # @param [Fixnum] page_size
896
905
  # Optional. The maximum number of customers to return. The service may return
897
906
  # fewer than this value. If unspecified, returns at most 10 customers. The
@@ -917,11 +926,12 @@ module Google
917
926
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
918
927
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
919
928
  # @raise [Google::Apis::AuthorizationError] Authorization is required
920
- def list_account_customers(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
929
+ def list_account_customers(parent, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
921
930
  command = make_simple_command(:get, 'v1/{+parent}/customers', options)
922
931
  command.response_representation = Google::Apis::CloudchannelV1::GoogleCloudChannelV1ListCustomersResponse::Representation
923
932
  command.response_class = Google::Apis::CloudchannelV1::GoogleCloudChannelV1ListCustomersResponse
924
933
  command.params['parent'] = parent unless parent.nil?
934
+ command.query['filter'] = filter unless filter.nil?
925
935
  command.query['pageSize'] = page_size unless page_size.nil?
926
936
  command.query['pageToken'] = page_token unless page_token.nil?
927
937
  command.query['fields'] = fields unless fields.nil?
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudchannel_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.0
4
+ version: 0.18.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-02-14 00:00:00.000000000 Z
11
+ date: 2022-04-11 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-cloudchannel_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudchannel_v1/v0.17.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudchannel_v1/v0.18.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudchannel_v1
63
63
  post_install_message:
64
64
  rdoc_options: []