google-apis-apigee_v1 0.100.0 → 0.102.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 +8 -0
- data/lib/google/apis/apigee_v1/classes.rb +370 -7
- data/lib/google/apis/apigee_v1/gem_version.rb +2 -2
- data/lib/google/apis/apigee_v1/representations.rb +160 -0
- data/lib/google/apis/apigee_v1/service.rb +1148 -155
- metadata +3 -3
@@ -840,7 +840,11 @@ module Google
|
|
840
840
|
# seconds.
|
841
841
|
# @param [String] name
|
842
842
|
# Required. Name of the API product. Use the following structure in your request:
|
843
|
-
# `organizations/`org`/apiproducts/`apiproduct``
|
843
|
+
# `organizations/`org`/apiproducts/`apiproduct`` If the API Product resource
|
844
|
+
# has the `space` attribute set, IAM permissions are checked against the Space
|
845
|
+
# resource path. To learn more, read the [Apigee Spaces Overview](https://cloud.
|
846
|
+
# google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-
|
847
|
+
# overview).
|
844
848
|
# @param [Google::Apis::ApigeeV1::GoogleCloudApigeeV1Attributes] google_cloud_apigee_v1_attributes_object
|
845
849
|
# @param [String] fields
|
846
850
|
# Selector specifying which fields to include in a partial response.
|
@@ -889,7 +893,11 @@ module Google
|
|
889
893
|
# For more information, see What is an API product?
|
890
894
|
# @param [String] parent
|
891
895
|
# Required. Name of the organization in which the API product will be created.
|
892
|
-
# Use the following structure in your request: `organizations/`org``
|
896
|
+
# Use the following structure in your request: `organizations/`org`` If the
|
897
|
+
# resource has the `space` attribute set, IAM permissions are checked against
|
898
|
+
# the Space resource path. To learn more, read the [Apigee Spaces Overview](
|
899
|
+
# https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/
|
900
|
+
# apigee-spaces-overview).
|
893
901
|
# @param [Google::Apis::ApigeeV1::GoogleCloudApigeeV1ApiProduct] google_cloud_apigee_v1_api_product_object
|
894
902
|
# @param [String] fields
|
895
903
|
# Selector specifying which fields to include in a partial response.
|
@@ -930,7 +938,10 @@ module Google
|
|
930
938
|
# API products to verify the internal name.
|
931
939
|
# @param [String] name
|
932
940
|
# Required. Name of the API product. Use the following structure in your request:
|
933
|
-
# `organizations/`org`/apiproducts/`apiproduct``
|
941
|
+
# `organizations/`org`/apiproducts/`apiproduct`` If the resource has the `space`
|
942
|
+
# attribute set, IAM permissions are checked against the Space resource path.
|
943
|
+
# To learn more, read the [Apigee Spaces Overview](https://cloud.google.com/
|
944
|
+
# apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
|
934
945
|
# @param [String] fields
|
935
946
|
# Selector specifying which fields to include in a partial response.
|
936
947
|
# @param [String] quota_user
|
@@ -965,7 +976,10 @@ module Google
|
|
965
976
|
# name.
|
966
977
|
# @param [String] name
|
967
978
|
# Required. Name of the API product. Use the following structure in your request:
|
968
|
-
# `organizations/`org`/apiproducts/`apiproduct``
|
979
|
+
# `organizations/`org`/apiproducts/`apiproduct`` If the resource has the `space`
|
980
|
+
# attribute set, IAM permissions are checked against the Space resource path.
|
981
|
+
# To learn more, read the [Apigee Spaces Overview](https://cloud.google.com/
|
982
|
+
# apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).
|
969
983
|
# @param [String] fields
|
970
984
|
# Selector specifying which fields to include in a partial response.
|
971
985
|
# @param [String] quota_user
|
@@ -996,10 +1010,16 @@ module Google
|
|
996
1010
|
# Lists all API product names for an organization. Filter the list by passing an
|
997
1011
|
# `attributename` and `attibutevalue`. The maximum number of API products
|
998
1012
|
# returned is 1000. You can paginate the list of API products returned using the
|
999
|
-
# `startKey` and `count` query parameters.
|
1013
|
+
# `startKey` and `count` query parameters. If the resource has the `space`
|
1014
|
+
# attribute set, the response may not return all resources. To learn more, read
|
1015
|
+
# the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/api-platform/
|
1016
|
+
# system-administration/spaces/apigee-spaces-overview).
|
1000
1017
|
# @param [String] parent
|
1001
1018
|
# Required. Name of the organization. Use the following structure in your
|
1002
|
-
# request: `organizations/`org``
|
1019
|
+
# request: `organizations/`org`` If the resource has the `space` attribute set,
|
1020
|
+
# IAM permissions are checked against the Space resource path. To learn more,
|
1021
|
+
# read the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/api-
|
1022
|
+
# platform/system-administration/spaces/apigee-spaces-overview).
|
1003
1023
|
# @param [String] attributename
|
1004
1024
|
# Name of the attribute used to filter the search.
|
1005
1025
|
# @param [String] attributevalue
|
@@ -1010,6 +1030,12 @@ module Google
|
|
1010
1030
|
# @param [Boolean] expand
|
1011
1031
|
# Flag that specifies whether to expand the results. Set to `true` to get
|
1012
1032
|
# expanded details about each API.
|
1033
|
+
# @param [String] space
|
1034
|
+
# Optional. The Space to list API products for. When none provided, all the
|
1035
|
+
# spaces the user has list access, will be used implicitly, and the same
|
1036
|
+
# following rules will apply. Can be used in conjunction with start_key, expand
|
1037
|
+
# and count for paginated response. Composite queries with attributename and
|
1038
|
+
# attributevalue are not supported yet.
|
1013
1039
|
# @param [String] start_key
|
1014
1040
|
# Gets a list of API products starting with a specific API product in the list.
|
1015
1041
|
# For example, if you're returning 50 API products at a time (using the `count`
|
@@ -1033,7 +1059,7 @@ module Google
|
|
1033
1059
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1034
1060
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1035
1061
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1036
|
-
def list_organization_apiproducts(parent, attributename: nil, attributevalue: nil, count: nil, expand: nil, start_key: nil, fields: nil, quota_user: nil, options: nil, &block)
|
1062
|
+
def list_organization_apiproducts(parent, attributename: nil, attributevalue: nil, count: nil, expand: nil, space: nil, start_key: nil, fields: nil, quota_user: nil, options: nil, &block)
|
1037
1063
|
command = make_simple_command(:get, 'v1/{+parent}/apiproducts', options)
|
1038
1064
|
command.response_representation = Google::Apis::ApigeeV1::GoogleCloudApigeeV1ListApiProductsResponse::Representation
|
1039
1065
|
command.response_class = Google::Apis::ApigeeV1::GoogleCloudApigeeV1ListApiProductsResponse
|
@@ -1042,12 +1068,47 @@ module Google
|
|
1042
1068
|
command.query['attributevalue'] = attributevalue unless attributevalue.nil?
|
1043
1069
|
command.query['count'] = count unless count.nil?
|
1044
1070
|
command.query['expand'] = expand unless expand.nil?
|
1071
|
+
command.query['space'] = space unless space.nil?
|
1045
1072
|
command.query['startKey'] = start_key unless start_key.nil?
|
1046
1073
|
command.query['fields'] = fields unless fields.nil?
|
1047
1074
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1048
1075
|
execute_or_queue_command(command, &block)
|
1049
1076
|
end
|
1050
1077
|
|
1078
|
+
# Moves an API product to a different space.
|
1079
|
+
# @param [String] name
|
1080
|
+
# Required. API product to move in the following format: `organizations/`org`/
|
1081
|
+
# apiproducts/`apiproduct`
|
1082
|
+
# @param [Google::Apis::ApigeeV1::GoogleCloudApigeeV1MoveApiProductRequest] google_cloud_apigee_v1_move_api_product_request_object
|
1083
|
+
# @param [String] fields
|
1084
|
+
# Selector specifying which fields to include in a partial response.
|
1085
|
+
# @param [String] quota_user
|
1086
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
1087
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
1088
|
+
# @param [Google::Apis::RequestOptions] options
|
1089
|
+
# Request-specific options
|
1090
|
+
#
|
1091
|
+
# @yield [result, err] Result & error if block supplied
|
1092
|
+
# @yieldparam result [Google::Apis::ApigeeV1::GoogleCloudApigeeV1ApiProduct] parsed result object
|
1093
|
+
# @yieldparam err [StandardError] error object if request failed
|
1094
|
+
#
|
1095
|
+
# @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1ApiProduct]
|
1096
|
+
#
|
1097
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1098
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1099
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1100
|
+
def move_organization_apiproduct(name, google_cloud_apigee_v1_move_api_product_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
1101
|
+
command = make_simple_command(:post, 'v1/{+name}:move', options)
|
1102
|
+
command.request_representation = Google::Apis::ApigeeV1::GoogleCloudApigeeV1MoveApiProductRequest::Representation
|
1103
|
+
command.request_object = google_cloud_apigee_v1_move_api_product_request_object
|
1104
|
+
command.response_representation = Google::Apis::ApigeeV1::GoogleCloudApigeeV1ApiProduct::Representation
|
1105
|
+
command.response_class = Google::Apis::ApigeeV1::GoogleCloudApigeeV1ApiProduct
|
1106
|
+
command.params['name'] = name unless name.nil?
|
1107
|
+
command.query['fields'] = fields unless fields.nil?
|
1108
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1109
|
+
execute_or_queue_command(command, &block)
|
1110
|
+
end
|
1111
|
+
|
1051
1112
|
# Updates an existing API product. You must include all required values, whether
|
1052
1113
|
# or not you are updating them, as well as any optional values that you are
|
1053
1114
|
# updating. The API product name required in the request URL is the internal
|
@@ -1056,7 +1117,10 @@ module Google
|
|
1056
1117
|
# API products to identify their internal names.
|
1057
1118
|
# @param [String] name
|
1058
1119
|
# Required. Name of the API product. Use the following structure in your request:
|
1059
|
-
# `organizations/`org`/apiproducts/`apiproduct``
|
1120
|
+
# `organizations/`org`/apiproducts/`apiproduct`` If the resource has the `space`
|
1121
|
+
# attribute set, IAM permissions are checked against the Space resource path.To
|
1122
|
+
# learn more, read the [Apigee Spaces Overview](https://cloud.google.com/apigee/
|
1123
|
+
# docs/api-platform/system-administration/spaces/apigee-spaces-overview).
|
1060
1124
|
# @param [Google::Apis::ApigeeV1::GoogleCloudApigeeV1ApiProduct] google_cloud_apigee_v1_api_product_object
|
1061
1125
|
# @param [String] fields
|
1062
1126
|
# Selector specifying which fields to include in a partial response.
|
@@ -1091,7 +1155,10 @@ module Google
|
|
1091
1155
|
# @param [String] name
|
1092
1156
|
# Required. Name of the API product attribute. Use the following structure in
|
1093
1157
|
# your request: `organizations/`org`/apiproducts/`apiproduct`/attributes/`
|
1094
|
-
# attribute``
|
1158
|
+
# attribute`` If the API Product resource has the `space` attribute set, IAM
|
1159
|
+
# permissions are checked against the Space resource path. To learn more, read
|
1160
|
+
# the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/api-platform/
|
1161
|
+
# system-administration/spaces/apigee-spaces-overview).
|
1095
1162
|
# @param [String] fields
|
1096
1163
|
# Selector specifying which fields to include in a partial response.
|
1097
1164
|
# @param [String] quota_user
|
@@ -1123,7 +1190,10 @@ module Google
|
|
1123
1190
|
# @param [String] name
|
1124
1191
|
# Required. Name of the API product attribute. Use the following structure in
|
1125
1192
|
# your request: `organizations/`org`/apiproducts/`apiproduct`/attributes/`
|
1126
|
-
# attribute``
|
1193
|
+
# attribute`` If the API Product resource has the `space` attribute set, IAM
|
1194
|
+
# permissions are checked against the Space resource path. To learn more, read
|
1195
|
+
# the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/api-platform/
|
1196
|
+
# system-administration/spaces/apigee-spaces-overview).
|
1127
1197
|
# @param [String] fields
|
1128
1198
|
# Selector specifying which fields to include in a partial response.
|
1129
1199
|
# @param [String] quota_user
|
@@ -1154,7 +1224,11 @@ module Google
|
|
1154
1224
|
# Lists all API product attributes.
|
1155
1225
|
# @param [String] parent
|
1156
1226
|
# Required. Name of the API product. Use the following structure in your request:
|
1157
|
-
# `organizations/`org`/apiproducts/`apiproduct``
|
1227
|
+
# `organizations/`org`/apiproducts/`apiproduct`` If the API Product resource
|
1228
|
+
# has the `space` attribute set, IAM permissions are checked against the Space
|
1229
|
+
# resource path. To learn more, read the [Apigee Spaces Overview](https://cloud.
|
1230
|
+
# google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-
|
1231
|
+
# overview).
|
1158
1232
|
# @param [String] fields
|
1159
1233
|
# Selector specifying which fields to include in a partial response.
|
1160
1234
|
# @param [String] quota_user
|
@@ -1190,7 +1264,11 @@ module Google
|
|
1190
1264
|
# policy won't be able to expire an access token in less than 180 seconds.
|
1191
1265
|
# @param [String] name
|
1192
1266
|
# Required. Name of the API product. Use the following structure in your request:
|
1193
|
-
# `organizations/`org`/apiproducts/`apiproduct``
|
1267
|
+
# `organizations/`org`/apiproducts/`apiproduct`` If the API Product resource
|
1268
|
+
# has the `space` attribute set, IAM permissions are checked against the Space
|
1269
|
+
# resource path. To learn more, read the [Apigee Spaces Overview](https://cloud.
|
1270
|
+
# google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-
|
1271
|
+
# overview).
|
1194
1272
|
# @param [Google::Apis::ApigeeV1::GoogleCloudApigeeV1Attribute] google_cloud_apigee_v1_attribute_object
|
1195
1273
|
# @param [String] fields
|
1196
1274
|
# Selector specifying which fields to include in a partial response.
|
@@ -1233,7 +1311,10 @@ module Google
|
|
1233
1311
|
# @param [String] parent
|
1234
1312
|
# Required. Name of the API product that is associated with the rate plan. Use
|
1235
1313
|
# the following structure in your request: `organizations/`org`/apiproducts/`
|
1236
|
-
# apiproduct``
|
1314
|
+
# apiproduct`` If the API Product resource has the `space` attribute set, IAM
|
1315
|
+
# permissions are checked against the Space resource path. To learn more, read
|
1316
|
+
# the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/api-platform/
|
1317
|
+
# system-administration/spaces/apigee-spaces-overview).
|
1237
1318
|
# @param [Google::Apis::ApigeeV1::GoogleCloudApigeeV1RatePlan] google_cloud_apigee_v1_rate_plan_object
|
1238
1319
|
# @param [String] fields
|
1239
1320
|
# Selector specifying which fields to include in a partial response.
|
@@ -1267,7 +1348,11 @@ module Google
|
|
1267
1348
|
# Deletes a rate plan.
|
1268
1349
|
# @param [String] name
|
1269
1350
|
# Required. ID of the rate plan. Use the following structure in your request: `
|
1270
|
-
# organizations/`org`/apiproducts/`apiproduct`/rateplans/`rateplan``
|
1351
|
+
# organizations/`org`/apiproducts/`apiproduct`/rateplans/`rateplan`` If the API
|
1352
|
+
# Product resource has the `space` attribute set, IAM permissions are checked
|
1353
|
+
# against the Space resource path. To learn more, read the [Apigee Spaces
|
1354
|
+
# Overview](https://cloud.google.com/apigee/docs/api-platform/system-
|
1355
|
+
# administration/spaces/apigee-spaces-overview).
|
1271
1356
|
# @param [String] fields
|
1272
1357
|
# Selector specifying which fields to include in a partial response.
|
1273
1358
|
# @param [String] quota_user
|
@@ -1298,7 +1383,11 @@ module Google
|
|
1298
1383
|
# Gets the details of a rate plan.
|
1299
1384
|
# @param [String] name
|
1300
1385
|
# Required. Name of the rate plan. Use the following structure in your request: `
|
1301
|
-
# organizations/`org`/apiproducts/`apiproduct`/rateplans/`rateplan``
|
1386
|
+
# organizations/`org`/apiproducts/`apiproduct`/rateplans/`rateplan`` If the API
|
1387
|
+
# Product resource has the `space` attribute set, IAM permissions are checked
|
1388
|
+
# against the Space resource path. To learn more, read the [Apigee Spaces
|
1389
|
+
# Overview](https://cloud.google.com/apigee/docs/api-platform/system-
|
1390
|
+
# administration/spaces/apigee-spaces-overview).
|
1302
1391
|
# @param [String] fields
|
1303
1392
|
# Selector specifying which fields to include in a partial response.
|
1304
1393
|
# @param [String] quota_user
|
@@ -1331,7 +1420,10 @@ module Google
|
|
1331
1420
|
# Required. Name of the API product. Use the following structure in your request:
|
1332
1421
|
# `organizations/`org`/apiproducts/`apiproduct`` Use `organizations/`org`/
|
1333
1422
|
# apiproducts/-` to return rate plans for all API products within the
|
1334
|
-
# organization.
|
1423
|
+
# organization. If the API Product resource has the `space` attribute set, IAM
|
1424
|
+
# permissions are checked against the Space resource path. To learn more, read
|
1425
|
+
# the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/api-platform/
|
1426
|
+
# system-administration/spaces/apigee-spaces-overview).
|
1335
1427
|
# @param [Fixnum] count
|
1336
1428
|
# Number of rate plans to return in the API call. Use with the `startKey`
|
1337
1429
|
# parameter to provide more targeted filtering. The maximum limit is 1000.
|
@@ -1386,7 +1478,11 @@ module Google
|
|
1386
1478
|
# Updates an existing rate plan.
|
1387
1479
|
# @param [String] name
|
1388
1480
|
# Required. Name of the rate plan. Use the following structure in your request: `
|
1389
|
-
# organizations/`org`/apiproducts/`apiproduct`/rateplans/`rateplan``
|
1481
|
+
# organizations/`org`/apiproducts/`apiproduct`/rateplans/`rateplan`` If the API
|
1482
|
+
# Product resource has the `space` attribute set, IAM permissions are checked
|
1483
|
+
# against the Space resource path. To learn more, read the [Apigee Spaces
|
1484
|
+
# Overview](https://cloud.google.com/apigee/docs/api-platform/system-
|
1485
|
+
# administration/spaces/apigee-spaces-overview).
|
1390
1486
|
# @param [Google::Apis::ApigeeV1::GoogleCloudApigeeV1RatePlan] google_cloud_apigee_v1_rate_plan_object
|
1391
1487
|
# @param [String] fields
|
1392
1488
|
# Selector specifying which fields to include in a partial response.
|
@@ -1433,7 +1529,10 @@ module Google
|
|
1433
1529
|
# of validation errors is returned to the client.
|
1434
1530
|
# @param [String] parent
|
1435
1531
|
# Required. Name of the organization in the following format: `organizations/`
|
1436
|
-
# org``
|
1532
|
+
# org`` If the API Proxy resource has the `space` attribute set, IAM permissions
|
1533
|
+
# are checked against the Space resource path. To learn more, read the [Apigee
|
1534
|
+
# Spaces Overview](https://cloud.google.com/apigee/docs/api-platform/system-
|
1535
|
+
# administration/spaces/apigee-spaces-overview).
|
1437
1536
|
# @param [Google::Apis::ApigeeV1::GoogleApiHttpBody] google_api_http_body_object
|
1438
1537
|
# @param [String] action
|
1439
1538
|
# Action to perform when importing an API proxy configuration bundle. Set this
|
@@ -1442,6 +1541,11 @@ module Google
|
|
1442
1541
|
# bundle without importing it.
|
1443
1542
|
# @param [String] name
|
1444
1543
|
# Name of the API proxy. Restrict the characters used to: A-Za-z0-9._-
|
1544
|
+
# @param [String] space
|
1545
|
+
# Optional. The ID of the space associated with this proxy. Any IAM policies
|
1546
|
+
# applied to the space will affect access to this proxy. Note that this field is
|
1547
|
+
# only respected when creating a new proxy. It has no effect when creating a new
|
1548
|
+
# revision for an existing proxy.
|
1445
1549
|
# @param [Boolean] validate
|
1446
1550
|
# Ignored. All uploads are validated regardless of the value of this field.
|
1447
1551
|
# Maintained for compatibility with Apigee Edge API.
|
@@ -1462,7 +1566,7 @@ module Google
|
|
1462
1566
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1463
1567
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1464
1568
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1465
|
-
def create_organization_api(parent, google_api_http_body_object = nil, action: nil, name: nil, validate: nil, fields: nil, quota_user: nil, options: nil, &block)
|
1569
|
+
def create_organization_api(parent, google_api_http_body_object = nil, action: nil, name: nil, space: nil, validate: nil, fields: nil, quota_user: nil, options: nil, &block)
|
1466
1570
|
command = make_simple_command(:post, 'v1/{+parent}/apis', options)
|
1467
1571
|
command.request_representation = Google::Apis::ApigeeV1::GoogleApiHttpBody::Representation
|
1468
1572
|
command.request_object = google_api_http_body_object
|
@@ -1471,6 +1575,7 @@ module Google
|
|
1471
1575
|
command.params['parent'] = parent unless parent.nil?
|
1472
1576
|
command.query['action'] = action unless action.nil?
|
1473
1577
|
command.query['name'] = name unless name.nil?
|
1578
|
+
command.query['space'] = space unless space.nil?
|
1474
1579
|
command.query['validate'] = validate unless validate.nil?
|
1475
1580
|
command.query['fields'] = fields unless fields.nil?
|
1476
1581
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
@@ -1481,7 +1586,10 @@ module Google
|
|
1481
1586
|
# revisions. The API proxy must be undeployed before you can delete it.
|
1482
1587
|
# @param [String] name
|
1483
1588
|
# Required. Name of the API proxy in the following format: `organizations/`org`/
|
1484
|
-
# apis/`api``
|
1589
|
+
# apis/`api`` If the API Proxy resource has the `space` attribute set, IAM
|
1590
|
+
# permissions are checked against the Space resource path. To learn more, read
|
1591
|
+
# the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/api-platform/
|
1592
|
+
# system-administration/spaces/apigee-spaces-overview).
|
1485
1593
|
# @param [String] fields
|
1486
1594
|
# Selector specifying which fields to include in a partial response.
|
1487
1595
|
# @param [String] quota_user
|
@@ -1512,7 +1620,10 @@ module Google
|
|
1512
1620
|
# Gets an API proxy including a list of existing revisions.
|
1513
1621
|
# @param [String] name
|
1514
1622
|
# Required. Name of the API proxy in the following format: `organizations/`org`/
|
1515
|
-
# apis/`api``
|
1623
|
+
# apis/`api`` If the API Proxy resource has the `space` attribute set, IAM
|
1624
|
+
# permissions are checked against the Space resource path. To learn more, read
|
1625
|
+
# the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/api-platform/
|
1626
|
+
# system-administration/spaces/apigee-spaces-overview).
|
1516
1627
|
# @param [String] fields
|
1517
1628
|
# Selector specifying which fields to include in a partial response.
|
1518
1629
|
# @param [String] quota_user
|
@@ -1542,13 +1653,23 @@ module Google
|
|
1542
1653
|
|
1543
1654
|
# Lists the names of all API proxies in an organization. The names returned
|
1544
1655
|
# correspond to the names defined in the configuration files for each API proxy.
|
1656
|
+
# If the resource has the `space` attribute set, the response may not return all
|
1657
|
+
# resources. To learn more, read the [Apigee Spaces Overview](https://cloud.
|
1658
|
+
# google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-
|
1659
|
+
# overview).
|
1545
1660
|
# @param [String] parent
|
1546
1661
|
# Required. Name of the organization in the following format: `organizations/`
|
1547
|
-
# org``
|
1662
|
+
# org`` If the resource has the `space` attribute set, IAM permissions are
|
1663
|
+
# checked against the Space resource path. To learn more, read the [Apigee
|
1664
|
+
# Spaces Overview](https://cloud.google.com/apigee/docs/api-platform/system-
|
1665
|
+
# administration/spaces/apigee-spaces-overview).
|
1548
1666
|
# @param [Boolean] include_meta_data
|
1549
1667
|
# Flag that specifies whether to include API proxy metadata in the response.
|
1550
1668
|
# @param [Boolean] include_revisions
|
1551
1669
|
# Flag that specifies whether to include a list of revisions in the response.
|
1670
|
+
# @param [String] space
|
1671
|
+
# Optional. The space ID to filter the list of proxies (optional). If
|
1672
|
+
# unspecified, all proxies in the organization will be listed.
|
1552
1673
|
# @param [String] fields
|
1553
1674
|
# Selector specifying which fields to include in a partial response.
|
1554
1675
|
# @param [String] quota_user
|
@@ -1566,13 +1687,48 @@ module Google
|
|
1566
1687
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1567
1688
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1568
1689
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1569
|
-
def list_organization_apis(parent, include_meta_data: nil, include_revisions: nil, fields: nil, quota_user: nil, options: nil, &block)
|
1690
|
+
def list_organization_apis(parent, include_meta_data: nil, include_revisions: nil, space: nil, fields: nil, quota_user: nil, options: nil, &block)
|
1570
1691
|
command = make_simple_command(:get, 'v1/{+parent}/apis', options)
|
1571
1692
|
command.response_representation = Google::Apis::ApigeeV1::GoogleCloudApigeeV1ListApiProxiesResponse::Representation
|
1572
1693
|
command.response_class = Google::Apis::ApigeeV1::GoogleCloudApigeeV1ListApiProxiesResponse
|
1573
1694
|
command.params['parent'] = parent unless parent.nil?
|
1574
1695
|
command.query['includeMetaData'] = include_meta_data unless include_meta_data.nil?
|
1575
1696
|
command.query['includeRevisions'] = include_revisions unless include_revisions.nil?
|
1697
|
+
command.query['space'] = space unless space.nil?
|
1698
|
+
command.query['fields'] = fields unless fields.nil?
|
1699
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1700
|
+
execute_or_queue_command(command, &block)
|
1701
|
+
end
|
1702
|
+
|
1703
|
+
# Moves an API proxy to a different space.
|
1704
|
+
# @param [String] name
|
1705
|
+
# Required. API proxy to move in the following format: `organizations/`org`/apis/
|
1706
|
+
# `api``
|
1707
|
+
# @param [Google::Apis::ApigeeV1::GoogleCloudApigeeV1MoveApiProxyRequest] google_cloud_apigee_v1_move_api_proxy_request_object
|
1708
|
+
# @param [String] fields
|
1709
|
+
# Selector specifying which fields to include in a partial response.
|
1710
|
+
# @param [String] quota_user
|
1711
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
1712
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
1713
|
+
# @param [Google::Apis::RequestOptions] options
|
1714
|
+
# Request-specific options
|
1715
|
+
#
|
1716
|
+
# @yield [result, err] Result & error if block supplied
|
1717
|
+
# @yieldparam result [Google::Apis::ApigeeV1::GoogleCloudApigeeV1ApiProxy] parsed result object
|
1718
|
+
# @yieldparam err [StandardError] error object if request failed
|
1719
|
+
#
|
1720
|
+
# @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1ApiProxy]
|
1721
|
+
#
|
1722
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1723
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1724
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1725
|
+
def move_organization_api(name, google_cloud_apigee_v1_move_api_proxy_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
1726
|
+
command = make_simple_command(:post, 'v1/{+name}:move', options)
|
1727
|
+
command.request_representation = Google::Apis::ApigeeV1::GoogleCloudApigeeV1MoveApiProxyRequest::Representation
|
1728
|
+
command.request_object = google_cloud_apigee_v1_move_api_proxy_request_object
|
1729
|
+
command.response_representation = Google::Apis::ApigeeV1::GoogleCloudApigeeV1ApiProxy::Representation
|
1730
|
+
command.response_class = Google::Apis::ApigeeV1::GoogleCloudApigeeV1ApiProxy
|
1731
|
+
command.params['name'] = name unless name.nil?
|
1576
1732
|
command.query['fields'] = fields unless fields.nil?
|
1577
1733
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1578
1734
|
execute_or_queue_command(command, &block)
|
@@ -1581,7 +1737,10 @@ module Google
|
|
1581
1737
|
# Updates an existing API proxy.
|
1582
1738
|
# @param [String] name
|
1583
1739
|
# Required. API proxy to update in the following format: `organizations/`org`/
|
1584
|
-
# apis/`api``
|
1740
|
+
# apis/`api`` If the resource has the `space` attribute set, IAM permissions are
|
1741
|
+
# checked against the Space resource path. To learn more, read the [Apigee
|
1742
|
+
# Spaces Overview](https://cloud.google.com/apigee/docs/api-platform/system-
|
1743
|
+
# administration/spaces/apigee-spaces-overview).
|
1585
1744
|
# @param [Google::Apis::ApigeeV1::GoogleCloudApigeeV1ApiProxy] google_cloud_apigee_v1_api_proxy_object
|
1586
1745
|
# @param [String] update_mask
|
1587
1746
|
# Required. The list of fields to update.
|
@@ -1657,7 +1816,11 @@ module Google
|
|
1657
1816
|
# Lists all deployments of an API proxy.
|
1658
1817
|
# @param [String] parent
|
1659
1818
|
# Required. Name of the API proxy for which to return deployment information in
|
1660
|
-
# the following format: `organizations/`org`/apis/`api``
|
1819
|
+
# the following format: `organizations/`org`/apis/`api`` If the API proxy
|
1820
|
+
# resource has the `space` attribute set, IAM permissions are checked
|
1821
|
+
# differently . To learn more, read the [Apigee Spaces Overview](https://cloud.
|
1822
|
+
# google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-
|
1823
|
+
# overview).
|
1661
1824
|
# @param [String] fields
|
1662
1825
|
# Selector specifying which fields to include in a partial response.
|
1663
1826
|
# @param [String] quota_user
|
@@ -1688,7 +1851,11 @@ module Google
|
|
1688
1851
|
# Creates a key value map in an API proxy.
|
1689
1852
|
# @param [String] parent
|
1690
1853
|
# Required. Name of the environment in which to create the key value map. Use
|
1691
|
-
# the following structure in your request: `organizations/`org`/apis/`api``
|
1854
|
+
# the following structure in your request: `organizations/`org`/apis/`api`` If
|
1855
|
+
# the API Proxy resource has the `space` attribute set, IAM permissions are
|
1856
|
+
# checked against the Space resource path. To learn more, read the [Apigee
|
1857
|
+
# Spaces Overview](https://cloud.google.com/apigee/docs/api-platform/system-
|
1858
|
+
# administration/spaces/apigee-spaces-overview).
|
1692
1859
|
# @param [Google::Apis::ApigeeV1::GoogleCloudApigeeV1KeyValueMap] google_cloud_apigee_v1_key_value_map_object
|
1693
1860
|
# @param [String] fields
|
1694
1861
|
# Selector specifying which fields to include in a partial response.
|
@@ -1722,7 +1889,11 @@ module Google
|
|
1722
1889
|
# Deletes a key value map from an API proxy.
|
1723
1890
|
# @param [String] name
|
1724
1891
|
# Required. Name of the key value map. Use the following structure in your
|
1725
|
-
# request: `organizations/`org`/apis/`api`/keyvaluemaps/`keyvaluemap``
|
1892
|
+
# request: `organizations/`org`/apis/`api`/keyvaluemaps/`keyvaluemap`` If the
|
1893
|
+
# API Proxy resource has the `space` attribute set, IAM permissions are checked
|
1894
|
+
# against the Space resource path. To learn more, read the [Apigee Spaces
|
1895
|
+
# Overview](https://cloud.google.com/apigee/docs/api-platform/system-
|
1896
|
+
# administration/spaces/apigee-spaces-overview).
|
1726
1897
|
# @param [String] fields
|
1727
1898
|
# Selector specifying which fields to include in a partial response.
|
1728
1899
|
# @param [String] quota_user
|
@@ -1758,7 +1929,11 @@ module Google
|
|
1758
1929
|
# entry. Use **one** of the following structures in your request: * `
|
1759
1930
|
# organizations/`organization`/apis/`api`/keyvaluemaps/`keyvaluemap``. * `
|
1760
1931
|
# organizations/`organization`/environments/`environment`/keyvaluemaps/`
|
1761
|
-
# keyvaluemap`` * `organizations/`organization`/keyvaluemaps/`keyvaluemap``.
|
1932
|
+
# keyvaluemap`` * `organizations/`organization`/keyvaluemaps/`keyvaluemap``. If
|
1933
|
+
# the KeyValueMap is under an API Proxy resource that has the `space` attribute
|
1934
|
+
# set, IAM permissions are checked against the Space resource path. To learn
|
1935
|
+
# more, read the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/
|
1936
|
+
# api-platform/system-administration/spaces/apigee-spaces-overview).
|
1762
1937
|
# @param [Google::Apis::ApigeeV1::GoogleCloudApigeeV1KeyValueEntry] google_cloud_apigee_v1_key_value_entry_object
|
1763
1938
|
# @param [String] fields
|
1764
1939
|
# Selector specifying which fields to include in a partial response.
|
@@ -1800,7 +1975,11 @@ module Google
|
|
1800
1975
|
# organizations/`organization`/apis/`api`/keyvaluemaps/`keyvaluemap`/entries/`
|
1801
1976
|
# entry``. * `organizations/`organization`/environments/`environment`/
|
1802
1977
|
# keyvaluemaps/`keyvaluemap`/entries/`entry`` * `organizations/`organization`/
|
1803
|
-
# keyvaluemaps/`keyvaluemap`/entries/`entry``.
|
1978
|
+
# keyvaluemaps/`keyvaluemap`/entries/`entry``. If the KeyValueMap is under an
|
1979
|
+
# API Proxy resource that has the `space` attribute set, IAM permissions are
|
1980
|
+
# checked against the Space resource path. To learn more, read the [Apigee
|
1981
|
+
# Spaces Overview](https://cloud.google.com/apigee/docs/api-platform/system-
|
1982
|
+
# administration/spaces/apigee-spaces-overview).
|
1804
1983
|
# @param [String] fields
|
1805
1984
|
# Selector specifying which fields to include in a partial response.
|
1806
1985
|
# @param [String] quota_user
|
@@ -1837,7 +2016,11 @@ module Google
|
|
1837
2016
|
# organizations/`organization`/apis/`api`/keyvaluemaps/`keyvaluemap`/entries/`
|
1838
2017
|
# entry``. * `organizations/`organization`/environments/`environment`/
|
1839
2018
|
# keyvaluemaps/`keyvaluemap`/entries/`entry`` * `organizations/`organization`/
|
1840
|
-
# keyvaluemaps/`keyvaluemap`/entries/`entry``.
|
2019
|
+
# keyvaluemaps/`keyvaluemap`/entries/`entry``. If the KeyValueMap is under an
|
2020
|
+
# API Proxy resource that has the `space` attribute set, IAM permissions are
|
2021
|
+
# checked against the Space resource path. To learn more, read the [Apigee
|
2022
|
+
# Spaces Overview](https://cloud.google.com/apigee/docs/api-platform/system-
|
2023
|
+
# administration/spaces/apigee-spaces-overview).
|
1841
2024
|
# @param [String] fields
|
1842
2025
|
# Selector specifying which fields to include in a partial response.
|
1843
2026
|
# @param [String] quota_user
|
@@ -1873,7 +2056,11 @@ module Google
|
|
1873
2056
|
# one** of the following structures in your request: * `organizations/`
|
1874
2057
|
# organization`/apis/`api`/keyvaluemaps/`keyvaluemap``. * `organizations/`
|
1875
2058
|
# organization`/environments/`environment`/keyvaluemaps/`keyvaluemap`` * `
|
1876
|
-
# organizations/`organization`/keyvaluemaps/`keyvaluemap``.
|
2059
|
+
# organizations/`organization`/keyvaluemaps/`keyvaluemap``. If the KeyValueMap
|
2060
|
+
# is under an API Proxy resource that has the `space` attribute set, IAM
|
2061
|
+
# permissions are checked against the Space resource path. To learn more, read
|
2062
|
+
# the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/api-platform/
|
2063
|
+
# system-administration/spaces/apigee-spaces-overview).
|
1877
2064
|
# @param [Fixnum] page_size
|
1878
2065
|
# Optional. Maximum number of key value entries to return. If unspecified, at
|
1879
2066
|
# most 100 entries will be returned.
|
@@ -1916,7 +2103,11 @@ module Google
|
|
1916
2103
|
# entry. Use **one** of the following structures in your request: * `
|
1917
2104
|
# organizations/`organization`/apis/`api`/keyvaluemaps/`keyvaluemap``. * `
|
1918
2105
|
# organizations/`organization`/environments/`environment`/keyvaluemaps/`
|
1919
|
-
# keyvaluemap`` * `organizations/`organization`/keyvaluemaps/`keyvaluemap``.
|
2106
|
+
# keyvaluemap`` * `organizations/`organization`/keyvaluemaps/`keyvaluemap``. If
|
2107
|
+
# the KeyValueMap is under an API Proxy resource that has the `space` attribute
|
2108
|
+
# set, IAM permissions are checked against the Space resource path. To learn
|
2109
|
+
# more, read the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/
|
2110
|
+
# api-platform/system-administration/spaces/apigee-spaces-overview).
|
1920
2111
|
# @param [Google::Apis::ApigeeV1::GoogleCloudApigeeV1KeyValueEntry] google_cloud_apigee_v1_key_value_entry_object
|
1921
2112
|
# @param [String] fields
|
1922
2113
|
# Selector specifying which fields to include in a partial response.
|
@@ -1952,7 +2143,10 @@ module Google
|
|
1952
2143
|
# you can delete it.
|
1953
2144
|
# @param [String] name
|
1954
2145
|
# Required. API proxy revision in the following format: `organizations/`org`/
|
1955
|
-
# apis/`api`/revisions/`rev``
|
2146
|
+
# apis/`api`/revisions/`rev`` If the API Proxy resource has the `space`
|
2147
|
+
# attribute set, IAM permissions are checked against the Space resource path. To
|
2148
|
+
# learn more, read the [Apigee Spaces Overview](https://cloud.google.com/apigee/
|
2149
|
+
# docs/api-platform/system-administration/spaces/apigee-spaces-overview).
|
1956
2150
|
# @param [String] fields
|
1957
2151
|
# Selector specifying which fields to include in a partial response.
|
1958
2152
|
# @param [String] quota_user
|
@@ -1988,7 +2182,10 @@ module Google
|
|
1988
2182
|
# as described in [updateApiProxyRevision](updateApiProxyRevision).
|
1989
2183
|
# @param [String] name
|
1990
2184
|
# Required. API proxy revision in the following format: `organizations/`org`/
|
1991
|
-
# apis/`api`/revisions/`rev``
|
2185
|
+
# apis/`api`/revisions/`rev`` If the API Proxy resource has the `space`
|
2186
|
+
# attribute set, IAM permissions are checked against the Space resource path. To
|
2187
|
+
# learn more, read the [Apigee Spaces Overview](https://cloud.google.com/apigee/
|
2188
|
+
# docs/api-platform/system-administration/spaces/apigee-spaces-overview).
|
1992
2189
|
# @param [String] format
|
1993
2190
|
# Format used when downloading the API proxy configuration revision. Set to `
|
1994
2191
|
# bundle` to download the API proxy configuration revision as a zip file.
|
@@ -2028,7 +2225,10 @@ module Google
|
|
2028
2225
|
# stream`.
|
2029
2226
|
# @param [String] name
|
2030
2227
|
# Required. API proxy revision to update in the following format: `organizations/
|
2031
|
-
# `org`/apis/`api`/revisions/`rev``
|
2228
|
+
# `org`/apis/`api`/revisions/`rev`` If the API Proxy resource has the `space`
|
2229
|
+
# attribute set, IAM permissions are checked against the Space resource path. To
|
2230
|
+
# learn more, read the [Apigee Spaces Overview](https://cloud.google.com/apigee/
|
2231
|
+
# docs/api-platform/system-administration/spaces/apigee-spaces-overview).
|
2032
2232
|
# @param [Google::Apis::ApigeeV1::GoogleApiHttpBody] google_api_http_body_object
|
2033
2233
|
# @param [Boolean] validate
|
2034
2234
|
# Ignored. All uploads are validated regardless of the value of this field.
|
@@ -2067,7 +2267,10 @@ module Google
|
|
2067
2267
|
# @param [String] parent
|
2068
2268
|
# Required. Name of the API proxy revision for which to return deployment
|
2069
2269
|
# information in the following format: `organizations/`org`/apis/`api`/revisions/
|
2070
|
-
# `rev``.
|
2270
|
+
# `rev``. If the API proxy resource has the `space` attribute set, IAM
|
2271
|
+
# permissions are checked differently . To learn more, read the [Apigee Spaces
|
2272
|
+
# Overview](https://cloud.google.com/apigee/docs/api-platform/system-
|
2273
|
+
# administration/spaces/apigee-spaces-overview).
|
2071
2274
|
# @param [String] fields
|
2072
2275
|
# Selector specifying which fields to include in a partial response.
|
2073
2276
|
# @param [String] quota_user
|
@@ -2134,8 +2337,8 @@ module Google
|
|
2134
2337
|
# Deletes an AppGroup. All app and API keys associations with the AppGroup are
|
2135
2338
|
# also removed. **Warning**: This API will permanently delete the AppGroup and
|
2136
2339
|
# related artifacts. **Note**: The delete operation is asynchronous. The
|
2137
|
-
# AppGroup
|
2138
|
-
#
|
2340
|
+
# AppGroup is deleted immediately, but its associated resources, such as apps
|
2341
|
+
# and API keys, may take anywhere from a few seconds to a few minutes to be
|
2139
2342
|
# deleted.
|
2140
2343
|
# @param [String] name
|
2141
2344
|
# Required. Name of the AppGroup. Use the following structure in your request: `
|
@@ -3103,9 +3306,9 @@ module Google
|
|
3103
3306
|
# also removed. **Warning**: This API will permanently delete the developer and
|
3104
3307
|
# related artifacts. To avoid permanently deleting developers and their
|
3105
3308
|
# artifacts, set the developer status to `inactive` using the SetDeveloperStatus
|
3106
|
-
# API. **Note**: The delete operation is asynchronous. The developer
|
3107
|
-
#
|
3108
|
-
#
|
3309
|
+
# API. **Note**: The delete operation is asynchronous. The developer is deleted
|
3310
|
+
# immediately, but its associated resources, such as apps and API keys, may take
|
3311
|
+
# anywhere from a few seconds to a few minutes to be deleted.
|
3109
3312
|
# @param [String] name
|
3110
3313
|
# Required. Email address of the developer. Use the following structure in your
|
3111
3314
|
# request: `organizations/`org`/developers/`developer_email``
|
@@ -4522,6 +4725,146 @@ module Google
|
|
4522
4725
|
execute_or_queue_command(command, &block)
|
4523
4726
|
end
|
4524
4727
|
|
4728
|
+
# Creates a new DNS zone.
|
4729
|
+
# @param [String] parent
|
4730
|
+
# Required. Organization where the DNS zone will be created.
|
4731
|
+
# @param [Google::Apis::ApigeeV1::GoogleCloudApigeeV1DnsZone] google_cloud_apigee_v1_dns_zone_object
|
4732
|
+
# @param [String] dns_zone_id
|
4733
|
+
# Required. User assigned ID for this resource. Must be unique within the
|
4734
|
+
# organization. The name must be 1-63 characters long, must begin with a letter,
|
4735
|
+
# end with a letter or digit, and only contain lowercase letters, digits or
|
4736
|
+
# dashes.
|
4737
|
+
# @param [String] fields
|
4738
|
+
# Selector specifying which fields to include in a partial response.
|
4739
|
+
# @param [String] quota_user
|
4740
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
4741
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
4742
|
+
# @param [Google::Apis::RequestOptions] options
|
4743
|
+
# Request-specific options
|
4744
|
+
#
|
4745
|
+
# @yield [result, err] Result & error if block supplied
|
4746
|
+
# @yieldparam result [Google::Apis::ApigeeV1::GoogleLongrunningOperation] parsed result object
|
4747
|
+
# @yieldparam err [StandardError] error object if request failed
|
4748
|
+
#
|
4749
|
+
# @return [Google::Apis::ApigeeV1::GoogleLongrunningOperation]
|
4750
|
+
#
|
4751
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
4752
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
4753
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
4754
|
+
def create_organization_dns_zone(parent, google_cloud_apigee_v1_dns_zone_object = nil, dns_zone_id: nil, fields: nil, quota_user: nil, options: nil, &block)
|
4755
|
+
command = make_simple_command(:post, 'v1/{+parent}/dnsZones', options)
|
4756
|
+
command.request_representation = Google::Apis::ApigeeV1::GoogleCloudApigeeV1DnsZone::Representation
|
4757
|
+
command.request_object = google_cloud_apigee_v1_dns_zone_object
|
4758
|
+
command.response_representation = Google::Apis::ApigeeV1::GoogleLongrunningOperation::Representation
|
4759
|
+
command.response_class = Google::Apis::ApigeeV1::GoogleLongrunningOperation
|
4760
|
+
command.params['parent'] = parent unless parent.nil?
|
4761
|
+
command.query['dnsZoneId'] = dns_zone_id unless dns_zone_id.nil?
|
4762
|
+
command.query['fields'] = fields unless fields.nil?
|
4763
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
4764
|
+
execute_or_queue_command(command, &block)
|
4765
|
+
end
|
4766
|
+
|
4767
|
+
# Deletes a previously created DNS zone.
|
4768
|
+
# @param [String] name
|
4769
|
+
# Required. Name of the DNS zone to delete. Use the following structure in your
|
4770
|
+
# request: `organizations/`org`/dnsZones/`dns_zone``.
|
4771
|
+
# @param [String] fields
|
4772
|
+
# Selector specifying which fields to include in a partial response.
|
4773
|
+
# @param [String] quota_user
|
4774
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
4775
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
4776
|
+
# @param [Google::Apis::RequestOptions] options
|
4777
|
+
# Request-specific options
|
4778
|
+
#
|
4779
|
+
# @yield [result, err] Result & error if block supplied
|
4780
|
+
# @yieldparam result [Google::Apis::ApigeeV1::GoogleLongrunningOperation] parsed result object
|
4781
|
+
# @yieldparam err [StandardError] error object if request failed
|
4782
|
+
#
|
4783
|
+
# @return [Google::Apis::ApigeeV1::GoogleLongrunningOperation]
|
4784
|
+
#
|
4785
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
4786
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
4787
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
4788
|
+
def delete_organization_dns_zone(name, fields: nil, quota_user: nil, options: nil, &block)
|
4789
|
+
command = make_simple_command(:delete, 'v1/{+name}', options)
|
4790
|
+
command.response_representation = Google::Apis::ApigeeV1::GoogleLongrunningOperation::Representation
|
4791
|
+
command.response_class = Google::Apis::ApigeeV1::GoogleLongrunningOperation
|
4792
|
+
command.params['name'] = name unless name.nil?
|
4793
|
+
command.query['fields'] = fields unless fields.nil?
|
4794
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
4795
|
+
execute_or_queue_command(command, &block)
|
4796
|
+
end
|
4797
|
+
|
4798
|
+
# Fetches the representation of an existing DNS zone.
|
4799
|
+
# @param [String] name
|
4800
|
+
# Required. Name of the DNS zone to fetch. Use the following structure in your
|
4801
|
+
# request: `organizations/`org`/dnsZones/`dns_zone``.
|
4802
|
+
# @param [String] fields
|
4803
|
+
# Selector specifying which fields to include in a partial response.
|
4804
|
+
# @param [String] quota_user
|
4805
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
4806
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
4807
|
+
# @param [Google::Apis::RequestOptions] options
|
4808
|
+
# Request-specific options
|
4809
|
+
#
|
4810
|
+
# @yield [result, err] Result & error if block supplied
|
4811
|
+
# @yieldparam result [Google::Apis::ApigeeV1::GoogleCloudApigeeV1DnsZone] parsed result object
|
4812
|
+
# @yieldparam err [StandardError] error object if request failed
|
4813
|
+
#
|
4814
|
+
# @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1DnsZone]
|
4815
|
+
#
|
4816
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
4817
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
4818
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
4819
|
+
def get_organization_dns_zone(name, fields: nil, quota_user: nil, options: nil, &block)
|
4820
|
+
command = make_simple_command(:get, 'v1/{+name}', options)
|
4821
|
+
command.response_representation = Google::Apis::ApigeeV1::GoogleCloudApigeeV1DnsZone::Representation
|
4822
|
+
command.response_class = Google::Apis::ApigeeV1::GoogleCloudApigeeV1DnsZone
|
4823
|
+
command.params['name'] = name unless name.nil?
|
4824
|
+
command.query['fields'] = fields unless fields.nil?
|
4825
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
4826
|
+
execute_or_queue_command(command, &block)
|
4827
|
+
end
|
4828
|
+
|
4829
|
+
# Enumerates DNS zones that have been created but not yet deleted.
|
4830
|
+
# @param [String] parent
|
4831
|
+
# Required. Name of the organization for which to list the DNS zones. Use the
|
4832
|
+
# following structure in your request: `organizations/`org``
|
4833
|
+
# @param [Fixnum] page_size
|
4834
|
+
# Optional. Maximum number of DNS zones to return. If unspecified, at most 25
|
4835
|
+
# DNS zones will be returned.
|
4836
|
+
# @param [String] page_token
|
4837
|
+
# Optional. Page token, returned from a previous `ListDnsZones` call, that you
|
4838
|
+
# can use to retrieve the next page.
|
4839
|
+
# @param [String] fields
|
4840
|
+
# Selector specifying which fields to include in a partial response.
|
4841
|
+
# @param [String] quota_user
|
4842
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
4843
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
4844
|
+
# @param [Google::Apis::RequestOptions] options
|
4845
|
+
# Request-specific options
|
4846
|
+
#
|
4847
|
+
# @yield [result, err] Result & error if block supplied
|
4848
|
+
# @yieldparam result [Google::Apis::ApigeeV1::GoogleCloudApigeeV1ListDnsZonesResponse] parsed result object
|
4849
|
+
# @yieldparam err [StandardError] error object if request failed
|
4850
|
+
#
|
4851
|
+
# @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1ListDnsZonesResponse]
|
4852
|
+
#
|
4853
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
4854
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
4855
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
4856
|
+
def list_organization_dns_zones(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
4857
|
+
command = make_simple_command(:get, 'v1/{+parent}/dnsZones', options)
|
4858
|
+
command.response_representation = Google::Apis::ApigeeV1::GoogleCloudApigeeV1ListDnsZonesResponse::Representation
|
4859
|
+
command.response_class = Google::Apis::ApigeeV1::GoogleCloudApigeeV1ListDnsZonesResponse
|
4860
|
+
command.params['parent'] = parent unless parent.nil?
|
4861
|
+
command.query['pageSize'] = page_size unless page_size.nil?
|
4862
|
+
command.query['pageToken'] = page_token unless page_token.nil?
|
4863
|
+
command.query['fields'] = fields unless fields.nil?
|
4864
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
4865
|
+
execute_or_queue_command(command, &block)
|
4866
|
+
end
|
4867
|
+
|
4525
4868
|
# Creates an endpoint attachment. **Note:** Not supported for Apigee hybrid.
|
4526
4869
|
# @param [String] parent
|
4527
4870
|
# Required. Organization the endpoint attachment will be created in.
|
@@ -5904,7 +6247,11 @@ module Google
|
|
5904
6247
|
# Lists all deployments of an API proxy in an environment.
|
5905
6248
|
# @param [String] parent
|
5906
6249
|
# Required. Name representing an API proxy in an environment in the following
|
5907
|
-
# format: `organizations/`org`/environments/`env`/apis/`api``
|
6250
|
+
# format: `organizations/`org`/environments/`env`/apis/`api`` If the API proxy
|
6251
|
+
# resource has the `space` attribute set, IAM permissions are checked
|
6252
|
+
# differently . To learn more, read the [Apigee Spaces Overview](https://cloud.
|
6253
|
+
# google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-
|
6254
|
+
# overview).
|
5908
6255
|
# @param [String] fields
|
5909
6256
|
# Selector specifying which fields to include in a partial response.
|
5910
6257
|
# @param [String] quota_user
|
@@ -5941,13 +6288,20 @@ module Google
|
|
5941
6288
|
# environments/`env`/apis/`api`/revisions/`rev`/deployments`, two permissions
|
5942
6289
|
# are required: * `apigee.deployments.create` on the resource `organizations/`
|
5943
6290
|
# org`/environments/`env`` * `apigee.proxyrevisions.deploy` on the resource `
|
5944
|
-
# organizations/`org`/apis/`api`/revisions/`rev``
|
5945
|
-
#
|
5946
|
-
#
|
5947
|
-
#
|
6291
|
+
# organizations/`org`/apis/`api`/revisions/`rev`` All successful API proxy
|
6292
|
+
# deployments to Apigee are [zero-downtime deployments](https://cloud.google.com/
|
6293
|
+
# apigee/docs/api-platform/deploy/ui-deploy-overview#zero-downtime-deployment).
|
6294
|
+
# Apigee hybrid validates the dependencies between shared flows and API proxies
|
6295
|
+
# at deployment time. For example, if the Flow Callout policy in an API proxy
|
6296
|
+
# references a shared flow that either doesn't exist or isn't deployed, the API
|
6297
|
+
# proxy deployment fails.
|
5948
6298
|
# @param [String] name
|
5949
6299
|
# Required. Name of the API proxy revision deployment in the following format: `
|
5950
|
-
# organizations/`org`/environments/`env`/apis/`api`/revisions/`rev``
|
6300
|
+
# organizations/`org`/environments/`env`/apis/`api`/revisions/`rev`` If the API
|
6301
|
+
# proxy resource being deployed has the `space` attribute set, IAM permissions
|
6302
|
+
# are checked differently . To learn more, read the [Apigee Spaces Overview](
|
6303
|
+
# https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/
|
6304
|
+
# apigee-spaces-overview).
|
5951
6305
|
# @param [Boolean] override
|
5952
6306
|
# Flag that specifies whether the new deployment replaces other deployed
|
5953
6307
|
# revisions of the API proxy in the environment. Set `override` to `true` to
|
@@ -6005,7 +6359,10 @@ module Google
|
|
6005
6359
|
# @param [String] name
|
6006
6360
|
# Required. Name representing an API proxy revision in an environment in the
|
6007
6361
|
# following format: `organizations/`org`/environments/`env`/apis/`api`/revisions/
|
6008
|
-
# `rev``
|
6362
|
+
# `rev`` If the API proxy resource has the `space` attribute set, IAM
|
6363
|
+
# permissions are checked differently . To learn more, read the [Apigee Spaces
|
6364
|
+
# Overview](https://cloud.google.com/apigee/docs/api-platform/system-
|
6365
|
+
# administration/spaces/apigee-spaces-overview).
|
6009
6366
|
# @param [String] fields
|
6010
6367
|
# Selector specifying which fields to include in a partial response.
|
6011
6368
|
# @param [String] quota_user
|
@@ -6040,7 +6397,11 @@ module Google
|
|
6040
6397
|
# the resource `organizations/`org`/apis/`api`/revisions/`rev``
|
6041
6398
|
# @param [String] name
|
6042
6399
|
# Required. Name of the API proxy revision deployment in the following format: `
|
6043
|
-
# organizations/`org`/environments/`env`/apis/`api`/revisions/`rev``
|
6400
|
+
# organizations/`org`/environments/`env`/apis/`api`/revisions/`rev`` If the API
|
6401
|
+
# proxy resource has the `space` attribute set, IAM permissions are checked
|
6402
|
+
# differently . To learn more, read the [Apigee Spaces Overview](https://cloud.
|
6403
|
+
# google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-
|
6404
|
+
# overview).
|
6044
6405
|
# @param [Boolean] sequenced_rollout
|
6045
6406
|
# Flag that specifies whether to enable sequenced rollout. If set to `true`, the
|
6046
6407
|
# environment group routing rules corresponding to this deployment will be
|
@@ -6083,7 +6444,11 @@ module Google
|
|
6083
6444
|
# @param [String] parent
|
6084
6445
|
# Required. The resource name of the API Proxy revision deployment for which to
|
6085
6446
|
# create the DebugSession. Must be of the form `organizations/`organization`/
|
6086
|
-
# environments/`environment`/apis/`api`/revisions/`revision``.
|
6447
|
+
# environments/`environment`/apis/`api`/revisions/`revision``. If the API proxy
|
6448
|
+
# resource has the `space` attribute set, IAM permissions are checked
|
6449
|
+
# differently . To learn more, read the [Apigee Spaces Overview](https://cloud.
|
6450
|
+
# google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-
|
6451
|
+
# overview).
|
6087
6452
|
# @param [Google::Apis::ApigeeV1::GoogleCloudApigeeV1DebugSession] google_cloud_apigee_v1_debug_session_object
|
6088
6453
|
# @param [Fixnum] timeout
|
6089
6454
|
# Optional. The time in seconds after which this DebugSession should end. A
|
@@ -6124,7 +6489,10 @@ module Google
|
|
6124
6489
|
# @param [String] name
|
6125
6490
|
# Required. The name of the debug session to delete. Must be of the form: `
|
6126
6491
|
# organizations/`organization`/environments/`environment`/apis/`api`/revisions/`
|
6127
|
-
# revision`/debugsessions/`debugsession``.
|
6492
|
+
# revision`/debugsessions/`debugsession``. If the API proxy resource has the `
|
6493
|
+
# space` attribute set, IAM permissions are checked differently . To learn more,
|
6494
|
+
# read the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/api-
|
6495
|
+
# platform/system-administration/spaces/apigee-spaces-overview).
|
6128
6496
|
# @param [String] fields
|
6129
6497
|
# Selector specifying which fields to include in a partial response.
|
6130
6498
|
# @param [String] quota_user
|
@@ -6156,7 +6524,10 @@ module Google
|
|
6156
6524
|
# @param [String] name
|
6157
6525
|
# Required. The name of the debug session to retrieve. Must be of the form: `
|
6158
6526
|
# organizations/`organization`/environments/`environment`/apis/`api`/revisions/`
|
6159
|
-
# revision`/debugsessions/`session``.
|
6527
|
+
# revision`/debugsessions/`session``. If the API proxy resource has the `space`
|
6528
|
+
# attribute set, IAM permissions are checked differently . To learn more, read
|
6529
|
+
# the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/api-platform/
|
6530
|
+
# system-administration/spaces/apigee-spaces-overview).
|
6160
6531
|
# @param [String] fields
|
6161
6532
|
# Selector specifying which fields to include in a partial response.
|
6162
6533
|
# @param [String] quota_user
|
@@ -6188,7 +6559,11 @@ module Google
|
|
6188
6559
|
# @param [String] parent
|
6189
6560
|
# Required. The name of the API Proxy revision deployment for which to list
|
6190
6561
|
# debug sessions. Must be of the form: `organizations/`organization`/
|
6191
|
-
# environments/`environment`/apis/`api`/revisions/`revision``.
|
6562
|
+
# environments/`environment`/apis/`api`/revisions/`revision``. If the API proxy
|
6563
|
+
# resource has the `space` attribute set, IAM permissions are checked
|
6564
|
+
# differently . To learn more, read the [Apigee Spaces Overview](https://cloud.
|
6565
|
+
# google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-
|
6566
|
+
# overview).
|
6192
6567
|
# @param [Fixnum] page_size
|
6193
6568
|
# Maximum number of debug sessions to return. The page size defaults to 25.
|
6194
6569
|
# @param [String] page_token
|
@@ -6227,7 +6602,11 @@ module Google
|
|
6227
6602
|
# @param [String] name
|
6228
6603
|
# Required. The name of the debug session transaction. Must be of the form: `
|
6229
6604
|
# organizations/`organization`/environments/`environment`/apis/`api`/revisions/`
|
6230
|
-
# revision`/debugsessions/`session`/data/`transaction``.
|
6605
|
+
# revision`/debugsessions/`session`/data/`transaction``. If the API proxy
|
6606
|
+
# resource has the `space` attribute set, IAM permissions are checked
|
6607
|
+
# differently . To learn more, read the [Apigee Spaces Overview](https://cloud.
|
6608
|
+
# google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-
|
6609
|
+
# overview).
|
6231
6610
|
# @param [String] fields
|
6232
6611
|
# Selector specifying which fields to include in a partial response.
|
6233
6612
|
# @param [String] quota_user
|
@@ -6268,7 +6647,11 @@ module Google
|
|
6268
6647
|
# the resource `organizations/`org`/apis/`api`/revisions/`rev``
|
6269
6648
|
# @param [String] name
|
6270
6649
|
# Name of the API proxy revision deployment in the following format: `
|
6271
|
-
# organizations/`org`/environments/`env`/apis/`api`/revisions/`rev``
|
6650
|
+
# organizations/`org`/environments/`env`/apis/`api`/revisions/`rev`` If the API
|
6651
|
+
# proxy resource has the `space` attribute set, IAM permissions are checked
|
6652
|
+
# differently . To learn more, read the [Apigee Spaces Overview](https://cloud.
|
6653
|
+
# google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-
|
6654
|
+
# overview).
|
6272
6655
|
# @param [Boolean] override
|
6273
6656
|
# Flag that specifies whether to force the deployment of the new revision over
|
6274
6657
|
# the currently deployed revision by overriding conflict checks.
|
@@ -7330,7 +7713,11 @@ module Google
|
|
7330
7713
|
# entry. Use **one** of the following structures in your request: * `
|
7331
7714
|
# organizations/`organization`/apis/`api`/keyvaluemaps/`keyvaluemap``. * `
|
7332
7715
|
# organizations/`organization`/environments/`environment`/keyvaluemaps/`
|
7333
|
-
# keyvaluemap`` * `organizations/`organization`/keyvaluemaps/`keyvaluemap``.
|
7716
|
+
# keyvaluemap`` * `organizations/`organization`/keyvaluemaps/`keyvaluemap``. If
|
7717
|
+
# the KeyValueMap is under an API Proxy resource that has the `space` attribute
|
7718
|
+
# set, IAM permissions are checked against the Space resource path. To learn
|
7719
|
+
# more, read the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/
|
7720
|
+
# api-platform/system-administration/spaces/apigee-spaces-overview).
|
7334
7721
|
# @param [Google::Apis::ApigeeV1::GoogleCloudApigeeV1KeyValueEntry] google_cloud_apigee_v1_key_value_entry_object
|
7335
7722
|
# @param [String] fields
|
7336
7723
|
# Selector specifying which fields to include in a partial response.
|
@@ -7372,7 +7759,11 @@ module Google
|
|
7372
7759
|
# organizations/`organization`/apis/`api`/keyvaluemaps/`keyvaluemap`/entries/`
|
7373
7760
|
# entry``. * `organizations/`organization`/environments/`environment`/
|
7374
7761
|
# keyvaluemaps/`keyvaluemap`/entries/`entry`` * `organizations/`organization`/
|
7375
|
-
# keyvaluemaps/`keyvaluemap`/entries/`entry``.
|
7762
|
+
# keyvaluemaps/`keyvaluemap`/entries/`entry``. If the KeyValueMap is under an
|
7763
|
+
# API Proxy resource that has the `space` attribute set, IAM permissions are
|
7764
|
+
# checked against the Space resource path. To learn more, read the [Apigee
|
7765
|
+
# Spaces Overview](https://cloud.google.com/apigee/docs/api-platform/system-
|
7766
|
+
# administration/spaces/apigee-spaces-overview).
|
7376
7767
|
# @param [String] fields
|
7377
7768
|
# Selector specifying which fields to include in a partial response.
|
7378
7769
|
# @param [String] quota_user
|
@@ -7409,7 +7800,11 @@ module Google
|
|
7409
7800
|
# organizations/`organization`/apis/`api`/keyvaluemaps/`keyvaluemap`/entries/`
|
7410
7801
|
# entry``. * `organizations/`organization`/environments/`environment`/
|
7411
7802
|
# keyvaluemaps/`keyvaluemap`/entries/`entry`` * `organizations/`organization`/
|
7412
|
-
# keyvaluemaps/`keyvaluemap`/entries/`entry``.
|
7803
|
+
# keyvaluemaps/`keyvaluemap`/entries/`entry``. If the KeyValueMap is under an
|
7804
|
+
# API Proxy resource that has the `space` attribute set, IAM permissions are
|
7805
|
+
# checked against the Space resource path. To learn more, read the [Apigee
|
7806
|
+
# Spaces Overview](https://cloud.google.com/apigee/docs/api-platform/system-
|
7807
|
+
# administration/spaces/apigee-spaces-overview).
|
7413
7808
|
# @param [String] fields
|
7414
7809
|
# Selector specifying which fields to include in a partial response.
|
7415
7810
|
# @param [String] quota_user
|
@@ -7445,7 +7840,11 @@ module Google
|
|
7445
7840
|
# one** of the following structures in your request: * `organizations/`
|
7446
7841
|
# organization`/apis/`api`/keyvaluemaps/`keyvaluemap``. * `organizations/`
|
7447
7842
|
# organization`/environments/`environment`/keyvaluemaps/`keyvaluemap`` * `
|
7448
|
-
# organizations/`organization`/keyvaluemaps/`keyvaluemap``.
|
7843
|
+
# organizations/`organization`/keyvaluemaps/`keyvaluemap``. If the KeyValueMap
|
7844
|
+
# is under an API Proxy resource that has the `space` attribute set, IAM
|
7845
|
+
# permissions are checked against the Space resource path. To learn more, read
|
7846
|
+
# the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/api-platform/
|
7847
|
+
# system-administration/spaces/apigee-spaces-overview).
|
7449
7848
|
# @param [Fixnum] page_size
|
7450
7849
|
# Optional. Maximum number of key value entries to return. If unspecified, at
|
7451
7850
|
# most 100 entries will be returned.
|
@@ -7488,7 +7887,11 @@ module Google
|
|
7488
7887
|
# entry. Use **one** of the following structures in your request: * `
|
7489
7888
|
# organizations/`organization`/apis/`api`/keyvaluemaps/`keyvaluemap``. * `
|
7490
7889
|
# organizations/`organization`/environments/`environment`/keyvaluemaps/`
|
7491
|
-
# keyvaluemap`` * `organizations/`organization`/keyvaluemaps/`keyvaluemap``.
|
7890
|
+
# keyvaluemap`` * `organizations/`organization`/keyvaluemaps/`keyvaluemap``. If
|
7891
|
+
# the KeyValueMap is under an API Proxy resource that has the `space` attribute
|
7892
|
+
# set, IAM permissions are checked against the Space resource path. To learn
|
7893
|
+
# more, read the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/
|
7894
|
+
# api-platform/system-administration/spaces/apigee-spaces-overview).
|
7492
7895
|
# @param [Google::Apis::ApigeeV1::GoogleCloudApigeeV1KeyValueEntry] google_cloud_apigee_v1_key_value_entry_object
|
7493
7896
|
# @param [String] fields
|
7494
7897
|
# Selector specifying which fields to include in a partial response.
|
@@ -8779,7 +9182,11 @@ module Google
|
|
8779
9182
|
# Lists all deployments of a shared flow in an environment.
|
8780
9183
|
# @param [String] parent
|
8781
9184
|
# Required. Name representing a shared flow in an environment in the following
|
8782
|
-
# format: `organizations/`org`/environments/`env`/sharedflows/`sharedflow``
|
9185
|
+
# format: `organizations/`org`/environments/`env`/sharedflows/`sharedflow`` If
|
9186
|
+
# the shared flow resource has the `space` attribute set, IAM permissions are
|
9187
|
+
# checked differently . To learn more, read the [Apigee Spaces Overview](https://
|
9188
|
+
# cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-
|
9189
|
+
# spaces-overview).
|
8783
9190
|
# @param [String] fields
|
8784
9191
|
# Selector specifying which fields to include in a partial response.
|
8785
9192
|
# @param [String] quota_user
|
@@ -8819,7 +9226,10 @@ module Google
|
|
8819
9226
|
# @param [String] name
|
8820
9227
|
# Required. Name of the shared flow revision to deploy in the following format: `
|
8821
9228
|
# organizations/`org`/environments/`env`/sharedflows/`sharedflow`/revisions/`rev`
|
8822
|
-
# `
|
9229
|
+
# ` If the shared flow resource being deployed has the `space` attribute set,
|
9230
|
+
# IAM permissions are checked differently . To learn more, read the [Apigee
|
9231
|
+
# Spaces Overview](https://cloud.google.com/apigee/docs/api-platform/system-
|
9232
|
+
# administration/spaces/apigee-spaces-overview).
|
8823
9233
|
# @param [Boolean] override
|
8824
9234
|
# Flag that specifies whether the new deployment replaces other deployed
|
8825
9235
|
# revisions of the shared flow in the environment. Set `override` to `true` to
|
@@ -8864,7 +9274,10 @@ module Google
|
|
8864
9274
|
# @param [String] name
|
8865
9275
|
# Required. Name representing a shared flow in an environment in the following
|
8866
9276
|
# format: `organizations/`org`/environments/`env`/sharedflows/`sharedflow`/
|
8867
|
-
# revisions/`rev``
|
9277
|
+
# revisions/`rev`` If the shared flow resource has the `space` attribute set,
|
9278
|
+
# IAM permissions are checked differently . To learn more, read the [Apigee
|
9279
|
+
# Spaces Overview](https://cloud.google.com/apigee/docs/api-platform/system-
|
9280
|
+
# administration/spaces/apigee-spaces-overview).
|
8868
9281
|
# @param [String] fields
|
8869
9282
|
# Selector specifying which fields to include in a partial response.
|
8870
9283
|
# @param [String] quota_user
|
@@ -8901,7 +9314,10 @@ module Google
|
|
8901
9314
|
# @param [String] name
|
8902
9315
|
# Required. Name of the shared flow revision to undeploy in the following format:
|
8903
9316
|
# `organizations/`org`/environments/`env`/sharedflows/`sharedflow`/revisions/`
|
8904
|
-
# rev``
|
9317
|
+
# rev`` If the shared flow resource has the `space` attribute set, IAM
|
9318
|
+
# permissions are checked differently . To learn more, read the [Apigee Spaces
|
9319
|
+
# Overview](https://cloud.google.com/apigee/docs/api-platform/system-
|
9320
|
+
# administration/spaces/apigee-spaces-overview).
|
8905
9321
|
# @param [String] fields
|
8906
9322
|
# Selector specifying which fields to include in a partial response.
|
8907
9323
|
# @param [String] quota_user
|
@@ -10478,7 +10894,11 @@ module Google
|
|
10478
10894
|
# entry. Use **one** of the following structures in your request: * `
|
10479
10895
|
# organizations/`organization`/apis/`api`/keyvaluemaps/`keyvaluemap``. * `
|
10480
10896
|
# organizations/`organization`/environments/`environment`/keyvaluemaps/`
|
10481
|
-
# keyvaluemap`` * `organizations/`organization`/keyvaluemaps/`keyvaluemap``.
|
10897
|
+
# keyvaluemap`` * `organizations/`organization`/keyvaluemaps/`keyvaluemap``. If
|
10898
|
+
# the KeyValueMap is under an API Proxy resource that has the `space` attribute
|
10899
|
+
# set, IAM permissions are checked against the Space resource path. To learn
|
10900
|
+
# more, read the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/
|
10901
|
+
# api-platform/system-administration/spaces/apigee-spaces-overview).
|
10482
10902
|
# @param [Google::Apis::ApigeeV1::GoogleCloudApigeeV1KeyValueEntry] google_cloud_apigee_v1_key_value_entry_object
|
10483
10903
|
# @param [String] fields
|
10484
10904
|
# Selector specifying which fields to include in a partial response.
|
@@ -10520,7 +10940,11 @@ module Google
|
|
10520
10940
|
# organizations/`organization`/apis/`api`/keyvaluemaps/`keyvaluemap`/entries/`
|
10521
10941
|
# entry``. * `organizations/`organization`/environments/`environment`/
|
10522
10942
|
# keyvaluemaps/`keyvaluemap`/entries/`entry`` * `organizations/`organization`/
|
10523
|
-
# keyvaluemaps/`keyvaluemap`/entries/`entry``.
|
10943
|
+
# keyvaluemaps/`keyvaluemap`/entries/`entry``. If the KeyValueMap is under an
|
10944
|
+
# API Proxy resource that has the `space` attribute set, IAM permissions are
|
10945
|
+
# checked against the Space resource path. To learn more, read the [Apigee
|
10946
|
+
# Spaces Overview](https://cloud.google.com/apigee/docs/api-platform/system-
|
10947
|
+
# administration/spaces/apigee-spaces-overview).
|
10524
10948
|
# @param [String] fields
|
10525
10949
|
# Selector specifying which fields to include in a partial response.
|
10526
10950
|
# @param [String] quota_user
|
@@ -10557,7 +10981,11 @@ module Google
|
|
10557
10981
|
# organizations/`organization`/apis/`api`/keyvaluemaps/`keyvaluemap`/entries/`
|
10558
10982
|
# entry``. * `organizations/`organization`/environments/`environment`/
|
10559
10983
|
# keyvaluemaps/`keyvaluemap`/entries/`entry`` * `organizations/`organization`/
|
10560
|
-
# keyvaluemaps/`keyvaluemap`/entries/`entry``.
|
10984
|
+
# keyvaluemaps/`keyvaluemap`/entries/`entry``. If the KeyValueMap is under an
|
10985
|
+
# API Proxy resource that has the `space` attribute set, IAM permissions are
|
10986
|
+
# checked against the Space resource path. To learn more, read the [Apigee
|
10987
|
+
# Spaces Overview](https://cloud.google.com/apigee/docs/api-platform/system-
|
10988
|
+
# administration/spaces/apigee-spaces-overview).
|
10561
10989
|
# @param [String] fields
|
10562
10990
|
# Selector specifying which fields to include in a partial response.
|
10563
10991
|
# @param [String] quota_user
|
@@ -10593,7 +11021,11 @@ module Google
|
|
10593
11021
|
# one** of the following structures in your request: * `organizations/`
|
10594
11022
|
# organization`/apis/`api`/keyvaluemaps/`keyvaluemap``. * `organizations/`
|
10595
11023
|
# organization`/environments/`environment`/keyvaluemaps/`keyvaluemap`` * `
|
10596
|
-
# organizations/`organization`/keyvaluemaps/`keyvaluemap``.
|
11024
|
+
# organizations/`organization`/keyvaluemaps/`keyvaluemap``. If the KeyValueMap
|
11025
|
+
# is under an API Proxy resource that has the `space` attribute set, IAM
|
11026
|
+
# permissions are checked against the Space resource path. To learn more, read
|
11027
|
+
# the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/api-platform/
|
11028
|
+
# system-administration/spaces/apigee-spaces-overview).
|
10597
11029
|
# @param [Fixnum] page_size
|
10598
11030
|
# Optional. Maximum number of key value entries to return. If unspecified, at
|
10599
11031
|
# most 100 entries will be returned.
|
@@ -10636,7 +11068,11 @@ module Google
|
|
10636
11068
|
# entry. Use **one** of the following structures in your request: * `
|
10637
11069
|
# organizations/`organization`/apis/`api`/keyvaluemaps/`keyvaluemap``. * `
|
10638
11070
|
# organizations/`organization`/environments/`environment`/keyvaluemaps/`
|
10639
|
-
# keyvaluemap`` * `organizations/`organization`/keyvaluemaps/`keyvaluemap``.
|
11071
|
+
# keyvaluemap`` * `organizations/`organization`/keyvaluemaps/`keyvaluemap``. If
|
11072
|
+
# the KeyValueMap is under an API Proxy resource that has the `space` attribute
|
11073
|
+
# set, IAM permissions are checked against the Space resource path. To learn
|
11074
|
+
# more, read the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/
|
11075
|
+
# api-platform/system-administration/spaces/apigee-spaces-overview).
|
10640
11076
|
# @param [Google::Apis::ApigeeV1::GoogleCloudApigeeV1KeyValueEntry] google_cloud_apigee_v1_key_value_entry_object
|
10641
11077
|
# @param [String] fields
|
10642
11078
|
# Selector specifying which fields to include in a partial response.
|
@@ -11028,14 +11464,14 @@ module Google
|
|
11028
11464
|
execute_or_queue_command(command, &block)
|
11029
11465
|
end
|
11030
11466
|
|
11031
|
-
#
|
11467
|
+
# Create a security monitoring condition.
|
11032
11468
|
# @param [String] parent
|
11033
|
-
# Required.
|
11034
|
-
# @param [Google::Apis::ApigeeV1::
|
11035
|
-
# @param [String]
|
11036
|
-
#
|
11037
|
-
#
|
11038
|
-
# and
|
11469
|
+
# Required. The parent resource name. Format: `organizations/`org``
|
11470
|
+
# @param [Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityMonitoringCondition] google_cloud_apigee_v1_security_monitoring_condition_object
|
11471
|
+
# @param [String] security_monitoring_condition_id
|
11472
|
+
# Optional. Optional: The security monitoring condition id. If not specified, a
|
11473
|
+
# monitoring condition uuid will be generated by the backend. This value should
|
11474
|
+
# be 4-63 characters, and valid characters are /a-z-/.
|
11039
11475
|
# @param [String] fields
|
11040
11476
|
# Selector specifying which fields to include in a partial response.
|
11041
11477
|
# @param [String] quota_user
|
@@ -11045,31 +11481,32 @@ module Google
|
|
11045
11481
|
# Request-specific options
|
11046
11482
|
#
|
11047
11483
|
# @yield [result, err] Result & error if block supplied
|
11048
|
-
# @yieldparam result [Google::Apis::ApigeeV1::
|
11484
|
+
# @yieldparam result [Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityMonitoringCondition] parsed result object
|
11049
11485
|
# @yieldparam err [StandardError] error object if request failed
|
11050
11486
|
#
|
11051
|
-
# @return [Google::Apis::ApigeeV1::
|
11487
|
+
# @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityMonitoringCondition]
|
11052
11488
|
#
|
11053
11489
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
11054
11490
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
11055
11491
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
11056
|
-
def
|
11057
|
-
command = make_simple_command(:post, 'v1/{+parent}/
|
11058
|
-
command.request_representation = Google::Apis::ApigeeV1::
|
11059
|
-
command.request_object =
|
11060
|
-
command.response_representation = Google::Apis::ApigeeV1::
|
11061
|
-
command.response_class = Google::Apis::ApigeeV1::
|
11492
|
+
def create_organization_security_monitoring_condition(parent, google_cloud_apigee_v1_security_monitoring_condition_object = nil, security_monitoring_condition_id: nil, fields: nil, quota_user: nil, options: nil, &block)
|
11493
|
+
command = make_simple_command(:post, 'v1/{+parent}/securityMonitoringConditions', options)
|
11494
|
+
command.request_representation = Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityMonitoringCondition::Representation
|
11495
|
+
command.request_object = google_cloud_apigee_v1_security_monitoring_condition_object
|
11496
|
+
command.response_representation = Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityMonitoringCondition::Representation
|
11497
|
+
command.response_class = Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityMonitoringCondition
|
11062
11498
|
command.params['parent'] = parent unless parent.nil?
|
11063
|
-
command.query['
|
11499
|
+
command.query['securityMonitoringConditionId'] = security_monitoring_condition_id unless security_monitoring_condition_id.nil?
|
11064
11500
|
command.query['fields'] = fields unless fields.nil?
|
11065
11501
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
11066
11502
|
execute_or_queue_command(command, &block)
|
11067
11503
|
end
|
11068
11504
|
|
11069
|
-
#
|
11505
|
+
# Delete a security monitoring condition.
|
11070
11506
|
# @param [String] name
|
11071
|
-
# Required.
|
11072
|
-
#
|
11507
|
+
# Required. The name of the security monitoring condition to delete. Format: `
|
11508
|
+
# organizations/`org`/securityMonitoringConditions/`
|
11509
|
+
# security_monitoring_condition``
|
11073
11510
|
# @param [String] fields
|
11074
11511
|
# Selector specifying which fields to include in a partial response.
|
11075
11512
|
# @param [String] quota_user
|
@@ -11087,7 +11524,7 @@ module Google
|
|
11087
11524
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
11088
11525
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
11089
11526
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
11090
|
-
def
|
11527
|
+
def delete_organization_security_monitoring_condition(name, fields: nil, quota_user: nil, options: nil, &block)
|
11091
11528
|
command = make_simple_command(:delete, 'v1/{+name}', options)
|
11092
11529
|
command.response_representation = Google::Apis::ApigeeV1::GoogleProtobufEmpty::Representation
|
11093
11530
|
command.response_class = Google::Apis::ApigeeV1::GoogleProtobufEmpty
|
@@ -11097,13 +11534,11 @@ module Google
|
|
11097
11534
|
execute_or_queue_command(command, &block)
|
11098
11535
|
end
|
11099
11536
|
|
11100
|
-
#
|
11101
|
-
# security profile is not present for the specified organization.
|
11537
|
+
# Get a security monitoring condition.
|
11102
11538
|
# @param [String] name
|
11103
|
-
# Required.
|
11104
|
-
#
|
11105
|
-
#
|
11106
|
-
# default. Example: organizations/testOrg/securityProfiles/testProfile@5
|
11539
|
+
# Required. The name of the security monitoring condition to get. Format: `
|
11540
|
+
# organizations/`org`/securityMonitoringConditions/`
|
11541
|
+
# security_monitoring_condition``
|
11107
11542
|
# @param [String] fields
|
11108
11543
|
# Selector specifying which fields to include in a partial response.
|
11109
11544
|
# @param [String] quota_user
|
@@ -11113,35 +11548,37 @@ module Google
|
|
11113
11548
|
# Request-specific options
|
11114
11549
|
#
|
11115
11550
|
# @yield [result, err] Result & error if block supplied
|
11116
|
-
# @yieldparam result [Google::Apis::ApigeeV1::
|
11551
|
+
# @yieldparam result [Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityMonitoringCondition] parsed result object
|
11117
11552
|
# @yieldparam err [StandardError] error object if request failed
|
11118
11553
|
#
|
11119
|
-
# @return [Google::Apis::ApigeeV1::
|
11554
|
+
# @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityMonitoringCondition]
|
11120
11555
|
#
|
11121
11556
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
11122
11557
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
11123
11558
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
11124
|
-
def
|
11559
|
+
def get_organization_security_monitoring_condition(name, fields: nil, quota_user: nil, options: nil, &block)
|
11125
11560
|
command = make_simple_command(:get, 'v1/{+name}', options)
|
11126
|
-
command.response_representation = Google::Apis::ApigeeV1::
|
11127
|
-
command.response_class = Google::Apis::ApigeeV1::
|
11561
|
+
command.response_representation = Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityMonitoringCondition::Representation
|
11562
|
+
command.response_class = Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityMonitoringCondition
|
11128
11563
|
command.params['name'] = name unless name.nil?
|
11129
11564
|
command.query['fields'] = fields unless fields.nil?
|
11130
11565
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
11131
11566
|
execute_or_queue_command(command, &block)
|
11132
11567
|
end
|
11133
11568
|
|
11134
|
-
#
|
11135
|
-
# including attached and unattached profiles.
|
11569
|
+
# List security monitoring conditions.
|
11136
11570
|
# @param [String] parent
|
11137
|
-
# Required. For a specific organization, list
|
11138
|
-
# Format: `organizations/`org``
|
11571
|
+
# Required. For a specific organization, list all the security monitoring
|
11572
|
+
# conditions. Format: `organizations/`org``
|
11573
|
+
# @param [String] filter
|
11574
|
+
# Optional. Filter for the monitoring conditions. For example: `profile=profile1
|
11575
|
+
# AND scope=env1`
|
11139
11576
|
# @param [Fixnum] page_size
|
11140
|
-
# The maximum number of
|
11141
|
-
# this value. If unspecified, at most 50 profiles will be returned.
|
11577
|
+
# Optional. The maximum number of monitoring conditions to return.
|
11142
11578
|
# @param [String] page_token
|
11143
|
-
# A page token, received from a previous `
|
11144
|
-
# this to retrieve the
|
11579
|
+
# Optional. A page token, received from a previous `
|
11580
|
+
# ListSecurityMonitoringConditions` call. Provide this to retrieve the
|
11581
|
+
# subsequent page.
|
11145
11582
|
# @param [String] fields
|
11146
11583
|
# Selector specifying which fields to include in a partial response.
|
11147
11584
|
# @param [String] quota_user
|
@@ -11151,19 +11588,20 @@ module Google
|
|
11151
11588
|
# Request-specific options
|
11152
11589
|
#
|
11153
11590
|
# @yield [result, err] Result & error if block supplied
|
11154
|
-
# @yieldparam result [Google::Apis::ApigeeV1::
|
11591
|
+
# @yieldparam result [Google::Apis::ApigeeV1::GoogleCloudApigeeV1ListSecurityMonitoringConditionsResponse] parsed result object
|
11155
11592
|
# @yieldparam err [StandardError] error object if request failed
|
11156
11593
|
#
|
11157
|
-
# @return [Google::Apis::ApigeeV1::
|
11594
|
+
# @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1ListSecurityMonitoringConditionsResponse]
|
11158
11595
|
#
|
11159
11596
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
11160
11597
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
11161
11598
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
11162
|
-
def
|
11163
|
-
command = make_simple_command(:get, 'v1/{+parent}/
|
11164
|
-
command.response_representation = Google::Apis::ApigeeV1::
|
11165
|
-
command.response_class = Google::Apis::ApigeeV1::
|
11599
|
+
def list_organization_security_monitoring_conditions(parent, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
11600
|
+
command = make_simple_command(:get, 'v1/{+parent}/securityMonitoringConditions', options)
|
11601
|
+
command.response_representation = Google::Apis::ApigeeV1::GoogleCloudApigeeV1ListSecurityMonitoringConditionsResponse::Representation
|
11602
|
+
command.response_class = Google::Apis::ApigeeV1::GoogleCloudApigeeV1ListSecurityMonitoringConditionsResponse
|
11166
11603
|
command.params['parent'] = parent unless parent.nil?
|
11604
|
+
command.query['filter'] = filter unless filter.nil?
|
11167
11605
|
command.query['pageSize'] = page_size unless page_size.nil?
|
11168
11606
|
command.query['pageToken'] = page_token unless page_token.nil?
|
11169
11607
|
command.query['fields'] = fields unless fields.nil?
|
@@ -11171,16 +11609,15 @@ module Google
|
|
11171
11609
|
execute_or_queue_command(command, &block)
|
11172
11610
|
end
|
11173
11611
|
|
11174
|
-
#
|
11612
|
+
# Update a security monitoring condition.
|
11175
11613
|
# @param [String] name
|
11176
|
-
#
|
11177
|
-
# organizations/`org`/
|
11178
|
-
#
|
11179
|
-
#
|
11180
|
-
#
|
11181
|
-
#
|
11182
|
-
#
|
11183
|
-
# Provide this to retrieve the subsequent page.
|
11614
|
+
# Identifier. Name of the security monitoring condition resource. Format:
|
11615
|
+
# organizations/`org`/securityMonitoringConditions/`
|
11616
|
+
# security_monitoring_condition`
|
11617
|
+
# @param [Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityMonitoringCondition] google_cloud_apigee_v1_security_monitoring_condition_object
|
11618
|
+
# @param [String] update_mask
|
11619
|
+
# Optional. The list of fields to update. Valid fields to update are `profile`, `
|
11620
|
+
# scope`, `include_all_resources`, `include`, and `exclude`.
|
11184
11621
|
# @param [String] fields
|
11185
11622
|
# Selector specifying which fields to include in a partial response.
|
11186
11623
|
# @param [String] quota_user
|
@@ -11190,33 +11627,35 @@ module Google
|
|
11190
11627
|
# Request-specific options
|
11191
11628
|
#
|
11192
11629
|
# @yield [result, err] Result & error if block supplied
|
11193
|
-
# @yieldparam result [Google::Apis::ApigeeV1::
|
11630
|
+
# @yieldparam result [Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityMonitoringCondition] parsed result object
|
11194
11631
|
# @yieldparam err [StandardError] error object if request failed
|
11195
11632
|
#
|
11196
|
-
# @return [Google::Apis::ApigeeV1::
|
11633
|
+
# @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityMonitoringCondition]
|
11197
11634
|
#
|
11198
11635
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
11199
11636
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
11200
11637
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
11201
|
-
def
|
11202
|
-
command = make_simple_command(:
|
11203
|
-
command.
|
11204
|
-
command.
|
11638
|
+
def patch_organization_security_monitoring_condition(name, google_cloud_apigee_v1_security_monitoring_condition_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
|
11639
|
+
command = make_simple_command(:patch, 'v1/{+name}', options)
|
11640
|
+
command.request_representation = Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityMonitoringCondition::Representation
|
11641
|
+
command.request_object = google_cloud_apigee_v1_security_monitoring_condition_object
|
11642
|
+
command.response_representation = Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityMonitoringCondition::Representation
|
11643
|
+
command.response_class = Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityMonitoringCondition
|
11205
11644
|
command.params['name'] = name unless name.nil?
|
11206
|
-
command.query['
|
11207
|
-
command.query['pageToken'] = page_token unless page_token.nil?
|
11645
|
+
command.query['updateMask'] = update_mask unless update_mask.nil?
|
11208
11646
|
command.query['fields'] = fields unless fields.nil?
|
11209
11647
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
11210
11648
|
execute_or_queue_command(command, &block)
|
11211
11649
|
end
|
11212
11650
|
|
11213
|
-
#
|
11214
|
-
# @param [String]
|
11215
|
-
#
|
11216
|
-
# securityProfiles/`profile`
|
11651
|
+
# CreateSecurityProfile create a new custom security profile.
|
11652
|
+
# @param [String] parent
|
11653
|
+
# Required. Name of organization. Format: organizations/`org`
|
11217
11654
|
# @param [Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityProfile] google_cloud_apigee_v1_security_profile_object
|
11218
|
-
# @param [String]
|
11219
|
-
# Required. The
|
11655
|
+
# @param [String] security_profile_id
|
11656
|
+
# Required. The ID to use for the SecurityProfile, which will become the final
|
11657
|
+
# component of the action's resource name. This value should be 1-63 characters
|
11658
|
+
# and validated by "(^[a-z]([a-z0-9-]`0,61`[a-z0-9])?$)".
|
11220
11659
|
# @param [String] fields
|
11221
11660
|
# Selector specifying which fields to include in a partial response.
|
11222
11661
|
# @param [String] quota_user
|
@@ -11234,21 +11673,202 @@ module Google
|
|
11234
11673
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
11235
11674
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
11236
11675
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
11237
|
-
def
|
11238
|
-
command = make_simple_command(:
|
11676
|
+
def create_organization_security_profile(parent, google_cloud_apigee_v1_security_profile_object = nil, security_profile_id: nil, fields: nil, quota_user: nil, options: nil, &block)
|
11677
|
+
command = make_simple_command(:post, 'v1/{+parent}/securityProfiles', options)
|
11239
11678
|
command.request_representation = Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityProfile::Representation
|
11240
11679
|
command.request_object = google_cloud_apigee_v1_security_profile_object
|
11241
11680
|
command.response_representation = Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityProfile::Representation
|
11242
11681
|
command.response_class = Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityProfile
|
11243
|
-
command.params['
|
11244
|
-
command.query['
|
11682
|
+
command.params['parent'] = parent unless parent.nil?
|
11683
|
+
command.query['securityProfileId'] = security_profile_id unless security_profile_id.nil?
|
11245
11684
|
command.query['fields'] = fields unless fields.nil?
|
11246
11685
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
11247
11686
|
execute_or_queue_command(command, &block)
|
11248
11687
|
end
|
11249
11688
|
|
11250
|
-
#
|
11251
|
-
#
|
11689
|
+
# DeleteSecurityProfile delete a profile with all its revisions.
|
11690
|
+
# @param [String] name
|
11691
|
+
# Required. Name of profile. Format: organizations/`org`/securityProfiles/`
|
11692
|
+
# profile`
|
11693
|
+
# @param [String] fields
|
11694
|
+
# Selector specifying which fields to include in a partial response.
|
11695
|
+
# @param [String] quota_user
|
11696
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
11697
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
11698
|
+
# @param [Google::Apis::RequestOptions] options
|
11699
|
+
# Request-specific options
|
11700
|
+
#
|
11701
|
+
# @yield [result, err] Result & error if block supplied
|
11702
|
+
# @yieldparam result [Google::Apis::ApigeeV1::GoogleProtobufEmpty] parsed result object
|
11703
|
+
# @yieldparam err [StandardError] error object if request failed
|
11704
|
+
#
|
11705
|
+
# @return [Google::Apis::ApigeeV1::GoogleProtobufEmpty]
|
11706
|
+
#
|
11707
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
11708
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
11709
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
11710
|
+
def delete_organization_security_profile(name, fields: nil, quota_user: nil, options: nil, &block)
|
11711
|
+
command = make_simple_command(:delete, 'v1/{+name}', options)
|
11712
|
+
command.response_representation = Google::Apis::ApigeeV1::GoogleProtobufEmpty::Representation
|
11713
|
+
command.response_class = Google::Apis::ApigeeV1::GoogleProtobufEmpty
|
11714
|
+
command.params['name'] = name unless name.nil?
|
11715
|
+
command.query['fields'] = fields unless fields.nil?
|
11716
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
11717
|
+
execute_or_queue_command(command, &block)
|
11718
|
+
end
|
11719
|
+
|
11720
|
+
# GetSecurityProfile gets the specified security profile. Returns NOT_FOUND if
|
11721
|
+
# security profile is not present for the specified organization.
|
11722
|
+
# @param [String] name
|
11723
|
+
# Required. Security profile in the following format: `organizations/`org`/
|
11724
|
+
# securityProfiles/`profile`'. Profile may optionally contain revision ID. If
|
11725
|
+
# revision ID is not provided, the response will contain latest revision by
|
11726
|
+
# default. Example: organizations/testOrg/securityProfiles/testProfile@5
|
11727
|
+
# @param [String] fields
|
11728
|
+
# Selector specifying which fields to include in a partial response.
|
11729
|
+
# @param [String] quota_user
|
11730
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
11731
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
11732
|
+
# @param [Google::Apis::RequestOptions] options
|
11733
|
+
# Request-specific options
|
11734
|
+
#
|
11735
|
+
# @yield [result, err] Result & error if block supplied
|
11736
|
+
# @yieldparam result [Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityProfile] parsed result object
|
11737
|
+
# @yieldparam err [StandardError] error object if request failed
|
11738
|
+
#
|
11739
|
+
# @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityProfile]
|
11740
|
+
#
|
11741
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
11742
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
11743
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
11744
|
+
def get_organization_security_profile(name, fields: nil, quota_user: nil, options: nil, &block)
|
11745
|
+
command = make_simple_command(:get, 'v1/{+name}', options)
|
11746
|
+
command.response_representation = Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityProfile::Representation
|
11747
|
+
command.response_class = Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityProfile
|
11748
|
+
command.params['name'] = name unless name.nil?
|
11749
|
+
command.query['fields'] = fields unless fields.nil?
|
11750
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
11751
|
+
execute_or_queue_command(command, &block)
|
11752
|
+
end
|
11753
|
+
|
11754
|
+
# ListSecurityProfiles lists all the security profiles associated with the org
|
11755
|
+
# including attached and unattached profiles.
|
11756
|
+
# @param [String] parent
|
11757
|
+
# Required. For a specific organization, list of all the security profiles.
|
11758
|
+
# Format: `organizations/`org``
|
11759
|
+
# @param [Fixnum] page_size
|
11760
|
+
# The maximum number of profiles to return. The service may return fewer than
|
11761
|
+
# this value. If unspecified, at most 50 profiles will be returned.
|
11762
|
+
# @param [String] page_token
|
11763
|
+
# A page token, received from a previous `ListSecurityProfiles` call. Provide
|
11764
|
+
# this to retrieve the subsequent page.
|
11765
|
+
# @param [String] fields
|
11766
|
+
# Selector specifying which fields to include in a partial response.
|
11767
|
+
# @param [String] quota_user
|
11768
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
11769
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
11770
|
+
# @param [Google::Apis::RequestOptions] options
|
11771
|
+
# Request-specific options
|
11772
|
+
#
|
11773
|
+
# @yield [result, err] Result & error if block supplied
|
11774
|
+
# @yieldparam result [Google::Apis::ApigeeV1::GoogleCloudApigeeV1ListSecurityProfilesResponse] parsed result object
|
11775
|
+
# @yieldparam err [StandardError] error object if request failed
|
11776
|
+
#
|
11777
|
+
# @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1ListSecurityProfilesResponse]
|
11778
|
+
#
|
11779
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
11780
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
11781
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
11782
|
+
def list_organization_security_profiles(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
11783
|
+
command = make_simple_command(:get, 'v1/{+parent}/securityProfiles', options)
|
11784
|
+
command.response_representation = Google::Apis::ApigeeV1::GoogleCloudApigeeV1ListSecurityProfilesResponse::Representation
|
11785
|
+
command.response_class = Google::Apis::ApigeeV1::GoogleCloudApigeeV1ListSecurityProfilesResponse
|
11786
|
+
command.params['parent'] = parent unless parent.nil?
|
11787
|
+
command.query['pageSize'] = page_size unless page_size.nil?
|
11788
|
+
command.query['pageToken'] = page_token unless page_token.nil?
|
11789
|
+
command.query['fields'] = fields unless fields.nil?
|
11790
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
11791
|
+
execute_or_queue_command(command, &block)
|
11792
|
+
end
|
11793
|
+
|
11794
|
+
# ListSecurityProfileRevisions lists all the revisions of the security profile.
|
11795
|
+
# @param [String] name
|
11796
|
+
# Required. For a specific profile, list all the revisions. Format: `
|
11797
|
+
# organizations/`org`/securityProfiles/`profile``
|
11798
|
+
# @param [Fixnum] page_size
|
11799
|
+
# The maximum number of profile revisions to return. The service may return
|
11800
|
+
# fewer than this value. If unspecified, at most 50 revisions will be returned.
|
11801
|
+
# @param [String] page_token
|
11802
|
+
# A page token, received from a previous `ListSecurityProfileRevisions` call.
|
11803
|
+
# Provide this to retrieve the subsequent page.
|
11804
|
+
# @param [String] fields
|
11805
|
+
# Selector specifying which fields to include in a partial response.
|
11806
|
+
# @param [String] quota_user
|
11807
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
11808
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
11809
|
+
# @param [Google::Apis::RequestOptions] options
|
11810
|
+
# Request-specific options
|
11811
|
+
#
|
11812
|
+
# @yield [result, err] Result & error if block supplied
|
11813
|
+
# @yieldparam result [Google::Apis::ApigeeV1::GoogleCloudApigeeV1ListSecurityProfileRevisionsResponse] parsed result object
|
11814
|
+
# @yieldparam err [StandardError] error object if request failed
|
11815
|
+
#
|
11816
|
+
# @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1ListSecurityProfileRevisionsResponse]
|
11817
|
+
#
|
11818
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
11819
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
11820
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
11821
|
+
def list_organization_security_profile_revisions(name, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
11822
|
+
command = make_simple_command(:get, 'v1/{+name}:listRevisions', options)
|
11823
|
+
command.response_representation = Google::Apis::ApigeeV1::GoogleCloudApigeeV1ListSecurityProfileRevisionsResponse::Representation
|
11824
|
+
command.response_class = Google::Apis::ApigeeV1::GoogleCloudApigeeV1ListSecurityProfileRevisionsResponse
|
11825
|
+
command.params['name'] = name unless name.nil?
|
11826
|
+
command.query['pageSize'] = page_size unless page_size.nil?
|
11827
|
+
command.query['pageToken'] = page_token unless page_token.nil?
|
11828
|
+
command.query['fields'] = fields unless fields.nil?
|
11829
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
11830
|
+
execute_or_queue_command(command, &block)
|
11831
|
+
end
|
11832
|
+
|
11833
|
+
# UpdateSecurityProfile update the metadata of security profile.
|
11834
|
+
# @param [String] name
|
11835
|
+
# Immutable. Name of the security profile resource. Format: organizations/`org`/
|
11836
|
+
# securityProfiles/`profile`
|
11837
|
+
# @param [Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityProfile] google_cloud_apigee_v1_security_profile_object
|
11838
|
+
# @param [String] update_mask
|
11839
|
+
# Required. The list of fields to update.
|
11840
|
+
# @param [String] fields
|
11841
|
+
# Selector specifying which fields to include in a partial response.
|
11842
|
+
# @param [String] quota_user
|
11843
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
11844
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
11845
|
+
# @param [Google::Apis::RequestOptions] options
|
11846
|
+
# Request-specific options
|
11847
|
+
#
|
11848
|
+
# @yield [result, err] Result & error if block supplied
|
11849
|
+
# @yieldparam result [Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityProfile] parsed result object
|
11850
|
+
# @yieldparam err [StandardError] error object if request failed
|
11851
|
+
#
|
11852
|
+
# @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityProfile]
|
11853
|
+
#
|
11854
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
11855
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
11856
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
11857
|
+
def patch_organization_security_profile(name, google_cloud_apigee_v1_security_profile_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
|
11858
|
+
command = make_simple_command(:patch, 'v1/{+name}', options)
|
11859
|
+
command.request_representation = Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityProfile::Representation
|
11860
|
+
command.request_object = google_cloud_apigee_v1_security_profile_object
|
11861
|
+
command.response_representation = Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityProfile::Representation
|
11862
|
+
command.response_class = Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityProfile
|
11863
|
+
command.params['name'] = name unless name.nil?
|
11864
|
+
command.query['updateMask'] = update_mask unless update_mask.nil?
|
11865
|
+
command.query['fields'] = fields unless fields.nil?
|
11866
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
11867
|
+
execute_or_queue_command(command, &block)
|
11868
|
+
end
|
11869
|
+
|
11870
|
+
# ComputeEnvironmentScores calculates scores for requested time range for the
|
11871
|
+
# specified security profile and environment.
|
11252
11872
|
# @param [String] profile_environment
|
11253
11873
|
# Required. Name of organization and environment and profile id for which score
|
11254
11874
|
# needs to be computed. Format: organizations/`org`/securityProfiles/`profile`/
|
@@ -11531,12 +12151,21 @@ module Google
|
|
11531
12151
|
# of a shared flow bundle is 15 MB.
|
11532
12152
|
# @param [String] parent
|
11533
12153
|
# Required. The name of the parent organization under which to create the shared
|
11534
|
-
# flow. Must be of the form: `organizations/`organization_id``
|
12154
|
+
# flow. Must be of the form: `organizations/`organization_id`` If the resource
|
12155
|
+
# has the `space` attribute set, IAM permissions are checked against the Space
|
12156
|
+
# resource path. To learn more, read the [Apigee Spaces Overview](https://cloud.
|
12157
|
+
# google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-
|
12158
|
+
# overview).
|
11535
12159
|
# @param [Google::Apis::ApigeeV1::GoogleApiHttpBody] google_api_http_body_object
|
11536
12160
|
# @param [String] action
|
11537
12161
|
# Required. Must be set to either `import` or `validate`.
|
11538
12162
|
# @param [String] name
|
11539
12163
|
# Required. The name to give the shared flow
|
12164
|
+
# @param [String] space
|
12165
|
+
# Optional. The ID of the space to associated with this shared flow. Any IAM
|
12166
|
+
# policies applied to the space will affect access to this shared flow. Note
|
12167
|
+
# that this field is only respected when creating a new shared flow. It has no
|
12168
|
+
# effect when creating a new revision for an existing shared flow.
|
11540
12169
|
# @param [String] fields
|
11541
12170
|
# Selector specifying which fields to include in a partial response.
|
11542
12171
|
# @param [String] quota_user
|
@@ -11554,7 +12183,7 @@ module Google
|
|
11554
12183
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
11555
12184
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
11556
12185
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
11557
|
-
def create_organization_sharedflow(parent, google_api_http_body_object = nil, action: nil, name: nil, fields: nil, quota_user: nil, options: nil, &block)
|
12186
|
+
def create_organization_sharedflow(parent, google_api_http_body_object = nil, action: nil, name: nil, space: nil, fields: nil, quota_user: nil, options: nil, &block)
|
11558
12187
|
command = make_simple_command(:post, 'v1/{+parent}/sharedflows', options)
|
11559
12188
|
command.request_representation = Google::Apis::ApigeeV1::GoogleApiHttpBody::Representation
|
11560
12189
|
command.request_object = google_api_http_body_object
|
@@ -11563,6 +12192,7 @@ module Google
|
|
11563
12192
|
command.params['parent'] = parent unless parent.nil?
|
11564
12193
|
command.query['action'] = action unless action.nil?
|
11565
12194
|
command.query['name'] = name unless name.nil?
|
12195
|
+
command.query['space'] = space unless space.nil?
|
11566
12196
|
command.query['fields'] = fields unless fields.nil?
|
11567
12197
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
11568
12198
|
execute_or_queue_command(command, &block)
|
@@ -11572,7 +12202,10 @@ module Google
|
|
11572
12202
|
# undeployed before you can delete it.
|
11573
12203
|
# @param [String] name
|
11574
12204
|
# Required. shared flow name of the form: `organizations/`organization_id`/
|
11575
|
-
# sharedflows/`shared_flow_id``
|
12205
|
+
# sharedflows/`shared_flow_id`` If the resource has the `space` attribute set,
|
12206
|
+
# IAM permissions are checked against the Space resource path. To learn more,
|
12207
|
+
# read the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/api-
|
12208
|
+
# platform/system-administration/spaces/apigee-spaces-overview).
|
11576
12209
|
# @param [String] fields
|
11577
12210
|
# Selector specifying which fields to include in a partial response.
|
11578
12211
|
# @param [String] quota_user
|
@@ -11603,7 +12236,11 @@ module Google
|
|
11603
12236
|
# Gets a shared flow by name, including a list of its revisions.
|
11604
12237
|
# @param [String] name
|
11605
12238
|
# Required. The name of the shared flow to get. Must be of the form: `
|
11606
|
-
# organizations/`organization_id`/sharedflows/`shared_flow_id``
|
12239
|
+
# organizations/`organization_id`/sharedflows/`shared_flow_id`` If the resource
|
12240
|
+
# has the `space` attribute set, IAM permissions are checked against the Space
|
12241
|
+
# resource path. To learn more, read the [Apigee Spaces Overview](https://cloud.
|
12242
|
+
# google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-
|
12243
|
+
# overview).
|
11607
12244
|
# @param [String] fields
|
11608
12245
|
# Selector specifying which fields to include in a partial response.
|
11609
12246
|
# @param [String] quota_user
|
@@ -11631,14 +12268,27 @@ module Google
|
|
11631
12268
|
execute_or_queue_command(command, &block)
|
11632
12269
|
end
|
11633
12270
|
|
11634
|
-
# Lists all shared flows in the organization.
|
12271
|
+
# Lists all shared flows in the organization. If the resource has the `space`
|
12272
|
+
# attribute set, the response may not return all resources. To learn more, read
|
12273
|
+
# the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/api-platform/
|
12274
|
+
# system-administration/spaces/apigee-spaces-overview).
|
11635
12275
|
# @param [String] parent
|
11636
12276
|
# Required. The name of the parent organization under which to get shared flows.
|
11637
|
-
# Must be of the form: `organizations/`organization_id``
|
12277
|
+
# Must be of the form: `organizations/`organization_id`` If the resource has the
|
12278
|
+
# `space` attribute set, IAM permissions are checked against the Space resource
|
12279
|
+
# path. To learn more, read the [Apigee Spaces Overview](https://cloud.google.
|
12280
|
+
# com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-
|
12281
|
+
# overview).
|
11638
12282
|
# @param [Boolean] include_meta_data
|
11639
12283
|
# Indicates whether to include shared flow metadata in the response.
|
11640
12284
|
# @param [Boolean] include_revisions
|
11641
12285
|
# Indicates whether to include a list of revisions in the response.
|
12286
|
+
# @param [String] space
|
12287
|
+
# Optional. The space ID used to filter the list of shared flows (optional). If
|
12288
|
+
# unspecified, all shared flows in the organization will be listed. To learn how
|
12289
|
+
# Spaces can be used to manage resources, read the [Apigee Spaces Overview](
|
12290
|
+
# https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/
|
12291
|
+
# apigee-spaces-overview).
|
11642
12292
|
# @param [String] fields
|
11643
12293
|
# Selector specifying which fields to include in a partial response.
|
11644
12294
|
# @param [String] quota_user
|
@@ -11656,13 +12306,48 @@ module Google
|
|
11656
12306
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
11657
12307
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
11658
12308
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
11659
|
-
def list_organization_sharedflows(parent, include_meta_data: nil, include_revisions: nil, fields: nil, quota_user: nil, options: nil, &block)
|
12309
|
+
def list_organization_sharedflows(parent, include_meta_data: nil, include_revisions: nil, space: nil, fields: nil, quota_user: nil, options: nil, &block)
|
11660
12310
|
command = make_simple_command(:get, 'v1/{+parent}/sharedflows', options)
|
11661
12311
|
command.response_representation = Google::Apis::ApigeeV1::GoogleCloudApigeeV1ListSharedFlowsResponse::Representation
|
11662
12312
|
command.response_class = Google::Apis::ApigeeV1::GoogleCloudApigeeV1ListSharedFlowsResponse
|
11663
12313
|
command.params['parent'] = parent unless parent.nil?
|
11664
12314
|
command.query['includeMetaData'] = include_meta_data unless include_meta_data.nil?
|
11665
12315
|
command.query['includeRevisions'] = include_revisions unless include_revisions.nil?
|
12316
|
+
command.query['space'] = space unless space.nil?
|
12317
|
+
command.query['fields'] = fields unless fields.nil?
|
12318
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
12319
|
+
execute_or_queue_command(command, &block)
|
12320
|
+
end
|
12321
|
+
|
12322
|
+
# Moves an shared flow to a different space.
|
12323
|
+
# @param [String] name
|
12324
|
+
# Required. Shared Flow to move in the following format: `organizations/`org`/
|
12325
|
+
# sharedflows/`shared_flow``
|
12326
|
+
# @param [Google::Apis::ApigeeV1::GoogleCloudApigeeV1MoveSharedFlowRequest] google_cloud_apigee_v1_move_shared_flow_request_object
|
12327
|
+
# @param [String] fields
|
12328
|
+
# Selector specifying which fields to include in a partial response.
|
12329
|
+
# @param [String] quota_user
|
12330
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
12331
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
12332
|
+
# @param [Google::Apis::RequestOptions] options
|
12333
|
+
# Request-specific options
|
12334
|
+
#
|
12335
|
+
# @yield [result, err] Result & error if block supplied
|
12336
|
+
# @yieldparam result [Google::Apis::ApigeeV1::GoogleCloudApigeeV1SharedFlow] parsed result object
|
12337
|
+
# @yieldparam err [StandardError] error object if request failed
|
12338
|
+
#
|
12339
|
+
# @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1SharedFlow]
|
12340
|
+
#
|
12341
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
12342
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
12343
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
12344
|
+
def move_organization_sharedflow(name, google_cloud_apigee_v1_move_shared_flow_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
12345
|
+
command = make_simple_command(:post, 'v1/{+name}:move', options)
|
12346
|
+
command.request_representation = Google::Apis::ApigeeV1::GoogleCloudApigeeV1MoveSharedFlowRequest::Representation
|
12347
|
+
command.request_object = google_cloud_apigee_v1_move_shared_flow_request_object
|
12348
|
+
command.response_representation = Google::Apis::ApigeeV1::GoogleCloudApigeeV1SharedFlow::Representation
|
12349
|
+
command.response_class = Google::Apis::ApigeeV1::GoogleCloudApigeeV1SharedFlow
|
12350
|
+
command.params['name'] = name unless name.nil?
|
11666
12351
|
command.query['fields'] = fields unless fields.nil?
|
11667
12352
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
11668
12353
|
execute_or_queue_command(command, &block)
|
@@ -11671,7 +12356,11 @@ module Google
|
|
11671
12356
|
# Lists all deployments of a shared flow.
|
11672
12357
|
# @param [String] parent
|
11673
12358
|
# Required. Name of the shared flow for which to return deployment information
|
11674
|
-
# in the following format: `organizations/`org`/sharedflows/`sharedflow``
|
12359
|
+
# in the following format: `organizations/`org`/sharedflows/`sharedflow`` If the
|
12360
|
+
# shared flow resource has the `space` attribute set, IAM permissions are
|
12361
|
+
# checked differently . To learn more, read the [Apigee Spaces Overview](https://
|
12362
|
+
# cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-
|
12363
|
+
# spaces-overview).
|
11675
12364
|
# @param [String] fields
|
11676
12365
|
# Selector specifying which fields to include in a partial response.
|
11677
12366
|
# @param [String] quota_user
|
@@ -11704,7 +12393,10 @@ module Google
|
|
11704
12393
|
# @param [String] name
|
11705
12394
|
# Required. The name of the shared flow revision to delete. Must be of the form:
|
11706
12395
|
# `organizations/`organization_id`/sharedflows/`shared_flow_id`/revisions/`
|
11707
|
-
# revision_id``
|
12396
|
+
# revision_id`` If the Shared Flow resource has the `space` attribute set, IAM
|
12397
|
+
# permissions are checked against the Space resource path. To learn more, read
|
12398
|
+
# the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/api-platform/
|
12399
|
+
# system-administration/spaces/apigee-spaces-overview).
|
11708
12400
|
# @param [String] fields
|
11709
12401
|
# Selector specifying which fields to include in a partial response.
|
11710
12402
|
# @param [String] quota_user
|
@@ -11742,7 +12434,10 @@ module Google
|
|
11742
12434
|
# @param [String] name
|
11743
12435
|
# Required. The name of the shared flow revision to get. Must be of the form: `
|
11744
12436
|
# organizations/`organization_id`/sharedflows/`shared_flow_id`/revisions/`
|
11745
|
-
# revision_id``
|
12437
|
+
# revision_id`` If the Shared Flow resource has the `space` attribute set, IAM
|
12438
|
+
# permissions are checked against the Space resource path. To learn more, read
|
12439
|
+
# the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/api-platform/
|
12440
|
+
# system-administration/spaces/apigee-spaces-overview).
|
11746
12441
|
# @param [String] format
|
11747
12442
|
# Specify `bundle` to export the contents of the shared flow bundle. Otherwise,
|
11748
12443
|
# the bundle metadata is returned.
|
@@ -11781,7 +12476,10 @@ module Google
|
|
11781
12476
|
# @param [String] name
|
11782
12477
|
# Required. The name of the shared flow revision to update. Must be of the form:
|
11783
12478
|
# `organizations/`organization_id`/sharedflows/`shared_flow_id`/revisions/`
|
11784
|
-
# revision_id``
|
12479
|
+
# revision_id`` If the resource has the `space` attribute set, IAM permissions
|
12480
|
+
# are checked against the Space resource path. To learn more, read the [Apigee
|
12481
|
+
# Spaces Overview](https://cloud.google.com/apigee/docs/api-platform/system-
|
12482
|
+
# administration/spaces/apigee-spaces-overview).
|
11785
12483
|
# @param [Google::Apis::ApigeeV1::GoogleApiHttpBody] google_api_http_body_object
|
11786
12484
|
# @param [Boolean] validate
|
11787
12485
|
# Ignored. All uploads are validated regardless of the value of this field. It
|
@@ -11821,7 +12519,10 @@ module Google
|
|
11821
12519
|
# @param [String] parent
|
11822
12520
|
# Required. Name of the API proxy revision for which to return deployment
|
11823
12521
|
# information in the following format: `organizations/`org`/sharedflows/`
|
11824
|
-
# sharedflow`/revisions/`rev``.
|
12522
|
+
# sharedflow`/revisions/`rev``. If the shared flow resource has the `space`
|
12523
|
+
# attribute set, IAM permissions are checked differently . To learn more, read
|
12524
|
+
# the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/api-platform/
|
12525
|
+
# system-administration/spaces/apigee-spaces-overview).
|
11825
12526
|
# @param [String] fields
|
11826
12527
|
# Selector specifying which fields to include in a partial response.
|
11827
12528
|
# @param [String] quota_user
|
@@ -12248,6 +12949,298 @@ module Google
|
|
12248
12949
|
execute_or_queue_command(command, &block)
|
12249
12950
|
end
|
12250
12951
|
|
12952
|
+
# Create a space under an organization.
|
12953
|
+
# @param [String] parent
|
12954
|
+
# Required. Name of the Google Cloud project in which to associate the Apigee
|
12955
|
+
# space. Pass the information as a query parameter using the following structure
|
12956
|
+
# in your request: `organizations/`
|
12957
|
+
# @param [Google::Apis::ApigeeV1::GoogleCloudApigeeV1Space] google_cloud_apigee_v1_space_object
|
12958
|
+
# @param [String] space_id
|
12959
|
+
# Required. Resource ID of the space.
|
12960
|
+
# @param [String] fields
|
12961
|
+
# Selector specifying which fields to include in a partial response.
|
12962
|
+
# @param [String] quota_user
|
12963
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
12964
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
12965
|
+
# @param [Google::Apis::RequestOptions] options
|
12966
|
+
# Request-specific options
|
12967
|
+
#
|
12968
|
+
# @yield [result, err] Result & error if block supplied
|
12969
|
+
# @yieldparam result [Google::Apis::ApigeeV1::GoogleCloudApigeeV1Space] parsed result object
|
12970
|
+
# @yieldparam err [StandardError] error object if request failed
|
12971
|
+
#
|
12972
|
+
# @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1Space]
|
12973
|
+
#
|
12974
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
12975
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
12976
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
12977
|
+
def create_organization_space(parent, google_cloud_apigee_v1_space_object = nil, space_id: nil, fields: nil, quota_user: nil, options: nil, &block)
|
12978
|
+
command = make_simple_command(:post, 'v1/{+parent}/spaces', options)
|
12979
|
+
command.request_representation = Google::Apis::ApigeeV1::GoogleCloudApigeeV1Space::Representation
|
12980
|
+
command.request_object = google_cloud_apigee_v1_space_object
|
12981
|
+
command.response_representation = Google::Apis::ApigeeV1::GoogleCloudApigeeV1Space::Representation
|
12982
|
+
command.response_class = Google::Apis::ApigeeV1::GoogleCloudApigeeV1Space
|
12983
|
+
command.params['parent'] = parent unless parent.nil?
|
12984
|
+
command.query['spaceId'] = space_id unless space_id.nil?
|
12985
|
+
command.query['fields'] = fields unless fields.nil?
|
12986
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
12987
|
+
execute_or_queue_command(command, &block)
|
12988
|
+
end
|
12989
|
+
|
12990
|
+
# Deletes an organization space.
|
12991
|
+
# @param [String] name
|
12992
|
+
# Required. Apigee organization space name in the following format: `
|
12993
|
+
# organizations/`org`/spaces/`space``
|
12994
|
+
# @param [String] fields
|
12995
|
+
# Selector specifying which fields to include in a partial response.
|
12996
|
+
# @param [String] quota_user
|
12997
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
12998
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
12999
|
+
# @param [Google::Apis::RequestOptions] options
|
13000
|
+
# Request-specific options
|
13001
|
+
#
|
13002
|
+
# @yield [result, err] Result & error if block supplied
|
13003
|
+
# @yieldparam result [Google::Apis::ApigeeV1::GoogleProtobufEmpty] parsed result object
|
13004
|
+
# @yieldparam err [StandardError] error object if request failed
|
13005
|
+
#
|
13006
|
+
# @return [Google::Apis::ApigeeV1::GoogleProtobufEmpty]
|
13007
|
+
#
|
13008
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
13009
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
13010
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
13011
|
+
def delete_organization_space(name, fields: nil, quota_user: nil, options: nil, &block)
|
13012
|
+
command = make_simple_command(:delete, 'v1/{+name}', options)
|
13013
|
+
command.response_representation = Google::Apis::ApigeeV1::GoogleProtobufEmpty::Representation
|
13014
|
+
command.response_class = Google::Apis::ApigeeV1::GoogleProtobufEmpty
|
13015
|
+
command.params['name'] = name unless name.nil?
|
13016
|
+
command.query['fields'] = fields unless fields.nil?
|
13017
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
13018
|
+
execute_or_queue_command(command, &block)
|
13019
|
+
end
|
13020
|
+
|
13021
|
+
# Get a space under an Organization.
|
13022
|
+
# @param [String] name
|
13023
|
+
# Required. Apigee organization space name in the following format: `
|
13024
|
+
# organizations/`org`/spaces/`space``
|
13025
|
+
# @param [String] fields
|
13026
|
+
# Selector specifying which fields to include in a partial response.
|
13027
|
+
# @param [String] quota_user
|
13028
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
13029
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
13030
|
+
# @param [Google::Apis::RequestOptions] options
|
13031
|
+
# Request-specific options
|
13032
|
+
#
|
13033
|
+
# @yield [result, err] Result & error if block supplied
|
13034
|
+
# @yieldparam result [Google::Apis::ApigeeV1::GoogleCloudApigeeV1Space] parsed result object
|
13035
|
+
# @yieldparam err [StandardError] error object if request failed
|
13036
|
+
#
|
13037
|
+
# @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1Space]
|
13038
|
+
#
|
13039
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
13040
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
13041
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
13042
|
+
def get_organization_space(name, fields: nil, quota_user: nil, options: nil, &block)
|
13043
|
+
command = make_simple_command(:get, 'v1/{+name}', options)
|
13044
|
+
command.response_representation = Google::Apis::ApigeeV1::GoogleCloudApigeeV1Space::Representation
|
13045
|
+
command.response_class = Google::Apis::ApigeeV1::GoogleCloudApigeeV1Space
|
13046
|
+
command.params['name'] = name unless name.nil?
|
13047
|
+
command.query['fields'] = fields unless fields.nil?
|
13048
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
13049
|
+
execute_or_queue_command(command, &block)
|
13050
|
+
end
|
13051
|
+
|
13052
|
+
# Callers must have apigee.spaces.getIamPolicy.
|
13053
|
+
# @param [String] resource
|
13054
|
+
# REQUIRED: The resource for which the policy is being requested. See [Resource
|
13055
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
13056
|
+
# appropriate value for this field.
|
13057
|
+
# @param [Fixnum] options_requested_policy_version
|
13058
|
+
# Optional. The maximum policy version that will be used to format the policy.
|
13059
|
+
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
13060
|
+
# rejected. Requests for policies with any conditional role bindings must
|
13061
|
+
# specify version 3. Policies with no conditional role bindings may specify any
|
13062
|
+
# valid value or leave the field unset. The policy in the response might use the
|
13063
|
+
# policy version that you specified, or it might use a lower policy version. For
|
13064
|
+
# example, if you specify version 3, but the policy has no conditional role
|
13065
|
+
# bindings, the response uses version 1. To learn which resources support
|
13066
|
+
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
13067
|
+
# google.com/iam/help/conditions/resource-policies).
|
13068
|
+
# @param [String] fields
|
13069
|
+
# Selector specifying which fields to include in a partial response.
|
13070
|
+
# @param [String] quota_user
|
13071
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
13072
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
13073
|
+
# @param [Google::Apis::RequestOptions] options
|
13074
|
+
# Request-specific options
|
13075
|
+
#
|
13076
|
+
# @yield [result, err] Result & error if block supplied
|
13077
|
+
# @yieldparam result [Google::Apis::ApigeeV1::GoogleIamV1Policy] parsed result object
|
13078
|
+
# @yieldparam err [StandardError] error object if request failed
|
13079
|
+
#
|
13080
|
+
# @return [Google::Apis::ApigeeV1::GoogleIamV1Policy]
|
13081
|
+
#
|
13082
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
13083
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
13084
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
13085
|
+
def get_organization_space_iam_policy(resource, options_requested_policy_version: nil, fields: nil, quota_user: nil, options: nil, &block)
|
13086
|
+
command = make_simple_command(:get, 'v1/{+resource}:getIamPolicy', options)
|
13087
|
+
command.response_representation = Google::Apis::ApigeeV1::GoogleIamV1Policy::Representation
|
13088
|
+
command.response_class = Google::Apis::ApigeeV1::GoogleIamV1Policy
|
13089
|
+
command.params['resource'] = resource unless resource.nil?
|
13090
|
+
command.query['options.requestedPolicyVersion'] = options_requested_policy_version unless options_requested_policy_version.nil?
|
13091
|
+
command.query['fields'] = fields unless fields.nil?
|
13092
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
13093
|
+
execute_or_queue_command(command, &block)
|
13094
|
+
end
|
13095
|
+
|
13096
|
+
# Lists spaces under an organization.
|
13097
|
+
# @param [String] parent
|
13098
|
+
# Required. Use the following structure in your request: `organizations`
|
13099
|
+
# @param [Fixnum] page_size
|
13100
|
+
# Optional. The maximum number of spaces to return. The service may return fewer
|
13101
|
+
# than this value. If unspecified, at most 50 spaces will be returned. The
|
13102
|
+
# maximum value is 1000; values above 1000 will be coerced to 1000.
|
13103
|
+
# @param [String] page_token
|
13104
|
+
# Optional. A page token, received from a previous `ListSpaces` call. Provide
|
13105
|
+
# this to retrieve the subsequent page. When paginating, all parameters must
|
13106
|
+
# match the original call.
|
13107
|
+
# @param [String] fields
|
13108
|
+
# Selector specifying which fields to include in a partial response.
|
13109
|
+
# @param [String] quota_user
|
13110
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
13111
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
13112
|
+
# @param [Google::Apis::RequestOptions] options
|
13113
|
+
# Request-specific options
|
13114
|
+
#
|
13115
|
+
# @yield [result, err] Result & error if block supplied
|
13116
|
+
# @yieldparam result [Google::Apis::ApigeeV1::GoogleCloudApigeeV1ListSpacesResponse] parsed result object
|
13117
|
+
# @yieldparam err [StandardError] error object if request failed
|
13118
|
+
#
|
13119
|
+
# @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1ListSpacesResponse]
|
13120
|
+
#
|
13121
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
13122
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
13123
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
13124
|
+
def list_organization_spaces(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
13125
|
+
command = make_simple_command(:get, 'v1/{+parent}/spaces', options)
|
13126
|
+
command.response_representation = Google::Apis::ApigeeV1::GoogleCloudApigeeV1ListSpacesResponse::Representation
|
13127
|
+
command.response_class = Google::Apis::ApigeeV1::GoogleCloudApigeeV1ListSpacesResponse
|
13128
|
+
command.params['parent'] = parent unless parent.nil?
|
13129
|
+
command.query['pageSize'] = page_size unless page_size.nil?
|
13130
|
+
command.query['pageToken'] = page_token unless page_token.nil?
|
13131
|
+
command.query['fields'] = fields unless fields.nil?
|
13132
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
13133
|
+
execute_or_queue_command(command, &block)
|
13134
|
+
end
|
13135
|
+
|
13136
|
+
# Updates a space.
|
13137
|
+
# @param [String] name
|
13138
|
+
# Required. Name of the space in the following format: `organizations/`org`/
|
13139
|
+
# spaces/`space_id``.
|
13140
|
+
# @param [Google::Apis::ApigeeV1::GoogleCloudApigeeV1Space] google_cloud_apigee_v1_space_object
|
13141
|
+
# @param [String] update_mask
|
13142
|
+
# Required. List of fields to be updated. Fields that can be updated:
|
13143
|
+
# display_name.
|
13144
|
+
# @param [String] fields
|
13145
|
+
# Selector specifying which fields to include in a partial response.
|
13146
|
+
# @param [String] quota_user
|
13147
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
13148
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
13149
|
+
# @param [Google::Apis::RequestOptions] options
|
13150
|
+
# Request-specific options
|
13151
|
+
#
|
13152
|
+
# @yield [result, err] Result & error if block supplied
|
13153
|
+
# @yieldparam result [Google::Apis::ApigeeV1::GoogleCloudApigeeV1Space] parsed result object
|
13154
|
+
# @yieldparam err [StandardError] error object if request failed
|
13155
|
+
#
|
13156
|
+
# @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1Space]
|
13157
|
+
#
|
13158
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
13159
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
13160
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
13161
|
+
def patch_organization_space(name, google_cloud_apigee_v1_space_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
|
13162
|
+
command = make_simple_command(:patch, 'v1/{+name}', options)
|
13163
|
+
command.request_representation = Google::Apis::ApigeeV1::GoogleCloudApigeeV1Space::Representation
|
13164
|
+
command.request_object = google_cloud_apigee_v1_space_object
|
13165
|
+
command.response_representation = Google::Apis::ApigeeV1::GoogleCloudApigeeV1Space::Representation
|
13166
|
+
command.response_class = Google::Apis::ApigeeV1::GoogleCloudApigeeV1Space
|
13167
|
+
command.params['name'] = name unless name.nil?
|
13168
|
+
command.query['updateMask'] = update_mask unless update_mask.nil?
|
13169
|
+
command.query['fields'] = fields unless fields.nil?
|
13170
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
13171
|
+
execute_or_queue_command(command, &block)
|
13172
|
+
end
|
13173
|
+
|
13174
|
+
# IAM META APIs Callers must have apigee.spaces.setIamPolicy.
|
13175
|
+
# @param [String] resource
|
13176
|
+
# REQUIRED: The resource for which the policy is being specified. See [Resource
|
13177
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
13178
|
+
# appropriate value for this field.
|
13179
|
+
# @param [Google::Apis::ApigeeV1::GoogleIamV1SetIamPolicyRequest] google_iam_v1_set_iam_policy_request_object
|
13180
|
+
# @param [String] fields
|
13181
|
+
# Selector specifying which fields to include in a partial response.
|
13182
|
+
# @param [String] quota_user
|
13183
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
13184
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
13185
|
+
# @param [Google::Apis::RequestOptions] options
|
13186
|
+
# Request-specific options
|
13187
|
+
#
|
13188
|
+
# @yield [result, err] Result & error if block supplied
|
13189
|
+
# @yieldparam result [Google::Apis::ApigeeV1::GoogleIamV1Policy] parsed result object
|
13190
|
+
# @yieldparam err [StandardError] error object if request failed
|
13191
|
+
#
|
13192
|
+
# @return [Google::Apis::ApigeeV1::GoogleIamV1Policy]
|
13193
|
+
#
|
13194
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
13195
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
13196
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
13197
|
+
def set_organization_space_iam_policy(resource, google_iam_v1_set_iam_policy_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
13198
|
+
command = make_simple_command(:post, 'v1/{+resource}:setIamPolicy', options)
|
13199
|
+
command.request_representation = Google::Apis::ApigeeV1::GoogleIamV1SetIamPolicyRequest::Representation
|
13200
|
+
command.request_object = google_iam_v1_set_iam_policy_request_object
|
13201
|
+
command.response_representation = Google::Apis::ApigeeV1::GoogleIamV1Policy::Representation
|
13202
|
+
command.response_class = Google::Apis::ApigeeV1::GoogleIamV1Policy
|
13203
|
+
command.params['resource'] = resource unless resource.nil?
|
13204
|
+
command.query['fields'] = fields unless fields.nil?
|
13205
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
13206
|
+
execute_or_queue_command(command, &block)
|
13207
|
+
end
|
13208
|
+
|
13209
|
+
# Callers don't need any permissions.
|
13210
|
+
# @param [String] resource
|
13211
|
+
# REQUIRED: The resource for which the policy detail is being requested. See [
|
13212
|
+
# Resource names](https://cloud.google.com/apis/design/resource_names) for the
|
13213
|
+
# appropriate value for this field.
|
13214
|
+
# @param [Google::Apis::ApigeeV1::GoogleIamV1TestIamPermissionsRequest] google_iam_v1_test_iam_permissions_request_object
|
13215
|
+
# @param [String] fields
|
13216
|
+
# Selector specifying which fields to include in a partial response.
|
13217
|
+
# @param [String] quota_user
|
13218
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
13219
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
13220
|
+
# @param [Google::Apis::RequestOptions] options
|
13221
|
+
# Request-specific options
|
13222
|
+
#
|
13223
|
+
# @yield [result, err] Result & error if block supplied
|
13224
|
+
# @yieldparam result [Google::Apis::ApigeeV1::GoogleIamV1TestIamPermissionsResponse] parsed result object
|
13225
|
+
# @yieldparam err [StandardError] error object if request failed
|
13226
|
+
#
|
13227
|
+
# @return [Google::Apis::ApigeeV1::GoogleIamV1TestIamPermissionsResponse]
|
13228
|
+
#
|
13229
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
13230
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
13231
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
13232
|
+
def test_organization_space_iam_permissions(resource, google_iam_v1_test_iam_permissions_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
13233
|
+
command = make_simple_command(:post, 'v1/{+resource}:testIamPermissions', options)
|
13234
|
+
command.request_representation = Google::Apis::ApigeeV1::GoogleIamV1TestIamPermissionsRequest::Representation
|
13235
|
+
command.request_object = google_iam_v1_test_iam_permissions_request_object
|
13236
|
+
command.response_representation = Google::Apis::ApigeeV1::GoogleIamV1TestIamPermissionsResponse::Representation
|
13237
|
+
command.response_class = Google::Apis::ApigeeV1::GoogleIamV1TestIamPermissionsResponse
|
13238
|
+
command.params['resource'] = resource unless resource.nil?
|
13239
|
+
command.query['fields'] = fields unless fields.nil?
|
13240
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
13241
|
+
execute_or_queue_command(command, &block)
|
13242
|
+
end
|
13243
|
+
|
12251
13244
|
# Provisions a new Apigee organization with a functioning runtime. This is the
|
12252
13245
|
# standard way to create trial organizations for a free Apigee trial.
|
12253
13246
|
# @param [String] project
|