Skip to content

Commit af64f39

Browse files
committed
chore: update librarian to v0.33.0
1 parent 453a77d commit af64f39

195 files changed

Lines changed: 1674 additions & 1562 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

librarian.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
language: python
15-
version: v0.31.0
15+
version: v0.33.0
1616
repo: googleapis/google-cloud-python
1717
sources:
1818
googleapis:

packages/google-cloud-access-context-manager/google/identity/accesscontextmanager/type/device_resources_pb2.py

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,25 @@
1515
# limitations under the License.
1616

1717
# Generated by the protocol buffer compiler. DO NOT EDIT!
18+
# NO CHECKED-IN PROTOBUF GENCODE
1819
# source: google/identity/accesscontextmanager/type/device_resources.proto
19-
# Protobuf Python Version: 4.25.3
20+
# Protobuf Python Version: 6.33.2
2021
"""Generated protocol buffer code."""
2122

2223
from google.protobuf import descriptor as _descriptor
2324
from google.protobuf import descriptor_pool as _descriptor_pool
25+
from google.protobuf import runtime_version as _runtime_version
2426
from google.protobuf import symbol_database as _symbol_database
2527
from google.protobuf.internal import builder as _builder
2628

29+
_runtime_version.ValidateProtobufRuntimeVersion(
30+
_runtime_version.Domain.PUBLIC,
31+
6,
32+
33,
33+
2,
34+
"",
35+
"google/identity/accesscontextmanager/type/device_resources.proto",
36+
)
2737
# @@protoc_insertion_point(imports)
2838

2939
_sym_db = _symbol_database.Default()
@@ -40,8 +50,8 @@
4050
"google.identity.accesscontextmanager.type.device_resources_pb2",
4151
_globals,
4252
)
43-
if _descriptor._USE_C_DESCRIPTORS == False:
44-
_globals["DESCRIPTOR"]._options = None
53+
if not _descriptor._USE_C_DESCRIPTORS:
54+
_globals["DESCRIPTOR"]._loaded_options = None
4555
_globals[
4656
"DESCRIPTOR"
4757
]._serialized_options = b"\n-com.google.identity.accesscontextmanager.typeB\tTypeProtoP\001ZHgoogle.golang.org/genproto/googleapis/identity/accesscontextmanager/type\252\002)Google.Identity.AccessContextManager.Type\312\002)Google\\Identity\\AccessContextManager\\Type\352\002,Google::Identity::AccessContextManager::Type"

0 commit comments

Comments
 (0)