google-apis-appengine_v1alpha 0.36.0 → 0.37.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0ab7a353cb2734aa5a841d87f15058382c5974eb6ca7efb35b162456d0cbeccc
|
4
|
+
data.tar.gz: 4587cf44b2435f58a933324463912d0edde2b62d36874a1f089e34c401f6773e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f1e7f38f021b4f94102be4593c4d0b213bcab9df0fa331fc36211f128703abdb2e5f1f7939f435b86282d31ca488c252adb32917ecbd071b4a532e95fbe54ae0
|
7
|
+
data.tar.gz: 96d2b1b8cf125d2ba1f5ec89004fa01b641edce522d081ee3203c8f8a11c1d97f58de07af9f5e7d680b2d8aa61ab1ea608f631590b5b6f232a8fb3a0d7f57690
|
data/CHANGELOG.md
CHANGED
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module AppengineV1alpha
|
18
18
|
# Version of the google-apis-appengine_v1alpha gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.37.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.17.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250512"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -750,6 +750,46 @@ module Google
|
|
750
750
|
execute_or_queue_command(command, &block)
|
751
751
|
end
|
752
752
|
|
753
|
+
# Gets the specified domain mapping.
|
754
|
+
# @param [String] projects_id
|
755
|
+
# Part of `name`. Name of the resource requested. Example: apps/myapp/
|
756
|
+
# domainMappings/example.com.
|
757
|
+
# @param [String] locations_id
|
758
|
+
# Part of `name`. See documentation of `projectsId`.
|
759
|
+
# @param [String] applications_id
|
760
|
+
# Part of `name`. See documentation of `projectsId`.
|
761
|
+
# @param [String] domain_mappings_id
|
762
|
+
# Part of `name`. See documentation of `projectsId`.
|
763
|
+
# @param [String] fields
|
764
|
+
# Selector specifying which fields to include in a partial response.
|
765
|
+
# @param [String] quota_user
|
766
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
767
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
768
|
+
# @param [Google::Apis::RequestOptions] options
|
769
|
+
# Request-specific options
|
770
|
+
#
|
771
|
+
# @yield [result, err] Result & error if block supplied
|
772
|
+
# @yieldparam result [Google::Apis::AppengineV1alpha::DomainMapping] parsed result object
|
773
|
+
# @yieldparam err [StandardError] error object if request failed
|
774
|
+
#
|
775
|
+
# @return [Google::Apis::AppengineV1alpha::DomainMapping]
|
776
|
+
#
|
777
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
778
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
779
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
780
|
+
def get_project_location_application_domain_mapping(projects_id, locations_id, applications_id, domain_mappings_id, fields: nil, quota_user: nil, options: nil, &block)
|
781
|
+
command = make_simple_command(:get, 'v1alpha/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/domainMappings/{domainMappingsId}', options)
|
782
|
+
command.response_representation = Google::Apis::AppengineV1alpha::DomainMapping::Representation
|
783
|
+
command.response_class = Google::Apis::AppengineV1alpha::DomainMapping
|
784
|
+
command.params['projectsId'] = projects_id unless projects_id.nil?
|
785
|
+
command.params['locationsId'] = locations_id unless locations_id.nil?
|
786
|
+
command.params['applicationsId'] = applications_id unless applications_id.nil?
|
787
|
+
command.params['domainMappingsId'] = domain_mappings_id unless domain_mappings_id.nil?
|
788
|
+
command.query['fields'] = fields unless fields.nil?
|
789
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
790
|
+
execute_or_queue_command(command, &block)
|
791
|
+
end
|
792
|
+
|
753
793
|
# Gets the latest state of a long-running operation. Clients can use this method
|
754
794
|
# to poll the operation result at intervals as recommended by the API service.
|
755
795
|
# @param [String] projects_id
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-appengine_v1alpha
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.37.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-appengine_v1alpha/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1alpha/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1alpha/v0.37.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-appengine_v1alpha
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|