google-apis-apigee_v1 0.36.0 → 0.37.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1f803a88e65a3e12061a52491bb4be3cdb11d1a437d8c3958121802e92991132
4
- data.tar.gz: 2b10c0f9300a47be35191e2425ddf3145c849f6083a9c2f22aab045ee952c7b9
3
+ metadata.gz: 4efff66c60f653416c0b37fd19e54fa1e8c6b0597c64bf03c9ed123748ce8f4b
4
+ data.tar.gz: 62727e54a9590a78fb653fce48865bdb72df4e31c09081a95eccb7f54a9d1c91
5
5
  SHA512:
6
- metadata.gz: ad254d0ee9289b4eb5857e866cf00bbe03e746cd403c06fe9d314c9b50df1dd8c6513a622081c3ed5c9614cd70ceafb8d580918247f332feaaf5210c2074fbf1
7
- data.tar.gz: 240153f869a436e20f8ba87b5887ba951da7a002dbf7225b39c66c15d5f8e0676e89f9120c3cefacb0a85eb589fa3eacd0f7b668a4fc9546ab716d31039ca0ca
6
+ metadata.gz: fe16dce328f954bcf2ac90cc3a7cbef93eb0661de082542e311f682897dd34426de9c30308a1439b9d8aa45012c01fefc781f3195d9d81cdf902107dfe0705c5
7
+ data.tar.gz: 67c2477d00fddb4ead8b928bc7cfc8042b6eb25322f788ffb56d58b770089003a8e36f1a19f8242705df05715485e0b3736ebd7208df0ed92e2cc7757149bd83
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-apigee_v1
2
2
 
3
+ ### v0.37.0 (2022-03-02)
4
+
5
+ * Regenerated from discovery document revision 20220301
6
+
3
7
  ### v0.36.0 (2022-02-23)
4
8
 
5
9
  * Regenerated from discovery document revision 20220217
@@ -2933,12 +2933,13 @@ module Google
2933
2933
  end
2934
2934
  end
2935
2935
 
2936
- # Apigee Endpoint Attachment.
2936
+ # Apigee endpoint attachment. For more information, see Southbound networking
2937
+ # patterns.
2937
2938
  class GoogleCloudApigeeV1EndpointAttachment
2938
2939
  include Google::Apis::Core::Hashable
2939
2940
 
2940
- # Output only. Host that can be used in either HTTP Target Endpoint directly, or
2941
- # as the host in Target Server.
2941
+ # Output only. Host that can be used in either the HTTP target endpoint directly
2942
+ # or as the host in target server.
2942
2943
  # Corresponds to the JSON property `host`
2943
2944
  # @return [String]
2944
2945
  attr_accessor :host
@@ -2948,8 +2949,8 @@ module Google
2948
2949
  # @return [String]
2949
2950
  attr_accessor :location
2950
2951
 
2951
- # Name of the Endpoint Attachment in the following format: `organizations/`
2952
- # organization`/endpointAttachments/`endpoint_attachment``.
2952
+ # Name of the endpoint attachment. Use the following structure in your request: `
2953
+ # organizations/`org`/endpointAttachments/`endpoint_attachment``
2953
2954
  # Corresponds to the JSON property `name`
2954
2955
  # @return [String]
2955
2956
  attr_accessor :name
@@ -4457,12 +4458,12 @@ module Google
4457
4458
  class GoogleCloudApigeeV1ListEndpointAttachmentsResponse
4458
4459
  include Google::Apis::Core::Hashable
4459
4460
 
4460
- # Endpoint Attachments in the specified organization.
4461
+ # Endpoint attachments in the specified organization.
4461
4462
  # Corresponds to the JSON property `endpointAttachments`
4462
4463
  # @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1EndpointAttachment>]
4463
4464
  attr_accessor :endpoint_attachments
4464
4465
 
4465
- # Page token that you can include in a ListEndpointAttachments request to
4466
+ # Page token that you can include in an `ListEndpointAttachments` request to
4466
4467
  # retrieve the next page. If omitted, no subsequent pages exist.
4467
4468
  # Corresponds to the JSON property `nextPageToken`
4468
4469
  # @return [String]
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ApigeeV1
18
18
  # Version of the google-apis-apigee_v1 gem
