Skip to content

Commit

Permalink
Automated Protos Update (#788)
Browse files Browse the repository at this point in the history
Co-authored-by: viambot <[email protected]>
  • Loading branch information
github-actions[bot] and viambot authored Nov 12, 2024
1 parent 4119157 commit 0195d06
Show file tree
Hide file tree
Showing 6 changed files with 384 additions and 330 deletions.
10 changes: 9 additions & 1 deletion src/viam/gen/app/v1/app_grpc.py

Large diffs are not rendered by default.

658 changes: 331 additions & 327 deletions src/viam/gen/app/v1/app_pb2.py

Large diffs are not rendered by default.

38 changes: 38 additions & 0 deletions src/viam/gen/app/v1/app_pb2.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -851,6 +851,44 @@ class UpdateBillingServiceResponse(google.protobuf.message.Message):
...
global___UpdateBillingServiceResponse = UpdateBillingServiceResponse

@typing.final
class GetBillingServiceConfigRequest(google.protobuf.message.Message):
DESCRIPTOR: google.protobuf.descriptor.Descriptor
ORG_ID_FIELD_NUMBER: builtins.int
org_id: builtins.str

def __init__(self, *, org_id: builtins.str=...) -> None:
...

def ClearField(self, field_name: typing.Literal['org_id', b'org_id']) -> None:
...
global___GetBillingServiceConfigRequest = GetBillingServiceConfigRequest

@typing.final
class GetBillingServiceConfigResponse(google.protobuf.message.Message):
DESCRIPTOR: google.protobuf.descriptor.Descriptor
BILLING_ADDRESS_FIELD_NUMBER: builtins.int
SUPPORT_EMAIL_FIELD_NUMBER: builtins.int
LOGO_URL_FIELD_NUMBER: builtins.int
BILLING_DASHBOARD_URL_FIELD_NUMBER: builtins.int
support_email: builtins.str
logo_url: builtins.str
billing_dashboard_url: builtins.str

@property
def billing_address(self) -> global___BillingAddress:
...

def __init__(self, *, billing_address: global___BillingAddress | None=..., support_email: builtins.str=..., logo_url: builtins.str=..., billing_dashboard_url: builtins.str=...) -> None:
...

def HasField(self, field_name: typing.Literal['billing_address', b'billing_address']) -> builtins.bool:
...

def ClearField(self, field_name: typing.Literal['billing_address', b'billing_address', 'billing_dashboard_url', b'billing_dashboard_url', 'logo_url', b'logo_url', 'support_email', b'support_email']) -> None:
...
global___GetBillingServiceConfigResponse = GetBillingServiceConfigResponse

@typing.final
class DisableBillingServiceRequest(google.protobuf.message.Message):
DESCRIPTOR: google.protobuf.descriptor.Descriptor
Expand Down
4 changes: 4 additions & 0 deletions src/viam/proto/app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@
FragmentErrorType,
FragmentHistoryEntry,
FragmentVisibility,
GetBillingServiceConfigRequest,
GetBillingServiceConfigResponse,
GetFragmentHistoryRequest,
GetFragmentHistoryResponse,
GetFragmentRequest,
Expand Down Expand Up @@ -273,6 +275,8 @@
"FragmentErrorType",
"FragmentHistoryEntry",
"FragmentVisibility",
"GetBillingServiceConfigRequest",
"GetBillingServiceConfigResponse",
"GetFragmentHistoryRequest",
"GetFragmentHistoryResponse",
"GetFragmentRequest",
Expand Down
2 changes: 1 addition & 1 deletion src/viam/version_metadata.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.34.0"

API_VERSION = "v0.1.360"
API_VERSION = "v0.1.361"
SDK_VERSION = __version__
2 changes: 1 addition & 1 deletion uv.lock

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

0 comments on commit 0195d06

Please sign in to comment.