Skip to content

Commit 3f211da

Browse files
viambotgithub-actions[bot]
authored andcommitted
[WORKFLOW] Updating protos from viamrobotics/api, commit: 822059172d9d87bc9476c3c15ab1dfc7af2d5a76
1 parent 09b0b82 commit 3f211da

File tree

7 files changed

+88
-23
lines changed

7 files changed

+88
-23
lines changed

src/viam/gen/app/data/v1/data_grpc.py

Lines changed: 10 additions & 2 deletions
Large diffs are not rendered by default.

src/viam/gen/app/data/v1/data_pb2.py

Lines changed: 17 additions & 13 deletions
Large diffs are not rendered by default.

src/viam/gen/app/data/v1/data_pb2.pyi

Lines changed: 46 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1870,4 +1870,49 @@ class ListSavedQueriesResponse(google.protobuf.message.Message):
18701870

18711871
def ClearField(self, field_name: typing.Literal['queries', b'queries']) -> None:
18721872
...
1873-
global___ListSavedQueriesResponse = ListSavedQueriesResponse
1873+
global___ListSavedQueriesResponse = ListSavedQueriesResponse
1874+
1875+
@typing.final
1876+
class CreateBinaryDataSignedURLRequest(google.protobuf.message.Message):
1877+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
1878+
BINARY_DATA_ID_FIELD_NUMBER: builtins.int
1879+
EXPIRATION_MINUTES_FIELD_NUMBER: builtins.int
1880+
binary_data_id: builtins.str
1881+
'The binary data ID of the file to create a signed URL for.'
1882+
expiration_minutes: builtins.int
1883+
'Expiration time in minutes. Defaults to 15 minutes if not specified.\n Maximum allowed is 10080 minutes (7 days).\n '
1884+
1885+
def __init__(self, *, binary_data_id: builtins.str=..., expiration_minutes: builtins.int | None=...) -> None:
1886+
...
1887+
1888+
def HasField(self, field_name: typing.Literal['_expiration_minutes', b'_expiration_minutes', 'expiration_minutes', b'expiration_minutes']) -> builtins.bool:
1889+
...
1890+
1891+
def ClearField(self, field_name: typing.Literal['_expiration_minutes', b'_expiration_minutes', 'binary_data_id', b'binary_data_id', 'expiration_minutes', b'expiration_minutes']) -> None:
1892+
...
1893+
1894+
def WhichOneof(self, oneof_group: typing.Literal['_expiration_minutes', b'_expiration_minutes']) -> typing.Literal['expiration_minutes'] | None:
1895+
...
1896+
global___CreateBinaryDataSignedURLRequest = CreateBinaryDataSignedURLRequest
1897+
1898+
@typing.final
1899+
class CreateBinaryDataSignedURLResponse(google.protobuf.message.Message):
1900+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
1901+
SIGNED_URL_FIELD_NUMBER: builtins.int
1902+
EXPIRES_AT_FIELD_NUMBER: builtins.int
1903+
signed_url: builtins.str
1904+
'The signed URL for the binary data file.'
1905+
1906+
@property
1907+
def expires_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
1908+
"""Expiration time of the signed URL token."""
1909+
1910+
def __init__(self, *, signed_url: builtins.str=..., expires_at: google.protobuf.timestamp_pb2.Timestamp | None=...) -> None:
1911+
...
1912+
1913+
def HasField(self, field_name: typing.Literal['expires_at', b'expires_at']) -> builtins.bool:
1914+
...
1915+
1916+
def ClearField(self, field_name: typing.Literal['expires_at', b'expires_at', 'signed_url', b'signed_url']) -> None:
1917+
...
1918+
global___CreateBinaryDataSignedURLResponse = CreateBinaryDataSignedURLResponse

src/viam/gen/app/v1/billing_pb2.py

Lines changed: 6 additions & 6 deletions
Large diffs are not rendered by default.

src/viam/gen/app/v1/billing_pb2.pyi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ class _UsageCostTypeEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._
6565
USAGE_COST_TYPE_TABULAR_DATA_DATABASE_CLOUD_STORAGE: _UsageCostType.ValueType
6666
USAGE_COST_TYPE_TABULAR_DATA_DATABASE_COMPUTE: _UsageCostType.ValueType
6767
USAGE_COST_TYPE_BINARY_DATA_CROSS_REGION_EGRESS: _UsageCostType.ValueType
68+
USAGE_COST_TYPE_PIPELINE_SINK_CLOUD_STORAGE: _UsageCostType.ValueType
69+
USAGE_COST_TYPE_PIPELINE_SINK_COMPUTE: _UsageCostType.ValueType
6870

6971
class UsageCostType(_UsageCostType, metaclass=_UsageCostTypeEnumTypeWrapper):
7072
...
@@ -93,6 +95,8 @@ USAGE_COST_TYPE_TRAINING_LOGS_EGRESS: UsageCostType.ValueType
9395
USAGE_COST_TYPE_TABULAR_DATA_DATABASE_CLOUD_STORAGE: UsageCostType.ValueType
9496
USAGE_COST_TYPE_TABULAR_DATA_DATABASE_COMPUTE: UsageCostType.ValueType
9597
USAGE_COST_TYPE_BINARY_DATA_CROSS_REGION_EGRESS: UsageCostType.ValueType
98+
USAGE_COST_TYPE_PIPELINE_SINK_CLOUD_STORAGE: UsageCostType.ValueType
99+
USAGE_COST_TYPE_PIPELINE_SINK_COMPUTE: UsageCostType.ValueType
96100
global___UsageCostType = UsageCostType
97101

98102
class _SourceType:

src/viam/proto/app/data/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
Classification,
3030
ConfigureDatabaseUserRequest,
3131
ConfigureDatabaseUserResponse,
32+
CreateBinaryDataSignedURLRequest,
33+
CreateBinaryDataSignedURLResponse,
3234
CreateIndexRequest,
3335
CreateIndexResponse,
3436
CreateSavedQueryRequest,
@@ -117,6 +119,8 @@
117119
"Classification",
118120
"ConfigureDatabaseUserRequest",
119121
"ConfigureDatabaseUserResponse",
122+
"CreateBinaryDataSignedURLRequest",
123+
"CreateBinaryDataSignedURLResponse",
120124
"CreateIndexRequest",
121125
"CreateIndexResponse",
122126
"CreateSavedQueryRequest",

src/viam/version_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
__version__ = "0.61.0"
22

3-
API_VERSION = "v0.1.493"
3+
API_VERSION = "v0.1.495"
44
SDK_VERSION = __version__

0 commit comments

Comments
 (0)