google-apis-gkehub_v1alpha 0.25.0 → 0.28.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: c6ad462f8bf43c0d9fef84837d1aad595f291117936bd4a763c58390067ddce7
4
- data.tar.gz: e73452af219d52edb917d7af65dfd3a08cd26585b85507499a85bac2cfdfb5da
3
+ metadata.gz: cd152a99ba6594975332fecaf39972379dcff0ca3027d8cd168fbfdfb7ab94f4
4
+ data.tar.gz: d76b5e2d28b8f2a48caa9283bdf24a0bb7ecfbf41bfdc4edada9054e99937580
5
5
  SHA512:
6
- metadata.gz: 86f873bb4d0c1803e12ad550ad24741abc33e001fccc60ad5e82b6009cffd578801cbfb36eb227fc4a8ccc1efe99348b99e9ccb3dc1f7ebda7f36942d6695165
7
- data.tar.gz: ce90241296a27748222eea4358df7ab2b4e5ddcd8107ca18b6c5ca6ec6aa087412a4fd1f1cae37f15632662cae74c2ee813997eb7a86254c12fea833223fe85b
6
+ metadata.gz: 430181cfa8fe1010e4bbf66c070953bf35f4984fa87c3035851e816a70f99ff01279754dbcc27d3b51468f2b82701ceae405b25767bc61169a6264fa7822d4db
7
+ data.tar.gz: 39d2fbc966a36eef55a30238964e6aaf5c7ade43a009645f69551d68b1aa5011d4c7db7be5e45cf795d1235d63b8753094649646ff4234712a3e95f5309b8c3b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-gkehub_v1alpha
2
2
 
3
+ ### v0.28.0 (2022-05-08)
4
+
5
+ * Regenerated from discovery document revision 20220429
6
+
7
+ ### v0.27.0 (2022-04-30)
8
+
9
+ * Regenerated from discovery document revision 20220422
10
+
11
+ ### v0.26.0 (2022-04-16)
12
+
13
+ * Regenerated from discovery document revision 20220408
14
+
3
15
  ### v0.25.0 (2022-04-09)
4
16
 
5
17
  * Regenerated from discovery document revision 20220401
@@ -122,8 +122,8 @@ module Google
122
122
  # "audit_log_configs": [ ` "log_type": "DATA_READ" `, ` "log_type": "DATA_WRITE"
123
123
  # , "exempted_members": [ "user:aliya@example.com" ] ` ] ` ] ` For sampleservice,
124
124
  # this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also
125
- # exempts jose@example.com from DATA_READ logging, and aliya@example.com from
126
- # DATA_WRITE logging.
125
+ # exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com`
126
+ # from DATA_WRITE logging.
127
127
  class AuditConfig
128
128
  include Google::Apis::Core::Hashable
129
129
 
@@ -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
@@ -1881,6 +1881,12 @@ module Google
1881
1881
  attr_accessor :deploy_cloud_console_proxy
1882
1882
  alias_method :deploy_cloud_console_proxy?, :deploy_cloud_console_proxy
1883
1883
 
1884
+ # Enable access token.
1885
+ # Corresponds to the JSON property `enableAccessToken`
1886
+ # @return [Boolean]
1887
+ attr_accessor :enable_access_token
1888
+ alias_method :enable_access_token?, :enable_access_token
1889
+
1884
1890
  # Output only. Encrypted OIDC Client secret
1885
1891
  # Corresponds to the JSON property `encryptedClientSecret`
1886
1892
  # NOTE: Values are automatically base64 encoded/decoded in the client library.
@@ -1939,6 +1945,7 @@ module Google
1939
1945
  @client_id = args[:client_id] if args.key?(:client_id)
1940
1946
  @client_secret = args[:client_secret] if args.key?(:client_secret)
1941
1947
  @deploy_cloud_console_proxy = args[:deploy_cloud_console_proxy] if args.key?(:deploy_cloud_console_proxy)
1948
+ @enable_access_token = args[:enable_access_token] if args.key?(:enable_access_token)
1942
1949
  @encrypted_client_secret = args[:encrypted_client_secret] if args.key?(:encrypted_client_secret)
1943
1950
  @extra_params = args[:extra_params] if args.key?(:extra_params)
1944
1951
  @group_prefix = args[:group_prefix] if args.key?(:group_prefix)
@@ -2131,7 +2138,8 @@ module Google
2131
2138
  attr_accessor :fleets
2132
2139
 
2133
2140
  # 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.
2141
+ # field is omitted, there are no subsequent pages. The token is only valid for
2142
+ # 1h.
2135
2143
  # Corresponds to the JSON property `nextPageToken`
2136
2144
  # @return [String]
