Skip to content

Commit

Permalink
chore: use templated noxfile.py (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Jun 22, 2021
1 parent 929880e commit c340d13
Show file tree
Hide file tree
Showing 9 changed files with 293 additions and 104 deletions.
6 changes: 1 addition & 5 deletions docs/conf.py
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
Expand Up @@ -16,7 +16,6 @@


from __future__ import absolute_import
import sys

from google.api_core.protobuf_helpers import get_messages

Expand Down
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
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
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
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

0 comments on commit c340d13

Please sign in to comment.