strongdm 11.11.0__zip → 11.12.0__zip
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {strongdm-11.11.0 → strongdm-11.12.0}/PKG-INFO +2 -2
- {strongdm-11.11.0 → strongdm-11.12.0}/setup.py +2 -2
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/client.py +1 -1
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/constants.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/drivers_pb2.py +261 -261
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/models.py +783 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/nodes_pb2.py +11 -11
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/plumbing.py +174 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm.egg-info/PKG-INFO +2 -2
- {strongdm-11.11.0 → strongdm-11.12.0}/LICENSE +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/README.md +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/setup.cfg +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/__init__.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/access_request_events_history_pb2.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/access_request_events_history_pb2_grpc.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/access_requests_history_pb2.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/access_requests_history_pb2_grpc.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/access_requests_pb2.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/access_requests_pb2_grpc.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/account_attachments_history_pb2.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/account_attachments_history_pb2_grpc.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/account_attachments_pb2.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/account_attachments_pb2_grpc.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/account_grants_history_pb2.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/account_grants_history_pb2_grpc.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/account_grants_pb2.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/account_grants_pb2_grpc.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/account_permissions_pb2.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/account_permissions_pb2_grpc.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/account_resources_history_pb2.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/account_resources_history_pb2_grpc.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/account_resources_pb2.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/account_resources_pb2_grpc.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/accounts_history_pb2.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/accounts_history_pb2_grpc.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/accounts_pb2.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/accounts_pb2_grpc.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/activities_pb2.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/activities_pb2_grpc.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/approval_workflow_approvers_history_pb2.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/approval_workflow_approvers_history_pb2_grpc.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/approval_workflow_approvers_pb2.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/approval_workflow_approvers_pb2_grpc.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/approval_workflow_steps_history_pb2.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/approval_workflow_steps_history_pb2_grpc.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/approval_workflow_steps_pb2.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/approval_workflow_steps_pb2_grpc.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/approval_workflows_history_pb2.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/approval_workflows_history_pb2_grpc.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/approval_workflows_pb2.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/approval_workflows_pb2_grpc.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/control_panel_pb2.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/control_panel_pb2_grpc.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/drivers_pb2_grpc.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/errors.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/identity_aliases_history_pb2.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/identity_aliases_history_pb2_grpc.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/identity_aliases_pb2.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/identity_aliases_pb2_grpc.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/identity_sets_history_pb2.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/identity_sets_history_pb2_grpc.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/identity_sets_pb2.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/identity_sets_pb2_grpc.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/nodes_history_pb2.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/nodes_history_pb2_grpc.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/nodes_pb2_grpc.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/options_pb2.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/options_pb2_grpc.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/organization_history_pb2.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/organization_history_pb2_grpc.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/peering_group_nodes_pb2.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/peering_group_nodes_pb2_grpc.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/peering_group_peers_pb2.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/peering_group_peers_pb2_grpc.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/peering_group_resources_pb2.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/peering_group_resources_pb2_grpc.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/peering_groups_pb2.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/peering_groups_pb2_grpc.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/policies_history_pb2.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/policies_history_pb2_grpc.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/policies_pb2.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/policies_pb2_grpc.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/proxy_cluster_keys_pb2.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/proxy_cluster_keys_pb2_grpc.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/queries_pb2.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/queries_pb2_grpc.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/remote_identities_history_pb2.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/remote_identities_history_pb2_grpc.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/remote_identities_pb2.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/remote_identities_pb2_grpc.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/remote_identity_groups_history_pb2.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/remote_identity_groups_history_pb2_grpc.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/remote_identity_groups_pb2.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/remote_identity_groups_pb2_grpc.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/replays_pb2.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/replays_pb2_grpc.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/resources_history_pb2.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/resources_history_pb2_grpc.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/resources_pb2.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/resources_pb2_grpc.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/role_resources_history_pb2.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/role_resources_history_pb2_grpc.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/role_resources_pb2.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/role_resources_pb2_grpc.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/roles_history_pb2.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/roles_history_pb2_grpc.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/roles_pb2.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/roles_pb2_grpc.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/secret_engine_policy_pb2_grpc.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/secret_engine_types_pb2_grpc.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/secret_store_healths_pb2.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/secret_store_healths_pb2_grpc.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/secret_store_types_pb2.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/secret_store_types_pb2_grpc.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/secret_stores_history_pb2.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/secret_stores_history_pb2_grpc.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/secret_stores_pb2.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/secret_stores_pb2_grpc.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/spec_pb2.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/spec_pb2_grpc.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/svc.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/tags_pb2.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/tags_pb2_grpc.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/workflow_approvers_history_pb2.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/workflow_approvers_history_pb2_grpc.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/workflow_approvers_pb2.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/workflow_approvers_pb2_grpc.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/workflow_assignments_history_pb2.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/workflow_assignments_history_pb2_grpc.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/workflow_assignments_pb2.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/workflow_assignments_pb2_grpc.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/workflow_roles_history_pb2.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/workflow_roles_history_pb2_grpc.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/workflow_roles_pb2.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/workflow_roles_pb2_grpc.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/workflows_history_pb2.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/workflows_history_pb2_grpc.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/workflows_pb2.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm/workflows_pb2_grpc.py +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm.egg-info/SOURCES.txt +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm.egg-info/dependency_links.txt +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm.egg-info/requires.txt +0 -0
- {strongdm-11.11.0 → strongdm-11.12.0}/strongdm.egg-info/top_level.txt +0 -0
@@ -32,7 +32,7 @@ from . import spec_pb2 as spec__pb2
|
|
32
32
|
from . import tags_pb2 as tags__pb2
|
33
33
|
|
34
34
|
|
35
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x0bnodes.proto\x12\x02v1\x1a\x1egoogle/protobuf/duration.proto\x1a\roptions.proto\x1a\nspec.proto\x1a\ntags.proto\"`\n\x11NodeCreateRequest\x12\'\n\x04meta\x18\x01 \x01(\x0b\x32\x19.v1.CreateRequestMetadata\x12\"\n\x04node\x18\x02 \x01(\x0b\x32\x08.v1.NodeB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\"\xf3\x01\n\x12NodeCreateResponse\x12\x34\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.CreateResponseMetadataB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\"\n\x04node\x18\x02 \x01(\x0b\x32\x08.v1.NodeB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1e\n\x05token\x18\x03 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xf0\xf3\xb3\x07\x01\x12W\n\nrate_limit\x18\x04 \x01(\x0b\x32\x15.v1.RateLimitMetadataB,\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x12\xb2\xf4\xb3\x07\r!json_gateway:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"N\n\x0eNodeGetRequest\x12$\n\x04meta\x18\x01 \x01(\x0b\x32\x16.v1.GetRequestMetadata\x12\x16\n\x02id\x18\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\"\xcd\x01\n\x0fNodeGetResponse\x12\x31\n\x04meta\x18\x01 \x01(\x0b\x32\x17.v1.GetResponseMetadataB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\"\n\x04node\x18\x02 \x01(\x0b\x32\x08.v1.NodeB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12W\n\nrate_limit\x18\x03 \x01(\x0b\x32\x15.v1.RateLimitMetadataB,\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x12\xb2\xf4\xb3\x07\r!json_gateway:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"l\n\x11NodeUpdateRequest\x12\'\n\x04meta\x18\x01 \x01(\x0b\x32\x19.v1.UpdateRequestMetadata\x12\n\n\x02id\x18\x02 \x01(\t\x12\"\n\x04node\x18\x03 \x01(\x0b\x32\x08.v1.NodeB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\"\xd3\x01\n\x12NodeUpdateResponse\x12\x34\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.UpdateResponseMetadataB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\"\n\x04node\x18\x02 \x01(\x0b\x32\x08.v1.NodeB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12W\n\nrate_limit\x18\x03 \x01(\x0b\x32\x15.v1.RateLimitMetadataB,\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x12\xb2\xf4\xb3\x07\r!json_gateway:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"T\n\x11NodeDeleteRequest\x12\'\n\x04meta\x18\x01 \x01(\x0b\x32\x19.v1.DeleteRequestMetadata\x12\x16\n\x02id\x18\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\"\xaf\x01\n\x12NodeDeleteResponse\x12\x34\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.DeleteResponseMetadataB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12W\n\nrate_limit\x18\x02 \x01(\x0b\x32\x15.v1.RateLimitMetadataB,\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x12\xb2\xf4\xb3\x07\r!json_gateway:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"T\n\x0fNodeListRequest\x12%\n\x04meta\x18\x01 \x01(\x0b\x32\x17.v1.ListRequestMetadata\x12\x1a\n\x06\x66ilter\x18\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\"\xb8\x01\n\x10NodeListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12#\n\x05nodes\x18\x02 \x03(\x0b\x32\x08.v1.NodeB\n\xf2\xf8\xb3\x07\x05\xb8\xf3\xb3\x07\x01\x12W\n\nrate_limit\x18\x03 \x01(\x0b\x32\x15.v1.RateLimitMetadataB,\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x12\xb2\xf4\xb3\x07\r!json_gateway\"\x94\x02\n\x04Node\x12&\n\x05relay\x18\x01 \x01(\x0b\x32\t.v1.RelayB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12*\n\x07gateway\x18\x02 \x01(\x0b\x32\x0b.v1.GatewayB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12\x35\n\rproxy_cluster\x18\x03 \x01(\x0b\x32\x10.v1.ProxyClusterB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00:[\xfa\xf8\xb3\x07L\xc2\xf3\xb3\x07G\xa2\xf3\xb3\x07\x1dtf_examples/node_resource.txt\xaa\xf3\xb3\x07 tf_examples/node_data_source.txt\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\x42$\n\x04node\x12\x1c\xaa\xf8\xb3\x07\t\xaa\xf8\xb3\x07\x04tags\xaa\xf8\xb3\x07\t\xaa\xf8\xb3\x07\x04name\"\xa8\x04\n\x05Relay\x12\x16\n\x02id\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1d\n\x04name\x18\x02 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xd0\xf4\xb3\x07\x01\x12<\n\x05state\x18\x03 \x01(\tB-\xf2\xf8\xb3\x07(\xb0\xf3\xb3\x07\x01\x98\xf4\xb3\x07\x01\xb2\xf4\xb3\x07\x01*\xb2\xf4\xb3\x07\x13!terraform-provider\x12\"\n\x04tags\x18\x04 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\"\n\x0egateway_filter\x18\x05 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1f\n\x06\x64\x65vice\x18\x06 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\x98\xf4\xb3\x07\x01\x12!\n\x08location\x18\x07 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\x98\xf4\xb3\x07\x01\x12 \n\x07version\x18\x08 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\x98\xf4\xb3\x07\x01\x12,\n\x04uuid\x18\t \x01(\tB\x1e\xf2\xf8\xb3\x07\x19\xb0\xf3\xb3\x07\x01\x98\xf4\xb3\x07\x01\xb2\xf4\xb3\x07\ngo_private\x12t\n\x13maintenance_windows\x18\x0b \x03(\x0b\x32\x19.v1.NodeMaintenanceWindowB<\xf2\xf8\xb3\x07\x37\xb0\xf3\xb3\x07\x01\xca\xf3\xb3\x07-\xc2\xf4\xb3\x07(\n\x12terraform-provider\x12\x12maintenance_window\x12L\n\x10\x64iscovery_config\x18\x0c \x01(\x0b\x32\x17.v1.NodeDiscoveryConfigB\x19\xf2\xf8\xb3\x07\x14\xb0\xf3\xb3\x07\x01\xb2\xf4\xb3\x07\ngo_private:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"\x84\x05\n\x07Gateway\x12\x16\n\x02id\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1d\n\x04name\x18\x02 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xd0\xf4\xb3\x07\x01\x12<\n\x05state\x18\x03 \x01(\tB-\xf2\xf8\xb3\x07(\xb0\xf3\xb3\x07\x01\x98\xf4\xb3\x07\x01\xb2\xf4\xb3\x07\x01*\xb2\xf4\xb3\x07\x13!terraform-provider\x12,\n\x0elisten_address\x18\x04 \x01(\tB\x14\xf2\xf8\xb3\x07\x0f\xb0\xf3\xb3\x07\x01\xc0\xf3\xb3\x07\x01\xe0\xf3\xb3\x07\x01\x12*\n\x0c\x62ind_address\x18\x05 \x01(\tB\x14\xf2\xf8\xb3\x07\x0f\xb0\xf3\xb3\x07\x01\xe0\xf3\xb3\x07\x01\xd0\xf4\xb3\x07\x01\x12\"\n\x04tags\x18\x06 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\"\n\x0egateway_filter\x18\x07 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1f\n\x06\x64\x65vice\x18\x08 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\x98\xf4\xb3\x07\x01\x12!\n\x08location\x18\t \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\x98\xf4\xb3\x07\x01\x12 \n\x07version\x18\n \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\x98\xf4\xb3\x07\x01\x12,\n\x04uuid\x18\x0b \x01(\tB\x1e\xf2\xf8\xb3\x07\x19\xb0\xf3\xb3\x07\x01\x98\xf4\xb3\x07\x01\xb2\xf4\xb3\x07\ngo_private\x12t\n\x13maintenance_windows\x18\r \x03(\x0b\x32\x19.v1.NodeMaintenanceWindowB<\xf2\xf8\xb3\x07\x37\xb0\xf3\xb3\x07\x01\xca\xf3\xb3\x07-\xc2\xf4\xb3\x07(\n\x12terraform-provider\x12\x12maintenance_window\x12L\n\x10\x64iscovery_config\x18\x0e \x01(\x0b\x32\x17.v1.NodeDiscoveryConfigB\x19\xf2\xf8\xb3\x07\x14\xb0\xf3\xb3\x07\x01\xb2\xf4\xb3\x07\ngo_private:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"\
|
35
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x0bnodes.proto\x12\x02v1\x1a\x1egoogle/protobuf/duration.proto\x1a\roptions.proto\x1a\nspec.proto\x1a\ntags.proto\"`\n\x11NodeCreateRequest\x12\'\n\x04meta\x18\x01 \x01(\x0b\x32\x19.v1.CreateRequestMetadata\x12\"\n\x04node\x18\x02 \x01(\x0b\x32\x08.v1.NodeB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\"\xf3\x01\n\x12NodeCreateResponse\x12\x34\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.CreateResponseMetadataB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\"\n\x04node\x18\x02 \x01(\x0b\x32\x08.v1.NodeB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1e\n\x05token\x18\x03 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xf0\xf3\xb3\x07\x01\x12W\n\nrate_limit\x18\x04 \x01(\x0b\x32\x15.v1.RateLimitMetadataB,\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x12\xb2\xf4\xb3\x07\r!json_gateway:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"N\n\x0eNodeGetRequest\x12$\n\x04meta\x18\x01 \x01(\x0b\x32\x16.v1.GetRequestMetadata\x12\x16\n\x02id\x18\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\"\xcd\x01\n\x0fNodeGetResponse\x12\x31\n\x04meta\x18\x01 \x01(\x0b\x32\x17.v1.GetResponseMetadataB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\"\n\x04node\x18\x02 \x01(\x0b\x32\x08.v1.NodeB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12W\n\nrate_limit\x18\x03 \x01(\x0b\x32\x15.v1.RateLimitMetadataB,\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x12\xb2\xf4\xb3\x07\r!json_gateway:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"l\n\x11NodeUpdateRequest\x12\'\n\x04meta\x18\x01 \x01(\x0b\x32\x19.v1.UpdateRequestMetadata\x12\n\n\x02id\x18\x02 \x01(\t\x12\"\n\x04node\x18\x03 \x01(\x0b\x32\x08.v1.NodeB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\"\xd3\x01\n\x12NodeUpdateResponse\x12\x34\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.UpdateResponseMetadataB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\"\n\x04node\x18\x02 \x01(\x0b\x32\x08.v1.NodeB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12W\n\nrate_limit\x18\x03 \x01(\x0b\x32\x15.v1.RateLimitMetadataB,\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x12\xb2\xf4\xb3\x07\r!json_gateway:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"T\n\x11NodeDeleteRequest\x12\'\n\x04meta\x18\x01 \x01(\x0b\x32\x19.v1.DeleteRequestMetadata\x12\x16\n\x02id\x18\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\"\xaf\x01\n\x12NodeDeleteResponse\x12\x34\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.DeleteResponseMetadataB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12W\n\nrate_limit\x18\x02 \x01(\x0b\x32\x15.v1.RateLimitMetadataB,\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x12\xb2\xf4\xb3\x07\r!json_gateway:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"T\n\x0fNodeListRequest\x12%\n\x04meta\x18\x01 \x01(\x0b\x32\x17.v1.ListRequestMetadata\x12\x1a\n\x06\x66ilter\x18\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\"\xb8\x01\n\x10NodeListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12#\n\x05nodes\x18\x02 \x03(\x0b\x32\x08.v1.NodeB\n\xf2\xf8\xb3\x07\x05\xb8\xf3\xb3\x07\x01\x12W\n\nrate_limit\x18\x03 \x01(\x0b\x32\x15.v1.RateLimitMetadataB,\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x12\xb2\xf4\xb3\x07\r!json_gateway\"\x94\x02\n\x04Node\x12&\n\x05relay\x18\x01 \x01(\x0b\x32\t.v1.RelayB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12*\n\x07gateway\x18\x02 \x01(\x0b\x32\x0b.v1.GatewayB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12\x35\n\rproxy_cluster\x18\x03 \x01(\x0b\x32\x10.v1.ProxyClusterB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00:[\xfa\xf8\xb3\x07L\xc2\xf3\xb3\x07G\xa2\xf3\xb3\x07\x1dtf_examples/node_resource.txt\xaa\xf3\xb3\x07 tf_examples/node_data_source.txt\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\x42$\n\x04node\x12\x1c\xaa\xf8\xb3\x07\t\xaa\xf8\xb3\x07\x04tags\xaa\xf8\xb3\x07\t\xaa\xf8\xb3\x07\x04name\"\xa8\x04\n\x05Relay\x12\x16\n\x02id\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1d\n\x04name\x18\x02 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xd0\xf4\xb3\x07\x01\x12<\n\x05state\x18\x03 \x01(\tB-\xf2\xf8\xb3\x07(\xb0\xf3\xb3\x07\x01\x98\xf4\xb3\x07\x01\xb2\xf4\xb3\x07\x01*\xb2\xf4\xb3\x07\x13!terraform-provider\x12\"\n\x04tags\x18\x04 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\"\n\x0egateway_filter\x18\x05 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1f\n\x06\x64\x65vice\x18\x06 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\x98\xf4\xb3\x07\x01\x12!\n\x08location\x18\x07 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\x98\xf4\xb3\x07\x01\x12 \n\x07version\x18\x08 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\x98\xf4\xb3\x07\x01\x12,\n\x04uuid\x18\t \x01(\tB\x1e\xf2\xf8\xb3\x07\x19\xb0\xf3\xb3\x07\x01\x98\xf4\xb3\x07\x01\xb2\xf4\xb3\x07\ngo_private\x12t\n\x13maintenance_windows\x18\x0b \x03(\x0b\x32\x19.v1.NodeMaintenanceWindowB<\xf2\xf8\xb3\x07\x37\xb0\xf3\xb3\x07\x01\xca\xf3\xb3\x07-\xc2\xf4\xb3\x07(\n\x12terraform-provider\x12\x12maintenance_window\x12L\n\x10\x64iscovery_config\x18\x0c \x01(\x0b\x32\x17.v1.NodeDiscoveryConfigB\x19\xf2\xf8\xb3\x07\x14\xb0\xf3\xb3\x07\x01\xb2\xf4\xb3\x07\ngo_private:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"\x84\x05\n\x07Gateway\x12\x16\n\x02id\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1d\n\x04name\x18\x02 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xd0\xf4\xb3\x07\x01\x12<\n\x05state\x18\x03 \x01(\tB-\xf2\xf8\xb3\x07(\xb0\xf3\xb3\x07\x01\x98\xf4\xb3\x07\x01\xb2\xf4\xb3\x07\x01*\xb2\xf4\xb3\x07\x13!terraform-provider\x12,\n\x0elisten_address\x18\x04 \x01(\tB\x14\xf2\xf8\xb3\x07\x0f\xb0\xf3\xb3\x07\x01\xc0\xf3\xb3\x07\x01\xe0\xf3\xb3\x07\x01\x12*\n\x0c\x62ind_address\x18\x05 \x01(\tB\x14\xf2\xf8\xb3\x07\x0f\xb0\xf3\xb3\x07\x01\xe0\xf3\xb3\x07\x01\xd0\xf4\xb3\x07\x01\x12\"\n\x04tags\x18\x06 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\"\n\x0egateway_filter\x18\x07 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1f\n\x06\x64\x65vice\x18\x08 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\x98\xf4\xb3\x07\x01\x12!\n\x08location\x18\t \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\x98\xf4\xb3\x07\x01\x12 \n\x07version\x18\n \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\x98\xf4\xb3\x07\x01\x12,\n\x04uuid\x18\x0b \x01(\tB\x1e\xf2\xf8\xb3\x07\x19\xb0\xf3\xb3\x07\x01\x98\xf4\xb3\x07\x01\xb2\xf4\xb3\x07\ngo_private\x12t\n\x13maintenance_windows\x18\r \x03(\x0b\x32\x19.v1.NodeMaintenanceWindowB<\xf2\xf8\xb3\x07\x37\xb0\xf3\xb3\x07\x01\xca\xf3\xb3\x07-\xc2\xf4\xb3\x07(\n\x12terraform-provider\x12\x12maintenance_window\x12L\n\x10\x64iscovery_config\x18\x0e \x01(\x0b\x32\x17.v1.NodeDiscoveryConfigB\x19\xf2\xf8\xb3\x07\x14\xb0\xf3\xb3\x07\x01\xb2\xf4\xb3\x07\ngo_private:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"\xdb\x02\n\x0cProxyCluster\x12\x16\n\x02id\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1d\n\x04name\x18\x02 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xd0\xf4\xb3\x07\x01\x12 \n\x07\x61\x64\x64ress\x18\x03 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xc0\xf3\xb3\x07\x01\x12\"\n\x04tags\x18\x04 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12t\n\x13maintenance_windows\x18\x05 \x03(\x0b\x32\x19.v1.NodeMaintenanceWindowB<\xf2\xf8\xb3\x07\x37\xb0\xf3\xb3\x07\x01\xca\xf3\xb3\x07-\xc2\xf4\xb3\x07(\n\x12terraform-provider\x12\x12maintenance_window\x12L\n\x10\x64iscovery_config\x18\x06 \x01(\x0b\x32\x17.v1.NodeDiscoveryConfigB\x19\xf2\xf8\xb3\x07\x14\xb0\xf3\xb3\x07\x01\xb2\xf4\xb3\x07\ngo_private:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"\xb6\x01\n\x15NodeMaintenanceWindow\x12!\n\rcron_schedule\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x10require_idleness\x18\x02 \x01(\x08\x42\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:T\xfa\xf8\xb3\x07O\xa8\xf3\xb3\x07\x01\xca\xf3\xb3\x07\x45\xf2\xf3\xb3\x07\x1e\n\x12terraform-provider\x12\x08TypeList\xfa\xf3\xb3\x07\x1dnodeMaintenanceWindowElemType\"\xc3\x01\n\x13NodeDiscoveryConfig\x12\x1b\n\x07\x65nabled\x18\x01 \x01(\x08\x42\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x35\n\x06period\x18\x02 \x01(\x0b\x32\x19.google.protobuf.DurationB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12=\n\x0c\x65nabledTypes\x18\x03 \x03(\x0b\x32\x1b.v1.NodeDiscoveryTypeConfigB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:\x19\xfa\xf8\xb3\x07\x14\xa8\xf3\xb3\x07\x01\xd2\xf3\xb3\x07\ngo_private\"N\n\x17NodeDiscoveryTypeConfig\x12\x18\n\x04type\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:\x19\xfa\xf8\xb3\x07\x14\xa8\xf3\xb3\x07\x01\xd2\xf3\xb3\x07\ngo_private2\x87\x04\n\x05Nodes\x12Z\n\x06\x43reate\x12\x15.v1.NodeCreateRequest\x1a\x16.v1.NodeCreateResponse\"!\x82\xf9\xb3\x07\t\xa2\xf3\xb3\x07\x04post\x82\xf9\xb3\x07\x0e\xaa\xf3\xb3\x07\t/v1/nodes\x12U\n\x03Get\x12\x12.v1.NodeGetRequest\x1a\x13.v1.NodeGetResponse\"%\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07\x13\xaa\xf3\xb3\x07\x0e/v1/nodes/{id}\x12^\n\x06Update\x12\x15.v1.NodeUpdateRequest\x1a\x16.v1.NodeUpdateResponse\"%\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03put\x82\xf9\xb3\x07\x13\xaa\xf3\xb3\x07\x0e/v1/nodes/{id}\x12\x61\n\x06\x44\x65lete\x12\x15.v1.NodeDeleteRequest\x1a\x16.v1.NodeDeleteResponse\"(\x82\xf9\xb3\x07\x0b\xa2\xf3\xb3\x07\x06\x64\x65lete\x82\xf9\xb3\x07\x13\xaa\xf3\xb3\x07\x0e/v1/nodes/{id}\x12S\n\x04List\x12\x13.v1.NodeListRequest\x1a\x14.v1.NodeListResponse\" \x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07\x0e\xaa\xf3\xb3\x07\t/v1/nodes\x1a\x33\xca\xf9\xb3\x07\t\xc2\xf9\xb3\x07\x04Node\xca\xf9\xb3\x07\x07\xd2\xf9\xb3\x07\x02n-\xca\xf9\xb3\x07\x06\xca\xf9\xb3\x07\x01*\xca\xf9\xb3\x07\t\xca\xf9\xb3\x07\x04!cliBa\n\x19\x63om.strongdm.api.plumbingB\rNodesPlumbingZ5github.com/strongdm/strongdm-sdk-go/v3/internal/v1;v1b\x06proto3')
|
36
36
|
|
37
37
|
|
38
38
|
|
@@ -290,7 +290,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
290
290
|
_PROXYCLUSTER.fields_by_name['name']._options = None
|
291
291
|
_PROXYCLUSTER.fields_by_name['name']._serialized_options = b'\362\370\263\007\n\260\363\263\007\001\320\364\263\007\001'
|
292
292
|
_PROXYCLUSTER.fields_by_name['address']._options = None
|
293
|
-
_PROXYCLUSTER.fields_by_name['address']._serialized_options = b'\362\370\263\007\
|
293
|
+
_PROXYCLUSTER.fields_by_name['address']._serialized_options = b'\362\370\263\007\n\260\363\263\007\001\300\363\263\007\001'
|
294
294
|
_PROXYCLUSTER.fields_by_name['tags']._options = None
|
295
295
|
_PROXYCLUSTER.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
296
296
|
_PROXYCLUSTER.fields_by_name['maintenance_windows']._options = None
|
@@ -356,13 +356,13 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
356
356
|
_GATEWAY._serialized_start=2418
|
357
357
|
_GATEWAY._serialized_end=3062
|
358
358
|
_PROXYCLUSTER._serialized_start=3065
|
359
|
-
_PROXYCLUSTER._serialized_end=
|
360
|
-
_NODEMAINTENANCEWINDOW._serialized_start=
|
361
|
-
_NODEMAINTENANCEWINDOW._serialized_end=
|
362
|
-
_NODEDISCOVERYCONFIG._serialized_start=
|
363
|
-
_NODEDISCOVERYCONFIG._serialized_end=
|
364
|
-
_NODEDISCOVERYTYPECONFIG._serialized_start=
|
365
|
-
_NODEDISCOVERYTYPECONFIG._serialized_end=
|
366
|
-
_NODES._serialized_start=
|
367
|
-
_NODES._serialized_end=
|
359
|
+
_PROXYCLUSTER._serialized_end=3412
|
360
|
+
_NODEMAINTENANCEWINDOW._serialized_start=3415
|
361
|
+
_NODEMAINTENANCEWINDOW._serialized_end=3597
|
362
|
+
_NODEDISCOVERYCONFIG._serialized_start=3600
|
363
|
+
_NODEDISCOVERYCONFIG._serialized_end=3795
|
364
|
+
_NODEDISCOVERYTYPECONFIG._serialized_start=3797
|
365
|
+
_NODEDISCOVERYTYPECONFIG._serialized_end=3875
|
366
|
+
_NODES._serialized_start=3878
|
367
|
+
_NODES._serialized_end=4397
|
368
368
|
# @@protoc_insertion_point(module_scope)
|