# -*- encoding: utf-8 -*- # stub: google-cloud-storage-control-v2 0.1.1 ruby lib Gem::Specification.new do |s| s.name = "google-cloud-storage-control-v2".freeze s.version = "0.1.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Google LLC".freeze] s.date = "2024-06-26" s.description = "The Google Cloud Storage API allows applications to read and write data through the abstractions of buckets and objects, which are similar to directories and files except that buckets cannot contain other buckets, and directory-level operations (like directory rename) are not supported. Buckets share a single global namespace, and each bucket belongs to a specific project that has an associated owner that pays for the data stored in the bucket. This API is accessed using standard gRPC requests. Note that google-cloud-storage-control-v2 is a version-specific client library. For most uses, we recommend installing the main client library google-cloud-storage-control instead. See the readme for more details.".freeze s.email = "googleapis-packages@google.com".freeze s.files = [".yardopts".freeze, "AUTHENTICATION.md".freeze, "LICENSE.md".freeze, "README.md".freeze, "lib/google-cloud-storage-control-v2.rb".freeze, "lib/google/cloud/storage/control/v2.rb".freeze, "lib/google/cloud/storage/control/v2/storage_control.rb".freeze, "lib/google/cloud/storage/control/v2/storage_control/client.rb".freeze, "lib/google/cloud/storage/control/v2/storage_control/credentials.rb".freeze, "lib/google/cloud/storage/control/v2/storage_control/operations.rb".freeze, "lib/google/cloud/storage/control/v2/storage_control/paths.rb".freeze, "lib/google/cloud/storage/control/v2/version.rb".freeze, "lib/google/storage/control/v2/storage_control_pb.rb".freeze, "lib/google/storage/control/v2/storage_control_services_pb.rb".freeze, "proto_docs/README.md".freeze, "proto_docs/google/api/client.rb".freeze, "proto_docs/google/api/field_behavior.rb".freeze, "proto_docs/google/api/field_info.rb".freeze, "proto_docs/google/api/launch_stage.rb".freeze, "proto_docs/google/api/resource.rb".freeze, "proto_docs/google/api/routing.rb".freeze, "proto_docs/google/longrunning/operations.rb".freeze, "proto_docs/google/protobuf/any.rb".freeze, "proto_docs/google/protobuf/duration.rb".freeze, "proto_docs/google/protobuf/empty.rb".freeze, "proto_docs/google/protobuf/timestamp.rb".freeze, "proto_docs/google/rpc/status.rb".freeze, "proto_docs/google/storage/control/v2/storage_control.rb".freeze] s.homepage = "https://github.com/googleapis/google-cloud-ruby".freeze s.licenses = ["Apache-2.0".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.7".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "The Storage Control API lets you perform metadata-specific, control plane, and long-running operations. The Storage Control API creates one space to perform metadata-specific, control plane, and long-running operations apart from the Storage API. Separating these operations from the Storage API improves API standardization and lets you run faster releases.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0.21.1".freeze, "< 2.a".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) end