Skip to content

Commit b662d75

Browse files
yoshi-automationbusunkim96
authored andcommitted
[CHANGE ME] Re-generated logging to pick up changes in the API or client library generator. (#8064)
1 parent 1c37884 commit b662d75

11 files changed

+19
-6
lines changed

google/cloud/logging_v2/gapic/config_service_v2_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.logging.v2 ConfigServiceV2 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-logging").version
4547

4648

google/cloud/logging_v2/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

google/cloud/logging_v2/gapic/logging_service_v2_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.logging.v2 LoggingServiceV2 API."""
1718

1819
import functools
@@ -38,6 +39,7 @@
3839
from google.cloud.logging_v2.proto import logging_pb2_grpc
3940
from google.protobuf import empty_pb2
4041

42+
4143
_GAPIC_LIBRARY_VERSION = pkg_resources.get_distribution("google-cloud-logging").version
4244

4345

google/cloud/logging_v2/gapic/metrics_service_v2_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.logging.v2 MetricsServiceV2 API."""
1718

1819
import functools
@@ -43,6 +44,7 @@
4344
from google.protobuf import empty_pb2
4445
from google.protobuf import field_mask_pb2
4546

47+
4648
_GAPIC_LIBRARY_VERSION = pkg_resources.get_distribution("google-cloud-logging").version
4749

4850

google/cloud/logging_v2/gapic/transports/config_service_v2_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

1920
from google.cloud.logging_v2.proto import logging_config_pb2_grpc

google/cloud/logging_v2/gapic/transports/logging_service_v2_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

1920
from google.cloud.logging_v2.proto import logging_pb2_grpc

google/cloud/logging_v2/gapic/transports/metrics_service_v2_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

1920
from google.cloud.logging_v2.proto import logging_metrics_pb2_grpc

synth.metadata

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
2-
"updateTime": "2019-04-27T12:12:27.695009Z",
2+
"updateTime": "2019-05-21T12:25:22.738575Z",
33
"sources": [
44
{
55
"generator": {
66
"name": "artman",
7-
"version": "0.17.1",
8-
"dockerImage": "googleapis/artman@sha256:a40ca4dd4ef031c0ded4df4909ffdf7b3f20d29b23e682ef991eb60ba0ca6025"
7+
"version": "0.20.0",
8+
"dockerImage": "googleapis/artman@sha256:3246adac900f4bdbd62920e80de2e5877380e44036b3feae13667ec255ebf5ec"
99
}
1010
},
1111
{
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "808110e242c682d7ac2bab6d9c49fc3bf72d7604",
16-
"internalRef": "245313728"
15+
"sha": "32a10f69e2c9ce15bba13ab1ff928bacebb25160",
16+
"internalRef": "249058354"
1717
}
1818
},
1919
{
2020
"template": {
2121
"name": "python_library",
2222
"origin": "synthtool.gcp",
23-
"version": "2019.4.10"
23+
"version": "2019.5.2"
2424
}
2525
}
2626
],

tests/unit/gapic/v2/test_config_service_v2_client_v2.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
"""Unit tests."""
1718

1819
import mock

tests/unit/gapic/v2/test_logging_service_v2_client_v2.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
"""Unit tests."""
1718

1819
import mock

0 commit comments

Comments
 (0)