google-cloud-assured_workloads-v1beta1 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: e5a52c3887c6436e24ce7535b92e5d6274891ed1651721c048c7e7bc33bcf51f
4
- data.tar.gz: 6f9960e32cfee95043570df17e6834452198965b0419a578007962afe6e71d03
3
+ metadata.gz: f1a7f16f11752933c4bf50751f4515f9a98f78870822e14d8e9ceacec71a8b8b
4
+ data.tar.gz: 0dc49f9f11791399c08584be899504afec018b6d294039ce9260a47af8222fd8
5
5
  SHA512:
6
- metadata.gz: 2e3feda38888728040afda80c6cace5946e43ccc0218434a3296516e5bded4f03c2a87b50792a197b1808244251346ae07b759533d020b08f611984109ad06ce
7
- data.tar.gz: 9f9c2640ca0790092fadebe5a7e8a7ed154ae5536c27827287148935e3f9a5d259a3de09901704696507903ef71483a3e5bf7e62f414a14ffa4bd384e8721c92
6
+ metadata.gz: 3c500164e781fdc222a05b4f4d0fb01862cb134d206dcde2e5b9f484525d89eef0ae4ff72d16d4ffa2f8e1ea133d7e8e252e2ffcf40bfc2dd44e814db1ca9728
7
+ data.tar.gz: 40f7f58f897631e35facdb45e746a341a99a17fc743e5ea8f78f149d851e053d1140d39f9b6a2a3d137698aef967c7659537255ba3c3940979a0aa5fd9b1c7db
data/AUTHENTICATION.md CHANGED
@@ -114,7 +114,7 @@ credentials are discovered.
114
114
  To configure your system for this, simply:
115
115
 
116
116
  1. [Download and install the Cloud SDK](https://cloud.google.com/sdk)
117
- 2. Authenticate using OAuth 2.0 `$ gcloud auth login`
117
+ 2. Authenticate using OAuth 2.0 `$ gcloud auth application-default login`
118
118
  3. Write code as if already authenticated.
119
119
 
120
120
  **NOTE:** This is _not_ recommended for running in production. The Cloud SDK
@@ -640,8 +640,8 @@ module Google
640
640
  end
641
641
 
642
642
  ##
643
- # A request to analyze a hypothetical move of a source project or
644
- # project-based workload to a target (destination) folder-based workload.
643
+ # Analyze if the source Assured Workloads can be moved to the target Assured
644
+ # Workload
645
645
  #
646
646
  # @overload analyze_workload_move(request, options = nil)
647
647
  # Pass arguments to `analyze_workload_move` via a request object, either of type
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module AssuredWorkloads
23
23
  module V1beta1
24
- VERSION = "0.12.0"
24
+ VERSION = "0.13.0"
25
25
  end
26
26
  end
27
27
  end
@@ -73,6 +73,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
73
73
  optional :kaj_enrollment_state, :enum, 17, "google.cloud.assuredworkloads.v1beta1.Workload.KajEnrollmentState"
74
74
  optional :enable_sovereign_controls, :bool, 18
75
75
  optional :saa_enrollment_response, :message, 20, "google.cloud.assuredworkloads.v1beta1.Workload.SaaEnrollmentResponse"
76
+ repeated :compliant_but_disallowed_services, :string, 24
76
77
  oneof :compliance_regime_settings do
77
78
  optional :il4_settings, :message, 7, "google.cloud.assuredworkloads.v1beta1.Workload.IL4Settings"
78
79
  optional :cjis_settings, :message, 8, "google.cloud.assuredworkloads.v1beta1.Workload.CJISSettings"
@@ -56,8 +56,8 @@ module Google
56
56
  rpc :DeleteWorkload, ::Google::Cloud::AssuredWorkloads::V1beta1::DeleteWorkloadRequest, ::Google::Protobuf::Empty
57
57
  # Gets Assured Workload associated with a CRM Node
58
58
  rpc :GetWorkload, ::Google::Cloud::AssuredWorkloads::V1beta1::GetWorkloadRequest, ::Google::Cloud::AssuredWorkloads::V1beta1::Workload
59
- # A request to analyze a hypothetical move of a source project or
60
- # project-based workload to a target (destination) folder-based workload.
59
+ # Analyze if the source Assured Workloads can be moved to the target Assured
60
+ # Workload
61
61
  rpc :AnalyzeWorkloadMove, ::Google::Cloud::AssuredWorkloads::V1beta1::AnalyzeWorkloadMoveRequest, ::Google::Cloud::AssuredWorkloads::V1beta1::AnalyzeWorkloadMoveResponse
62
62
  # Lists Assured Workloads under a CRM Node.
63
63
  rpc :ListWorkloads, ::Google::Cloud::AssuredWorkloads::V1beta1::ListWorkloadsRequest, ::Google::Cloud::AssuredWorkloads::V1beta1::ListWorkloadsResponse
@@ -285,6 +285,12 @@ module Google
285
285
  # Output only. Represents the SAA enrollment response of the given workload.
286
286
  # SAA enrollment response is queried during GetWorkload call.
287
287
  # In failure cases, user friendly error message is shown in SAA details page.
288
+ # @!attribute [r] compliant_but_disallowed_services
289
+ # @return [::Array<::String>]
290
+ # Output only. Urls for services which are compliant for this Assured Workload, but which
291
+ # are currently disallowed by the ResourceUsageRestriction org policy.
292
+ # Invoke RestrictAllowedResources endpoint to allow your project developers
293
+ # to use these services in their environment."
288
294
  class Workload
289
295
  include ::Google::Protobuf::MessageExts
290
296
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-assured_workloads-v1beta1
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: 2022-08-25 00:00:00.000000000 Z
11
+ date: 2022-09-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common