2137
2145
  attr_accessor :next_page_token
@@ -3329,6 +3337,12 @@ module Google
3329
3337
  # @return [String]
3330
3338
  attr_accessor :control_plane
3331
3339
 
3340
+ # Determines which release channel to use for default injection and service mesh
3341
+ # APIs.
3342
+ # Corresponds to the JSON property `defaultChannel`
3343
+ # @return [String]
3344
+ attr_accessor :default_channel
3345
+
3332
3346
  def initialize(**args)
3333
3347
  update!(**args)
3334
3348
  end
@@ -3336,6 +3350,7 @@ module Google
3336
3350
  # Update properties of this object
3337
3351
  def update!(**args)
3338
3352
  @control_plane = args[:control_plane] if args.key?(:control_plane)
3353
+ @default_channel = args[:default_channel] if args.key?(:default_channel)
3339
3354
  end
3340
3355
  end
3341
3356
 
@@ -3349,6 +3364,12 @@ module Google
3349
3364
  # @return [Array<Google::Apis::GkehubV1alpha::ServiceMeshAnalysisMessage>]
3350
3365
  attr_accessor :analysis_messages
3351
3366
 
3367
+ # The API version (i.e. Istio CRD version) for configuring service mesh in this
3368
+ # cluster. This version is influenced by the `default_channel` field.
3369
+ # Corresponds to the JSON property `configApiVersion`
3370
+ # @return [String]
3371
+ attr_accessor :config_api_version
3372
+
3352
3373
  # Status of control plane management.
3353
3374
  # Corresponds to the JSON property `controlPlaneManagement`
3354
3375
  # @return [Google::Apis::GkehubV1alpha::ServiceMeshControlPlaneManagement]
@@ -3361,6 +3382,7 @@ module Google
3361
3382
  # Update properties of this object
3362
3383
  def update!(**args)
3363
3384
  @analysis_messages = args[:analysis_messages] if args.key?(:analysis_messages)
3385
+ @config_api_version = args[:config_api_version] if args.key?(:config_api_version)
3364
3386
  @control_plane_management = args[:control_plane_management] if args.key?(:control_plane_management)
3365
3387
  end
3366
3388
  end
@@ -3506,7 +3528,7 @@ module Google
3506
3528
  include Google::Apis::Core::Hashable
3507
3529
 
3508
3530
  # 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
3531
+ # (such as `*` or `storage.*`) are not allowed. For more information see [IAM
3510
3532
  # Overview](https://cloud.google.com/iam/docs/overview#permissions).
3511
3533
  # Corresponds to the JSON property `permissions`
3512
3534
  # @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.25.0"
19
+ GEM_VERSION = "0.28.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 = "20220401"
25
+ REVISION = "20220429"
26
26
  end
27
27
  end
28
28
  end
@@ -1122,6 +1122,7 @@ module Google
1122
1122
  property :client_id, as: 'clientId'
1123
1123
  property :client_secret, as: 'clientSecret'
1124
1124
  property :deploy_cloud_console_proxy, as: 'deployCloudConsoleProxy'
1125
+ property :enable_access_token, as: 'enableAccessToken'
1125
1126
  property :encrypted_client_secret, :base64 => true, as: 'encryptedClientSecret'
1126
1127
  property :extra_params, as: 'extraParams'
1127
1128
  property :group_prefix, as: 'groupPrefix'
@@ -1506,6 +1507,7 @@ module Google
1506
1507
  # @private
1507
1508
  class Representation < Google::Apis::Core::JsonRepresentation
1508
1509
  property :control_plane, as: 'controlPlane'
1510
+ property :default_channel, as: 'defaultChannel'
1509
1511
  end
1510
1512
  end
1511
1513
 
@@ -1514,6 +1516,7 @@ module Google
1514
1516
  class Representation < Google::Apis::Core::JsonRepresentation
1515
1517
  collection :analysis_messages, as: 'analysisMessages', class: Google::Apis::GkehubV1alpha::ServiceMeshAnalysisMessage, decorator: Google::Apis::GkehubV1alpha::ServiceMeshAnalysisMessage::Representation
1516
1518
 
1519
+ property :config_api_version, as: 'configApiVersion'
1517
1520
  property :control_plane_management, as: 'controlPlaneManagement', class: Google::Apis::GkehubV1alpha::ServiceMeshControlPlaneManagement, decorator: Google::Apis::GkehubV1alpha::ServiceMeshControlPlaneManagement::Representation
1518
1521
 
1519
1522
  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?
@@ -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.25.0
4
+ version: 0.28.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-04-11 00:00:00.000000000 Z
11
+ date: 2022-05-09 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.25.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha/v0.28.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: []