google-apis-beyondcorp_v1alpha 0.61.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
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-beyondcorp_v1alpha
|
|
2
2
|
|
|
3
|
+
### v0.63.0 (2026-05-17)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260429
|
|
6
|
+
|
|
7
|
+
### v0.62.0 (2026-04-19)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20260401
|
|
10
|
+
|
|
3
11
|
### v0.61.0 (2026-03-08)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20260228
|
|
@@ -891,7 +891,7 @@ module Google
|
|
|
891
891
|
# A BeyondCorp AppConnection resource represents a BeyondCorp protected
|
|
892
892
|
# AppConnection to a remote application. It creates all the necessary GCP
|
|
893
893
|
# components needed for creating a BeyondCorp protected AppConnection. Multiple
|
|
894
|
-
# connectors can be
|
|
894
|
+
# connectors can be authorized for a single AppConnection.
|
|
895
895
|
class GoogleCloudBeyondcorpAppconnectionsV1alphaAppConnection
|
|
896
896
|
include Google::Apis::Core::Hashable
|
|
897
897
|
|
|
@@ -901,7 +901,7 @@ module Google
|
|
|
901
901
|
attr_accessor :application_endpoint
|
|
902
902
|
|
|
903
903
|
# Optional. List of [google.cloud.beyondcorp.v1main.Connector.name] that are
|
|
904
|
-
#
|
|
904
|
+
# authorized to be associated with this AppConnection.
|
|
905
905
|
# Corresponds to the JSON property `connectors`
|
|
906
906
|
# @return [Array<String>]
|
|
907
907
|
attr_accessor :connectors
|
|
@@ -1189,7 +1189,7 @@ module Google
|
|
|
1189
1189
|
# A BeyondCorp AppConnection resource represents a BeyondCorp protected
|
|
1190
1190
|
# AppConnection to a remote application. It creates all the necessary GCP
|
|
1191
1191
|
# components needed for creating a BeyondCorp protected AppConnection. Multiple
|
|
1192
|
-
# connectors can be
|
|
1192
|
+
# connectors can be authorized for a single AppConnection.
|
|
1193
1193
|
# Corresponds to the JSON property `appConnection`
|
|
1194
1194
|
# @return [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpAppconnectionsV1alphaAppConnection]
|
|
1195
1195
|
attr_accessor :app_connection
|
|
@@ -1356,9 +1356,10 @@ module Google
|
|
|
1356
1356
|
# @return [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpAppconnectorsV1alphaAppConnectorPrincipalInfo]
|
|
1357
1357
|
attr_accessor :principal_info
|
|
1358
1358
|
|
|
1359
|
-
# ResourceInfo represents the information
|
|
1360
|
-
#
|
|
1361
|
-
#
|
|
1359
|
+
# ResourceInfo represents the information or status of an app connector resource
|
|
1360
|
+
# component that's used to report on various parts of the system. For example,
|
|
1361
|
+
# ResourceInfo can be used to convey the status of a remote_agent, including the
|
|
1362
|
+
# status of an appgateway for an runtime environment in a container instance.
|
|
1362
1363
|
# Corresponds to the JSON property `resourceInfo`
|
|
1363
1364
|
# @return [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpAppconnectorsV1alphaResourceInfo]
|
|
1364
1365
|
attr_accessor :resource_info
|
|
@@ -1697,9 +1698,10 @@ module Google
|
|
|
1697
1698
|
# @return [String]
|
|
1698
1699
|
attr_accessor :request_id
|
|
1699
1700
|
|
|
1700
|
-
# ResourceInfo represents the information
|
|
1701
|
-
#
|
|
1702
|
-
#
|
|
1701
|
+
# ResourceInfo represents the information or status of an app connector resource
|
|
1702
|
+
# component that's used to report on various parts of the system. For example,
|
|
1703
|
+
# ResourceInfo can be used to convey the status of a remote_agent, including the
|
|
1704
|
+
# status of an appgateway for an runtime environment in a container instance.
|
|
1703
1705
|
# Corresponds to the JSON property `resourceInfo`
|
|
1704
1706
|
# @return [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpAppconnectorsV1alphaResourceInfo]
|
|
1705
1707
|
attr_accessor :resource_info
|
|
@@ -1742,9 +1744,10 @@ module Google
|
|
|
1742
1744
|
end
|
|
1743
1745
|
end
|
|
1744
1746
|
|
|
1745
|
-
# ResourceInfo represents the information
|
|
1746
|
-
#
|
|
1747
|
-
#
|
|
1747
|
+
# ResourceInfo represents the information or status of an app connector resource
|
|
1748
|
+
# component that's used to report on various parts of the system. For example,
|
|
1749
|
+
# ResourceInfo can be used to convey the status of a remote_agent, including the
|
|
1750
|
+
# status of an appgateway for an runtime environment in a container instance.
|
|
1748
1751
|
class GoogleCloudBeyondcorpAppconnectorsV1alphaResourceInfo
|
|
1749
1752
|
include Google::Apis::Core::Hashable
|
|
1750
1753
|
|
|
@@ -3184,7 +3187,7 @@ module Google
|
|
|
3184
3187
|
class GoogleCloudBeyondcorpSecuritygatewaysV1alphaServiceDiscoveryApiGatewayOperationDescriptor
|
|
3185
3188
|
include Google::Apis::Core::Hashable
|
|
3186
3189
|
|
|
3187
|
-
#
|
|
3190
|
+
# Optional. Contains the URI path fragment where HTTP request is sent.
|
|
3188
3191
|
# Corresponds to the JSON property `path`
|
|
3189
3192
|
# @return [String]
|
|
3190
3193
|
attr_accessor :path
|
|
@@ -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,15 +685,20 @@ module Google
|
|
|
685
685
|
end
|
|
686
686
|
|
|
687
687
|
# Lists information about the supported locations for this service. This method
|
|
688
|
-
#
|
|
689
|
-
#
|
|
690
|
-
#
|
|
691
|
-
#
|
|
688
|
+
# lists locations based on the resource scope provided in the
|
|
689
|
+
# ListLocationsRequest.name field: * **Global locations**: If `name` is empty,
|
|
690
|
+
# the method lists the public locations available to all projects. * **Project-
|
|
691
|
+
# specific locations**: If `name` follows the format `projects/`project``, the
|
|
692
|
+
# method lists locations visible to that specific project. This includes public,
|
|
693
|
+
# private, or other project-specific locations enabled for the project. For gRPC
|
|
694
|
+
# and client library implementations, the resource name is passed as the `name`
|
|
695
|
+
# field. For direct service calls, the resource name is incorporated into the
|
|
696
|
+
# request path based on the specific service implementation and version.
|
|
692
697
|
# @param [String] name
|
|
693
698
|
# The resource that owns the locations collection, if applicable.
|
|
694
699
|
# @param [Array<String>, String] extra_location_types
|
|
695
|
-
# Optional. Do not use this field
|
|
696
|
-
#
|
|
700
|
+
# Optional. Do not use this field unless explicitly documented otherwise. This
|
|
701
|
+
# is primarily for internal usage.
|
|
697
702
|
# @param [String] filter
|
|
698
703
|
# A filter to narrow down results to a preferred subset. The filtering language
|
|
699
704
|
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
|
@@ -750,7 +755,7 @@ module Google
|
|
|
750
755
|
# ignore the request if it has already been completed. The server will guarantee
|
|
751
756
|
# that for at least 60 minutes since the first request. For example, consider a
|
|
752
757
|
# situation where you make an initial request and the request times out. If you
|
|
753
|
-
# make the request again with the same request ID, the server can check if
|
|
758
|
+
# make the request again with the same request ID, the server can check if the
|
|
754
759
|
# original operation with the same request ID was received, and if so, will
|
|
755
760
|
# ignore the second request. This prevents clients from accidentally creating
|
|
756
761
|
# duplicate commitments. The request ID must be a valid UUID with the exception
|
|
@@ -800,7 +805,7 @@ module Google
|
|
|
800
805
|
# ignore the request if it has already been completed. The server will guarantee
|
|
801
806
|
# that for at least 60 minutes after the first request. For example, consider a
|
|
802
807
|
# situation where you make an initial request and the request times out. If you
|
|
803
|
-
# make the request again with the same request ID, the server can check if
|
|
808
|
+
# make the request again with the same request ID, the server can check if the
|
|
804
809
|
# original operation with the same request ID was received, and if so, will
|
|
805
810
|
# ignore the second request. This prevents clients from accidentally creating
|
|
806
811
|
# duplicate commitments. The request ID must be a valid UUID with the exception
|
|
@@ -975,7 +980,7 @@ module Google
|
|
|
975
980
|
# ignore the request if it has already been completed. The server will guarantee
|
|
976
981
|
# that for at least 60 minutes since the first request. For example, consider a
|
|
977
982
|
# situation where you make an initial request and the request times out. If you
|
|
978
|
-
# make the request again with the same request ID, the server can check if
|
|
983
|
+
# make the request again with the same request ID, the server can check if the
|
|
979
984
|
# original operation with the same request ID was received, and if so, will
|
|
980
985
|
# ignore the second request. This prevents clients from accidentally creating
|
|
981
986
|
# duplicate commitments. The request ID must be a valid UUID with the exception
|
|
@@ -3572,7 +3577,7 @@ module Google
|
|
|
3572
3577
|
# @param [String] request_id
|
|
3573
3578
|
# Optional. An optional request ID to identify requests. Specify a unique
|
|
3574
3579
|
# request ID so that if you must retry your request, the server will know to
|
|
3575
|
-
# ignore request if it has already been completed. The server will guarantee
|
|
3580
|
+
# ignore the request if it has already been completed. The server will guarantee
|
|
3576
3581
|
# that for at least 60 minutes since the first request.
|
|
3577
3582
|
# @param [String] fields
|
|
3578
3583
|
# Selector specifying which fields to include in a partial response.
|
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:
|