google-apis-apphub_v1alpha 0.3.0 → 0.4.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 16b47118c3ca33fe9393cc209c450d05383ae6cc5da9be1d4810a0e34aeff633
|
4
|
+
data.tar.gz: 44a21bae54923a450428453c77333239c1c3228c6934302776cee78d105b341d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 02d993185e101196a61c9595b7be499624317d57c58cc8c34ae8ddf05a67279e80f37d97636492f2c77795faed1e6f1ec92a82ded849f3af4351939c0fb20663
|
7
|
+
data.tar.gz: 7def99a639d07c7445dee4d9e13729d348ebabf09540565f616698f4c2867a1d6d6d3afe6ce2adb811d32a2b9c107b7f6581412532f9e5024a4247b52914ca3c
|
data/CHANGELOG.md
CHANGED
@@ -581,68 +581,6 @@ module Google
|
|
581
581
|
end
|
582
582
|
end
|
583
583
|
|
584
|
-
# Response for FindDiscoveredServices.
|
585
|
-
class FindDiscoveredServicesResponse
|
586
|
-
include Google::Apis::Core::Hashable
|
587
|
-
|
588
|
-
# List of discovered services.
|
589
|
-
# Corresponds to the JSON property `discoveredServices`
|
590
|
-
# @return [Array<Google::Apis::ApphubV1alpha::DiscoveredService>]
|
591
|
-
attr_accessor :discovered_services
|
592
|
-
|
593
|
-
# A token identifying a page of results the server should return.
|
594
|
-
# Corresponds to the JSON property `nextPageToken`
|
595
|
-
# @return [String]
|
596
|
-
attr_accessor :next_page_token
|
597
|
-
|
598
|
-
# Locations that could not be reached.
|
599
|
-
# Corresponds to the JSON property `unreachable`
|
600
|
-
# @return [Array<String>]
|
601
|
-
attr_accessor :unreachable
|
602
|
-
|
603
|
-
def initialize(**args)
|
604
|
-
update!(**args)
|
605
|
-
end
|
606
|
-
|
607
|
-
# Update properties of this object
|
608
|
-
def update!(**args)
|
609
|
-
@discovered_services = args[:discovered_services] if args.key?(:discovered_services)
|
610
|
-
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
611
|
-
@unreachable = args[:unreachable] if args.key?(:unreachable)
|
612
|
-
end
|
613
|
-
end
|
614
|
-
|
615
|
-
# Response for FindDiscoveredWorkloads.
|
616
|
-
class FindDiscoveredWorkloadsResponse
|
617
|
-
include Google::Apis::Core::Hashable
|
618
|
-
|
619
|
-
# List of discovered workloads.
|
620
|
-
# Corresponds to the JSON property `discoveredWorkloads`
|
621
|
-
# @return [Array<Google::Apis::ApphubV1alpha::DiscoveredWorkload>]
|
622
|
-
attr_accessor :discovered_workloads
|
623
|
-
|
624
|
-
# A token identifying a page of results the server should return.
|
625
|
-
# Corresponds to the JSON property `nextPageToken`
|
626
|
-
# @return [String]
|
627
|
-
attr_accessor :next_page_token
|
628
|
-
|
629
|
-
# Locations that could not be reached.
|
630
|
-
# Corresponds to the JSON property `unreachable`
|
631
|
-
# @return [Array<String>]
|
632
|
-
attr_accessor :unreachable
|
633
|
-
|
634
|
-
def initialize(**args)
|
635
|
-
update!(**args)
|
636
|
-
end
|
637
|
-
|
638
|
-
# Update properties of this object
|
639
|
-
def update!(**args)
|
640
|
-
@discovered_workloads = args[:discovered_workloads] if args.key?(:discovered_workloads)
|
641
|
-
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
642
|
-
@unreachable = args[:unreachable] if args.key?(:unreachable)
|
643
|
-
end
|
644
|
-
end
|
645
|
-
|
646
584
|
# Response for FindUnregisteredServices.
|
647
585
|
class FindUnregisteredServicesResponse
|
648
586
|
include Google::Apis::Core::Hashable
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ApphubV1alpha
|
18
18
|
# Version of the google-apis-apphub_v1alpha gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.4.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.13.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240211"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -118,18 +118,6 @@ module Google
|
|
118
118
|
include Google::Apis::Core::JsonObjectSupport
|
119
119
|
end
|
120
120
|
|
121
|
-
class FindDiscoveredServicesResponse
|
122
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
|
-
|
124
|
-
include Google::Apis::Core::JsonObjectSupport
|
125
|
-
end
|
126
|
-
|
127
|
-
class FindDiscoveredWorkloadsResponse
|
128
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
-
|
130
|
-
include Google::Apis::Core::JsonObjectSupport
|
131
|
-
end
|
132
|
-
|
133
121
|
class FindUnregisteredServicesResponse
|
134
122
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
123
|
|
@@ -440,26 +428,6 @@ module Google
|
|
440
428
|
end
|
441
429
|
end
|
442
430
|
|
443
|
-
class FindDiscoveredServicesResponse
|
444
|
-
# @private
|
445
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
446
|
-
collection :discovered_services, as: 'discoveredServices', class: Google::Apis::ApphubV1alpha::DiscoveredService, decorator: Google::Apis::ApphubV1alpha::DiscoveredService::Representation
|
447
|
-
|
448
|
-
property :next_page_token, as: 'nextPageToken'
|
449
|
-
collection :unreachable, as: 'unreachable'
|
450
|
-
end
|
451
|
-
end
|
452
|
-
|
453
|
-
class FindDiscoveredWorkloadsResponse
|
454
|
-
# @private
|
455
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
456
|
-
collection :discovered_workloads, as: 'discoveredWorkloads', class: Google::Apis::ApphubV1alpha::DiscoveredWorkload, decorator: Google::Apis::ApphubV1alpha::DiscoveredWorkload::Representation
|
457
|
-
|
458
|
-
property :next_page_token, as: 'nextPageToken'
|
459
|
-
collection :unreachable, as: 'unreachable'
|
460
|
-
end
|
461
|
-
end
|
462
|
-
|
463
431
|
class FindUnregisteredServicesResponse
|
464
432
|
# @private
|
465
433
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -964,50 +964,6 @@ module Google
|
|
964
964
|
execute_or_queue_command(command, &block)
|
965
965
|
end
|
966
966
|
|
967
|
-
# Finds discovered services that could be added to an application in a host
|
968
|
-
# project and location.
|
969
|
-
# @param [String] parent
|
970
|
-
# Required. Value for parent.
|
971
|
-
# @param [String] filter
|
972
|
-
# Optional. Filtering results
|
973
|
-
# @param [String] order_by
|
974
|
-
# Optional. Hint for how to order the results
|
975
|
-
# @param [Fixnum] page_size
|
976
|
-
# Optional. Requested page size. Server may return fewer items than requested.
|
977
|
-
# If unspecified, server will pick an appropriate default.
|
978
|
-
# @param [String] page_token
|
979
|
-
# Optional. A token identifying a page of results the server should return.
|
980
|
-
# @param [String] fields
|
981
|
-
# Selector specifying which fields to include in a partial response.
|
982
|
-
# @param [String] quota_user
|
983
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
984
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
985
|
-
# @param [Google::Apis::RequestOptions] options
|
986
|
-
# Request-specific options
|
987
|
-
#
|
988
|
-
# @yield [result, err] Result & error if block supplied
|
989
|
-
# @yieldparam result [Google::Apis::ApphubV1alpha::FindDiscoveredServicesResponse] parsed result object
|
990
|
-
# @yieldparam err [StandardError] error object if request failed
|
991
|
-
#
|
992
|
-
# @return [Google::Apis::ApphubV1alpha::FindDiscoveredServicesResponse]
|
993
|
-
#
|
994
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
995
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
996
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
997
|
-
def find_project_location_discovered_service(parent, filter: nil, order_by: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
998
|
-
command = make_simple_command(:get, 'v1alpha/{+parent}/discoveredServices:find', options)
|
999
|
-
command.response_representation = Google::Apis::ApphubV1alpha::FindDiscoveredServicesResponse::Representation
|
1000
|
-
command.response_class = Google::Apis::ApphubV1alpha::FindDiscoveredServicesResponse
|
1001
|
-
command.params['parent'] = parent unless parent.nil?
|
1002
|
-
command.query['filter'] = filter unless filter.nil?
|
1003
|
-
command.query['orderBy'] = order_by unless order_by.nil?
|
1004
|
-
command.query['pageSize'] = page_size unless page_size.nil?
|
1005
|
-
command.query['pageToken'] = page_token unless page_token.nil?
|
1006
|
-
command.query['fields'] = fields unless fields.nil?
|
1007
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1008
|
-
execute_or_queue_command(command, &block)
|
1009
|
-
end
|
1010
|
-
|
1011
967
|
# Finds unregistered services in a host project and location.
|
1012
968
|
# @param [String] parent
|
1013
969
|
# Required. Value for parent.
|
@@ -1124,50 +1080,6 @@ module Google
|
|
1124
1080
|
execute_or_queue_command(command, &block)
|
1125
1081
|
end
|
1126
1082
|
|
1127
|
-
# Finds discovered workloads that could be added to an application in a host
|
1128
|
-
# project and location.
|
1129
|
-
# @param [String] parent
|
1130
|
-
# Required. Value for parent.
|
1131
|
-
# @param [String] filter
|
1132
|
-
# Optional. Filtering results
|
1133
|
-
# @param [String] order_by
|
1134
|
-
# Optional. Hint for how to order the results
|
1135
|
-
# @param [Fixnum] page_size
|
1136
|
-
# Optional. Requested page size. Server may return fewer items than requested.
|
1137
|
-
# If unspecified, server will pick an appropriate default.
|
1138
|
-
# @param [String] page_token
|
1139
|
-
# Optional. A token identifying a page of results the server should return.
|
1140
|
-
# @param [String] fields
|
1141
|
-
# Selector specifying which fields to include in a partial response.
|
1142
|
-
# @param [String] quota_user
|
1143
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
1144
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
1145
|
-
# @param [Google::Apis::RequestOptions] options
|
1146
|
-
# Request-specific options
|
1147
|
-
#
|
1148
|
-
# @yield [result, err] Result & error if block supplied
|
1149
|
-
# @yieldparam result [Google::Apis::ApphubV1alpha::FindDiscoveredWorkloadsResponse] parsed result object
|
1150
|
-
# @yieldparam err [StandardError] error object if request failed
|
1151
|
-
#
|
1152
|
-
# @return [Google::Apis::ApphubV1alpha::FindDiscoveredWorkloadsResponse]
|
1153
|
-
#
|
1154
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1155
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1156
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1157
|
-
def find_project_location_discovered_workload(parent, filter: nil, order_by: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
1158
|
-
command = make_simple_command(:get, 'v1alpha/{+parent}/discoveredWorkloads:find', options)
|
1159
|
-
command.response_representation = Google::Apis::ApphubV1alpha::FindDiscoveredWorkloadsResponse::Representation
|
1160
|
-
command.response_class = Google::Apis::ApphubV1alpha::FindDiscoveredWorkloadsResponse
|
1161
|
-
command.params['parent'] = parent unless parent.nil?
|
1162
|
-
command.query['filter'] = filter unless filter.nil?
|
1163
|
-
command.query['orderBy'] = order_by unless order_by.nil?
|
1164
|
-
command.query['pageSize'] = page_size unless page_size.nil?
|
1165
|
-
command.query['pageToken'] = page_token unless page_token.nil?
|
1166
|
-
command.query['fields'] = fields unless fields.nil?
|
1167
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1168
|
-
execute_or_queue_command(command, &block)
|
1169
|
-
end
|
1170
|
-
|
1171
1083
|
# Finds unregistered workloads in a host project and location.
|
1172
1084
|
# @param [String] parent
|
1173
1085
|
# Required. Value for parent.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-apphub_v1alpha
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.4.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: 2024-02-
|
11
|
+
date: 2024-02-18 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-apphub_v1alpha/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-apphub_v1alpha/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-apphub_v1alpha/v0.4.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-apphub_v1alpha
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|