From 32024fddbe30e8cc2abca1cd32d8d30a701df502 Mon Sep 17 00:00:00 2001 From: yoshi-automation Date: Wed, 21 Nov 2018 05:10:50 -0800 Subject: [PATCH] [CHANGE ME] Re-generated asset to pick up changes in the API or client library generator. --- .../google/cloud/asset_v1beta1/gapic/enums.py | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/asset/google/cloud/asset_v1beta1/gapic/enums.py b/asset/google/cloud/asset_v1beta1/gapic/enums.py index b4cf3c0c80e4..eaa86d486168 100644 --- a/asset/google/cloud/asset_v1beta1/gapic/enums.py +++ b/asset/google/cloud/asset_v1beta1/gapic/enums.py @@ -18,6 +18,19 @@ import enum +class NullValue(enum.IntEnum): + """ + ``NullValue`` is a singleton enumeration to represent the null value for + the ``Value`` type union. + + The JSON representation for ``NullValue`` is JSON ``null``. + + Attributes: + NULL_VALUE (int): Null value. + """ + NULL_VALUE = 0 + + class ContentType(enum.IntEnum): """ Asset content type. @@ -30,16 +43,3 @@ class ContentType(enum.IntEnum): CONTENT_TYPE_UNSPECIFIED = 0 RESOURCE = 1 IAM_POLICY = 2 - - -class NullValue(enum.IntEnum): - """ - ``NullValue`` is a singleton enumeration to represent the null value for - the ``Value`` type union. - - The JSON representation for ``NullValue`` is JSON ``null``. - - Attributes: - NULL_VALUE (int): Null value. - """ - NULL_VALUE = 0