google-apis-ftp_v1 0.1.0 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f55cf2d6641a3364c96e5363a9481dd99e0a01d451488e7682bf13e5c81d6772
4
- data.tar.gz: adea6168267af3be1d68ec6f76b551f832f5aaf43b3c1ff5cafa0523346a76de
3
+ metadata.gz: e73a21707e76b23af87ee659811e7089c70fae4a92e7952271d1097d9cd9f6e0
4
+ data.tar.gz: 7d22d9e3edf3204a9b78cb6f9ef863bf4c0721e0e451e7ab43f5fbd4547fcb60
5
5
  SHA512:
6
- metadata.gz: 0b02ce079b3e1dbb781a24e9c22c00664fdd32160df3427f3665e45c608415ab3fdbda1c0330abfc3377a07f62428aebc5a1707dcabdfd88c8bd5838fe09d0f2
7
- data.tar.gz: f1811acc4b194936bcc842de5b0737a6bf4d55133423a54679192310d55b78a7ae1163a2d315cdde20a50c88491759d56605f0bd4f907f1d04ba056e923174e3
6
+ metadata.gz: 8725c220c0aa9f2816052f4fda474fd459186b8dfca25cf053222c819eb0d6dcb4725b5e9d8008887f5daea8100214d5dd42a70064418ec5e8fe67850241b982
7
+ data.tar.gz: 93cd767edcb827453d8ad3311f4a6e59a40bff45a7c14961d07b64071d48e7ed6391eaad62f4acb1137992fedcf4e527f0ae686787b080277d214abede81322b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-ftp_v1
2
2
 
3
+ ### v0.2.0 (2026-08-16)
4
+
5
+ * Regenerated from discovery document revision 20260805
6
+
3
7
  ### v0.1.0 (2026-08-09)
4
8
 
5
9
  * Regenerated from discovery document revision 20260729
data/OVERVIEW.md CHANGED
@@ -79,7 +79,7 @@ Gem names for modern clients are often of the form `google-cloud-<service_name>`
79
79
 
80
80
  **For most users, we recommend the modern client, if one is available.** Compared with simple clients, modern clients are generally much easier to use and more Ruby-like, support more advanced features such as streaming and long-running operations, and often provide much better performance. You may consider using a simple client instead, if a modern client is not yet available for the service you want to use, or if you are not able to use gRPC on your infrastructure.
81
81
 
82
- The [product documentation](https://cloud.google.com/cloud-ftp/overview) may provide guidance regarding the preferred client library to use.
82
+ The [product documentation](https://docs.cloud.google.com/cloud-ftp) may provide guidance regarding the preferred client library to use.
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module FtpV1
18
18
  # Version of the google-apis-ftp_v1 gem
19
- GEM_VERSION = "0.1.0"
19
+ GEM_VERSION = "0.2.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260729"
25
+ REVISION = "20260805"
26
26
  end
27
27
  end
28
28
  end
@@ -22,8 +22,8 @@ module Google
22
22
  module FtpV1
23
23
  # Cloud FTP API
24
24
  #
25
- # Cloud FTP is a managed service that allows transferring files directly to
26
- # Google Cloud Storage using SFTP.
25
+ # A managed, cloud-native solution to move data in and out of Google Cloud by
26
+ # using SSH File Transfer Protocol (SFTP).
27
27
  #
28
28
  # @example
29
29
  # require 'google/apis/ftp_v1'
@@ -31,7 +31,7 @@ module Google
31
31
  # Ftp = Google::Apis::FtpV1 # Alias the module
32
32
  # service = Ftp::CloudFTPService.new
33
33
  #
34
- # @see https://cloud.google.com/cloud-ftp/overview
34
+ # @see https://docs.cloud.google.com/cloud-ftp
35
35
  class CloudFTPService < Google::Apis::Core::BaseService
36
36
  DEFAULT_ENDPOINT_TEMPLATE = "https://ftp.$UNIVERSE_DOMAIN$/"
37
37
 
@@ -307,8 +307,9 @@ module Google
307
307
  # duplicate commitments. The request ID must be a valid UUID with the exception
308
308
  # that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
309
309
  # @param [String] server_id
310
- # Required. Id of the requesting object If auto-generating Id server-side,
311
- # remove this field and server_id from the method_signature of Create RPC
310
+ # Required. A unique ID for the server. Must start with a lowercase letter, and
311
+ # end with a lowercase letter or number. Can contain lowercase letters, numbers,
312
+ # and hyphens. Maximum length is 30 characters.
312
313
  # @param [String] fields
313
314
  # Selector specifying which fields to include in a partial response.
314
315
  # @param [String] quota_user
@@ -585,8 +586,8 @@ module Google
585
586
  # duplicate commitments. The request ID must be a valid UUID with the exception
586
587
  # that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
587
588
  # @param [String] user_id
588
- # Required. Id of the requesting object If auto-generating Id server-side,
589
- # remove this field and server_id from the method_signature of Create RPC
589
+ # Required. A unique user ID for the SFTP user. The user ID must start with a
590
+ # lowercase letter and can include lowercase letters, numbers, or hyphens.
590
591
  # @param [String] fields
591
592
  # Selector specifying which fields to include in a partial response.
592
593
  # @param [String] quota_user
@@ -21,10 +21,10 @@ module Google
21
21
  module Apis
22
22
  # Cloud FTP API
23
23
  #
24
- # Cloud FTP is a managed service that allows transferring files directly to
25
- # Google Cloud Storage using SFTP.
24
+ # A managed, cloud-native solution to move data in and out of Google Cloud by
25
+ # using SSH File Transfer Protocol (SFTP).
26
26
  #
27
- # @see https://cloud.google.com/cloud-ftp/overview
27
+ # @see https://docs.cloud.google.com/cloud-ftp
28
28
  module FtpV1
29
29
  # Version of the Cloud FTP API this client connects to.
30
30
  # This is NOT the gem version.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-ftp_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-ftp_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-ftp_v1/v0.1.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-ftp_v1/v0.2.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-ftp_v1
62
62
  rdoc_options: []
63
63
  require_paths: