Skip to content

Commit ba1ddc2

Browse files
yoshi-automationtseaver
authored andcommitted
[CHANGE ME] Re-generated redis to pick up changes in the API or client library generator. (#8068)
1 parent bfe7e58 commit ba1ddc2

File tree

14 files changed

+25
-5
lines changed

14 files changed

+25
-5
lines changed

redis/google/cloud/redis.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17+
1718
from __future__ import absolute_import
1819

1920
from google.cloud.redis_v1 import CloudRedisClient
2021
from google.cloud.redis_v1 import enums
2122
from google.cloud.redis_v1 import types
2223

24+
2325
__all__ = ("enums", "types", "CloudRedisClient")

redis/google/cloud/redis_v1/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17+
1718
from __future__ import absolute_import
1819

1920
from google.cloud.redis_v1 import types

redis/google/cloud/redis_v1/gapic/cloud_redis_client.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
16+
1617
"""Accesses the google.cloud.redis.v1 CloudRedis API."""
1718

1819
import functools
@@ -40,6 +41,7 @@
4041
from google.protobuf import empty_pb2
4142
from google.protobuf import field_mask_pb2
4243

44+
4345
_GAPIC_LIBRARY_VERSION = pkg_resources.get_distribution("google-cloud-redis").version
4446

4547

redis/google/cloud/redis_v1/gapic/enums.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
16+
1617
"""Wrappers for protocol buffer enum types."""
1718

1819
import enum

redis/google/cloud/redis_v1/gapic/transports/cloud_redis_grpc_transport.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17+
1718
import google.api_core.grpc_helpers
1819
import google.api_core.operations_v1
1920

redis/google/cloud/redis_v1/types.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17+
1718
from __future__ import absolute_import
1819
import sys
1920

@@ -26,6 +27,7 @@
2627
from google.protobuf import timestamp_pb2
2728
from google.rpc import status_pb2
2829

30+
2931
_shared_modules = [operations_pb2, any_pb2, field_mask_pb2, timestamp_pb2, status_pb2]
3032

3133
_local_modules = [cloud_redis_pb2]
@@ -42,4 +44,5 @@
4244
setattr(sys.modules[__name__], name, message)
4345
names.append(name)
4446

47+
4548
__all__ = tuple(sorted(names))

redis/google/cloud/redis_v1beta1/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17+
1718
from __future__ import absolute_import
1819

1920
from google.cloud.redis_v1beta1 import types

redis/google/cloud/redis_v1beta1/gapic/cloud_redis_client.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
16+
1617
"""Accesses the google.cloud.redis.v1beta1 CloudRedis API."""
1718

1819
import functools
@@ -41,6 +42,7 @@
4142
from google.protobuf import empty_pb2
4243
from google.protobuf import field_mask_pb2
4344

45+
4446
_GAPIC_LIBRARY_VERSION = pkg_resources.get_distribution("google-cloud-redis").version
4547

4648

redis/google/cloud/redis_v1beta1/gapic/enums.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
16+
1617
"""Wrappers for protocol buffer enum types."""
1718

1819
import enum

redis/google/cloud/redis_v1beta1/gapic/transports/cloud_redis_grpc_transport.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17+
1718
import google.api_core.grpc_helpers
1819
import google.api_core.operations_v1
1920

0 commit comments

Comments
 (0)