google-cloud-redis-v1beta1 0.8.0 → 0.10.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,67 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Copyright 2023 Google LLC
4
+ #
5
+ # Licensed under the Apache License, Version 2.0 (the "License");
6
+ # you may not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # https://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing, software
12
+ # distributed under the License is distributed on an "AS IS" BASIS,
13
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ # See the License for the specific language governing permissions and
15
+ # limitations under the License.
16
+
17
+ # Auto-generated by gapic-generator-ruby. DO NOT EDIT!
18
+
19
+ require "gapic/rest"
20
+ require "gapic/config"
21
+ require "gapic/config/method"
22
+
23
+ require "google/cloud/redis/v1beta1/version"
24
+
25
+ require "google/cloud/redis/v1beta1/cloud_redis/credentials"
26
+ require "google/cloud/redis/v1beta1/cloud_redis/paths"
27
+ require "google/cloud/redis/v1beta1/cloud_redis/rest/operations"
28
+ require "google/cloud/redis/v1beta1/cloud_redis/rest/client"
29
+
30
+ module Google
31
+ module Cloud
32
+ module Redis
33
+ module V1beta1
34
+ ##
35
+ # Configures and manages Cloud Memorystore for Redis instances
36
+ #
37
+ # Google Cloud Memorystore for Redis v1beta1
38
+ #
39
+ # The `redis.googleapis.com` service implements the Google Cloud Memorystore
40
+ # for Redis API and defines the following resource model for managing Redis
41
+ # instances:
42
+ # * The service works with a collection of cloud projects, named: `/projects/*`
43
+ # * Each project has a collection of available locations, named: `/locations/*`
44
+ # * Each location has a collection of Redis instances, named: `/instances/*`
45
+ # * As such, Redis instances are resources of the form:
46
+ # `/projects/{project_id}/locations/{location_id}/instances/{instance_id}`
47
+ #
48
+ # Note that location_id must be referring to a GCP `region`; for example:
49
+ # * `projects/redpepper-1290/locations/us-central1/instances/my-redis`
50
+ #
51
+ # To load this service and instantiate a REST client:
52
+ #
53
+ # require "google/cloud/redis/v1beta1/cloud_redis/rest"
54
+ # client = ::Google::Cloud::Redis::V1beta1::CloudRedis::Rest::Client.new
55
+ #
56
+ module CloudRedis
57
+ # Client for the REST transport
58
+ module Rest
59
+ end
60
+ end
61
+ end
62
+ end
63
+ end
64
+ end
65
+
66
+ helper_path = ::File.join __dir__, "rest", "helpers.rb"
67
+ require "google/cloud/redis/v1beta1/cloud_redis/rest/helpers" if ::File.file? helper_path
@@ -26,6 +26,7 @@ require "google/cloud/redis/v1beta1/cloud_redis/credentials"
26
26
  require "google/cloud/redis/v1beta1/cloud_redis/paths"
27
27
  require "google/cloud/redis/v1beta1/cloud_redis/operations"
28
28
  require "google/cloud/redis/v1beta1/cloud_redis/client"
29
+ require "google/cloud/redis/v1beta1/cloud_redis/rest"
29
30
 
30
31
  module Google
31
32
  module Cloud
@@ -48,11 +49,16 @@ module Google
48
49
  # Note that location_id must be referring to a GCP `region`; for example:
49
50
  # * `projects/redpepper-1290/locations/us-central1/instances/my-redis`
50
51
  #
51
- # To load this service and instantiate a client:
52
+ # @example Load this service and instantiate a gRPC client
52
53
  #
53
54
  # require "google/cloud/redis/v1beta1/cloud_redis"
54
55
  # client = ::Google::Cloud::Redis::V1beta1::CloudRedis::Client.new
55
56
  #
57
+ # @example Load this service and instantiate a REST client
58
+ #
59
+ # require "google/cloud/redis/v1beta1/cloud_redis/rest"
60
+ # client = ::Google::Cloud::Redis::V1beta1::CloudRedis::Rest::Client.new
61
+ #
56
62
  module CloudRedis
57
63
  end
58
64
  end
@@ -1,3 +1,4 @@
1
+ # frozen_string_literal: true
1
2
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
3
  # source: google/cloud/redis/v1beta1/cloud_redis.proto
3
4
 
@@ -14,203 +15,35 @@ require 'google/protobuf/timestamp_pb'
14
15
  require 'google/type/dayofweek_pb'
15
16
  require 'google/type/timeofday_pb'
16
17
 
