@@ -6527,10 +6527,10 @@ def delete_organization_environment_api_revision_debugsession_data(name, fields:
6527
6527
# @param [String] name
6528
6528
# Required. The name of the debug session to retrieve. Must be of the form: `
6529
6529
# organizations/`organization`/environments/`environment`/apis/`api`/revisions/`
6530
- # revision`/debugsessions/`session ``. If the API proxy resource has the `space `
6531
- # attribute set, IAM permissions are checked differently . To learn more, read
6532
- # the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/api-platform/
6533
- # system-administration/spaces/apigee-spaces-overview).
6530
+ # revision`/debugsessions/`debug_session ``. If the API proxy resource has the `
6531
+ # space` attribute set, IAM permissions are checked differently . To learn more,
6532
+ # read the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/api-
6533
+ # platform/ system-administration/spaces/apigee-spaces-overview).
6534
6534
# @param [String] fields
6535
6535
# Selector specifying which fields to include in a partial response.
6536
6536
# @param [String] quota_user
@@ -6568,10 +6568,11 @@ def get_organization_environment_api_revision_debugsession(name, fields: nil, qu
6568
6568
# google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-
6569
6569
# overview).
6570
6570
# @param [Fixnum] page_size
6571
- # Maximum number of debug sessions to return. The page size defaults to 25.
6571
+ # Optional. Maximum number of debug sessions to return. The page size defaults
6572
+ # to 25.
6572
6573
# @param [String] page_token
6573
- # Page token, returned from a previous ListDebugSessions call, that you can use
6574
- # to retrieve the next page.
6574
+ # Optional. Page token, returned from a previous ListDebugSessions call, that
6575
+ # you can use to retrieve the next page.
6575
6576
# @param [String] fields
6576
6577
# Selector specifying which fields to include in a partial response.
6577
6578
# @param [String] quota_user
@@ -6605,7 +6606,7 @@ def list_organization_environment_api_revision_debugsessions(parent, page_size:
6605
6606
# @param [String] name
6606
6607
# Required. The name of the debug session transaction. Must be of the form: `
6607
6608
# organizations/`organization`/environments/`environment`/apis/`api`/revisions/`
6608
- # revision`/debugsessions/`session `/data/`transaction``. If the API proxy
6609
+ # revision`/debugsessions/`debug_session `/data/`transaction``. If the API proxy
6609
6610
# resource has the `space` attribute set, IAM permissions are checked
6610
6611
# differently . To learn more, read the [Apigee Spaces Overview](https://cloud.
6611
6612
# google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-
@@ -11688,8 +11689,8 @@ def list_organization_security_monitoring_conditions(parent, filter: nil, page_s
11688
11689
# security_monitoring_condition`
11689
11690
# @param [Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityMonitoringCondition] google_cloud_apigee_v1_security_monitoring_condition_object
11690
11691
# @param [String] update_mask
11691
- # Optional. The list of fields to update. Valid fields to update are `profile`, `
11692
- # scope`, ` include_all_resources`, `include`, and `exclude `.
11692
+ # Optional. The list of fields to update. Valid fields to update are `
11693
+ # include_all_resources` and `include `.
11693
11694
# @param [String] fields
11694
11695
# Selector specifying which fields to include in a partial response.
11695
11696
# @param [String] quota_user
0 commit comments