google-cloud-assured_workloads-v1beta1 0.9.1 → 0.9.2
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 +4 -4
- data/README.md +6 -1
- data/lib/google/cloud/assured_workloads/v1beta1/assured_workloads_service/client.rb +2 -2
- data/lib/google/cloud/assured_workloads/v1beta1/version.rb +1 -1
- data/lib/google/cloud/assured_workloads/v1beta1.rb +2 -0
- data/lib/google/cloud/assuredworkloads/v1beta1/{assuredworkloads_v1beta1_pb.rb → assuredworkloads_pb.rb} +4 -3
- data/lib/google/cloud/assuredworkloads/v1beta1/{assuredworkloads_v1beta1_services_pb.rb → assuredworkloads_services_pb.rb} +3 -3
- data/proto_docs/google/cloud/assuredworkloads/v1beta1/{assuredworkloads_v1beta1.rb → assuredworkloads.rb} +1 -1
- data/proto_docs/google/protobuf/any.rb +3 -3
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 26bd866e2e7cb48146e80df3e958ec2dc582921c4ffb6a491cb1dea5c905cf69
|
|
4
|
+
data.tar.gz: a4dad89b1f43d68c9775d16e6a5e0c77690ea9cad3d5d1112e44f13860f518bd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c1545ac682dd2ddf1edda5349a701fc83b924c3f536c3e0c8086a358c10ff21e1e4c20967e71d079f8c5c1547a97c958b4ec239536384d9678361f20cba17544
|
|
7
|
+
data.tar.gz: 1262b2ad1fbf6ce57637b0f6ab3e3cf4a9f1cafd458377527b0ca3e2ae4184fb3b7a741d67fa0e798c157f32edd2a8ad98d8be7347f73dd981fe82b8296c1874
|
data/README.md
CHANGED
|
@@ -37,7 +37,7 @@ request = ::Google::Cloud::AssuredWorkloads::V1beta1::CreateWorkloadRequest.new
|
|
|
37
37
|
response = client.create_workload request
|
|
38
38
|
```
|
|
39
39
|
|
|
40
|
-
View the [Client Library Documentation](https://
|
|
40
|
+
View the [Client Library Documentation](https://cloud.google.com/ruby/docs/reference/google-cloud-assured_workloads-v1beta1/latest)
|
|
41
41
|
for class and method documentation.
|
|
42
42
|
|
|
43
43
|
See also the [Product Documentation](https://cloud.google.com/assured-workloads/)
|
|
@@ -69,6 +69,11 @@ module GRPC
|
|
|
69
69
|
end
|
|
70
70
|
```
|
|
71
71
|
|
|
72
|
+
|
|
73
|
+
## Google Cloud Samples
|
|
74
|
+
|
|
75
|
+
To browse ready to use code samples check [Google Cloud Samples](https://cloud.google.com/docs/samples).
|
|
76
|
+
|
|
72
77
|
## Supported Ruby Versions
|
|
73
78
|
|
|
74
79
|
This library is supported on Ruby 2.5+.
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
# Auto-generated by gapic-generator-ruby. DO NOT EDIT!
|
|
18
18
|
|
|
19
19
|
require "google/cloud/errors"
|
|
20
|
-
require "google/cloud/assuredworkloads/v1beta1/
|
|
20
|
+
require "google/cloud/assuredworkloads/v1beta1/assuredworkloads_pb"
|
|
21
21
|
|
|
22
22
|
module Google
|
|
23
23
|
module Cloud
|
|
@@ -130,7 +130,7 @@ module Google
|
|
|
130
130
|
# the gRPC module only when it's required.
|
|
131
131
|
# See https://github.com/googleapis/toolkit/issues/446
|
|
132
132
|
require "gapic/grpc"
|
|
133
|
-
require "google/cloud/assuredworkloads/v1beta1/
|
|
133
|
+
require "google/cloud/assuredworkloads/v1beta1/assuredworkloads_services_pb"
|
|
134
134
|
|
|
135
135
|
# Create the configuration object
|
|
136
136
|
@config = Configuration.new Client.configure
|
|
@@ -25,6 +25,8 @@ module Google
|
|
|
25
25
|
##
|
|
26
26
|
# To load this package, including all its services, and instantiate a client:
|
|
27
27
|
#
|
|
28
|
+
# @example
|
|
29
|
+
#
|
|
28
30
|
# require "google/cloud/assured_workloads/v1beta1"
|
|
29
31
|
# client = ::Google::Cloud::AssuredWorkloads::V1beta1::AssuredWorkloadsService::Client.new
|
|
30
32
|
#
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
|
-
# source: google/cloud/assuredworkloads/v1beta1/
|
|
2
|
+
# source: google/cloud/assuredworkloads/v1beta1/assuredworkloads.proto
|
|
3
|
+
|
|
4
|
+
require 'google/protobuf'
|
|
3
5
|
|
|
4
6
|
require 'google/api/annotations_pb'
|
|
5
7
|
require 'google/api/client_pb'
|
|
@@ -10,10 +12,9 @@ require 'google/protobuf/duration_pb'
|
|
|
10
12
|
require 'google/protobuf/empty_pb'
|
|
11
13
|
require 'google/protobuf/field_mask_pb'
|
|
12
14
|
require 'google/protobuf/timestamp_pb'
|
|
13
|
-
require 'google/protobuf'
|
|
14
15
|
|
|
15
16
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
16
|
-
add_file("google/cloud/assuredworkloads/v1beta1/
|
|
17
|
+
add_file("google/cloud/assuredworkloads/v1beta1/assuredworkloads.proto", :syntax => :proto3) do
|
|
17
18
|
add_message "google.cloud.assuredworkloads.v1beta1.CreateWorkloadRequest" do
|
|
18
19
|
optional :parent, :string, 1
|
|
19
20
|
optional :workload, :message, 2, "google.cloud.assuredworkloads.v1beta1.Workload"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
|
-
# Source: google/cloud/assuredworkloads/v1beta1/
|
|
2
|
+
# Source: google/cloud/assuredworkloads/v1beta1/assuredworkloads.proto for package 'Google.Cloud.AssuredWorkloads.V1beta1'
|
|
3
3
|
# Original file comments:
|
|
4
|
-
# Copyright
|
|
4
|
+
# Copyright 2021 Google LLC
|
|
5
5
|
#
|
|
6
6
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
7
|
# you may not use this file except in compliance with the License.
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
#
|
|
18
18
|
|
|
19
19
|
require 'grpc'
|
|
20
|
-
require 'google/cloud/assuredworkloads/v1beta1/
|
|
20
|
+
require 'google/cloud/assuredworkloads/v1beta1/assuredworkloads_pb'
|
|
21
21
|
|
|
22
22
|
module Google
|
|
23
23
|
module Cloud
|
|
@@ -44,7 +44,7 @@ module Google
|
|
|
44
44
|
# foo = any.unpack(Foo.class);
|
|
45
45
|
# }
|
|
46
46
|
#
|
|
47
|
-
#
|
|
47
|
+
# Example 3: Pack and unpack a message in Python.
|
|
48
48
|
#
|
|
49
49
|
# foo = Foo(...)
|
|
50
50
|
# any = Any()
|
|
@@ -54,7 +54,7 @@ module Google
|
|
|
54
54
|
# any.Unpack(foo)
|
|
55
55
|
# ...
|
|
56
56
|
#
|
|
57
|
-
#
|
|
57
|
+
# Example 4: Pack and unpack a message in Go
|
|
58
58
|
#
|
|
59
59
|
# foo := &pb.Foo{...}
|
|
60
60
|
# any, err := anypb.New(foo)
|
|
@@ -75,7 +75,7 @@ module Google
|
|
|
75
75
|
#
|
|
76
76
|
#
|
|
77
77
|
# JSON
|
|
78
|
-
#
|
|
78
|
+
#
|
|
79
79
|
# The JSON representation of an `Any` value uses the regular
|
|
80
80
|
# representation of the deserialized, embedded message, with an
|
|
81
81
|
# additional field `@type` which contains the type URL. Example:
|
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.9.
|
|
4
|
+
version: 0.9.2
|
|
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-
|
|
11
|
+
date: 2022-06-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|
|
@@ -178,12 +178,12 @@ files:
|
|
|
178
178
|
- lib/google/cloud/assured_workloads/v1beta1/assured_workloads_service/operations.rb
|
|
179
179
|
- lib/google/cloud/assured_workloads/v1beta1/assured_workloads_service/paths.rb
|
|
180
180
|
- lib/google/cloud/assured_workloads/v1beta1/version.rb
|
|
181
|
-
- lib/google/cloud/assuredworkloads/v1beta1/
|
|
182
|
-
- lib/google/cloud/assuredworkloads/v1beta1/
|
|
181
|
+
- lib/google/cloud/assuredworkloads/v1beta1/assuredworkloads_pb.rb
|
|
182
|
+
- lib/google/cloud/assuredworkloads/v1beta1/assuredworkloads_services_pb.rb
|
|
183
183
|
- proto_docs/README.md
|
|
184
184
|
- proto_docs/google/api/field_behavior.rb
|
|
185
185
|
- proto_docs/google/api/resource.rb
|
|
186
|
-
- proto_docs/google/cloud/assuredworkloads/v1beta1/
|
|
186
|
+
- proto_docs/google/cloud/assuredworkloads/v1beta1/assuredworkloads.rb
|
|
187
187
|
- proto_docs/google/longrunning/operations.rb
|
|
188
188
|
- proto_docs/google/protobuf/any.rb
|
|
189
189
|
- proto_docs/google/protobuf/duration.rb
|
|
@@ -210,7 +210,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
210
210
|
- !ruby/object:Gem::Version
|
|
211
211
|
version: '0'
|
|
212
212
|
requirements: []
|
|
213
|
-
rubygems_version: 3.3.
|
|
213
|
+
rubygems_version: 3.3.14
|
|
214
214
|
signing_key:
|
|
215
215
|
specification_version: 4
|
|
216
216
|
summary: API Client library for the Assured Workloads for Government V1beta1 API
|