google-apis-gkehub_v1alpha 0.24.0 → 0.27.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c1e61da74bda01c7fe6fec2a93956084c90cec23ae4a67e21d77d76f1cb8eb12
4
- data.tar.gz: 837d06561dea7382b40b5004b4358f6eaa52bad468d499b749daf13903809fae
3
+ metadata.gz: 2538fd5e318ab3af693a78e4b4194ec95e4867510b5b7f2f43121f6c531e53c1
4
+ data.tar.gz: 58a9973c698f0b70ed09a4d6ef329d6c7d853dd324d2c9b117cbb38ce68e4c60
5
5
  SHA512:
6
- metadata.gz: 1c7d3b3b15e9434a94dbb483dfc0d6eeaeab03c69c3cc9dc43c4afcc8d0960c87e17dda0fe18f91da16d2d6c65865ff9f8263067629fa99848d2d7968c0350b1
7
- data.tar.gz: ad4dda282556dc8f4188dca811a7964c1282359a982b63e09fdf2e01e7bb2190eef8119fe7d2c5e5e9b1d6ce807000889be8276cf4cba61280b32cc72f107dcf
6
+ metadata.gz: '078f267cc9ceaac3cfb1e8b8d2a9c374ab00de892a1f6f0f59876040a22e67182ba9f147636b06b1f42a3a8fcdd8a07d408258efff734d7e3f4c2a3abe295a81'
7
+ data.tar.gz: a33f74a824f4cf636ee7af3f1ebd2f1ec15034ae20eec656789e418465d65f09351a95368f12aaf0634274d2bf7e45ce5f2bc8ea4401656b0db2384c7b223861
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-gkehub_v1alpha
2
2
 
3
+ ### v0.27.0 (2022-04-30)
4
+
5
+ * Regenerated from discovery document revision 20220422
6
+
7
+ ### v0.26.0 (2022-04-16)
8
+
9
+ * Regenerated from discovery document revision 20220408
10
+
11
+ ### v0.25.0 (2022-04-09)
12
+
13
+ * Regenerated from discovery document revision 20220401
14
+
3
15
  ### v0.24.0 (2022-03-26)
4
16
 
5
17
  * Regenerated from discovery document revision 20220318
@@ -257,7 +257,7 @@ module Google
257
257
  # @return [Google::Apis::GkehubV1alpha::Expr]
258
258
  attr_accessor :condition
259
259
 
260
- # Specifies the principals requesting access for a Cloud Platform resource. `
260
+ # Specifies the principals requesting access for a Google Cloud resource. `
261
261
  # members` can have the following values: * `allUsers`: A special identifier
262
262
  # that represents anyone who is on the internet; with or without a Google
263
263
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -1869,7 +1869,7 @@ module Google
1869
1869
  # @return [String]
1870
1870
  attr_accessor :client_id
1871
1871
 
1872
- # Unencrypted OIDC client secret will be passed to the GKE Hub CLH.
1872
+ # Input only. Unencrypted OIDC client secret will be passed to the GKE Hub CLH.
1873
1873
  # Corresponds to the JSON property `clientSecret`
1874
1874
  # @return [String]
1875
1875
  attr_accessor :client_secret
@@ -2131,7 +2131,8 @@ module Google
2131
2131
  attr_accessor :fleets
2132
2132
 
2133
2133
  # A token, which can be sent as `page_token` to retrieve the next page. If this
2134
- # field is omitted, there are no subsequent pages.
2134
+ # field is omitted, there are no subsequent pages. The token is only valid for
2135
+ # 1h.
2135
2136
  # Corresponds to the JSON property `nextPageToken`
2136
2137
  # @return [String]
2137
2138
  attr_accessor :next_page_token
@@ -3329,6 +3330,12 @@ module Google
3329
3330
  # @return [String]
3330
3331
  attr_accessor :control_plane
3331
3332
 
3333
+ # Determines which release channel to use for default injection and service mesh
3334
+ # APIs.
3335
+ # Corresponds to the JSON property `defaultChannel`
3336
+ # @return [String]
3337
+ attr_accessor :default_channel
3338
+
3332
3339
  def initialize(**args)
3333
3340
  update!(**args)
3334
3341
  end
@@ -3336,6 +3343,7 @@ module Google
3336
3343
  # Update properties of this object
