Skip to content

Automated Protos Update #788

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 12, 2024
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
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.