17
- Google::Protobuf::DescriptorPool.generated_pool.build do
18
- add_file("google/cloud/redis/v1beta1/cloud_redis.proto", :syntax => :proto3) do
19
- add_message "google.cloud.redis.v1beta1.NodeInfo" do
20
- optional :id, :string, 1
21
- optional :zone, :string, 2
22
- end
23
- add_message "google.cloud.redis.v1beta1.Instance" do
24
- optional :name, :string, 1
25
- optional :display_name, :string, 2
26
- map :labels, :string, :string, 3
27
- optional :location_id, :string, 4
28
- optional :alternative_location_id, :string, 5
29
- optional :redis_version, :string, 7
30
- optional :reserved_ip_range, :string, 9
31
- optional :secondary_ip_range, :string, 30
32
- optional :host, :string, 10
33
- optional :port, :int32, 11
34
- optional :current_location_id, :string, 12
35
- optional :create_time, :message, 13, "google.protobuf.Timestamp"
36
- optional :state, :enum, 14, "google.cloud.redis.v1beta1.Instance.State"
37
- optional :status_message, :string, 15
38
- map :redis_configs, :string, :string, 16
39
- optional :tier, :enum, 17, "google.cloud.redis.v1beta1.Instance.Tier"
40
- optional :memory_size_gb, :int32, 18
41
- optional :authorized_network, :string, 20
42
- optional :persistence_iam_identity, :string, 21
43
- optional :connect_mode, :enum, 22, "google.cloud.redis.v1beta1.Instance.ConnectMode"
44
- optional :auth_enabled, :bool, 23
45
- repeated :server_ca_certs, :message, 25, "google.cloud.redis.v1beta1.TlsCertificate"
46
- optional :transit_encryption_mode, :enum, 26, "google.cloud.redis.v1beta1.Instance.TransitEncryptionMode"
47
- optional :maintenance_policy, :message, 27, "google.cloud.redis.v1beta1.MaintenancePolicy"
48
- optional :maintenance_schedule, :message, 28, "google.cloud.redis.v1beta1.MaintenanceSchedule"
49
- optional :replica_count, :int32, 31
50
- repeated :nodes, :message, 32, "google.cloud.redis.v1beta1.NodeInfo"
51
- optional :read_endpoint, :string, 33
52
- optional :read_endpoint_port, :int32, 34
53
- optional :read_replicas_mode, :enum, 35, "google.cloud.redis.v1beta1.Instance.ReadReplicasMode"
54
- optional :persistence_config, :message, 37, "google.cloud.redis.v1beta1.PersistenceConfig"
55
- end
56
- add_enum "google.cloud.redis.v1beta1.Instance.State" do
57
- value :STATE_UNSPECIFIED, 0
58
- value :CREATING, 1
59
- value :READY, 2
60
- value :UPDATING, 3
61
- value :DELETING, 4
62
- value :REPAIRING, 5
63
- value :MAINTENANCE, 6
64
- value :IMPORTING, 8
65
- value :FAILING_OVER, 10
66
- end
67
- add_enum "google.cloud.redis.v1beta1.Instance.Tier" do
68
- value :TIER_UNSPECIFIED, 0
69
- value :BASIC, 1
70
- value :STANDARD_HA, 3
71
- end
72
- add_enum "google.cloud.redis.v1beta1.Instance.ConnectMode" do
73
- value :CONNECT_MODE_UNSPECIFIED, 0
74
- value :DIRECT_PEERING, 1
75
- value :PRIVATE_SERVICE_ACCESS, 2
76
- end
77
- add_enum "google.cloud.redis.v1beta1.Instance.TransitEncryptionMode" do
78
- value :TRANSIT_ENCRYPTION_MODE_UNSPECIFIED, 0
79
- value :SERVER_AUTHENTICATION, 1
80
- value :DISABLED, 2
81
- end
82
- add_enum "google.cloud.redis.v1beta1.Instance.ReadReplicasMode" do
83
- value :READ_REPLICAS_MODE_UNSPECIFIED, 0
84
- value :READ_REPLICAS_DISABLED, 1
85
- value :READ_REPLICAS_ENABLED, 2
86
- end
87
- add_message "google.cloud.redis.v1beta1.PersistenceConfig" do
88
- optional :persistence_mode, :enum, 1, "google.cloud.redis.v1beta1.PersistenceConfig.PersistenceMode"
89
- optional :rdb_snapshot_period, :enum, 2, "google.cloud.redis.v1beta1.PersistenceConfig.SnapshotPeriod"
90
- optional :rdb_next_snapshot_time, :message, 4, "google.protobuf.Timestamp"
91
- optional :rdb_snapshot_start_time, :message, 5, "google.protobuf.Timestamp"
92
- end
93
- add_enum "google.cloud.redis.v1beta1.PersistenceConfig.PersistenceMode" do
94
- value :PERSISTENCE_MODE_UNSPECIFIED, 0
95
- value :DISABLED, 1
96
- value :RDB, 2
97
- end
98
- add_enum "google.cloud.redis.v1beta1.PersistenceConfig.SnapshotPeriod" do
99
- value :SNAPSHOT_PERIOD_UNSPECIFIED, 0
100
- value :ONE_HOUR, 3
101
- value :SIX_HOURS, 4
102
- value :TWELVE_HOURS, 5
103
- value :TWENTY_FOUR_HOURS, 6
104
- end
105
- add_message "google.cloud.redis.v1beta1.RescheduleMaintenanceRequest" do
106
- optional :name, :string, 1
107
- optional :reschedule_type, :enum, 2, "google.cloud.redis.v1beta1.RescheduleMaintenanceRequest.RescheduleType"
108
- optional :schedule_time, :message, 3, "google.protobuf.Timestamp"
109
- end
110
- add_enum "google.cloud.redis.v1beta1.RescheduleMaintenanceRequest.RescheduleType" do
111
- value :RESCHEDULE_TYPE_UNSPECIFIED, 0
112
- value :IMMEDIATE, 1
113
- value :NEXT_AVAILABLE_WINDOW, 2
114
- value :SPECIFIC_TIME, 3
115
- end
116
- add_message "google.cloud.redis.v1beta1.MaintenancePolicy" do
117
- optional :create_time, :message, 1, "google.protobuf.Timestamp"
118
- optional :update_time, :message, 2, "google.protobuf.Timestamp"
119
- optional :description, :string, 3
120
- repeated :weekly_maintenance_window, :message, 4, "google.cloud.redis.v1beta1.WeeklyMaintenanceWindow"
121
- end
122
- add_message "google.cloud.redis.v1beta1.WeeklyMaintenanceWindow" do
123
- optional :day, :enum, 1, "google.type.DayOfWeek"
124
- optional :start_time, :message, 2, "google.type.TimeOfDay"
125
- optional :duration, :message, 3, "google.protobuf.Duration"
126
- end
127
- add_message "google.cloud.redis.v1beta1.MaintenanceSchedule" do
128
- optional :start_time, :message, 1, "google.protobuf.Timestamp"
129
- optional :end_time, :message, 2, "google.protobuf.Timestamp"
130
- optional :can_reschedule, :bool, 3
131
- optional :schedule_deadline_time, :message, 5, "google.protobuf.Timestamp"
132
- end
133
- add_message "google.cloud.redis.v1beta1.ListInstancesRequest" do
134
- optional :parent, :string, 1
135
- optional :page_size, :int32, 2
136
- optional :page_token, :string, 3
137
- end
138
- add_message "google.cloud.redis.v1beta1.ListInstancesResponse" do
139
- repeated :instances, :message, 1, "google.cloud.redis.v1beta1.Instance"
140
- optional :next_page_token, :string, 2
141
- repeated :unreachable, :string, 3
142
- end
143
- add_message "google.cloud.redis.v1beta1.GetInstanceRequest" do
144
- optional :name, :string, 1
145
- end
146
- add_message "google.cloud.redis.v1beta1.GetInstanceAuthStringRequest" do
147
- optional :name, :string, 1
148
- end
149
- add_message "google.cloud.redis.v1beta1.InstanceAuthString" do
150
- optional :auth_string, :string, 1
151
- end
152
- add_message "google.cloud.redis.v1beta1.CreateInstanceRequest" do
153
- optional :parent, :string, 1
154
- optional :instance_id, :string, 2
155
- optional :instance, :message, 3, "google.cloud.redis.v1beta1.Instance"
156
- end
157
- add_message "google.cloud.redis.v1beta1.UpdateInstanceRequest" do
158
- optional :update_mask, :message, 1, "google.protobuf.FieldMask"
159
- optional :instance, :message, 2, "google.cloud.redis.v1beta1.Instance"
160
- end
161
- add_message "google.cloud.redis.v1beta1.UpgradeInstanceRequest" do
162
- optional :name, :string, 1
163
- optional :redis_version, :string, 2
164
- end
165
- add_message "google.cloud.redis.v1beta1.DeleteInstanceRequest" do
166
- optional :name, :string, 1
167
- end
168
- add_message "google.cloud.redis.v1beta1.GcsSource" do
169
- optional :uri, :string, 1
170
- end
171
- add_message "google.cloud.redis.v1beta1.InputConfig" do
172
- oneof :source do
173
- optional :gcs_source, :message, 1, "google.cloud.redis.v1beta1.GcsSource"
174
- end
175
- end
176
- add_message "google.cloud.redis.v1beta1.ImportInstanceRequest" do
177
- optional :name, :string, 1
178
- optional :input_config, :message, 3, "google.cloud.redis.v1beta1.InputConfig"
179
- end
180
- add_message "google.cloud.redis.v1beta1.GcsDestination" do
181
- optional :uri, :string, 1
182
- end
183
- add_message "google.cloud.redis.v1beta1.OutputConfig" do
184
- oneof :destination do
185
- optional :gcs_destination, :message, 1, "google.cloud.redis.v1beta1.GcsDestination"
186
- end
187
- end
188
- add_message "google.cloud.redis.v1beta1.ExportInstanceRequest" do
189
- optional :name, :string, 1
190
- optional :output_config, :message, 3, "google.cloud.redis.v1beta1.OutputConfig"
191
- end
192
- add_message "google.cloud.redis.v1beta1.FailoverInstanceRequest" do
193
- optional :name, :string, 1
194
- optional :data_protection_mode, :enum, 2, "google.cloud.redis.v1beta1.FailoverInstanceRequest.DataProtectionMode"
195
- end
196
- add_enum "google.cloud.redis.v1beta1.FailoverInstanceRequest.DataProtectionMode" do
197
- value :DATA_PROTECTION_MODE_UNSPECIFIED, 0
198
- value :LIMITED_DATA_LOSS, 1
199
- value :FORCE_DATA_LOSS, 2
200
- end
201
- add_message "google.cloud.redis.v1beta1.LocationMetadata" do
202
- map :available_zones, :string, :message, 1, "google.cloud.redis.v1beta1.ZoneMetadata"
203
- end
204
- add_message "google.cloud.redis.v1beta1.ZoneMetadata" do
205
- end
206
- add_message "google.cloud.redis.v1beta1.TlsCertificate" do
207
- optional :serial_number, :string, 1
208
- optional :cert, :string, 2
209
- optional :create_time, :message, 3, "google.protobuf.Timestamp"
210
- optional :expire_time, :message, 4, "google.protobuf.Timestamp"
211
- optional :sha1_fingerprint, :string, 5
18
+
19
+ descriptor_data = "\n,google/cloud/redis/v1beta1/cloud_redis.proto\x12\x1agoogle.cloud.redis.v1beta1\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a#google/longrunning/operations.proto\x1a\x1egoogle/protobuf/duration.proto\x1a google/protobuf/field_mask.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1bgoogle/type/dayofweek.proto\x1a\x1bgoogle/type/timeofday.proto\".\n\x08NodeInfo\x12\x0f\n\x02id\x18\x01 \x01(\tB\x03\xe0\x41\x03\x12\x11\n\x04zone\x18\x02 \x01(\tB\x03\xe0\x41\x03\"\xa5\x11\n\x08Instance\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x14\n\x0c\x64isplay_name\x18\x02 \x01(\t\x12@\n\x06labels\x18\x03 \x03(\x0b\x32\x30.google.cloud.redis.v1beta1.Instance.LabelsEntry\x12\x18\n\x0blocation_id\x18\x04 \x01(\tB\x03\xe0\x41\x01\x12$\n\x17\x61lternative_location_id\x18\x05 \x01(\tB\x03\xe0\x41\x01\x12\x1a\n\rredis_version\x18\x07 \x01(\tB\x03\xe0\x41\x01\x12\x1e\n\x11reserved_ip_range\x18\t \x01(\tB\x03\xe0\x41\x01\x12\x1f\n\x12secondary_ip_range\x18\x1e \x01(\tB\x03\xe0\x41\x01\x12\x11\n\x04host\x18\n \x01(\tB\x03\xe0\x41\x03\x12\x11\n\x04port\x18\x0b \x01(\x05\x42\x03\xe0\x41\x03\x12 \n\x13\x63urrent_location_id\x18\x0c \x01(\tB\x03\xe0\x41\x03\x12\x34\n\x0b\x63reate_time\x18\r \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12>\n\x05state\x18\x0e \x01(\x0e\x32*.google.cloud.redis.v1beta1.Instance.StateB\x03\xe0\x41\x03\x12\x1b\n\x0estatus_message\x18\x0f \x01(\tB\x03\xe0\x41\x03\x12R\n\rredis_configs\x18\x10 \x03(\x0b\x32\x36.google.cloud.redis.v1beta1.Instance.RedisConfigsEntryB\x03\xe0\x41\x01\x12<\n\x04tier\x18\x11 \x01(\x0e\x32).google.cloud.redis.v1beta1.Instance.TierB\x03\xe0\x41\x02\x12\x1b\n\x0ememory_size_gb\x18\x12 \x01(\x05\x42\x03\xe0\x41\x02\x12\x1f\n\x12\x61uthorized_network\x18\x14 \x01(\tB\x03\xe0\x41\x01\x12%\n\x18persistence_iam_identity\x18\x15 \x01(\tB\x03\xe0\x41\x03\x12K\n\x0c\x63onnect_mode\x18\x16 \x01(\x0e\x32\x30.google.cloud.redis.v1beta1.Instance.ConnectModeB\x03\xe0\x41\x01\x12\x19\n\x0c\x61uth_enabled\x18\x17 \x01(\x08\x42\x03\xe0\x41\x01\x12H\n\x0fserver_ca_certs\x18\x19 \x03(\x0b\x32*.google.cloud.redis.v1beta1.TlsCertificateB\x03\xe0\x41\x03\x12`\n\x17transit_encryption_mode\x18\x1a \x01(\x0e\x32:.google.cloud.redis.v1beta1.Instance.TransitEncryptionModeB\x03\xe0\x41\x01\x12N\n\x12maintenance_policy\x18\x1b \x01(\x0b\x32-.google.cloud.redis.v1beta1.MaintenancePolicyB\x03\xe0\x41\x01\x12R\n\x14maintenance_schedule\x18\x1c \x01(\x0b\x32/.google.cloud.redis.v1beta1.MaintenanceScheduleB\x03\xe0\x41\x03\x12\x1a\n\rreplica_count\x18\x1f \x01(\x05\x42\x03\xe0\x41\x01\x12\x38\n\x05nodes\x18 \x03(\x0b\x32$.google.cloud.redis.v1beta1.NodeInfoB\x03\xe0\x41\x03\x12\x1a\n\rread_endpoint\x18! \x01(\tB\x03\xe0\x41\x03\x12\x1f\n\x12read_endpoint_port\x18\" \x01(\x05\x42\x03\xe0\x41\x03\x12V\n\x12read_replicas_mode\x18# \x01(\x0e\x32\x35.google.cloud.redis.v1beta1.Instance.ReadReplicasModeB\x03\xe0\x41\x01\x12N\n\x12persistence_config\x18% \x01(\x0b\x32-.google.cloud.redis.v1beta1.PersistenceConfigB\x03\xe0\x41\x01\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a\x33\n\x11RedisConfigsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\x94\x01\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x43REATING\x10\x01\x12\t\n\x05READY\x10\x02\x12\x0c\n\x08UPDATING\x10\x03\x12\x0c\n\x08\x44\x45LETING\x10\x04\x12\r\n\tREPAIRING\x10\x05\x12\x0f\n\x0bMAINTENANCE\x10\x06\x12\r\n\tIMPORTING\x10\x08\x12\x10\n\x0c\x46\x41ILING_OVER\x10\n\"8\n\x04Tier\x12\x14\n\x10TIER_UNSPECIFIED\x10\x00\x12\t\n\x05\x42\x41SIC\x10\x01\x12\x0f\n\x0bSTANDARD_HA\x10\x03\"[\n\x0b\x43onnectMode\x12\x1c\n\x18\x43ONNECT_MODE_UNSPECIFIED\x10\x00\x12\x12\n\x0e\x44IRECT_PEERING\x10\x01\x12\x1a\n\x16PRIVATE_SERVICE_ACCESS\x10\x02\"i\n\x15TransitEncryptionMode\x12\'\n#TRANSIT_ENCRYPTION_MODE_UNSPECIFIED\x10\x00\x12\x19\n\x15SERVER_AUTHENTICATION\x10\x01\x12\x0c\n\x08\x44ISABLED\x10\x02\"m\n\x10ReadReplicasMode\x12\"\n\x1eREAD_REPLICAS_MODE_UNSPECIFIED\x10\x00\x12\x1a\n\x16READ_REPLICAS_DISABLED\x10\x01\x12\x19\n\x15READ_REPLICAS_ENABLED\x10\x02:`\xea\x41]\n\x1dredis.googleapis.com/Instance\x12<projects/{project}/locations/{location}/instances/{instance}\"\x99\x04\n\x11PersistenceConfig\x12\\\n\x10persistence_mode\x18\x01 \x01(\x0e\x32=.google.cloud.redis.v1beta1.PersistenceConfig.PersistenceModeB\x03\xe0\x41\x01\x12^\n\x13rdb_snapshot_period\x18\x02 \x01(\x0e\x32<.google.cloud.redis.v1beta1.PersistenceConfig.SnapshotPeriodB\x03\xe0\x41\x01\x12?\n\x16rdb_next_snapshot_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12@\n\x17rdb_snapshot_start_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x01\"J\n\x0fPersistenceMode\x12 \n\x1cPERSISTENCE_MODE_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x44ISABLED\x10\x01\x12\x07\n\x03RDB\x10\x02\"w\n\x0eSnapshotPeriod\x12\x1f\n\x1bSNAPSHOT_PERIOD_UNSPECIFIED\x10\x00\x12\x0c\n\x08ONE_HOUR\x10\x03\x12\r\n\tSIX_HOURS\x10\x04\x12\x10\n\x0cTWELVE_HOURS\x10\x05\x12\x15\n\x11TWENTY_FOUR_HOURS\x10\x06\"\xe2\x02\n\x1cRescheduleMaintenanceRequest\x12\x33\n\x04name\x18\x01 \x01(\tB%\xe0\x41\x02\xfa\x41\x1f\n\x1dredis.googleapis.com/Instance\x12\x65\n\x0freschedule_type\x18\x02 \x01(\x0e\x32G.google.cloud.redis.v1beta1.RescheduleMaintenanceRequest.RescheduleTypeB\x03\xe0\x41\x02\x12\x36\n\rschedule_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x01\"n\n\x0eRescheduleType\x12\x1f\n\x1bRESCHEDULE_TYPE_UNSPECIFIED\x10\x00\x12\r\n\tIMMEDIATE\x10\x01\x12\x19\n\x15NEXT_AVAILABLE_WINDOW\x10\x02\x12\x11\n\rSPECIFIC_TIME\x10\x03\"\xf6\x01\n\x11MaintenancePolicy\x12\x34\n\x0b\x63reate_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x18\n\x0b\x64\x65scription\x18\x03 \x01(\tB\x03\xe0\x41\x01\x12[\n\x19weekly_maintenance_window\x18\x04 \x03(\x0b\x32\x33.google.cloud.redis.v1beta1.WeeklyMaintenanceWindowB\x03\xe0\x41\x01\"\xa6\x01\n\x17WeeklyMaintenanceWindow\x12(\n\x03\x64\x61y\x18\x01 \x01(\x0e\x32\x16.google.type.DayOfWeekB\x03\xe0\x41\x02\x12/\n\nstart_time\x18\x02 \x01(\x0b\x32\x16.google.type.TimeOfDayB\x03\xe0\x41\x02\x12\x30\n\x08\x64uration\x18\x03 \x01(\x0b\x32\x19.google.protobuf.DurationB\x03\xe0\x41\x03\"\xda\x01\n\x13MaintenanceSchedule\x12\x33\n\nstart_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x31\n\x08\x65nd_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x1a\n\x0e\x63\x61n_reschedule\x18\x03 \x01(\x08\x42\x02\x18\x01\x12?\n\x16schedule_deadline_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\"x\n\x14ListInstancesRequest\x12\x39\n\x06parent\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\n!locations.googleapis.com/Location\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\"~\n\x15ListInstancesResponse\x12\x37\n\tinstances\x18\x01 \x03(\x0b\x32$.google.cloud.redis.v1beta1.Instance\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12\x13\n\x0bunreachable\x18\x03 \x03(\t\"I\n\x12GetInstanceRequest\x12\x33\n\x04name\x18\x01 \x01(\tB%\xe0\x41\x02\xfa\x41\x1f\n\x1dredis.googleapis.com/Instance\"S\n\x1cGetInstanceAuthStringRequest\x12\x33\n\x04name\x18\x01 \x01(\tB%\xe0\x41\x02\xfa\x41\x1f\n\x1dredis.googleapis.com/Instance\")\n\x12InstanceAuthString\x12\x13\n\x0b\x61uth_string\x18\x01 \x01(\t\"\xa9\x01\n\x15\x43reateInstanceRequest\x12\x39\n\x06parent\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\n!locations.googleapis.com/Location\x12\x18\n\x0binstance_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12;\n\x08instance\x18\x03 \x01(\x0b\x32$.google.cloud.redis.v1beta1.InstanceB\x03\xe0\x41\x02\"\x8a\x01\n\x15UpdateInstanceRequest\x12\x34\n\x0bupdate_mask\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x02\x12;\n\x08instance\x18\x02 \x01(\x0b\x32$.google.cloud.redis.v1beta1.InstanceB\x03\xe0\x41\x02\"i\n\x16UpgradeInstanceRequest\x12\x33\n\x04name\x18\x01 \x01(\tB%\xe0\x41\x02\xfa\x41\x1f\n\x1dredis.googleapis.com/Instance\x12\x1a\n\rredis_version\x18\x02 \x01(\tB\x03\xe0\x41\x02\"L\n\x15\x44\x65leteInstanceRequest\x12\x33\n\x04name\x18\x01 \x01(\tB%\xe0\x41\x02\xfa\x41\x1f\n\x1dredis.googleapis.com/Instance\"\x1d\n\tGcsSource\x12\x10\n\x03uri\x18\x01 \x01(\tB\x03\xe0\x41\x02\"T\n\x0bInputConfig\x12;\n\ngcs_source\x18\x01 \x01(\x0b\x32%.google.cloud.redis.v1beta1.GcsSourceH\x00\x42\x08\n\x06source\"n\n\x15ImportInstanceRequest\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x42\n\x0cinput_config\x18\x03 \x01(\x0b\x32\'.google.cloud.redis.v1beta1.InputConfigB\x03\xe0\x41\x02\"\"\n\x0eGcsDestination\x12\x10\n\x03uri\x18\x01 \x01(\tB\x03\xe0\x41\x02\"d\n\x0cOutputConfig\x12\x45\n\x0fgcs_destination\x18\x01 \x01(\x0b\x32*.google.cloud.redis.v1beta1.GcsDestinationH\x00\x42\r\n\x0b\x64\x65stination\"p\n\x15\x45xportInstanceRequest\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x44\n\routput_config\x18\x03 \x01(\x0b\x32(.google.cloud.redis.v1beta1.OutputConfigB\x03\xe0\x41\x02\"\xa1\x02\n\x17\x46\x61iloverInstanceRequest\x12\x33\n\x04name\x18\x01 \x01(\tB%\xe0\x41\x02\xfa\x41\x1f\n\x1dredis.googleapis.com/Instance\x12i\n\x14\x64\x61ta_protection_mode\x18\x02 \x01(\x0e\x32\x46.google.cloud.redis.v1beta1.FailoverInstanceRequest.DataProtectionModeB\x03\xe0\x41\x01\"f\n\x12\x44\x61taProtectionMode\x12$\n DATA_PROTECTION_MODE_UNSPECIFIED\x10\x00\x12\x15\n\x11LIMITED_DATA_LOSS\x10\x01\x12\x13\n\x0f\x46ORCE_DATA_LOSS\x10\x02\"\xd3\x01\n\x10LocationMetadata\x12^\n\x0f\x61vailable_zones\x18\x01 \x03(\x0b\x32@.google.cloud.redis.v1beta1.LocationMetadata.AvailableZonesEntryB\x03\xe0\x41\x03\x1a_\n\x13\x41vailableZonesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x37\n\x05value\x18\x02 \x01(\x0b\x32(.google.cloud.redis.v1beta1.ZoneMetadata:\x02\x38\x01\"\x0e\n\x0cZoneMetadata\"\xbb\x01\n\x0eTlsCertificate\x12\x15\n\rserial_number\x18\x01 \x01(\t\x12\x0c\n\x04\x63\x65rt\x18\x02 \x01(\t\x12\x34\n\x0b\x63reate_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0b\x65xpire_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x18\n\x10sha1_fingerprint\x18\x05 \x01(\t2\xa8\x15\n\nCloudRedis\x12\xb9\x01\n\rListInstances\x12\x30.google.cloud.redis.v1beta1.ListInstancesRequest\x1a\x31.google.cloud.redis.v1beta1.ListInstancesResponse\"C\x82\xd3\xe4\x93\x02\x34\x12\x32/v1beta1/{parent=projects/*/locations/*}/instances\xda\x41\x06parent\x12\xa6\x01\n\x0bGetInstance\x12..google.cloud.redis.v1beta1.GetInstanceRequest\x1a$.google.cloud.redis.v1beta1.Instance\"A\x82\xd3\xe4\x93\x02\x34\x12\x32/v1beta1/{name=projects/*/locations/*/instances/*}\xda\x41\x04name\x12\xcf\x01\n\x15GetInstanceAuthString\x12\x38.google.cloud.redis.v1beta1.GetInstanceAuthStringRequest\x1a..google.cloud.redis.v1beta1.InstanceAuthString\"L\x82\xd3\xe4\x93\x02?\x12=/v1beta1/{name=projects/*/locations/*/instances/*}/authString\xda\x41\x04name\x12\x84\x02\n\x0e\x43reateInstance\x12\x31.google.cloud.redis.v1beta1.CreateInstanceRequest\x1a\x1d.google.longrunning.Operation\"\x9f\x01\x82\xd3\xe4\x93\x02>\"2/v1beta1/{parent=projects/*/locations/*}/instances:\x08instance\xda\x41\x1bparent,instance_id,instance\xca\x41:\n#google.cloud.redis.v1beta1.Instance\x12\x13google.protobuf.Any\x12\x86\x02\n\x0eUpdateInstance\x12\x31.google.cloud.redis.v1beta1.UpdateInstanceRequest\x1a\x1d.google.longrunning.Operation\"\xa1\x01\x82\xd3\xe4\x93\x02G2;/v1beta1/{instance.name=projects/*/locations/*/instances/*}:\x08instance\xda\x41\x14update_mask,instance\xca\x41:\n#google.cloud.redis.v1beta1.Instance\x12\x13google.protobuf.Any\x12\xfe\x01\n\x0fUpgradeInstance\x12\x32.google.cloud.redis.v1beta1.UpgradeInstanceRequest\x1a\x1d.google.longrunning.Operation\"\x97\x01\x82\xd3\xe4\x93\x02?\":/v1beta1/{name=projects/*/locations/*/instances/*}:upgrade:\x01*\xda\x41\x12name,redis_version\xca\x41:\n#google.cloud.redis.v1beta1.Instance\x12\x13google.protobuf.Any\x12\xfa\x01\n\x0eImportInstance\x12\x31.google.cloud.redis.v1beta1.ImportInstanceRequest\x1a\x1d.google.longrunning.Operation\"\x95\x01\x82\xd3\xe4\x93\x02>\"9/v1beta1/{name=projects/*/locations/*/instances/*}:import:\x01*\xda\x41\x11name,input_config\xca\x41:\n#google.cloud.redis.v1beta1.Instance\x12\x13google.protobuf.Any\x12\xfb\x01\n\x0e\x45xportInstance\x12\x31.google.cloud.redis.v1beta1.ExportInstanceRequest\x1a\x1d.google.longrunning.Operation\"\x96\x01\x82\xd3\xe4\x93\x02>\"9/v1beta1/{name=projects/*/locations/*/instances/*}:export:\x01*\xda\x41\x12name,output_config\xca\x41:\n#google.cloud.redis.v1beta1.Instance\x12\x13google.protobuf.Any\x12\x88\x02\n\x10\x46\x61iloverInstance\x12\x33.google.cloud.redis.v1beta1.FailoverInstanceRequest\x1a\x1d.google.longrunning.Operation\"\x9f\x01\x82\xd3\xe4\x93\x02@\";/v1beta1/{name=projects/*/locations/*/instances/*}:failover:\x01*\xda\x41\x19name,data_protection_mode\xca\x41:\n#google.cloud.redis.v1beta1.Instance\x12\x13google.protobuf.Any\x12\xd4\x01\n\x0e\x44\x65leteInstance\x12\x31.google.cloud.redis.v1beta1.DeleteInstanceRequest\x1a\x1d.google.longrunning.Operation\"p\x82\xd3\xe4\x93\x02\x34*2/v1beta1/{name=projects/*/locations/*/instances/*}\xda\x41\x04name\xca\x41,\n\x15google.protobuf.Empty\x12\x13google.protobuf.Any\x12\xaa\x02\n\x15RescheduleMaintenance\x12\x38.google.cloud.redis.v1beta1.RescheduleMaintenanceRequest\x1a\x1d.google.longrunning.Operation\"\xb7\x01\x82\xd3\xe4\x93\x02M\"H/v1beta1/{name=projects/*/locations/*/instances/*}:rescheduleMaintenance:\x01*\xda\x41$name, reschedule_type, schedule_time\xca\x41:\n#google.cloud.redis.v1beta1.Instance\x12\x13google.protobuf.Any\x1aH\xca\x41\x14redis.googleapis.com\xd2\x41.https://www.googleapis.com/auth/cloud-platformBt\n\x1e\x63om.google.cloud.redis.v1beta1B\x1a\x43loudRedisServiceBetaProtoP\x01Z4cloud.google.com/go/redis/apiv1beta1/redispb;redispbb\x06proto3"
20
+
21
+ pool = Google::Protobuf::DescriptorPool.generated_pool
22
+
23
+ begin
24
+ pool.add_serialized_file(descriptor_data)
25
+ rescue TypeError => e
26
+ # Compatibility code: will be removed in the next major version.
27
+ require 'google/protobuf/descriptor_pb'
28
+ parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
29
+ parsed.clear_dependency
30
+ serialized = parsed.class.encode(parsed)
31
+ file = pool.add_serialized_file(serialized)
32
+ warn "Warning: Protobuf detected an import path issue while loading generated file #{__FILE__}"
33
+ imports = [
34
+ ["google.protobuf.Timestamp", "google/protobuf/timestamp.proto"],
35
+ ["google.type.TimeOfDay", "google/type/timeofday.proto"],
36
+ ["google.protobuf.Duration", "google/protobuf/duration.proto"],
37
+ ["google.protobuf.FieldMask", "google/protobuf/field_mask.proto"],
38
+ ]
39
+ imports.each do |type_name, expected_filename|
40
+ import_file = pool.lookup(type_name).file_descriptor
41
+ if import_file.name != expected_filename
42
+ warn "- #{file.name} imports #{expected_filename}, but that import was loaded as #{import_file.name}"
212
43
  end
