Skip to content
This repository was archived by the owner on Mar 15, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,14 +360,10 @@
intersphinx_mapping = {
"python": ("https://python.readthedocs.org/en/latest/", None),
"google-auth": ("https://googleapis.dev/python/google-auth/latest/", None),
"google.api_core": (
"https://googleapis.dev/python/google-api-core/latest/",
None,
),
"google.api_core": ("https://googleapis.dev/python/google-api-core/latest/", None,),
"grpc": ("https://grpc.github.io/grpc/python/", None),
"proto-plus": ("https://proto-plus-python.readthedocs.io/en/latest/", None),
"protobuf": ("https://googleapis.dev/python/protobuf/latest/", None),

}


Expand Down
1 change: 0 additions & 1 deletion google/identity/accesscontextmanager/type/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@


from __future__ import absolute_import
import sys

from google.api_core.protobuf_helpers import get_messages

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
serialized_options=b"\n-com.google.identity.accesscontextmanager.typeB\tTypeProtoP\001ZMgoogle.golang.org/genproto/googleapis/identity/accesscontextmanager/type;type\252\002)Google.Identity.AccessContextManager.Type\312\002)Google\\Identity\\AccessContextManager\\Type\352\002,Google::Identity::AccessContextManager::Type",
create_key=_descriptor._internal_create_key,
serialized_pb=b"\n@google/identity/accesscontextmanager/type/device_resources.proto\x12)google.identity.accesscontextmanager.type\x1a\x1cgoogle/api/annotations.proto*p\n\x16\x44\x65viceEncryptionStatus\x12\x1a\n\x16\x45NCRYPTION_UNSPECIFIED\x10\x00\x12\x1a\n\x16\x45NCRYPTION_UNSUPPORTED\x10\x01\x12\x0f\n\x0bUNENCRYPTED\x10\x02\x12\r\n\tENCRYPTED\x10\x03*\x82\x01\n\x06OsType\x12\x12\n\x0eOS_UNSPECIFIED\x10\x00\x12\x0f\n\x0b\x44\x45SKTOP_MAC\x10\x01\x12\x13\n\x0f\x44\x45SKTOP_WINDOWS\x10\x02\x12\x11\n\rDESKTOP_LINUX\x10\x03\x12\x15\n\x11\x44\x45SKTOP_CHROME_OS\x10\x06\x12\x0b\n\x07\x41NDROID\x10\x04\x12\x07\n\x03IOS\x10\x05*V\n\x15\x44\x65viceManagementLevel\x12\x1a\n\x16MANAGEMENT_UNSPECIFIED\x10\x00\x12\x08\n\x04NONE\x10\x01\x12\t\n\x05\x42\x41SIC\x10\x02\x12\x0c\n\x08\x43OMPLETE\x10\x03\x42\x92\x02\n-com.google.identity.accesscontextmanager.typeB\tTypeProtoP\x01ZMgoogle.golang.org/genproto/googleapis/identity/accesscontextmanager/type;type\xaa\x02)Google.Identity.AccessContextManager.Type\xca\x02)Google\\Identity\\AccessContextManager\\Type\xea\x02,Google::Identity::AccessContextManager::Typeb\x06proto3",
dependencies=[google_dot_api_dot_annotations__pb2.DESCRIPTOR],
dependencies=[google_dot_api_dot_annotations__pb2.DESCRIPTOR,],
)

_DEVICEENCRYPTIONSTATUS = _descriptor.EnumDescriptor(
Expand Down
1 change: 0 additions & 1 deletion google/identity/accesscontextmanager/v1/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@


from __future__ import absolute_import
import sys

from google.api_core.protobuf_helpers import get_messages

Expand Down
6 changes: 3 additions & 3 deletions google/identity/accesscontextmanager/v1/access_level_pb2.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
containing_type=None,
create_key=_descriptor._internal_create_key,
fields=[],
)
),
],
serialized_start=257,
serialized_end=569,
Expand Down Expand Up @@ -296,7 +296,7 @@
],
extensions=[],
nested_types=[],
enum_types=[_BASICLEVEL_CONDITIONCOMBININGFUNCTION],
enum_types=[_BASICLEVEL_CONDITIONCOMBININGFUNCTION,],
serialized_options=None,
is_extendable=False,
syntax="proto3",
Expand Down Expand Up @@ -469,7 +469,7 @@
serialized_options=None,
file=DESCRIPTOR,
create_key=_descriptor._internal_create_key,
)
),
],
extensions=[],
nested_types=[],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@
],
extensions=[],
nested_types=[],
enum_types=[_SERVICEPERIMETER_PERIMETERTYPE],
enum_types=[_SERVICEPERIMETER_PERIMETERTYPE,],
serialized_options=None,
is_extendable=False,
syntax="proto3",
Expand Down Expand Up @@ -415,7 +415,7 @@
),
],
extensions=[],
nested_types=[_SERVICEPERIMETERCONFIG_VPCACCESSIBLESERVICES],
nested_types=[_SERVICEPERIMETERCONFIG_VPCACCESSIBLESERVICES,],
enum_types=[],
serialized_options=None,
is_extendable=False,
Expand Down
Loading