Skip to content

Commit

Permalink
release/endpointlocation.v1: Deprecated wifi-related fields
Browse files Browse the repository at this point in the history
[GENERATED_COMMIT]

Change-Id: I86dd6d9f69a5b2fc34f025ee69d065111cfb8fd2
  • Loading branch information
Arista-Jenkins authored and Charles Ding committed Aug 27, 2024
1 parent efce7f8 commit 877c24d
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 14 deletions.
26 changes: 16 additions & 10 deletions arista/endpointlocation/v1/endpointlocation_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 12 additions & 4 deletions arista/endpointlocation/v1/endpointlocation_pb2.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,9 @@ class _IdentifierTypeEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper.
"""IDENTIFIER_TYPE_HOSTNAME indicates a hostname identifier."""

IDENTIFIER_TYPE_USERNAME: _IdentifierType.ValueType # 7
"""IDENTIFIER_TYPE_USERNAME indicates a username identifier."""
"""IDENTIFIER_TYPE_USERNAME indicates a username identifier.
Deprecated - do not return usernames of wifi endpoints anymore
"""

IDENTIFIER_TYPE_OTHER: _IdentifierType.ValueType # 99999
"""IDENTIFIER_TYPE_OTHER is used for an unknown identifier."""
Expand Down Expand Up @@ -289,7 +291,9 @@ IDENTIFIER_TYPE_HOSTNAME: IdentifierType.ValueType # 6
"""IDENTIFIER_TYPE_HOSTNAME indicates a hostname identifier."""

IDENTIFIER_TYPE_USERNAME: IdentifierType.ValueType # 7
"""IDENTIFIER_TYPE_USERNAME indicates a username identifier."""
"""IDENTIFIER_TYPE_USERNAME indicates a username identifier.
Deprecated - do not return usernames of wifi endpoints anymore
"""

IDENTIFIER_TYPE_OTHER: IdentifierType.ValueType # 99999
"""IDENTIFIER_TYPE_OTHER is used for an unknown identifier."""
Expand Down Expand Up @@ -328,6 +332,7 @@ class _IdentifierSourceEnumTypeWrapper(google.protobuf.internal.enum_type_wrappe
IDENTIFIER_SOURCE_WIFI: _IdentifierSource.ValueType # 7
"""IDENTIFIER_SOURCE_WIFI indicates a WiFi endpoint that was learned through
a wireless manager.
Deprecated - do not support searches for wifi endpoints anymore
"""

class IdentifierSource(_IdentifierSource, metaclass=_IdentifierSourceEnumTypeWrapper):
Expand Down Expand Up @@ -362,6 +367,7 @@ IDENTIFIER_SOURCE_DHCP: IdentifierSource.ValueType # 6
IDENTIFIER_SOURCE_WIFI: IdentifierSource.ValueType # 7
"""IDENTIFIER_SOURCE_WIFI indicates a WiFi endpoint that was learned through
a wireless manager.
Deprecated - do not support searches for wifi endpoints anymore
"""

global___IdentifierSource = IdentifierSource
Expand Down Expand Up @@ -502,13 +508,14 @@ class _DeviceTypeEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._Enu
"""DEVICE_TYPE_INVENTORY indicates a device in the CloudVision inventory."""

DEVICE_TYPE_ENDPOINT: _DeviceType.ValueType # 2
"""DEVICE_TYPE_ENDPOINT indicates a non-WiFi endpoint that does not exist
"""DEVICE_TYPE_ENDPOINT indicates an endpoint that does not exist
in the CloudVision inventory.
"""

DEVICE_TYPE_WIFI_ENDPOINT: _DeviceType.ValueType # 3
"""DEVICE_TYPE_WIFI_ENDPOINT indicates a WiFi client/endpoint that does not
exist in the CloudVision inventory.
Deprecated - do not support searches for wifi endpoints anymore
"""

class DeviceType(_DeviceType, metaclass=_DeviceTypeEnumTypeWrapper):
Expand All @@ -524,13 +531,14 @@ DEVICE_TYPE_INVENTORY: DeviceType.ValueType # 1
"""DEVICE_TYPE_INVENTORY indicates a device in the CloudVision inventory."""

DEVICE_TYPE_ENDPOINT: DeviceType.ValueType # 2
"""DEVICE_TYPE_ENDPOINT indicates a non-WiFi endpoint that does not exist
"""DEVICE_TYPE_ENDPOINT indicates an endpoint that does not exist
in the CloudVision inventory.
"""

DEVICE_TYPE_WIFI_ENDPOINT: DeviceType.ValueType # 3
"""DEVICE_TYPE_WIFI_ENDPOINT indicates a WiFi client/endpoint that does not
exist in the CloudVision inventory.
Deprecated - do not support searches for wifi endpoints anymore
"""

global___DeviceType = DeviceType
Expand Down

0 comments on commit 877c24d

Please sign in to comment.