google-apis-apigee_v1 0.12.0 → 0.13.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: 7854405c11cf690dba40e71c6fdf82c28c6670e8425a91f3ac0c13d0bcefc83f
4
- data.tar.gz: 7d5dfcd509c123e6db7fbf122134550058bb91edf1f89307baf4566f8019df30
3
+ metadata.gz: fea7355d1beb8f40136f93063def79cedf6d16301a52342ea144a6d613599302
4
+ data.tar.gz: ba80e44b0f60a6586f39daf3e0166a2c4f48fd7a627cbf6a91d0a7ffcace5314
5
5
  SHA512:
6
- metadata.gz: db2d86581fddf6071915d0de676b05e058aaa79eee3d4377191f79bc1885c62f3351cc88786ed684347e21739c67d77a1f5a6c80d7a2252f5a328ab14105910e
7
- data.tar.gz: f8fcd21112d77d8e285ae1a48e9cd8c0bc5df1cf3d1a0dc76be148e530cc3418ff39e300a8278ff7d2e19ce3a645b5861368b6fa6361a5d2279fb869b808d122
6
+ metadata.gz: ed6bb5014615940a1e81677fa23cd8b3a8ca0a0593868bb66c4a656da85d2dc0d574cf50425b059382c07d54093dec4891cd4b30cc5bdf14ccc932a37e2dcbac
7
+ data.tar.gz: 843925c679b17af29f86d6220be696a2537a509056de9a43416a98b5821e5422198eac29561db401c8e936ad65bae93a105ed600a6cbfaf579cc10e9e4030a4a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-apigee_v1
2
2
 
3
+ ### v0.13.0 (2021-06-02)
4
+
5
+ * Regenerated from discovery document revision 20210528
6
+ * Regenerated using generator version 0.3.0
7
+
3
8
  ### v0.12.0 (2021-05-25)
4
9
 
5
10
  * Regenerated from discovery document revision 20210522
@@ -2044,12 +2044,6 @@ module Google
2044
2044
  # @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1DeploymentChangeReportRoutingConflict>]
2045
2045
  attr_accessor :route_conflicts
2046
2046
 
2047
- # The full resource name of Cloud IAM Service Account that this deployment is
2048
- # using, eg, `projects/-/serviceAccounts/`email``.
2049
- # Corresponds to the JSON property `serviceAccount`
2050
- # @return [String]
2051
- attr_accessor :service_account
2052
-
2053
2047
  # Current state of the deployment. This field is not populated in List APIs.
2054
2048
  # Corresponds to the JSON property `state`
2055
2049
  # @return [String]
@@ -2069,7 +2063,6 @@ module Google
2069
2063
  @pods = args[:pods] if args.key?(:pods)
2070
2064
  @revision = args[:revision] if args.key?(:revision)
2071
2065
  @route_conflicts = args[:route_conflicts] if args.key?(:route_conflicts)
2072
- @service_account = args[:service_account] if args.key?(:service_account)
2073
2066
  @state = args[:state] if args.key?(:state)
2074
2067
  end
2075
2068
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ApigeeV1
18
18
  # Version of the google-apis-apigee_v1 gem
19
- GEM_VERSION = "0.12.0"
19
+ GEM_VERSION = "0.13.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210522"
25
+ REVISION = "20210528"
26
26
  end
27
27
  end
28
28
  end
@@ -1619,7 +1619,6 @@ module Google
1619
1619
  property :revision, as: 'revision'
1620
1620
  collection :route_conflicts, as: 'routeConflicts', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1DeploymentChangeReportRoutingConflict, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1DeploymentChangeReportRoutingConflict::Representation
1621
1621
 
1622
- property :service_account, as: 'serviceAccount'
1623
1622
  property :state, as: 'state'
1624
1623
  end
1625
1624
  end
@@ -4281,10 +4281,6 @@ module Google
4281
4281
  # GenerateDeployChangeReport) may be used to examine routing changes before
4282
4282
  # issuing the deployment request, and its response will indicate if a sequenced