19
- GEM_VERSION = "0.36.0"
19
+ GEM_VERSION = "0.37.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220217"
25
+ REVISION = "20220301"
26
26
  end
27
27
  end
28
28
  end
@@ -3471,13 +3471,13 @@ module Google
3471
3471
  execute_or_queue_command(command, &block)
3472
3472
  end
3473
3473
 
3474
- # Creates an EndpointAttachment. **Note:** Not supported for Apigee hybrid.
3474
+ # Creates an endpoint attachment. **Note:** Not supported for Apigee hybrid.
3475
3475
  # @param [String] parent
3476
- # Required. The Organization this EndpointAttachment will be created in.
3476
+ # Required. Organization the endpoint attachment will be created in.
3477
3477
  # @param [Google::Apis::ApigeeV1::GoogleCloudApigeeV1EndpointAttachment] google_cloud_apigee_v1_endpoint_attachment_object
3478
3478
  # @param [String] endpoint_attachment_id
3479
- # The ID to use for the endpoint attachment. ID must be a 1-20 characters string
3480
- # with lowercase letters and numbers and must start with a letter.
3479
+ # ID to use for the endpoint attachment. The ID can contain lowercase letters
3480
+ # and numbers, must start with a letter, and must be 1-20 characters in length.
3481
3481
  # @param [String] fields
3482
3482
  # Selector specifying which fields to include in a partial response.
3483
3483
  # @param [String] quota_user
@@ -3510,8 +3510,8 @@ module Google
3510
3510
 
3511
3511
  # Deletes an endpoint attachment.
3512
3512
  # @param [String] name
3513
- # Required. Name of the Endpoint Attachment in the following format: `
3514
- # organizations/`organization`/endpointAttachments/`endpoint_attachment``.
3513
+ # Required. Name of the endpoint attachment. Use the following structure in your
3514
+ # request: `organizations/`org`/endpointAttachments/`endpoint_attachment``
3515
3515
  # @param [String] fields
3516
3516
  # Selector specifying which fields to include in a partial response.
3517
3517
  # @param [String] quota_user
@@ -3539,10 +3539,10 @@ module Google
3539
3539
  execute_or_queue_command(command, &block)
3540
3540
  end
3541
3541
 
3542
- # Gets the specified EndpointAttachment.
3542
+ # Gets the endpoint attachment.
3543
3543
  # @param [String] name
3544
- # Required. Name of the Endpoint Attachment in the following format: `
3545
- # organizations/`organization`/endpointAttachments/`endpoint_attachment``.
3544
+ # Required. Name of the endpoint attachment. Use the following structure in your
3545
+ # request: `organizations/`org`/endpointAttachments/`endpoint_attachment``
3546
3546
  # @param [String] fields
3547
3547
  # Selector specifying which fields to include in a partial response.
3548
3548
  # @param [String] quota_user
@@ -3570,15 +3570,15 @@ module Google
3570
3570
  execute_or_queue_command(command, &block)
3571
3571
  end
3572
3572
 
3573
- # Lists the EndpointAttachments in the specified Organization.
3573
+ # Lists the endpoint attachments in an organization.
3574
3574
  # @param [String] parent
3575
- # Required. Name of the Organization for which to list Endpoint Attachments in
3576
- # the format: `organizations/`organization``.
3575
+ # Required. Name of the organization for which to list endpoint attachments. Use
3576
+ # the following structure in your request: `organizations/`org``
3577
3577
  # @param [Fixnum] page_size
3578
- # Optional. Maximum number of Endpoint Attachments to return. If unspecified, at
3578
+ # Optional. Maximum number of endpoint attachments to return. If unspecified, at
3579
3579
  # most 25 attachments will be returned.
3580
3580
  # @param [String] page_token
3581
- # Optional. Page token, returned from a previous ListEndpointAttachments call,
3581
+ # Optional. Page token, returned from a previous `ListEndpointAttachments` call,
3582
3582
  # that you can use to retrieve the next page.
3583
3583
  # @param [String] fields
3584
3584
  # Selector specifying which fields to include in a partial response.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-apigee_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.36.0
4
+ version: 0.37.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-02-28 00:00:00.000000000 Z
11
+ date: 2022-03-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-apigee_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.36.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.37.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-apigee_v1
63
63
  post_install_message:
64
64
  rdoc_options: []