3337
3344
  def update!(**args)
3338
3345
  @control_plane = args[:control_plane] if args.key?(:control_plane)
3346
+ @default_channel = args[:default_channel] if args.key?(:default_channel)
3339
3347
  end
3340
3348
  end
3341
3349
 
@@ -3349,6 +3357,12 @@ module Google
3349
3357
  # @return [Array<Google::Apis::GkehubV1alpha::ServiceMeshAnalysisMessage>]
3350
3358
  attr_accessor :analysis_messages
3351
3359
 
3360
+ # The API version (i.e. Istio CRD version) for configuring service mesh in this
3361
+ # cluster. This version is influenced by the `default_channel` field.
3362
+ # Corresponds to the JSON property `configApiVersion`
3363
+ # @return [String]
3364
+ attr_accessor :config_api_version
3365
+
3352
3366
  # Status of control plane management.
3353
3367
  # Corresponds to the JSON property `controlPlaneManagement`
3354
3368
  # @return [Google::Apis::GkehubV1alpha::ServiceMeshControlPlaneManagement]
@@ -3361,6 +3375,7 @@ module Google
3361
3375
  # Update properties of this object
3362
3376
  def update!(**args)
3363
3377
  @analysis_messages = args[:analysis_messages] if args.key?(:analysis_messages)
3378
+ @config_api_version = args[:config_api_version] if args.key?(:config_api_version)
3364
3379
  @control_plane_management = args[:control_plane_management] if args.key?(:control_plane_management)
3365
3380
  end
3366
3381
  end
@@ -3506,7 +3521,7 @@ module Google
3506
3521
  include Google::Apis::Core::Hashable
3507
3522
 
3508
3523
  # The set of permissions to check for the `resource`. Permissions with wildcards
3509
- # (such as '*' or 'storage.*') are not allowed. For more information see [IAM
3524
+ # (such as `*` or `storage.*`) are not allowed. For more information see [IAM
3510
3525
  # Overview](https://cloud.google.com/iam/docs/overview#permissions).
3511
3526
  # Corresponds to the JSON property `permissions`
3512
3527
  # @return [Array<String>]
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module GkehubV1alpha
18
18
  # Version of the google-apis-gkehub_v1alpha gem
19
- GEM_VERSION = "0.24.0"
19
+ GEM_VERSION = "0.27.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 = "20220318"
25
+ REVISION = "20220422"
26
26
  end
27
27
  end
28
28
  end
@@ -1506,6 +1506,7 @@ module Google
1506
1506
  # @private
1507
1507
  class Representation < Google::Apis::Core::JsonRepresentation
1508
1508
  property :control_plane, as: 'controlPlane'
1509
+ property :default_channel, as: 'defaultChannel'
1509
1510
  end
1510
1511
  end
1511
1512
 
@@ -1514,6 +1515,7 @@ module Google
1514
1515
  class Representation < Google::Apis::Core::JsonRepresentation
1515
1516
  collection :analysis_messages, as: 'analysisMessages', class: Google::Apis::GkehubV1alpha::ServiceMeshAnalysisMessage, decorator: Google::Apis::GkehubV1alpha::ServiceMeshAnalysisMessage::Representation
1516
1517
 
1518
+ property :config_api_version, as: 'configApiVersion'
1517
1519
  property :control_plane_management, as: 'controlPlaneManagement', class: Google::Apis::GkehubV1alpha::ServiceMeshControlPlaneManagement, decorator: Google::Apis::GkehubV1alpha::ServiceMeshControlPlaneManagement::Representation
1518
1520
 
1519
1521
  end
@@ -54,10 +54,14 @@ module Google
54
54
  # @param [String] parent
55
55
  # Required. The organization or project to list for Fleets under, in the format `
56
56
  # organizations/*/locations/*` or `projects/*/locations/*`.
57
+ # @param [Fixnum] page_size
58
+ # Optional. The maximum number of fleets to return. The service may return fewer
59
+ # than this value. If unspecified, at most 200 fleets will be returned. The
60
+ # maximum value is 1000; values above 1000 will be coerced to 1000.
57
61
  # @param [String] page_token
