Skip to content

Commit

Permalink
chore: upgrade gapic-generator-python to 0.46.3 (#299)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 373649163

Source-Link: googleapis/googleapis@7e1b14e

Source-Link: googleapis/googleapis-gen@0a3c7d2
  • Loading branch information
gcf-owl-bot[bot] committed May 14, 2021
1 parent 390a407 commit 90ef156
Show file tree
Hide file tree
Showing 38 changed files with 2,604 additions and 2,050 deletions.
391 changes: 391 additions & 0 deletions google/cloud/logging_v2/gapic_metadata.json
@@ -0,0 +1,391 @@
{
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
"language": "python",
"libraryPackage": "google.cloud.logging_v2",
"protoPackage": "google.logging.v2",
"schema": "1.0",
"services": {
"ConfigServiceV2": {
"clients": {
"grpc": {
"libraryClient": "ConfigServiceV2Client",
"rpcs": {
"CreateBucket": {
"methods": [
"create_bucket"
]
},
"CreateExclusion": {
"methods": [
"create_exclusion"
]
},
"CreateSink": {
"methods": [
"create_sink"
]
},
"CreateView": {
"methods": [
"create_view"
]
},
"DeleteBucket": {
"methods": [
"delete_bucket"
]
},
"DeleteExclusion": {
"methods": [
"delete_exclusion"
]
},
"DeleteSink": {
"methods": [
"delete_sink"
]
},
"DeleteView": {
"methods": [
"delete_view"
]
},
"GetBucket": {
"methods": [
"get_bucket"
]
},
"GetCmekSettings": {
"methods": [
"get_cmek_settings"
]
},
"GetExclusion": {
"methods": [
"get_exclusion"
]
},
"GetSink": {
"methods": [
"get_sink"
]
},
"GetView": {
"methods": [
"get_view"
]
},
"ListBuckets": {
"methods": [
"list_buckets"
]
},
"ListExclusions": {
"methods": [
"list_exclusions"
]
},
"ListSinks": {
"methods": [
"list_sinks"
]
},
"ListViews": {
"methods": [
"list_views"
]
},
"UndeleteBucket": {
"methods": [
"undelete_bucket"
]
},
"UpdateBucket": {
"methods": [
"update_bucket"
]
},
"UpdateCmekSettings": {
"methods": [
"update_cmek_settings"
]
},
"UpdateExclusion": {
"methods": [
"update_exclusion"
]
},
"UpdateSink": {
"methods": [
"update_sink"
]
},
"UpdateView": {
"methods": [
"update_view"
]
}
}
},
"grpc-async": {
"libraryClient": "ConfigServiceV2AsyncClient",
"rpcs": {
"CreateBucket": {
"methods": [
"create_bucket"
]
},
"CreateExclusion": {
"methods": [
"create_exclusion"
]
},
"CreateSink": {
"methods": [
"create_sink"
]
},
"CreateView": {
"methods": [
"create_view"
]
},
"DeleteBucket": {
"methods": [
"delete_bucket"
]
},
"DeleteExclusion": {
"methods": [
"delete_exclusion"
]
},
"DeleteSink": {
"methods": [
"delete_sink"
]
},
"DeleteView": {
"methods": [
"delete_view"
]
},
"GetBucket": {
"methods": [
"get_bucket"
]
},
"GetCmekSettings": {
"methods": [
"get_cmek_settings"
]
},
"GetExclusion": {
"methods": [
"get_exclusion"
]
},
"GetSink": {
"methods": [
"get_sink"
]
},
"GetView": {
"methods": [
"get_view"
]
},
"ListBuckets": {
"methods": [
"list_buckets"
]
},
"ListExclusions": {
"methods": [
"list_exclusions"
]
},
"ListSinks": {
"methods": [
"list_sinks"
]
},
"ListViews": {
"methods": [
"list_views"
]
},
"UndeleteBucket": {
"methods": [
"undelete_bucket"
]
},
"UpdateBucket": {
"methods": [
"update_bucket"
]
},
"UpdateCmekSettings": {
"methods": [
"update_cmek_settings"
]
},
"UpdateExclusion": {
"methods": [
"update_exclusion"
]
},
"UpdateSink": {
"methods": [
"update_sink"
]
},
"UpdateView": {
"methods": [
"update_view"
]
}
}
}
}
},
"LoggingServiceV2": {
"clients": {
"grpc": {
"libraryClient": "LoggingServiceV2Client",
"rpcs": {
"DeleteLog": {
"methods": [
"delete_log"
]
},
"ListLogEntries": {
"methods": [
"list_log_entries"
]
},
"ListLogs": {
"methods": [
"list_logs"
]
},
"ListMonitoredResourceDescriptors": {
"methods": [
"list_monitored_resource_descriptors"
]
},
"TailLogEntries": {
"methods": [
"tail_log_entries"
]
},
"WriteLogEntries": {
"methods": [
"write_log_entries"
]
}
}
},
"grpc-async": {
"libraryClient": "LoggingServiceV2AsyncClient",
"rpcs": {
"DeleteLog": {
"methods": [
"delete_log"
]
},
"ListLogEntries": {
"methods": [
"list_log_entries"
]
},
"ListLogs": {
"methods": [
"list_logs"
]
},
"ListMonitoredResourceDescriptors": {
"methods": [
"list_monitored_resource_descriptors"
]
},
"TailLogEntries": {
"methods": [
"tail_log_entries"
]
},
"WriteLogEntries": {
"methods": [
"write_log_entries"
]
}
}
}
}
},
"MetricsServiceV2": {
"clients": {
"grpc": {
"libraryClient": "MetricsServiceV2Client",
"rpcs": {
"CreateLogMetric": {
"methods": [
"create_log_metric"
]
},
"DeleteLogMetric": {
"methods": [
"delete_log_metric"
]
},
"GetLogMetric": {
"methods": [
"get_log_metric"
]
},
"ListLogMetrics": {
"methods": [
"list_log_metrics"
]
},
"UpdateLogMetric": {
"methods": [
"update_log_metric"
]
}
}
},
"grpc-async": {
"libraryClient": "MetricsServiceV2AsyncClient",
"rpcs": {
"CreateLogMetric": {
"methods": [
"create_log_metric"
]
},
"DeleteLogMetric": {
"methods": [
"delete_log_metric"
]
},
"GetLogMetric": {
"methods": [
"get_log_metric"
]
},
"ListLogMetrics": {
"methods": [
"list_log_metrics"
]
},
"UpdateLogMetric": {
"methods": [
"update_log_metric"
]
}
}
}
}
}
}
}
1 change: 0 additions & 1 deletion google/cloud/logging_v2/services/__init__.py
@@ -1,5 +1,4 @@
# -*- coding: utf-8 -*-

# Copyright 2020 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down

0 comments on commit 90ef156

Please sign in to comment.