google-cloud-redis-v1 0.10.0 → 0.11.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 44bb84a35e72306a6c4e085f17d60178f5647a2f6f6c5c08c6c469ceb64c775b
|
4
|
+
data.tar.gz: c1ba49dc8febda0609ce7be53b0582d4481b2885ba2f272eda8722d1eadec6ee
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1e7fbf20a821739c3dcc4a7d93a6f96cf05858c4c491564156c087b06b3914bd0407b5560adeb856de5ea39ff1a3020f6b49817b765b6ec4bdad1add7ea74146
|
7
|
+
data.tar.gz: 87e2ee37a35093b718df9bdd65a0cce0382b686b14821ef3e6b573357877fc5c9553196518151ba58d29417a3049b8c466288918732dd65df46af951ad7901e6
|
@@ -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/v1/cloud_redis.proto
|
3
4
|
|
@@ -15,220 +16,35 @@ require 'google/protobuf/timestamp_pb'
|
|
15
16
|
require 'google/type/dayofweek_pb'
|
16
17
|
require 'google/type/timeofday_pb'
|
17
18
|
|
18
|
-
|
19
|
-
add_file("google/cloud/redis/v1/cloud_redis.proto", :syntax => :proto3) do
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
optional :persistence_iam_identity, :string, 21
|
44
|
-
optional :connect_mode, :enum, 22, "google.cloud.redis.v1.Instance.ConnectMode"
|
45
|
-
optional :auth_enabled, :bool, 23
|
46
|
-
repeated :server_ca_certs, :message, 25, "google.cloud.redis.v1.TlsCertificate"
|
47
|
-
optional :transit_encryption_mode, :enum, 26, "google.cloud.redis.v1.Instance.TransitEncryptionMode"
|
48
|
-
optional :maintenance_policy, :message, 27, "google.cloud.redis.v1.MaintenancePolicy"
|
49
|
-
optional :maintenance_schedule, :message, 28, "google.cloud.redis.v1.MaintenanceSchedule"
|
50
|
-
optional :replica_count, :int32, 31
|
51
|
-
repeated :nodes, :message, 32, "google.cloud.redis.v1.NodeInfo"
|
52
|
-
optional :read_endpoint, :string, 33
|
53
|
-
optional :read_endpoint_port, :int32, 34
|
54
|
-
optional :read_replicas_mode, :enum, 35, "google.cloud.redis.v1.Instance.ReadReplicasMode"
|
55
|
-
optional :customer_managed_key, :string, 36
|
56
|
-
optional :persistence_config, :message, 37, "google.cloud.redis.v1.PersistenceConfig"
|
57
|
-
repeated :suspension_reasons, :enum, 38, "google.cloud.redis.v1.Instance.SuspensionReason"
|
58
|
-
optional :maintenance_version, :string, 39
|
59
|
-
repeated :available_maintenance_versions, :string, 40
|
60
|
-
end
|
61
|
-
add_enum "google.cloud.redis.v1.Instance.State" do
|
62
|
-
value :STATE_UNSPECIFIED, 0
|
63
|
-
value :CREATING, 1
|
64
|
-
value :READY, 2
|
65
|
-
value :UPDATING, 3
|
66
|
-
value :DELETING, 4
|
67
|
-
value :REPAIRING, 5
|
68
|
-
value :MAINTENANCE, 6
|
69
|
-
value :IMPORTING, 8
|
70
|
-
value :FAILING_OVER, 9
|
71
|
-
end
|
72
|
-
add_enum "google.cloud.redis.v1.Instance.Tier" do
|
73
|
-
value :TIER_UNSPECIFIED, 0
|
74
|
-
value :BASIC, 1
|
75
|
-
value :STANDARD_HA, 3
|
76
|
-
end
|
77
|
-
add_enum "google.cloud.redis.v1.Instance.ConnectMode" do
|
78
|
-
value :CONNECT_MODE_UNSPECIFIED, 0
|
79
|
-
value :DIRECT_PEERING, 1
|
80
|
-
value :PRIVATE_SERVICE_ACCESS, 2
|
81
|
-
end
|
82
|
-
add_enum "google.cloud.redis.v1.Instance.TransitEncryptionMode" do
|
83
|
-
value :TRANSIT_ENCRYPTION_MODE_UNSPECIFIED, 0
|
84
|
-
value :SERVER_AUTHENTICATION, 1
|
85
|
-
value :DISABLED, 2
|
86
|
-
end
|
87
|
-
add_enum "google.cloud.redis.v1.Instance.ReadReplicasMode" do
|
88
|
-
value :READ_REPLICAS_MODE_UNSPECIFIED, 0
|
89
|
-
value :READ_REPLICAS_DISABLED, 1
|
90
|
-
value :READ_REPLICAS_ENABLED, 2
|
91
|
-
end
|
92
|
-
add_enum "google.cloud.redis.v1.Instance.SuspensionReason" do
|
93
|
-
value :SUSPENSION_REASON_UNSPECIFIED, 0
|
94
|
-
value :CUSTOMER_MANAGED_KEY_ISSUE, 1
|
95
|
-
end
|
96
|
-
add_message "google.cloud.redis.v1.PersistenceConfig" do
|
97
|
-
optional :persistence_mode, :enum, 1, "google.cloud.redis.v1.PersistenceConfig.PersistenceMode"
|
98
|
-
optional :rdb_snapshot_period, :enum, 2, "google.cloud.redis.v1.PersistenceConfig.SnapshotPeriod"
|
99
|
-
optional :rdb_next_snapshot_time, :message, 4, "google.protobuf.Timestamp"
|
100
|
-
optional :rdb_snapshot_start_time, :message, 5, "google.protobuf.Timestamp"
|
101
|
-
end
|
102
|
-
add_enum "google.cloud.redis.v1.PersistenceConfig.PersistenceMode" do
|
103
|
-
value :PERSISTENCE_MODE_UNSPECIFIED, 0
|
104
|
-
value :DISABLED, 1
|
105
|
-
value :RDB, 2
|
106
|
-
end
|
107
|
-
add_enum "google.cloud.redis.v1.PersistenceConfig.SnapshotPeriod" do
|
108
|
-
value :SNAPSHOT_PERIOD_UNSPECIFIED, 0
|
109
|
-
value :ONE_HOUR, 3
|
110
|
-
value :SIX_HOURS, 4
|
111
|
-
value :TWELVE_HOURS, 5
|
112
|
-
value :TWENTY_FOUR_HOURS, 6
|
113
|
-
end
|
114
|
-
add_message "google.cloud.redis.v1.RescheduleMaintenanceRequest" do
|
115
|
-
optional :name, :string, 1
|
116
|
-
optional :reschedule_type, :enum, 2, "google.cloud.redis.v1.RescheduleMaintenanceRequest.RescheduleType"
|
117
|
-
optional :schedule_time, :message, 3, "google.protobuf.Timestamp"
|
118
|
-
end
|
119
|
-
add_enum "google.cloud.redis.v1.RescheduleMaintenanceRequest.RescheduleType" do
|
120
|
-
value :RESCHEDULE_TYPE_UNSPECIFIED, 0
|
121
|
-
value :IMMEDIATE, 1
|
122
|
-
value :NEXT_AVAILABLE_WINDOW, 2
|
123
|
-
value :SPECIFIC_TIME, 3
|
124
|
-
end
|
125
|
-
add_message "google.cloud.redis.v1.MaintenancePolicy" do
|
126
|
-
optional :create_time, :message, 1, "google.protobuf.Timestamp"
|
127
|
-
optional :update_time, :message, 2, "google.protobuf.Timestamp"
|
128
|
-
optional :description, :string, 3
|
129
|
-
repeated :weekly_maintenance_window, :message, 4, "google.cloud.redis.v1.WeeklyMaintenanceWindow"
|
130
|
-
end
|
131
|
-
add_message "google.cloud.redis.v1.WeeklyMaintenanceWindow" do
|
132
|
-
optional :day, :enum, 1, "google.type.DayOfWeek"
|
133
|
-
optional :start_time, :message, 2, "google.type.TimeOfDay"
|
134
|
-
optional :duration, :message, 3, "google.protobuf.Duration"
|
135
|
-
end
|
136
|
-
add_message "google.cloud.redis.v1.MaintenanceSchedule" do
|
137
|
-
optional :start_time, :message, 1, "google.protobuf.Timestamp"
|
138
|
-
optional :end_time, :message, 2, "google.protobuf.Timestamp"
|
139
|
-
optional :can_reschedule, :bool, 3
|
140
|
-
optional :schedule_deadline_time, :message, 5, "google.protobuf.Timestamp"
|
141
|
-
end
|
142
|
-
add_message "google.cloud.redis.v1.ListInstancesRequest" do
|
143
|
-
optional :parent, :string, 1
|
144
|
-
optional :page_size, :int32, 2
|
145
|
-
optional :page_token, :string, 3
|
146
|
-
end
|
147
|
-
add_message "google.cloud.redis.v1.ListInstancesResponse" do
|
148
|
-
repeated :instances, :message, 1, "google.cloud.redis.v1.Instance"
|
149
|
-
optional :next_page_token, :string, 2
|
150
|
-
repeated :unreachable, :string, 3
|
151
|
-
end
|
152
|
-
add_message "google.cloud.redis.v1.GetInstanceRequest" do
|
153
|
-
optional :name, :string, 1
|
154
|
-
end
|
155
|
-
add_message "google.cloud.redis.v1.GetInstanceAuthStringRequest" do
|
156
|
-
optional :name, :string, 1
|
157
|
-
end
|
158
|
-
add_message "google.cloud.redis.v1.InstanceAuthString" do
|
159
|
-
optional :auth_string, :string, 1
|
160
|
-
end
|
161
|
-
add_message "google.cloud.redis.v1.CreateInstanceRequest" do
|
162
|
-
optional :parent, :string, 1
|
163
|
-
optional :instance_id, :string, 2
|
164
|
-
optional :instance, :message, 3, "google.cloud.redis.v1.Instance"
|
165
|
-
end
|
166
|
-
add_message "google.cloud.redis.v1.UpdateInstanceRequest" do
|
167
|
-
optional :update_mask, :message, 1, "google.protobuf.FieldMask"
|
168
|
-
optional :instance, :message, 2, "google.cloud.redis.v1.Instance"
|
169
|
-
end
|
170
|
-
add_message "google.cloud.redis.v1.UpgradeInstanceRequest" do
|
171
|
-
optional :name, :string, 1
|
172
|
-
optional :redis_version, :string, 2
|
173
|
-
end
|
174
|
-
add_message "google.cloud.redis.v1.DeleteInstanceRequest" do
|
175
|
-
optional :name, :string, 1
|
176
|
-
end
|
177
|
-
add_message "google.cloud.redis.v1.GcsSource" do
|
178
|
-
optional :uri, :string, 1
|
179
|
-
end
|
180
|
-
add_message "google.cloud.redis.v1.InputConfig" do
|
181
|
-
oneof :source do
|
182
|
-
optional :gcs_source, :message, 1, "google.cloud.redis.v1.GcsSource"
|
183
|
-
end
|
184
|
-
end
|
185
|
-
add_message "google.cloud.redis.v1.ImportInstanceRequest" do
|
186
|
-
optional :name, :string, 1
|
187
|
-
optional :input_config, :message, 3, "google.cloud.redis.v1.InputConfig"
|
188
|
-
end
|
189
|
-
add_message "google.cloud.redis.v1.GcsDestination" do
|
190
|
-
optional :uri, :string, 1
|
191
|
-
end
|
192
|
-
add_message "google.cloud.redis.v1.OutputConfig" do
|
193
|
-
oneof :destination do
|
194
|
-
optional :gcs_destination, :message, 1, "google.cloud.redis.v1.GcsDestination"
|
195
|
-
end
|
196
|
-
end
|
197
|
-
add_message "google.cloud.redis.v1.ExportInstanceRequest" do
|
198
|
-
optional :name, :string, 1
|
199
|
-
optional :output_config, :message, 3, "google.cloud.redis.v1.OutputConfig"
|
200
|
-
end
|
201
|
-
add_message "google.cloud.redis.v1.FailoverInstanceRequest" do
|
202
|
-
optional :name, :string, 1
|
203
|
-
optional :data_protection_mode, :enum, 2, "google.cloud.redis.v1.FailoverInstanceRequest.DataProtectionMode"
|
204
|
-
end
|
205
|
-
add_enum "google.cloud.redis.v1.FailoverInstanceRequest.DataProtectionMode" do
|
206
|
-
value :DATA_PROTECTION_MODE_UNSPECIFIED, 0
|
207
|
-
value :LIMITED_DATA_LOSS, 1
|
208
|
-
value :FORCE_DATA_LOSS, 2
|
209
|
-
end
|
210
|
-
add_message "google.cloud.redis.v1.OperationMetadata" do
|
211
|
-
optional :create_time, :message, 1, "google.protobuf.Timestamp"
|
212
|
-
optional :end_time, :message, 2, "google.protobuf.Timestamp"
|
213
|
-
optional :target, :string, 3
|
214
|
-
optional :verb, :string, 4
|
215
|
-
optional :status_detail, :string, 5
|
216
|
-
optional :cancel_requested, :bool, 6
|
217
|
-
optional :api_version, :string, 7
|
218
|
-
end
|
219
|
-
add_message "google.cloud.redis.v1.LocationMetadata" do
|
220
|
-
map :available_zones, :string, :message, 1, "google.cloud.redis.v1.ZoneMetadata"
|
221
|
-
end
|
222
|
-
add_message "google.cloud.redis.v1.ZoneMetadata" do
|
223
|
-
end
|
224
|
-
add_message "google.cloud.redis.v1.TlsCertificate" do
|
225
|
-
optional :serial_number, :string, 1
|
226
|
-
optional :cert, :string, 2
|
227
|
-
optional :create_time, :message, 3, "google.protobuf.Timestamp"
|
228
|
-
optional :expire_time, :message, 4, "google.protobuf.Timestamp"
|
229
|
-
optional :sha1_fingerprint, :string, 5
|
19
|
+
|
20
|
+
descriptor_data = "\n\'google/cloud/redis/v1/cloud_redis.proto\x12\x15google.cloud.redis.v1\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\x1bgoogle/protobuf/empty.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\"\x85\x13\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+.google.cloud.redis.v1.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\x39\n\x05state\x18\x0e \x01(\x0e\x32%.google.cloud.redis.v1.Instance.StateB\x03\xe0\x41\x03\x12\x1b\n\x0estatus_message\x18\x0f \x01(\tB\x03\xe0\x41\x03\x12M\n\rredis_configs\x18\x10 \x03(\x0b\x32\x31.google.cloud.redis.v1.Instance.RedisConfigsEntryB\x03\xe0\x41\x01\x12\x37\n\x04tier\x18\x11 \x01(\x0e\x32$.google.cloud.redis.v1.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\x12\x46\n\x0c\x63onnect_mode\x18\x16 \x01(\x0e\x32+.google.cloud.redis.v1.Instance.ConnectModeB\x03\xe0\x41\x01\x12\x19\n\x0c\x61uth_enabled\x18\x17 \x01(\x08\x42\x03\xe0\x41\x01\x12\x43\n\x0fserver_ca_certs\x18\x19 \x03(\x0b\x32%.google.cloud.redis.v1.TlsCertificateB\x03\xe0\x41\x03\x12[\n\x17transit_encryption_mode\x18\x1a \x01(\x0e\x32\x35.google.cloud.redis.v1.Instance.TransitEncryptionModeB\x03\xe0\x41\x01\x12I\n\x12maintenance_policy\x18\x1b \x01(\x0b\x32(.google.cloud.redis.v1.MaintenancePolicyB\x03\xe0\x41\x01\x12M\n\x14maintenance_schedule\x18\x1c \x01(\x0b\x32*.google.cloud.redis.v1.MaintenanceScheduleB\x03\xe0\x41\x03\x12\x1a\n\rreplica_count\x18\x1f \x01(\x05\x42\x03\xe0\x41\x01\x12\x33\n\x05nodes\x18 \x03(\x0b\x32\x1f.google.cloud.redis.v1.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\x12Q\n\x12read_replicas_mode\x18# \x01(\x0e\x32\x30.google.cloud.redis.v1.Instance.ReadReplicasModeB\x03\xe0\x41\x01\x12!\n\x14\x63ustomer_managed_key\x18$ \x01(\tB\x03\xe0\x41\x01\x12I\n\x12persistence_config\x18% \x01(\x0b\x32(.google.cloud.redis.v1.PersistenceConfigB\x03\xe0\x41\x01\x12Q\n\x12suspension_reasons\x18& \x03(\x0e\x32\x30.google.cloud.redis.v1.Instance.SuspensionReasonB\x03\xe0\x41\x01\x12 \n\x13maintenance_version\x18\' \x01(\tB\x03\xe0\x41\x01\x12+\n\x1e\x61vailable_maintenance_versions\x18( \x03(\tB\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\t\"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\"U\n\x10SuspensionReason\x12!\n\x1dSUSPENSION_REASON_UNSPECIFIED\x10\x00\x12\x1e\n\x1a\x43USTOMER_MANAGED_KEY_ISSUE\x10\x01:`\xea\x41]\n\x1dredis.googleapis.com/Instance\x12<projects/{project}/locations/{location}/instances/{instance}\"\x8f\x04\n\x11PersistenceConfig\x12W\n\x10persistence_mode\x18\x01 \x01(\x0e\x32\x38.google.cloud.redis.v1.PersistenceConfig.PersistenceModeB\x03\xe0\x41\x01\x12Y\n\x13rdb_snapshot_period\x18\x02 \x01(\x0e\x32\x37.google.cloud.redis.v1.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\"\xdd\x02\n\x1cRescheduleMaintenanceRequest\x12\x33\n\x04name\x18\x01 \x01(\tB%\xe0\x41\x02\xfa\x41\x1f\n\x1dredis.googleapis.com/Instance\x12`\n\x0freschedule_type\x18\x02 \x01(\x0e\x32\x42.google.cloud.redis.v1.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\"\xf1\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\x12V\n\x19weekly_maintenance_window\x18\x04 \x03(\x0b\x32..google.cloud.redis.v1.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\"y\n\x15ListInstancesResponse\x12\x32\n\tinstances\x18\x01 \x03(\x0b\x32\x1f.google.cloud.redis.v1.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\"\xa4\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\x36\n\x08instance\x18\x03 \x01(\x0b\x32\x1f.google.cloud.redis.v1.InstanceB\x03\xe0\x41\x02\"\x85\x01\n\x15UpdateInstanceRequest\x12\x34\n\x0bupdate_mask\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x02\x12\x36\n\x08instance\x18\x02 \x01(\x0b\x32\x1f.google.cloud.redis.v1.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\"O\n\x0bInputConfig\x12\x36\n\ngcs_source\x18\x01 \x01(\x0b\x32 .google.cloud.redis.v1.GcsSourceH\x00\x42\x08\n\x06source\"i\n\x15ImportInstanceRequest\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12=\n\x0cinput_config\x18\x03 \x01(\x0b\x32\".google.cloud.redis.v1.InputConfigB\x03\xe0\x41\x02\"\"\n\x0eGcsDestination\x12\x10\n\x03uri\x18\x01 \x01(\tB\x03\xe0\x41\x02\"_\n\x0cOutputConfig\x12@\n\x0fgcs_destination\x18\x01 \x01(\x0b\x32%.google.cloud.redis.v1.GcsDestinationH\x00\x42\r\n\x0b\x64\x65stination\"k\n\x15\x45xportInstanceRequest\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12?\n\routput_config\x18\x03 \x01(\x0b\x32#.google.cloud.redis.v1.OutputConfigB\x03\xe0\x41\x02\"\x9c\x02\n\x17\x46\x61iloverInstanceRequest\x12\x33\n\x04name\x18\x01 \x01(\tB%\xe0\x41\x02\xfa\x41\x1f\n\x1dredis.googleapis.com/Instance\x12\x64\n\x14\x64\x61ta_protection_mode\x18\x02 \x01(\x0e\x32\x41.google.cloud.redis.v1.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\"\xd6\x01\n\x11OperationMetadata\x12/\n\x0b\x63reate_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12,\n\x08\x65nd_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0e\n\x06target\x18\x03 \x01(\t\x12\x0c\n\x04verb\x18\x04 \x01(\t\x12\x15\n\rstatus_detail\x18\x05 \x01(\t\x12\x18\n\x10\x63\x61ncel_requested\x18\x06 \x01(\x08\x12\x13\n\x0b\x61pi_version\x18\x07 \x01(\t\"\xc9\x01\n\x10LocationMetadata\x12Y\n\x0f\x61vailable_zones\x18\x01 \x03(\x0b\x32;.google.cloud.redis.v1.LocationMetadata.AvailableZonesEntryB\x03\xe0\x41\x03\x1aZ\n\x13\x41vailableZonesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x32\n\x05value\x18\x02 \x01(\x0b\x32#.google.cloud.redis.v1.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\xaa\x01\n\rListInstances\x12+.google.cloud.redis.v1.ListInstancesRequest\x1a,.google.cloud.redis.v1.ListInstancesResponse\">\x82\xd3\xe4\x93\x02/\x12-/v1/{parent=projects/*/locations/*}/instances\xda\x41\x06parent\x12\x97\x01\n\x0bGetInstance\x12).google.cloud.redis.v1.GetInstanceRequest\x1a\x1f.google.cloud.redis.v1.Instance\"<\x82\xd3\xe4\x93\x02/\x12-/v1/{name=projects/*/locations/*/instances/*}\xda\x41\x04name\x12\xc0\x01\n\x15GetInstanceAuthString\x12\x33.google.cloud.redis.v1.GetInstanceAuthStringRequest\x1a).google.cloud.redis.v1.InstanceAuthString\"G\x82\xd3\xe4\x93\x02:\x12\x38/v1/{name=projects/*/locations/*/instances/*}/authString\xda\x41\x04name\x12\x89\x02\n\x0e\x43reateInstance\x12,.google.cloud.redis.v1.CreateInstanceRequest\x1a\x1d.google.longrunning.Operation\"\xa9\x01\x82\xd3\xe4\x93\x02\x39\"-/v1/{parent=projects/*/locations/*}/instances:\x08instance\xda\x41\x1bparent,instance_id,instance\xca\x41I\n\x1egoogle.cloud.redis.v1.Instance\x12\'google.cloud.redis.v1.OperationMetadata\x12\x8b\x02\n\x0eUpdateInstance\x12,.google.cloud.redis.v1.UpdateInstanceRequest\x1a\x1d.google.longrunning.Operation\"\xab\x01\x82\xd3\xe4\x93\x02\x42\x32\x36/v1/{instance.name=projects/*/locations/*/instances/*}:\x08instance\xda\x41\x14update_mask,instance\xca\x41I\n\x1egoogle.cloud.redis.v1.Instance\x12\'google.cloud.redis.v1.OperationMetadata\x12\x83\x02\n\x0fUpgradeInstance\x12-.google.cloud.redis.v1.UpgradeInstanceRequest\x1a\x1d.google.longrunning.Operation\"\xa1\x01\x82\xd3\xe4\x93\x02:\"5/v1/{name=projects/*/locations/*/instances/*}:upgrade:\x01*\xda\x41\x12name,redis_version\xca\x41I\n\x1egoogle.cloud.redis.v1.Instance\x12\'google.cloud.redis.v1.OperationMetadata\x12\xff\x01\n\x0eImportInstance\x12,.google.cloud.redis.v1.ImportInstanceRequest\x1a\x1d.google.longrunning.Operation\"\x9f\x01\x82\xd3\xe4\x93\x02\x39\"4/v1/{name=projects/*/locations/*/instances/*}:import:\x01*\xda\x41\x11name,input_config\xca\x41I\n\x1egoogle.cloud.redis.v1.Instance\x12\'google.cloud.redis.v1.OperationMetadata\x12\x80\x02\n\x0e\x45xportInstance\x12,.google.cloud.redis.v1.ExportInstanceRequest\x1a\x1d.google.longrunning.Operation\"\xa0\x01\x82\xd3\xe4\x93\x02\x39\"4/v1/{name=projects/*/locations/*/instances/*}:export:\x01*\xda\x41\x12name,output_config\xca\x41I\n\x1egoogle.cloud.redis.v1.Instance\x12\'google.cloud.redis.v1.OperationMetadata\x12\x8d\x02\n\x10\x46\x61iloverInstance\x12..google.cloud.redis.v1.FailoverInstanceRequest\x1a\x1d.google.longrunning.Operation\"\xa9\x01\x82\xd3\xe4\x93\x02;\"6/v1/{name=projects/*/locations/*/instances/*}:failover:\x01*\xda\x41\x19name,data_protection_mode\xca\x41I\n\x1egoogle.cloud.redis.v1.Instance\x12\'google.cloud.redis.v1.OperationMetadata\x12\xde\x01\n\x0e\x44\x65leteInstance\x12,.google.cloud.redis.v1.DeleteInstanceRequest\x1a\x1d.google.longrunning.Operation\"\x7f\x82\xd3\xe4\x93\x02/*-/v1/{name=projects/*/locations/*/instances/*}\xda\x41\x04name\xca\x41@\n\x15google.protobuf.Empty\x12\'google.cloud.redis.v1.OperationMetadata\x12\xaf\x02\n\x15RescheduleMaintenance\x12\x33.google.cloud.redis.v1.RescheduleMaintenanceRequest\x1a\x1d.google.longrunning.Operation\"\xc1\x01\x82\xd3\xe4\x93\x02H\"C/v1/{name=projects/*/locations/*/instances/*}:rescheduleMaintenance:\x01*\xda\x41$name, reschedule_type, schedule_time\xca\x41I\n\x1egoogle.cloud.redis.v1.Instance\x12\'google.cloud.redis.v1.OperationMetadata\x1aH\xca\x41\x14redis.googleapis.com\xd2\x41.https://www.googleapis.com/auth/cloud-platformBh\n\x19\x63om.google.cloud.redis.v1B\x18\x43loudRedisServiceV1ProtoP\x01Z/cloud.google.com/go/redis/apiv1/redispb;redispbb\x06proto3"
|
21
|
+
|
22
|
+
pool = Google::Protobuf::DescriptorPool.generated_pool
|
23
|
+
|
24
|
+
begin
|
25
|
+
pool.add_serialized_file(descriptor_data)
|
26
|
+
rescue TypeError => e
|
27
|
+
# Compatibility code: will be removed in the next major version.
|
28
|
+
require 'google/protobuf/descriptor_pb'
|
29
|
+
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
30
|
+
parsed.clear_dependency
|
31
|
+
serialized = parsed.class.encode(parsed)
|
32
|
+
file = pool.add_serialized_file(serialized)
|
33
|
+
warn "Warning: Protobuf detected an import path issue while loading generated file #{__FILE__}"
|
34
|
+
imports = [
|
35
|
+
["google.protobuf.Timestamp", "google/protobuf/timestamp.proto"],
|
36
|
+
["google.type.TimeOfDay", "google/type/timeofday.proto"],
|
37
|
+
["google.protobuf.Duration", "google/protobuf/duration.proto"],
|
38
|
+
["google.protobuf.FieldMask", "google/protobuf/field_mask.proto"],
|
39
|
+
]
|
40
|
+
imports.each do |type_name, expected_filename|
|
41
|
+
import_file = pool.lookup(type_name).file_descriptor
|
42
|
+
if import_file.name != expected_filename
|
43
|
+
warn "- #{file.name} imports #{expected_filename}, but that import was loaded as #{import_file.name}"
|
230
44
|
end
|
231
45
|
end
|
46
|
+
warn "Each proto file must use a consistent fully-qualified name."
|
47
|
+
warn "This will become an error in the next major version."
|
232
48
|
end
|
233
49
|
|
234
50
|
module Google
|
@@ -43,8 +43,12 @@ module Google
|
|
43
43
|
# if (any.is(Foo.class)) {
|
44
44
|
# foo = any.unpack(Foo.class);
|
45
45
|
# }
|
46
|
+
# // or ...
|
47
|
+
# if (any.isSameTypeAs(Foo.getDefaultInstance())) {
|
48
|
+
# foo = any.unpack(Foo.getDefaultInstance());
|
49
|
+
# }
|
46
50
|
#
|
47
|
-
#
|
51
|
+
# Example 3: Pack and unpack a message in Python.
|
48
52
|
#
|
49
53
|
# foo = Foo(...)
|
50
54
|
# any = Any()
|
@@ -54,7 +58,7 @@ module Google
|
|
54
58
|
# any.Unpack(foo)
|
55
59
|
# ...
|
56
60
|
#
|
57
|
-
#
|
61
|
+
# Example 4: Pack and unpack a message in Go
|
58
62
|
#
|
59
63
|
# foo := &pb.Foo{...}
|
60
64
|
# any, err := anypb.New(foo)
|
@@ -73,9 +77,8 @@ module Google
|
|
73
77
|
# in the type URL, for example "foo.bar.com/x/y.z" will yield type
|
74
78
|
# name "y.z".
|
75
79
|
#
|
76
|
-
#
|
77
80
|
# JSON
|
78
|
-
#
|
81
|
+
# ====
|
79
82
|
# The JSON representation of an `Any` value uses the regular
|
80
83
|
# representation of the deserialized, embedded message, with an
|
81
84
|
# additional field `@type` which contains the type URL. Example:
|
@@ -69,7 +69,6 @@ module Google
|
|
69
69
|
# Timestamp timestamp = Timestamp.newBuilder().setSeconds(millis / 1000)
|
70
70
|
# .setNanos((int) ((millis % 1000) * 1000000)).build();
|
71
71
|
#
|
72
|
-
#
|
73
72
|
# Example 5: Compute Timestamp from Java `Instant.now()`.
|
74
73
|
#
|
75
74
|
# Instant now = Instant.now();
|
@@ -78,7 +77,6 @@ module Google
|
|
78
77
|
# Timestamp.newBuilder().setSeconds(now.getEpochSecond())
|
79
78
|
# .setNanos(now.getNano()).build();
|
80
79
|
#
|
81
|
-
#
|
82
80
|
# Example 6: Compute Timestamp from current time in Python.
|
83
81
|
#
|
84
82
|
# timestamp = Timestamp()
|
@@ -108,7 +106,7 @@ module Google
|
|
108
106
|
# [`strftime`](https://docs.python.org/2/library/time.html#time.strftime) with
|
109
107
|
# the time format spec '%Y-%m-%dT%H:%M:%S.%fZ'. Likewise, in Java, one can use
|
110
108
|
# the Joda Time's [`ISODateTimeFormat.dateTime()`](
|
111
|
-
# http://
|
109
|
+
# http://joda-time.sourceforge.net/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime()
|
112
110
|
# ) to obtain a formatter capable of generating timestamps in this format.
|
113
111
|
# @!attribute [rw] seconds
|
114
112
|
# @return [::Integer]
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-redis-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.11.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: 2023-
|
11
|
+
date: 2023-06-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.19.0
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
29
|
+
version: 0.19.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|