google-apis-beyondcorp_v1alpha 0.62.0 → 0.63.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: 9d88947ac1f44de2128537923ec4dd8f476b4c43fa0316e359e6ba8c92e43ff5
|
|
4
|
+
data.tar.gz: 79bdc99cb60c517353c2c879c0636ec3f6936b044073f61ee7563b7c649adf0e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e7f7cc8434ab703e88ed01b97e348917a64796fffaa1f745ccd279802726ba59702e80ee1ea36ef00254221faeb0e72ea5b844d0d26337fab283302bfe9730cd
|
|
7
|
+
data.tar.gz: 2dd171047349ab6ffbd5379fc4b47c8b2c600175c4f2df3b67f70d9007d0b405e9ee91c368cf8d57567bac36a8a35c4d9fdcaef3ad5bf0f65a435ecdf344b024
|
data/CHANGELOG.md
CHANGED
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module BeyondcorpV1alpha
|
|
18
18
|
# Version of the google-apis-beyondcorp_v1alpha gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.63.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260429"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -685,8 +685,8 @@ module Google
|
|
|
685
685
|
end
|
|
686
686
|
|
|
687
687
|
# Lists information about the supported locations for this service. This method
|
|
688
|
-
# lists locations based on the resource scope provided in the
|
|
689
|
-
# ListLocationsRequest.name
|
|
688
|
+
# lists locations based on the resource scope provided in the
|
|
689
|
+
# ListLocationsRequest.name field: * **Global locations**: If `name` is empty,
|
|
690
690
|
# the method lists the public locations available to all projects. * **Project-
|
|
691
691
|
# specific locations**: If `name` follows the format `projects/`project``, the
|
|
692
692
|
# method lists locations visible to that specific project. This includes public,
|
|
@@ -697,8 +697,8 @@ module Google
|
|
|
697
697
|
# @param [String] name
|
|
698
698
|
# The resource that owns the locations collection, if applicable.
|
|
699
699
|
# @param [Array<String>, String] extra_location_types
|
|
700
|
-
# Optional. Do not use this field
|
|
701
|
-
#
|
|
700
|
+
# Optional. Do not use this field unless explicitly documented otherwise. This
|
|
701
|
+
# is primarily for internal usage.
|
|
702
702
|
# @param [String] filter
|
|
703
703
|
# A filter to narrow down results to a preferred subset. The filtering language
|
|
704
704
|
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-beyondcorp_v1alpha
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.63.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-beyondcorp_v1alpha/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-beyondcorp_v1alpha/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-beyondcorp_v1alpha/v0.63.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-beyondcorp_v1alpha
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|