google-cloud-app_hub-v1 0.3.0 → 1.1.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 +4 -4
- data/lib/google/cloud/app_hub/v1/app_hub/rest/client.rb +24 -12
- data/lib/google/cloud/app_hub/v1/version.rb +1 -1
- data/lib/google/cloud/apphub/v1/application_pb.rb +1 -1
- data/proto_docs/google/api/client.rb +14 -0
- data/proto_docs/google/cloud/apphub/v1/apphub_service.rb +4 -3
- data/proto_docs/google/cloud/apphub/v1/application.rb +5 -2
- data/proto_docs/google/cloud/apphub/v1/service.rb +9 -9
- data/proto_docs/google/cloud/apphub/v1/service_project_attachment.rb +4 -4
- data/proto_docs/google/cloud/apphub/v1/workload.rb +5 -5
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c5074296de3373a94db53fea22c0a65b18010aa843a8a20b40e62c1406a29834
|
4
|
+
data.tar.gz: fa1d3358c9953102c494741815a7157e19d24a6c2ea44913d94809ea80f44b93
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8f1ed22bd1592a68061083643e16d0a6fe6abd60244c64e37847c4b0e5f8efeb5010a67e755a043470a40616feab9cfac4f303327085821c05b4045d498f60a9
|
7
|
+
data.tar.gz: 3a2b3136a6735643b773f9e8aa5df48de5a939b54cea428b0a98969236571581e0403af6d6e2d024cc9ebda87d0f4183c9a13b751e7e2f710d0c8e058656c603
|
@@ -436,10 +436,10 @@ module Google
|
|
436
436
|
# @param order_by [::String]
|
437
437
|
# Optional. Hint for how to order the results.
|
438
438
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
439
|
-
# @yieldparam result [::Google::Cloud::AppHub::V1::
|
439
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::AppHub::V1::ServiceProjectAttachment>]
|
440
440
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
441
441
|
#
|
442
|
-
# @return [::Google::Cloud::AppHub::V1::
|
442
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::AppHub::V1::ServiceProjectAttachment>]
|
443
443
|
#
|
444
444
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
445
445
|
#
|
@@ -491,7 +491,9 @@ module Google
|
|
491
491
|
retry_policy: @config.retry_policy
|
492
492
|
|
493
493
|
@app_hub_stub.list_service_project_attachments request, options do |result, operation|
|
494
|
+
result = ::Gapic::Rest::PagedEnumerable.new @app_hub_stub, :list_service_project_attachments, "service_project_attachments", request, result, options
|
494
495
|
yield result, operation if block_given?
|
496
|
+
throw :response, result
|
495
497
|
end
|
496
498
|
rescue ::Gapic::Rest::Error => e
|
497
499
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -903,10 +905,10 @@ module Google
|
|
903
905
|
# @param order_by [::String]
|
904
906
|
# Optional. Hint for how to order the results.
|
905
907
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
906
|
-
# @yieldparam result [::Google::Cloud::AppHub::V1::
|
908
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::AppHub::V1::DiscoveredService>]
|
907
909
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
908
910
|
#
|
909
|
-
# @return [::Google::Cloud::AppHub::V1::
|
911
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::AppHub::V1::DiscoveredService>]
|
910
912
|
#
|
911
913
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
912
914
|
#
|
@@ -958,7 +960,9 @@ module Google
|
|
958
960
|
retry_policy: @config.retry_policy
|
959
961
|
|
960
962
|
@app_hub_stub.list_discovered_services request, options do |result, operation|
|
963
|
+
result = ::Gapic::Rest::PagedEnumerable.new @app_hub_stub, :list_discovered_services, "discovered_services", request, result, options
|
961
964
|
yield result, operation if block_given?
|
965
|
+
throw :response, result
|
962
966
|
end
|
963
967
|
rescue ::Gapic::Rest::Error => e
|
964
968
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -1160,10 +1164,10 @@ module Google
|
|
1160
1164
|
# @param order_by [::String]
|
1161
1165
|
# Optional. Hint for how to order the results
|
1162
1166
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
1163
|
-
# @yieldparam result [::Google::Cloud::AppHub::V1::
|
1167
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::AppHub::V1::Service>]
|
1164
1168
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
1165
1169
|
#
|
1166
|
-
# @return [::Google::Cloud::AppHub::V1::
|
1170
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::AppHub::V1::Service>]
|
1167
1171
|
#
|
1168
1172
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
1169
1173
|
#
|
@@ -1215,7 +1219,9 @@ module Google
|
|
1215
1219
|
retry_policy: @config.retry_policy
|
1216
1220
|
|
1217
1221
|
@app_hub_stub.list_services request, options do |result, operation|
|
1222
|
+
result = ::Gapic::Rest::PagedEnumerable.new @app_hub_stub, :list_services, "services", request, result, options
|
1218
1223
|
yield result, operation if block_given?
|
1224
|
+
throw :response, result
|
1219
1225
|
end
|
1220
1226
|
rescue ::Gapic::Rest::Error => e
|
1221
1227
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -1657,10 +1663,10 @@ module Google
|
|
1657
1663
|
# @param order_by [::String]
|
1658
1664
|
# Optional. Hint for how to order the results.
|
1659
1665
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
1660
|
-
# @yieldparam result [::Google::Cloud::AppHub::V1::
|
1666
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::AppHub::V1::DiscoveredWorkload>]
|
1661
1667
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
1662
1668
|
#
|
1663
|
-
# @return [::Google::Cloud::AppHub::V1::
|
1669
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::AppHub::V1::DiscoveredWorkload>]
|
1664
1670
|
#
|
1665
1671
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
1666
1672
|
#
|
@@ -1712,7 +1718,9 @@ module Google
|
|
1712
1718
|
retry_policy: @config.retry_policy
|
1713
1719
|
|
1714
1720
|
@app_hub_stub.list_discovered_workloads request, options do |result, operation|
|
1721
|
+
result = ::Gapic::Rest::PagedEnumerable.new @app_hub_stub, :list_discovered_workloads, "discovered_workloads", request, result, options
|
1715
1722
|
yield result, operation if block_given?
|
1723
|
+
throw :response, result
|
1716
1724
|
end
|
1717
1725
|
rescue ::Gapic::Rest::Error => e
|
1718
1726
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -1914,10 +1922,10 @@ module Google
|
|
1914
1922
|
# @param order_by [::String]
|
1915
1923
|
# Optional. Hint for how to order the results.
|
1916
1924
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
1917
|
-
# @yieldparam result [::Google::Cloud::AppHub::V1::
|
1925
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::AppHub::V1::Workload>]
|
1918
1926
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
1919
1927
|
#
|
1920
|
-
# @return [::Google::Cloud::AppHub::V1::
|
1928
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::AppHub::V1::Workload>]
|
1921
1929
|
#
|
1922
1930
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
1923
1931
|
#
|
@@ -1969,7 +1977,9 @@ module Google
|
|
1969
1977
|
retry_policy: @config.retry_policy
|
1970
1978
|
|
1971
1979
|
@app_hub_stub.list_workloads request, options do |result, operation|
|
1980
|
+
result = ::Gapic::Rest::PagedEnumerable.new @app_hub_stub, :list_workloads, "workloads", request, result, options
|
1972
1981
|
yield result, operation if block_given?
|
1982
|
+
throw :response, result
|
1973
1983
|
end
|
1974
1984
|
rescue ::Gapic::Rest::Error => e
|
1975
1985
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -2410,10 +2420,10 @@ module Google
|
|
2410
2420
|
# @param order_by [::String]
|
2411
2421
|
# Optional. Hint for how to order the results.
|
2412
2422
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
2413
|
-
# @yieldparam result [::Google::Cloud::AppHub::V1::
|
2423
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::AppHub::V1::Application>]
|
2414
2424
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
2415
2425
|
#
|
2416
|
-
# @return [::Google::Cloud::AppHub::V1::
|
2426
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::AppHub::V1::Application>]
|
2417
2427
|
#
|
2418
2428
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
2419
2429
|
#
|
@@ -2465,7 +2475,9 @@ module Google
|
|
2465
2475
|
retry_policy: @config.retry_policy
|
2466
2476
|
|
2467
2477
|
@app_hub_stub.list_applications request, options do |result, operation|
|
2478
|
+
result = ::Gapic::Rest::PagedEnumerable.new @app_hub_stub, :list_applications, "applications", request, result, options
|
2468
2479
|
yield result, operation if block_given?
|
2480
|
+
throw :response, result
|
2469
2481
|
end
|
2470
2482
|
rescue ::Gapic::Rest::Error => e
|
2471
2483
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -11,7 +11,7 @@ require 'google/cloud/apphub/v1/attributes_pb'
|
|
11
11
|
require 'google/protobuf/timestamp_pb'
|
12
12
|
|
13
13
|
|
14
|
-
descriptor_data = "\n(google/cloud/apphub/v1/application.proto\x12\x16google.cloud.apphub.v1\x1a\x1fgoogle/api/field_behavior.proto\x1a\x1bgoogle/api/field_info.proto\x1a\x19google/api/resource.proto\x1a\'google/cloud/apphub/v1/attributes.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xde\x04\n\x0b\x41pplication\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x08\x12\x19\n\x0c\x64isplay_name\x18\x02 \x01(\tB\x03\xe0\x41\x01\x12\x18\n\x0b\x64\x65scription\x18\x03 \x01(\tB\x03\xe0\x41\x01\x12;\n\nattributes\x18\x04 \x01(\x0b\x32\".google.cloud.apphub.v1.AttributesB\x03\xe0\x41\x01\x12\x34\n\x0b\x63reate_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x05scope\x18\t \x01(\x0b\x32\x1d.google.cloud.apphub.v1.ScopeB\x06\xe0\x41\x02\xe0\x41\x05\x12\x18\n\x03uid\x18\n \x01(\tB\x0b\xe0\x41\x03\xe2\x8c\xcf\xd7\x08\x02\x08\x01\x12=\n\x05state\x18\x0b \x01(\x0e\x32).google.cloud.apphub.v1.Application.StateB\x03\xe0\x41\x03\"F\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x43REATING\x10\x01\x12\n\n\x06\x41\x43TIVE\x10\x02\x12\x0c\n\x08\x44\x45LETING\x10\x03:\x86\x01\xea\x41\x82\x01\n!apphub.googleapis.com/Application\x12\x42projects/{project}/locations/{location}/applications/{application}*\x0c\x61pplications2\x0b\x61pplication\"
|
14
|
+
descriptor_data = "\n(google/cloud/apphub/v1/application.proto\x12\x16google.cloud.apphub.v1\x1a\x1fgoogle/api/field_behavior.proto\x1a\x1bgoogle/api/field_info.proto\x1a\x19google/api/resource.proto\x1a\'google/cloud/apphub/v1/attributes.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xde\x04\n\x0b\x41pplication\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x08\x12\x19\n\x0c\x64isplay_name\x18\x02 \x01(\tB\x03\xe0\x41\x01\x12\x18\n\x0b\x64\x65scription\x18\x03 \x01(\tB\x03\xe0\x41\x01\x12;\n\nattributes\x18\x04 \x01(\x0b\x32\".google.cloud.apphub.v1.AttributesB\x03\xe0\x41\x01\x12\x34\n\x0b\x63reate_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x05scope\x18\t \x01(\x0b\x32\x1d.google.cloud.apphub.v1.ScopeB\x06\xe0\x41\x02\xe0\x41\x05\x12\x18\n\x03uid\x18\n \x01(\tB\x0b\xe0\x41\x03\xe2\x8c\xcf\xd7\x08\x02\x08\x01\x12=\n\x05state\x18\x0b \x01(\x0e\x32).google.cloud.apphub.v1.Application.StateB\x03\xe0\x41\x03\"F\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x43REATING\x10\x01\x12\n\n\x06\x41\x43TIVE\x10\x02\x12\x0c\n\x08\x44\x45LETING\x10\x03:\x86\x01\xea\x41\x82\x01\n!apphub.googleapis.com/Application\x12\x42projects/{project}/locations/{location}/applications/{application}*\x0c\x61pplications2\x0b\x61pplication\"v\n\x05Scope\x12\x35\n\x04type\x18\x01 \x01(\x0e\x32\".google.cloud.apphub.v1.Scope.TypeB\x03\xe0\x41\x02\"6\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\x0c\n\x08REGIONAL\x10\x01\x12\n\n\x06GLOBAL\x10\x02\x42\xb2\x01\n\x1a\x63om.google.cloud.apphub.v1B\x10\x41pplicationProtoP\x01Z2cloud.google.com/go/apphub/apiv1/apphubpb;apphubpb\xaa\x02\x16Google.Cloud.AppHub.V1\xca\x02\x16Google\\Cloud\\AppHub\\V1\xea\x02\x19Google::Cloud::AppHub::V1b\x06proto3"
|
15
15
|
|
16
16
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
17
17
|
|
@@ -221,6 +221,12 @@ module Google
|
|
221
221
|
# Pythonic which are included in `protobuf>=5.29.x`. This feature will be
|
222
222
|
# enabled by default 1 month after launching the feature in preview
|
223
223
|
# packages.
|
224
|
+
# @!attribute [rw] unversioned_package_disabled
|
225
|
+
# @return [::Boolean]
|
226
|
+
# Disables generation of an unversioned Python package for this client
|
227
|
+
# library. This means that the module names will need to be versioned in
|
228
|
+
# import statements. For example `import google.cloud.library_v2` instead
|
229
|
+
# of `import google.cloud.library`.
|
224
230
|
class ExperimentalFeatures
|
225
231
|
include ::Google::Protobuf::MessageExts
|
226
232
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -409,6 +415,14 @@ module Google
|
|
409
415
|
# @return [::Array<::String>]
|
410
416
|
# An allowlist of the fully qualified names of RPCs that should be included
|
411
417
|
# on public client surfaces.
|
418
|
+
# @!attribute [rw] generate_omitted_as_internal
|
419
|
+
# @return [::Boolean]
|
420
|
+
# Setting this to true indicates to the client generators that methods
|
421
|
+
# that would be excluded from the generation should instead be generated
|
422
|
+
# in a way that indicates these methods should not be consumed by
|
423
|
+
# end users. How this is expressed is up to individual language
|
424
|
+
# implementations to decide. Some examples may be: added annotations,
|
425
|
+
# obfuscated identifiers, or other language idiomatic patterns.
|
412
426
|
class SelectiveGapicGeneration
|
413
427
|
include ::Google::Protobuf::MessageExts
|
414
428
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -770,9 +770,10 @@ module Google
|
|
770
770
|
# @return [::Boolean]
|
771
771
|
# Output only. Identifies whether the user has requested cancellation
|
772
772
|
# of the operation. Operations that have been cancelled successfully
|
773
|
-
# have
|
774
|
-
# {::Google::
|
775
|
-
#
|
773
|
+
# have
|
774
|
+
# {::Google::Longrunning::Operation#error google.longrunning.Operation.error}
|
775
|
+
# value with a {::Google::Rpc::Status#code google.rpc.Status.code} of 1,
|
776
|
+
# corresponding to `Code.CANCELLED`.
|
776
777
|
# @!attribute [r] api_version
|
777
778
|
# @return [::String]
|
778
779
|
# Output only. API version used to start the operation.
|
@@ -21,14 +21,14 @@ module Google
|
|
21
21
|
module Cloud
|
22
22
|
module AppHub
|
23
23
|
module V1
|
24
|
-
# Application defines the governance boundary for App Hub
|
24
|
+
# Application defines the governance boundary for App Hub entities that
|
25
25
|
# perform a logical end-to-end business function.
|
26
26
|
# App Hub supports application level IAM permission to align with governance
|
27
27
|
# requirements.
|
28
28
|
# @!attribute [rw] name
|
29
29
|
# @return [::String]
|
30
30
|
# Identifier. The resource name of an Application. Format:
|
31
|
-
# "projects
|
31
|
+
# `"projects/{host-project-id}/locations/{location}/applications/{application-id}"`
|
32
32
|
# @!attribute [rw] display_name
|
33
33
|
# @return [::String]
|
34
34
|
# Optional. User-defined name for the Application.
|
@@ -92,6 +92,9 @@ module Google
|
|
92
92
|
|
93
93
|
# Regional type.
|
94
94
|
REGIONAL = 1
|
95
|
+
|
96
|
+
# Global type.
|
97
|
+
GLOBAL = 2
|
95
98
|
end
|
96
99
|
end
|
97
100
|
end
|
@@ -22,12 +22,12 @@ module Google
|
|
22
22
|
module AppHub
|
23
23
|
module V1
|
24
24
|
# Service is an App Hub data model that contains a discovered service, which
|
25
|
-
# represents a network
|
26
|
-
# for consumption over the network.
|
25
|
+
# represents a network or API interface that exposes some functionality to
|
26
|
+
# clients for consumption over the network.
|
27
27
|
# @!attribute [rw] name
|
28
28
|
# @return [::String]
|
29
29
|
# Identifier. The resource name of a Service. Format:
|
30
|
-
# "projects
|
30
|
+
# `"projects/{host-project-id}/locations/{location}/applications/{application-id}/services/{service-id}"`
|
31
31
|
# @!attribute [rw] display_name
|
32
32
|
# @return [::String]
|
33
33
|
# Optional. User-defined name for the Service.
|
@@ -89,8 +89,8 @@ module Google
|
|
89
89
|
# Reference to an underlying networking resource that can comprise a Service.
|
90
90
|
# @!attribute [r] uri
|
91
91
|
# @return [::String]
|
92
|
-
# Output only. The underlying resource URI
|
93
|
-
# Rule, URL Map, and Backend Service
|
92
|
+
# Output only. The underlying resource URI. For example, URI of Forwarding
|
93
|
+
# Rule, URL Map, and Backend Service.
|
94
94
|
class ServiceReference
|
95
95
|
include ::Google::Protobuf::MessageExts
|
96
96
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -114,13 +114,13 @@ module Google
|
|
114
114
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
115
115
|
end
|
116
116
|
|
117
|
-
# DiscoveredService is a network
|
118
|
-
# to clients for consumption over the network. A discovered
|
119
|
-
# registered to a App Hub service.
|
117
|
+
# DiscoveredService is a network or API interface that exposes some
|
118
|
+
# functionality to clients for consumption over the network. A discovered
|
119
|
+
# service can be registered to a App Hub service.
|
120
120
|
# @!attribute [rw] name
|
121
121
|
# @return [::String]
|
122
122
|
# Identifier. The resource name of the discovered service. Format:
|
123
|
-
# "projects
|
123
|
+
# `"projects/{host-project-id}/locations/{location}/discoveredServices/{uuid}"`
|
124
124
|
# @!attribute [r] service_reference
|
125
125
|
# @return [::Google::Cloud::AppHub::V1::ServiceReference]
|
126
126
|
# Output only. Reference to an underlying networking resource that can
|
@@ -29,12 +29,12 @@ module Google
|
|
29
29
|
# @!attribute [rw] name
|
30
30
|
# @return [::String]
|
31
31
|
# Identifier. The resource name of a ServiceProjectAttachment. Format:
|
32
|
-
# "projects
|
32
|
+
# `"projects/{host-project-id}/locations/global/serviceProjectAttachments/{service-project-id}."`
|
33
33
|
# @!attribute [rw] service_project
|
34
34
|
# @return [::String]
|
35
|
-
# Required. Immutable. Service project name in the format: "projects/abc"
|
36
|
-
# "projects/123"
|
37
|
-
# accepted. As output, this field will contain project number.
|
35
|
+
# Required. Immutable. Service project name in the format: `"projects/abc"`
|
36
|
+
# or `"projects/123"`. As input, project name with either project id or
|
37
|
+
# number are accepted. As output, this field will contain project number.
|
38
38
|
# @!attribute [r] create_time
|
39
39
|
# @return [::Google::Protobuf::Timestamp]
|
40
40
|
# Output only. Create time.
|
@@ -28,7 +28,7 @@ module Google
|
|
28
28
|
# @!attribute [rw] name
|
29
29
|
# @return [::String]
|
30
30
|
# Identifier. The resource name of the Workload. Format:
|
31
|
-
# "projects
|
31
|
+
# `"projects/{host-project-id}/locations/{location}/applications/{application-id}/workloads/{workload-id}"`
|
32
32
|
# @!attribute [rw] display_name
|
33
33
|
# @return [::String]
|
34
34
|
# Optional. User-defined name for the Workload.
|
@@ -100,15 +100,15 @@ module Google
|
|
100
100
|
# @!attribute [r] gcp_project
|
101
101
|
# @return [::String]
|
102
102
|
# Output only. The service project identifier that the underlying cloud
|
103
|
-
# resource resides in. Empty for non
|
103
|
+
# resource resides in. Empty for non-cloud resources.
|
104
104
|
# @!attribute [r] location
|
105
105
|
# @return [::String]
|
106
106
|
# Output only. The location that the underlying compute resource resides in
|
107
|
-
# (
|
107
|
+
# (for example, us-west1).
|
108
108
|
# @!attribute [r] zone
|
109
109
|
# @return [::String]
|
110
110
|
# Output only. The location that the underlying compute resource resides in
|
111
|
-
# if it is zonal (
|
111
|
+
# if it is zonal (for example, us-west1-a).
|
112
112
|
class WorkloadProperties
|
113
113
|
include ::Google::Protobuf::MessageExts
|
114
114
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -121,7 +121,7 @@ module Google
|
|
121
121
|
# @!attribute [rw] name
|
122
122
|
# @return [::String]
|
123
123
|
# Identifier. The resource name of the discovered workload. Format:
|
124
|
-
# "projects
|
124
|
+
# `"projects/{host-project-id}/locations/{location}/discoveredWorkloads/{uuid}"`
|
125
125
|
# @!attribute [r] workload_reference
|
126
126
|
# @return [::Google::Cloud::AppHub::V1::WorkloadReference]
|
127
127
|
# Output only. Reference of an underlying compute resource represented by the
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-app_hub-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 1.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-03-27 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: gapic-common
|
@@ -155,7 +155,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
155
155
|
- !ruby/object:Gem::Version
|
156
156
|
version: '0'
|
157
157
|
requirements: []
|
158
|
-
rubygems_version: 3.6.
|
158
|
+
rubygems_version: 3.6.5
|
159
159
|
specification_version: 4
|
160
160
|
summary: API Client library for the App Hub V1 API
|
161
161
|
test_files: []
|