213
44
  end
45
+ warn "Each proto file must use a consistent fully-qualified name."
46
+ warn "This will become an error in the next major version."
214
47
  end
215
48
 
216
49
  module Google
@@ -0,0 +1,37 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Copyright 2023 Google LLC
4
+ #
5
+ # Licensed under the Apache License, Version 2.0 (the "License");
6
+ # you may not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # https://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing, software
12
+ # distributed under the License is distributed on an "AS IS" BASIS,
13
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ # See the License for the specific language governing permissions and
15
+ # limitations under the License.
16
+
17
+ # Auto-generated by gapic-generator-ruby. DO NOT EDIT!
18
+
19
+ require "google/cloud/redis/v1beta1/cloud_redis/rest"
20
+ require "google/cloud/redis/v1beta1/version"
21
+
22
+ module Google
23
+ module Cloud
24
+ module Redis
25
+ ##
26
+ # To load just the REST part of this package, including all its services, and instantiate a REST client:
27
+ #
28
+ # @example
29
+ #
30
+ # require "google/cloud/redis/v1beta1/rest"
31
+ # client = ::Google::Cloud::Redis::V1beta1::CloudRedis::Rest::Client.new
32
+ #
33
+ module V1beta1
34
+ end
35
+ end
36
+ end
37
+ end
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Redis
23
23
  module V1beta1
24
- VERSION = "0.8.0"
24
+ VERSION = "0.10.0"
25
25
  end
26
26
  end
27
27
  end
@@ -23,13 +23,18 @@ module Google
23
23
  module Cloud
24
24
  module Redis
25
25
  ##
26
- # To load this package, including all its services, and instantiate a client:
26
+ # API client module.
27
27
  #
28
- # @example
28
+ # @example Load this package, including all its services, and instantiate a gRPC client
29
29
  #
30
30
  # require "google/cloud/redis/v1beta1"
31
31
  # client = ::Google::Cloud::Redis::V1beta1::CloudRedis::Client.new
32
32
  #
33
+ # @example Load this package, including all its services, and instantiate a REST client
34
+ #
35
+ # require "google/cloud/redis/v1beta1"
36
+ # client = ::Google::Cloud::Redis::V1beta1::CloudRedis::Rest::Client.new
37
+ #
33
38
  module V1beta1
34
39
  end
35
40
  end