58
- # A page token, received from a previous `ListFleets` call. Provide this to
59
- # retrieve the subsequent page. When paginating, all other parameters provided
60
- # to `ListFleets` must match the call that provided the page token.
62
+ # Optional. A page token, received from a previous `ListFleets` call. Provide
63
+ # this to retrieve the subsequent page. When paginating, all other parameters
64
+ # provided to `ListFleets` must match the call that provided the page token.
61
65
  # @param [String] fields
62
66
  # Selector specifying which fields to include in a partial response.
63
67
  # @param [String] quota_user
@@ -75,11 +79,12 @@ module Google
75
79
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
76
80
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
77
81
  # @raise [Google::Apis::AuthorizationError] Authorization is required
78
- def list_organization_location_fleets(parent, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
82
+ def list_organization_location_fleets(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
79
83
  command = make_simple_command(:get, 'v1alpha/{+parent}/fleets', options)
80
84
  command.response_representation = Google::Apis::GkehubV1alpha::ListFleetsResponse::Representation
81
85
  command.response_class = Google::Apis::GkehubV1alpha::ListFleetsResponse
82
86
  command.params['parent'] = parent unless parent.nil?
87
+ command.query['pageSize'] = page_size unless page_size.nil?
83
88
  command.query['pageToken'] = page_token unless page_token.nil?
84
89
  command.query['fields'] = fields unless fields.nil?
85
90
  command.query['quotaUser'] = quota_user unless quota_user.nil?
@@ -121,8 +126,8 @@ module Google
121
126
  # The resource that owns the locations collection, if applicable.
122
127
  # @param [String] filter
123
128
  # A filter to narrow down results to a preferred subset. The filtering language
124
- # accepts strings like "displayName=tokyo", and is documented in more detail in [
125
- # AIP-160](https://google.aip.dev/160).
129
+ # accepts strings like `"displayName=tokyo"`, and is documented in more detail
130
+ # in [AIP-160](https://google.aip.dev/160).
126
131
  # @param [Fixnum] page_size
127
132
  # The maximum number of results to return. If not set, the service selects a
128
133
  # default.
@@ -606,10 +611,14 @@ module Google
606
611
  # @param [String] parent
607
612
  # Required. The organization or project to list for Fleets under, in the format `
608
613
  # organizations/*/locations/*` or `projects/*/locations/*`.
614
+ # @param [Fixnum] page_size
615
+ # Optional. The maximum number of fleets to return. The service may return fewer
616
+ # than this value. If unspecified, at most 200 fleets will be returned. The
617
+ # maximum value is 1000; values above 1000 will be coerced to 1000.
609
618
  # @param [String] page_token
610
- # A page token, received from a previous `ListFleets` call. Provide this to
611
- # retrieve the subsequent page. When paginating, all other parameters provided
612
- # to `ListFleets` must match the call that provided the page token.
619
+ # Optional. A page token, received from a previous `ListFleets` call. Provide
620
+ # this to retrieve the subsequent page. When paginating, all other parameters
621
+ # provided to `ListFleets` must match the call that provided the page token.
613
622
  # @param [String] fields
614
623
  # Selector specifying which fields to include in a partial response.
615
624
  # @param [String] quota_user
@@ -627,11 +636,12 @@ module Google
627
636
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
628
637
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
629
638
  # @raise [Google::Apis::AuthorizationError] Authorization is required
630
- def list_project_location_fleets(parent, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
639
+ def list_project_location_fleets(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
631
640
  command = make_simple_command(:get, 'v1alpha/{+parent}/fleets', options)
632
641
  command.response_representation = Google::Apis::GkehubV1alpha::ListFleetsResponse::Representation
633
642
  command.response_class = Google::Apis::GkehubV1alpha::ListFleetsResponse
634
643
  command.params['parent'] = parent unless parent.nil?
644
+ command.query['pageSize'] = page_size unless page_size.nil?
635
645
  command.query['pageToken'] = page_token unless page_token.nil?
636
646
  command.query['fields'] = fields unless fields.nil?
637
647
  command.query['quotaUser'] = quota_user unless quota_user.nil?
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-gkehub_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.24.0
4
+ version: 0.27.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-05-02 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-gkehub_v1alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha/v0.24.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha/v0.27.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1alpha
63
63
  post_install_message:
64
64
  rdoc_options: []