google-apis-beyondcorp_v1alpha 0.49.0 → 0.50.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/CHANGELOG.md +4 -0
- data/lib/google/apis/beyondcorp_v1alpha/gem_version.rb +2 -2
- data/lib/google/apis/beyondcorp_v1alpha/service.rb +132 -132
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cfbd4b23439dde094e9b0921cb6d49237c60dace207b6825b7a576ca50856da6
|
4
|
+
data.tar.gz: d30e1ee87fe9c7ada350542614228c2f5f2aa239338a7d890bdcd44ac85dc453
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6ef52e30b4be755541dbeb22d9b665cab0fb887faaf2fcf7f9c88f04c62ef0dfd939415f4f9aa8ebf3c04cad3f50df29e370524c4aa0dfa777e3339e76a2d1c6
|
7
|
+
data.tar.gz: 9cb4918571253fbf13946947f76480d5435b9c04c9aee9cf940b0d5a3ddaa15f5847d4a616df1120e65ac0f563e21853de3c55118f441a4a6826458d30103c8f
|
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.50.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 = "20250616"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -2986,138 +2986,6 @@ module Google
|
|
2986
2986
|
execute_or_queue_command(command, &block)
|
2987
2987
|
end
|
2988
2988
|
|
2989
|
-
# Creates a new Application in a given project and location.
|
2990
|
-
# @param [String] parent
|
2991
|
-
# Required. The resource name of the parent SecurityGateway using the form: `
|
2992
|
-
# projects/`project_id`/locations/global/securityGateways/`security_gateway_id``
|
2993
|
-
# @param [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaApplication] google_cloud_beyondcorp_securitygateways_v1alpha_application_object
|
2994
|
-
# @param [String] application_id
|
2995
|
-
# Optional. User-settable Application resource ID. * Must start with a letter. *
|
2996
|
-
# Must contain between 4-63 characters from `/a-z-/`. * Must end with a number
|
2997
|
-
# or letter.
|
2998
|
-
# @param [String] request_id
|
2999
|
-
# Optional. An optional request ID to identify requests. Specify a unique
|
3000
|
-
# request ID so that if you must retry your request, the server will know to
|
3001
|
-
# ignore request if it has already been completed. The server will guarantee
|
3002
|
-
# that for at least 60 minutes since the first request.
|
3003
|
-
# @param [String] fields
|
3004
|
-
# Selector specifying which fields to include in a partial response.
|
3005
|
-
# @param [String] quota_user
|
3006
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
3007
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
3008
|
-
# @param [Google::Apis::RequestOptions] options
|
3009
|
-
# Request-specific options
|
3010
|
-
#
|
3011
|
-
# @yield [result, err] Result & error if block supplied
|
3012
|
-
# @yieldparam result [Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation] parsed result object
|
3013
|
-
# @yieldparam err [StandardError] error object if request failed
|
3014
|
-
#
|
3015
|
-
# @return [Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation]
|
3016
|
-
#
|
3017
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
3018
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
3019
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
3020
|
-
def create_project_location_global_security_gateway_application(parent, google_cloud_beyondcorp_securitygateways_v1alpha_application_object = nil, application_id: nil, request_id: nil, fields: nil, quota_user: nil, options: nil, &block)
|
3021
|
-
command = make_simple_command(:post, 'v1alpha/{+parent}/applications', options)
|
3022
|
-
command.request_representation = Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaApplication::Representation
|
3023
|
-
command.request_object = google_cloud_beyondcorp_securitygateways_v1alpha_application_object
|
3024
|
-
command.response_representation = Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation::Representation
|
3025
|
-
command.response_class = Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation
|
3026
|
-
command.params['parent'] = parent unless parent.nil?
|
3027
|
-
command.query['applicationId'] = application_id unless application_id.nil?
|
3028
|
-
command.query['requestId'] = request_id unless request_id.nil?
|
3029
|
-
command.query['fields'] = fields unless fields.nil?
|
3030
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
3031
|
-
execute_or_queue_command(command, &block)
|
3032
|
-
end
|
3033
|
-
|
3034
|
-
# Updates the parameters of a single Application.
|
3035
|
-
# @param [String] name
|
3036
|
-
# Identifier. Name of the resource.
|
3037
|
-
# @param [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaApplication] google_cloud_beyondcorp_securitygateways_v1alpha_application_object
|
3038
|
-
# @param [String] request_id
|
3039
|
-
# Optional. An optional request ID to identify requests. Specify a unique
|
3040
|
-
# request ID so that if you must retry your request, the server will know to
|
3041
|
-
# ignore the request if it has already been completed. The server will guarantee
|
3042
|
-
# that for at least 60 minutes after the first request. For example, consider a
|
3043
|
-
# situation where you make an initial request and the request timed out. If you
|
3044
|
-
# make the request again with the same request ID, the server can check if
|
3045
|
-
# original operation with the same request ID was received, and if so, will
|
3046
|
-
# ignore the second request. This prevents clients from accidentally creating
|
3047
|
-
# duplicate commitments. The request ID must be a valid UUID with the exception
|
3048
|
-
# that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
3049
|
-
# @param [String] update_mask
|
3050
|
-
# Optional. Mutable fields include: display_name.
|
3051
|
-
# @param [String] fields
|
3052
|
-
# Selector specifying which fields to include in a partial response.
|
3053
|
-
# @param [String] quota_user
|
3054
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
3055
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
3056
|
-
# @param [Google::Apis::RequestOptions] options
|
3057
|
-
# Request-specific options
|
3058
|
-
#
|
3059
|
-
# @yield [result, err] Result & error if block supplied
|
3060
|
-
# @yieldparam result [Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation] parsed result object
|
3061
|
-
# @yieldparam err [StandardError] error object if request failed
|
3062
|
-
#
|
3063
|
-
# @return [Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation]
|
3064
|
-
#
|
3065
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
3066
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
3067
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
3068
|
-
def patch_project_location_global_security_gateway_application(name, google_cloud_beyondcorp_securitygateways_v1alpha_application_object = nil, request_id: nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
|
3069
|
-
command = make_simple_command(:patch, 'v1alpha/{+name}', options)
|
3070
|
-
command.request_representation = Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaApplication::Representation
|
3071
|
-
command.request_object = google_cloud_beyondcorp_securitygateways_v1alpha_application_object
|
3072
|
-
command.response_representation = Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation::Representation
|
3073
|
-
command.response_class = Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation
|
3074
|
-
command.params['name'] = name unless name.nil?
|
3075
|
-
command.query['requestId'] = request_id unless request_id.nil?
|
3076
|
-
command.query['updateMask'] = update_mask unless update_mask.nil?
|
3077
|
-
command.query['fields'] = fields unless fields.nil?
|
3078
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
3079
|
-
execute_or_queue_command(command, &block)
|
3080
|
-
end
|
3081
|
-
|
3082
|
-
# Returns permissions that a caller has on the specified resource. If the
|
3083
|
-
# resource does not exist, this will return an empty set of permissions, not a `
|
3084
|
-
# NOT_FOUND` error. Note: This operation is designed to be used for building
|
3085
|
-
# permission-aware UIs and command-line tools, not for authorization checking.
|
3086
|
-
# This operation may "fail open" without warning.
|
3087
|
-
# @param [String] resource
|
3088
|
-
# REQUIRED: The resource for which the policy detail is being requested. See [
|
3089
|
-
# Resource names](https://cloud.google.com/apis/design/resource_names) for the
|
3090
|
-
# appropriate value for this field.
|
3091
|
-
# @param [Google::Apis::BeyondcorpV1alpha::GoogleIamV1TestIamPermissionsRequest] google_iam_v1_test_iam_permissions_request_object
|
3092
|
-
# @param [String] fields
|
3093
|
-
# Selector specifying which fields to include in a partial response.
|
3094
|
-
# @param [String] quota_user
|
3095
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
3096
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
3097
|
-
# @param [Google::Apis::RequestOptions] options
|
3098
|
-
# Request-specific options
|
3099
|
-
#
|
3100
|
-
# @yield [result, err] Result & error if block supplied
|
3101
|
-
# @yieldparam result [Google::Apis::BeyondcorpV1alpha::GoogleIamV1TestIamPermissionsResponse] parsed result object
|
3102
|
-
# @yieldparam err [StandardError] error object if request failed
|
3103
|
-
#
|
3104
|
-
# @return [Google::Apis::BeyondcorpV1alpha::GoogleIamV1TestIamPermissionsResponse]
|
3105
|
-
#
|
3106
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
3107
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
3108
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
3109
|
-
def test_project_location_global_security_gateway_application_iam_permissions(resource, google_iam_v1_test_iam_permissions_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
3110
|
-
command = make_simple_command(:post, 'v1alpha/{+resource}:testIamPermissions', options)
|
3111
|
-
command.request_representation = Google::Apis::BeyondcorpV1alpha::GoogleIamV1TestIamPermissionsRequest::Representation
|
3112
|
-
command.request_object = google_iam_v1_test_iam_permissions_request_object
|
3113
|
-
command.response_representation = Google::Apis::BeyondcorpV1alpha::GoogleIamV1TestIamPermissionsResponse::Representation
|
3114
|
-
command.response_class = Google::Apis::BeyondcorpV1alpha::GoogleIamV1TestIamPermissionsResponse
|
3115
|
-
command.params['resource'] = resource unless resource.nil?
|
3116
|
-
command.query['fields'] = fields unless fields.nil?
|
3117
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
3118
|
-
execute_or_queue_command(command, &block)
|
3119
|
-
end
|
3120
|
-
|
3121
2989
|
# Gets the value for a selected particular insight based on the provided filters.
|
3122
2990
|
# Use the organization level path for fetching at org level and project level
|
3123
2991
|
# path for fetching the insight value specific to a particular project.
|
@@ -3799,6 +3667,51 @@ module Google
|
|
3799
3667
|
execute_or_queue_command(command, &block)
|
3800
3668
|
end
|
3801
3669
|
|
3670
|
+
# Creates a new Application in a given project and location.
|
3671
|
+
# @param [String] parent
|
3672
|
+
# Required. The resource name of the parent SecurityGateway using the form: `
|
3673
|
+
# projects/`project_id`/locations/global/securityGateways/`security_gateway_id``
|
3674
|
+
# @param [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaApplication] google_cloud_beyondcorp_securitygateways_v1alpha_application_object
|
3675
|
+
# @param [String] application_id
|
3676
|
+
# Optional. User-settable Application resource ID. * Must start with a letter. *
|
3677
|
+
# Must contain between 4-63 characters from `/a-z-/`. * Must end with a number
|
3678
|
+
# or letter.
|
3679
|
+
# @param [String] request_id
|
3680
|
+
# Optional. An optional request ID to identify requests. Specify a unique
|
3681
|
+
# request ID so that if you must retry your request, the server will know to
|
3682
|
+
# ignore request if it has already been completed. The server will guarantee
|
3683
|
+
# that for at least 60 minutes since the first request.
|
3684
|
+
# @param [String] fields
|
3685
|
+
# Selector specifying which fields to include in a partial response.
|
3686
|
+
# @param [String] quota_user
|
3687
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
3688
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
3689
|
+
# @param [Google::Apis::RequestOptions] options
|
3690
|
+
# Request-specific options
|
3691
|
+
#
|
3692
|
+
# @yield [result, err] Result & error if block supplied
|
3693
|
+
# @yieldparam result [Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation] parsed result object
|
3694
|
+
# @yieldparam err [StandardError] error object if request failed
|
3695
|
+
#
|
3696
|
+
# @return [Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation]
|
3697
|
+
#
|
3698
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
3699
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
3700
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
3701
|
+
def create_project_location_security_gateway_application(parent, google_cloud_beyondcorp_securitygateways_v1alpha_application_object = nil, application_id: nil, request_id: nil, fields: nil, quota_user: nil, options: nil, &block)
|
3702
|
+
command = make_simple_command(:post, 'v1alpha/{+parent}/applications', options)
|
3703
|
+
command.request_representation = Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaApplication::Representation
|
3704
|
+
command.request_object = google_cloud_beyondcorp_securitygateways_v1alpha_application_object
|
3705
|
+
command.response_representation = Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation::Representation
|
3706
|
+
command.response_class = Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation
|
3707
|
+
command.params['parent'] = parent unless parent.nil?
|
3708
|
+
command.query['applicationId'] = application_id unless application_id.nil?
|
3709
|
+
command.query['requestId'] = request_id unless request_id.nil?
|
3710
|
+
command.query['fields'] = fields unless fields.nil?
|
3711
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
3712
|
+
execute_or_queue_command(command, &block)
|
3713
|
+
end
|
3714
|
+
|
3802
3715
|
# Deletes a single Application.
|
3803
3716
|
# @param [String] name
|
3804
3717
|
# Required. Name of the resource.
|
@@ -3974,6 +3887,54 @@ module Google
|
|
3974
3887
|
execute_or_queue_command(command, &block)
|
3975
3888
|
end
|
3976
3889
|
|
3890
|
+
# Updates the parameters of a single Application.
|
3891
|
+
# @param [String] name
|
3892
|
+
# Identifier. Name of the resource.
|
3893
|
+
# @param [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaApplication] google_cloud_beyondcorp_securitygateways_v1alpha_application_object
|
3894
|
+
# @param [String] request_id
|
3895
|
+
# Optional. An optional request ID to identify requests. Specify a unique
|
3896
|
+
# request ID so that if you must retry your request, the server will know to
|
3897
|
+
# ignore the request if it has already been completed. The server will guarantee
|
3898
|
+
# that for at least 60 minutes after the first request. For example, consider a
|
3899
|
+
# situation where you make an initial request and the request timed out. If you
|
3900
|
+
# make the request again with the same request ID, the server can check if
|
3901
|
+
# original operation with the same request ID was received, and if so, will
|
3902
|
+
# ignore the second request. This prevents clients from accidentally creating
|
3903
|
+
# duplicate commitments. The request ID must be a valid UUID with the exception
|
3904
|
+
# that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
3905
|
+
# @param [String] update_mask
|
3906
|
+
# Optional. Mutable fields include: display_name.
|
3907
|
+
# @param [String] fields
|
3908
|
+
# Selector specifying which fields to include in a partial response.
|
3909
|
+
# @param [String] quota_user
|
3910
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
3911
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
3912
|
+
# @param [Google::Apis::RequestOptions] options
|
3913
|
+
# Request-specific options
|
3914
|
+
#
|
3915
|
+
# @yield [result, err] Result & error if block supplied
|
3916
|
+
# @yieldparam result [Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation] parsed result object
|
3917
|
+
# @yieldparam err [StandardError] error object if request failed
|
3918
|
+
#
|
3919
|
+
# @return [Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation]
|
3920
|
+
#
|
3921
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
3922
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
3923
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
3924
|
+
def patch_project_location_security_gateway_application(name, google_cloud_beyondcorp_securitygateways_v1alpha_application_object = nil, request_id: nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
|
3925
|
+
command = make_simple_command(:patch, 'v1alpha/{+name}', options)
|
3926
|
+
command.request_representation = Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaApplication::Representation
|
3927
|
+
command.request_object = google_cloud_beyondcorp_securitygateways_v1alpha_application_object
|
3928
|
+
command.response_representation = Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation::Representation
|
3929
|
+
command.response_class = Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation
|
3930
|
+
command.params['name'] = name unless name.nil?
|
3931
|
+
command.query['requestId'] = request_id unless request_id.nil?
|
3932
|
+
command.query['updateMask'] = update_mask unless update_mask.nil?
|
3933
|
+
command.query['fields'] = fields unless fields.nil?
|
3934
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
3935
|
+
execute_or_queue_command(command, &block)
|
3936
|
+
end
|
3937
|
+
|
3977
3938
|
# Sets the access control policy on the specified resource. Replaces any
|
3978
3939
|
# existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
|
3979
3940
|
# PERMISSION_DENIED` errors.
|
@@ -4010,6 +3971,45 @@ module Google
|
|
4010
3971
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
4011
3972
|
execute_or_queue_command(command, &block)
|
4012
3973
|
end
|
3974
|
+
|
3975
|
+
# Returns permissions that a caller has on the specified resource. If the
|
3976
|
+
# resource does not exist, this will return an empty set of permissions, not a `
|
3977
|
+
# NOT_FOUND` error. Note: This operation is designed to be used for building
|
3978
|
+
# permission-aware UIs and command-line tools, not for authorization checking.
|
3979
|
+
# This operation may "fail open" without warning.
|
3980
|
+
# @param [String] resource
|
3981
|
+
# REQUIRED: The resource for which the policy detail is being requested. See [
|
3982
|
+
# Resource names](https://cloud.google.com/apis/design/resource_names) for the
|
3983
|
+
# appropriate value for this field.
|
3984
|
+
# @param [Google::Apis::BeyondcorpV1alpha::GoogleIamV1TestIamPermissionsRequest] google_iam_v1_test_iam_permissions_request_object
|
3985
|
+
# @param [String] fields
|
3986
|
+
# Selector specifying which fields to include in a partial response.
|
3987
|
+
# @param [String] quota_user
|
3988
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
3989
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
3990
|
+
# @param [Google::Apis::RequestOptions] options
|
3991
|
+
# Request-specific options
|
3992
|
+
#
|
3993
|
+
# @yield [result, err] Result & error if block supplied
|
3994
|
+
# @yieldparam result [Google::Apis::BeyondcorpV1alpha::GoogleIamV1TestIamPermissionsResponse] parsed result object
|
3995
|
+
# @yieldparam err [StandardError] error object if request failed
|
3996
|
+
#
|
3997
|
+
# @return [Google::Apis::BeyondcorpV1alpha::GoogleIamV1TestIamPermissionsResponse]
|
3998
|
+
#
|
3999
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
4000
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
4001
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
4002
|
+
def test_project_location_security_gateway_application_iam_permissions(resource, google_iam_v1_test_iam_permissions_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
4003
|
+
command = make_simple_command(:post, 'v1alpha/{+resource}:testIamPermissions', options)
|
4004
|
+
command.request_representation = Google::Apis::BeyondcorpV1alpha::GoogleIamV1TestIamPermissionsRequest::Representation
|
4005
|
+
command.request_object = google_iam_v1_test_iam_permissions_request_object
|
4006
|
+
command.response_representation = Google::Apis::BeyondcorpV1alpha::GoogleIamV1TestIamPermissionsResponse::Representation
|
4007
|
+
command.response_class = Google::Apis::BeyondcorpV1alpha::GoogleIamV1TestIamPermissionsResponse
|
4008
|
+
command.params['resource'] = resource unless resource.nil?
|
4009
|
+
command.query['fields'] = fields unless fields.nil?
|
4010
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
4011
|
+
execute_or_queue_command(command, &block)
|
4012
|
+
end
|
4013
4013
|
|
4014
4014
|
protected
|
4015
4015
|
|
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.50.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.50.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:
|