4283
4283
  # rollout is recommended for the deployment.
4284
- # @param [String] service_account
4285
- # Google Cloud IAM service account. The service account represents the identity
4286
- # of the deployed proxy, and determines what permissions it has. The format must
4287
- # be ``ACCOUNT_ID`@`PROJECT`.iam.gserviceaccount.com`.
4288
4284
  # @param [String] fields
4289
4285
  # Selector specifying which fields to include in a partial response.
4290
4286
  # @param [String] quota_user
@@ -4302,14 +4298,13 @@ module Google
4302
4298
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
4303
4299
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
4304
4300
  # @raise [Google::Apis::AuthorizationError] Authorization is required
4305
- def deploy_organization_environment_api_revision(name, override: nil, sequenced_rollout: nil, service_account: nil, fields: nil, quota_user: nil, options: nil, &block)
4301
+ def deploy_organization_environment_api_revision(name, override: nil, sequenced_rollout: nil, fields: nil, quota_user: nil, options: nil, &block)
4306
4302
  command = make_simple_command(:post, 'v1/{+name}/deployments', options)
4307
4303
  command.response_representation = Google::Apis::ApigeeV1::GoogleCloudApigeeV1Deployment::Representation
4308
4304
  command.response_class = Google::Apis::ApigeeV1::GoogleCloudApigeeV1Deployment
4309
4305
  command.params['name'] = name unless name.nil?
4310
4306
  command.query['override'] = override unless override.nil?
4311
4307
  command.query['sequencedRollout'] = sequenced_rollout unless sequenced_rollout.nil?
4312
- command.query['serviceAccount'] = service_account unless service_account.nil?
4313
4308
  command.query['fields'] = fields unless fields.nil?
4314
4309
  command.query['quotaUser'] = quota_user unless quota_user.nil?
4315
4310
  execute_or_queue_command(command, &block)
@@ -5901,10 +5896,6 @@ module Google
5901
5896
  # replace other deployed revisions. By default, `override` is `false` and the
5902
5897
  # deployment is rejected if other revisions of the shared flow are deployed in
5903
5898
  # the environment.
5904
- # @param [String] service_account
5905
- # Google Cloud IAM service account. The service account represents the identity
5906
- # of the deployed proxy, and determines what permissions it has. The format must
5907
- # be ``ACCOUNT_ID`@`PROJECT`.iam.gserviceaccount.com`.
5908
5899
  # @param [String] fields
5909
5900
  # Selector specifying which fields to include in a partial response.
5910
5901
  # @param [String] quota_user
@@ -5922,13 +5913,12 @@ module Google
5922
5913
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
5923
5914
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
5924
5915
  # @raise [Google::Apis::AuthorizationError] Authorization is required
5925
- def deploy_organization_environment_sharedflow_revision(name, override: nil, service_account: nil, fields: nil, quota_user: nil, options: nil, &block)
5916
+ def deploy_organization_environment_sharedflow_revision(name, override: nil, fields: nil, quota_user: nil, options: nil, &block)
5926
5917
  command = make_simple_command(:post, 'v1/{+name}/deployments', options)
5927
5918
  command.response_representation = Google::Apis::ApigeeV1::GoogleCloudApigeeV1Deployment::Representation
5928
5919
  command.response_class = Google::Apis::ApigeeV1::GoogleCloudApigeeV1Deployment
5929
5920
  command.params['name'] = name unless name.nil?
5930
5921
  command.query['override'] = override unless override.nil?
5931
- command.query['serviceAccount'] = service_account unless service_account.nil?
5932
5922
  command.query['fields'] = fields unless fields.nil?
5933
5923
  command.query['quotaUser'] = quota_user unless quota_user.nil?
5934
5924
  execute_or_queue_command(command, &block)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-apigee_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.13.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: 2021-05-31 00:00:00.000000000 Z
11
+ date: 2021-06-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-apigee_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.12.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.13.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-apigee_v1
57
57
  post_install_message:
58
58
  rdoc_options: []