google-cloud-telco_automation-v1 0.a → 0.1.0

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.
Files changed (34) hide show
  1. checksums.yaml +4 -4
  2. data/.yardopts +12 -0
  3. data/AUTHENTICATION.md +149 -0
  4. data/README.md +144 -8
  5. data/lib/google/cloud/telco_automation/v1/bindings_override.rb +102 -0
  6. data/lib/google/cloud/telco_automation/v1/rest.rb +38 -0
  7. data/lib/google/cloud/telco_automation/v1/telco_automation/client.rb +3946 -0
  8. data/lib/google/cloud/telco_automation/v1/telco_automation/credentials.rb +47 -0
  9. data/lib/google/cloud/telco_automation/v1/telco_automation/operations.rb +779 -0
  10. data/lib/google/cloud/telco_automation/v1/telco_automation/paths.rb +172 -0
  11. data/lib/google/cloud/telco_automation/v1/telco_automation/rest/client.rb +3671 -0
  12. data/lib/google/cloud/telco_automation/v1/telco_automation/rest/operations.rb +870 -0
  13. data/lib/google/cloud/telco_automation/v1/telco_automation/rest/service_stub.rb +2188 -0
  14. data/lib/google/cloud/telco_automation/v1/telco_automation/rest.rb +58 -0
  15. data/lib/google/cloud/telco_automation/v1/telco_automation.rb +60 -0
  16. data/lib/google/cloud/telco_automation/v1/version.rb +7 -2
  17. data/lib/google/cloud/telco_automation/v1.rb +45 -0
  18. data/lib/google/cloud/telcoautomation/v1/telcoautomation_pb.rb +131 -0
  19. data/lib/google/cloud/telcoautomation/v1/telcoautomation_services_pb.rb +126 -0
  20. data/lib/google-cloud-telco_automation-v1.rb +21 -0
  21. data/proto_docs/README.md +4 -0
  22. data/proto_docs/google/api/client.rb +394 -0
  23. data/proto_docs/google/api/field_behavior.rb +85 -0
  24. data/proto_docs/google/api/launch_stage.rb +71 -0
  25. data/proto_docs/google/api/resource.rb +222 -0
  26. data/proto_docs/google/cloud/telcoautomation/v1/telcoautomation.rb +1534 -0
  27. data/proto_docs/google/longrunning/operations.rb +164 -0
  28. data/proto_docs/google/protobuf/any.rb +144 -0
  29. data/proto_docs/google/protobuf/duration.rb +98 -0
  30. data/proto_docs/google/protobuf/empty.rb +34 -0
  31. data/proto_docs/google/protobuf/field_mask.rb +229 -0
  32. data/proto_docs/google/protobuf/timestamp.rb +127 -0
  33. data/proto_docs/google/rpc/status.rb +48 -0
  34. metadata +209 -13
@@ -0,0 +1,58 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Copyright 2023 Google LLC
4
+ #
5
+ # Licensed under the Apache License, Version 2.0 (the "License");
6
+ # you may not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # https://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing, software
12
+ # distributed under the License is distributed on an "AS IS" BASIS,
13
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ # See the License for the specific language governing permissions and
15
+ # limitations under the License.
16
+
17
+ # Auto-generated by gapic-generator-ruby. DO NOT EDIT!
18
+
19
+ require "gapic/rest"
20
+ require "gapic/config"
21
+ require "gapic/config/method"
22
+
23
+ require "google/cloud/telco_automation/v1/version"
24
+ require "google/cloud/telco_automation/v1/bindings_override"
25
+
26
+ require "google/cloud/telco_automation/v1/telco_automation/credentials"
27
+ require "google/cloud/telco_automation/v1/telco_automation/paths"
28
+ require "google/cloud/telco_automation/v1/telco_automation/rest/operations"
29
+ require "google/cloud/telco_automation/v1/telco_automation/rest/client"
30
+
31
+ module Google
32
+ module Cloud
33
+ module TelcoAutomation
34
+ module V1
35
+ ##
36
+ # TelcoAutomation Service manages the control plane cluster a.k.a.
37
+ # Orchestration Cluster (GKE cluster with config controller) of TNA. It also
38
+ # exposes blueprint APIs which manages the lifecycle of blueprints that control
39
+ # the infrastructure setup (e.g GDCE clusters) and deployment of network
40
+ # functions.
41
+ #
42
+ # To load this service and instantiate a REST client:
43
+ #
44
+ # require "google/cloud/telco_automation/v1/telco_automation/rest"
45
+ # client = ::Google::Cloud::TelcoAutomation::V1::TelcoAutomation::Rest::Client.new
46
+ #
47
+ module TelcoAutomation
48
+ # Client for the REST transport
49
+ module Rest
50
+ end
51
+ end
52
+ end
53
+ end
54
+ end
55
+ end
56
+
57
+ helper_path = ::File.join __dir__, "rest", "helpers.rb"
58
+ require "google/cloud/telco_automation/v1/telco_automation/rest/helpers" if ::File.file? helper_path
@@ -0,0 +1,60 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Copyright 2023 Google LLC
4
+ #
5
+ # Licensed under the Apache License, Version 2.0 (the "License");
6
+ # you may not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # https://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing, software
12
+ # distributed under the License is distributed on an "AS IS" BASIS,
13
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ # See the License for the specific language governing permissions and
15
+ # limitations under the License.
16
+
17
+ # Auto-generated by gapic-generator-ruby. DO NOT EDIT!
18
+
19
+ require "gapic/common"
20
+ require "gapic/config"
21
+ require "gapic/config/method"
22
+
23
+ require "google/cloud/telco_automation/v1/version"
24
+
25
+ require "google/cloud/telco_automation/v1/telco_automation/credentials"
26
+ require "google/cloud/telco_automation/v1/telco_automation/paths"
27
+ require "google/cloud/telco_automation/v1/telco_automation/operations"
28
+ require "google/cloud/telco_automation/v1/telco_automation/client"
29
+ require "google/cloud/telco_automation/v1/telco_automation/rest"
30
+
31
+ module Google
32
+ module Cloud
33
+ module TelcoAutomation
34
+ module V1
35
+ ##
36
+ # TelcoAutomation Service manages the control plane cluster a.k.a.
37
+ # Orchestration Cluster (GKE cluster with config controller) of TNA. It also
38
+ # exposes blueprint APIs which manages the lifecycle of blueprints that control
39
+ # the infrastructure setup (e.g GDCE clusters) and deployment of network
40
+ # functions.
41
+ #
42
+ # @example Load this service and instantiate a gRPC client
43
+ #
44
+ # require "google/cloud/telco_automation/v1/telco_automation"
45
+ # client = ::Google::Cloud::TelcoAutomation::V1::TelcoAutomation::Client.new
46
+ #
47
+ # @example Load this service and instantiate a REST client
48
+ #
49
+ # require "google/cloud/telco_automation/v1/telco_automation/rest"
50
+ # client = ::Google::Cloud::TelcoAutomation::V1::TelcoAutomation::Rest::Client.new
51
+ #
52
+ module TelcoAutomation
53
+ end
54
+ end
55
+ end
56
+ end
57
+ end
58
+
59
+ helper_path = ::File.join __dir__, "telco_automation", "helpers.rb"
60
+ require "google/cloud/telco_automation/v1/telco_automation/helpers" if ::File.file? helper_path
@@ -1,10 +1,12 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # Copyright 2023 Google LLC
2
4
  #
3
5
  # Licensed under the Apache License, Version 2.0 (the "License");
4
6
  # you may not use this file except in compliance with the License.
5
7
  # You may obtain a copy of the License at
6
8
  #
7
- # http://www.apache.org/licenses/LICENSE-2.0
9
+ # https://www.apache.org/licenses/LICENSE-2.0
8
10
  #
9
11
  # Unless required by applicable law or agreed to in writing, software
10
12
  # distributed under the License is distributed on an "AS IS" BASIS,
@@ -12,11 +14,14 @@
12
14
  # See the License for the specific language governing permissions and
13
15
  # limitations under the License.
14
16
 
17
+ # Auto-generated by gapic-generator-ruby. DO NOT EDIT!
18
+
19
+
15
20
  module Google
16
21
  module Cloud
17
22
  module TelcoAutomation
18
23
  module V1
19
- VERSION = "0.a"
24
+ VERSION = "0.1.0"
20
25
  end
21
26
  end
22
27
  end
@@ -0,0 +1,45 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Copyright 2023 Google LLC
4
+ #
5
+ # Licensed under the Apache License, Version 2.0 (the "License");
6
+ # you may not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # https://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing, software
12
+ # distributed under the License is distributed on an "AS IS" BASIS,
13
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ # See the License for the specific language governing permissions and
15
+ # limitations under the License.
16
+
17
+ # Auto-generated by gapic-generator-ruby. DO NOT EDIT!
18
+
19
+ require "google/cloud/telco_automation/v1/telco_automation"
20
+ require "google/cloud/telco_automation/v1/version"
21
+
22
+ module Google
23
+ module Cloud
24
+ module TelcoAutomation
25
+ ##
26
+ # API client module.
27
+ #
28
+ # @example Load this package, including all its services, and instantiate a gRPC client
29
+ #
30
+ # require "google/cloud/telco_automation/v1"
31
+ # client = ::Google::Cloud::TelcoAutomation::V1::TelcoAutomation::Client.new
32
+ #
33
+ # @example Load this package, including all its services, and instantiate a REST client
34
+ #
35
+ # require "google/cloud/telco_automation/v1"
36
+ # client = ::Google::Cloud::TelcoAutomation::V1::TelcoAutomation::Rest::Client.new
37
+ #
38
+ module V1
39
+ end
40
+ end
41
+ end
42
+ end
43
+
44
+ helper_path = ::File.join __dir__, "v1", "_helpers.rb"
45
+ require "google/cloud/telco_automation/v1/_helpers" if ::File.file? helper_path
@@ -0,0 +1,131 @@
1
+ # frozen_string_literal: true
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: google/cloud/telcoautomation/v1/telcoautomation.proto
4
+
5
+ require 'google/protobuf'
6
+
7
+ require 'google/api/annotations_pb'
8
+ require 'google/api/client_pb'
9
+ require 'google/api/field_behavior_pb'
10
+ require 'google/api/resource_pb'
11
+ require 'google/longrunning/operations_pb'
12
+ require 'google/protobuf/empty_pb'
13
+ require 'google/protobuf/field_mask_pb'
14
+ require 'google/protobuf/timestamp_pb'
15
+
16
+
17
+ descriptor_data = "\n5google/cloud/telcoautomation/v1/telcoautomation.proto\x12\x1fgoogle.cloud.telcoautomation.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a#google/longrunning/operations.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a google/protobuf/field_mask.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xb2\x05\n\x14OrchestrationCluster\x12\x0c\n\x04name\x18\x01 \x01(\t\x12L\n\x11management_config\x18\x05 \x01(\x0b\x32\x31.google.cloud.telcoautomation.v1.ManagementConfig\x12\x34\n\x0b\x63reate_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12Q\n\x06labels\x18\x04 \x03(\x0b\x32\x41.google.cloud.telcoautomation.v1.OrchestrationCluster.LabelsEntry\x12\x18\n\x0btna_version\x18\x06 \x01(\tB\x03\xe0\x41\x03\x12O\n\x05state\x18\x07 \x01(\x0e\x32;.google.cloud.telcoautomation.v1.OrchestrationCluster.StateB\x03\xe0\x41\x03\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"R\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x43REATING\x10\x01\x12\n\n\x06\x41\x43TIVE\x10\x02\x12\x0c\n\x08\x44\x45LETING\x10\x03\x12\n\n\x06\x46\x41ILED\x10\x04:\x90\x01\xea\x41\x8c\x01\n3telcoautomation.googleapis.com/OrchestrationCluster\x12Uprojects/{project}/locations/{location}/orchestrationClusters/{orchestration_cluster}\"\xbb\x06\n\x07\x45\x64geSlm\x12\x0c\n\x04name\x18\x01 \x01(\t\x12Z\n\x15orchestration_cluster\x18\x05 \x01(\tB;\xe0\x41\x05\xfa\x41\x35\n3telcoautomation.googleapis.com/OrchestrationCluster\x12\x34\n\x0b\x63reate_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12I\n\x06labels\x18\x04 \x03(\x0b\x32\x34.google.cloud.telcoautomation.v1.EdgeSlm.LabelsEntryB\x03\xe0\x41\x01\x12\x18\n\x0btna_version\x18\x06 \x01(\tB\x03\xe0\x41\x03\x12\x42\n\x05state\x18\x07 \x01(\x0e\x32..google.cloud.telcoautomation.v1.EdgeSlm.StateB\x03\xe0\x41\x03\x12`\n\x15workload_cluster_type\x18\x08 \x01(\x0e\x32<.google.cloud.telcoautomation.v1.EdgeSlm.WorkloadClusterTypeB\x03\xe0\x41\x01\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"R\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x43REATING\x10\x01\x12\n\n\x06\x41\x43TIVE\x10\x02\x12\x0c\n\x08\x44\x45LETING\x10\x03\x12\n\n\x06\x46\x41ILED\x10\x04\"O\n\x13WorkloadClusterType\x12%\n!WORKLOAD_CLUSTER_TYPE_UNSPECIFIED\x10\x00\x12\x08\n\x04GDCE\x10\x01\x12\x07\n\x03GKE\x10\x02:{\xea\x41x\n&telcoautomation.googleapis.com/EdgeSlm\x12;projects/{project}/locations/{location}/edgeSlms/{edge_slm}*\x08\x65\x64geSlms2\x07\x65\x64geSlm\"\xe1\x07\n\tBlueprint\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x1b\n\x0brevision_id\x18\x02 \x01(\tB\x06\xe0\x41\x05\xe0\x41\x03\x12 \n\x10source_blueprint\x18\x03 \x01(\tB\x06\xe0\x41\x02\xe0\x41\x05\x12=\n\x14revision_create_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12U\n\x0e\x61pproval_state\x18\x06 \x01(\x0e\x32\x38.google.cloud.telcoautomation.v1.Blueprint.ApprovalStateB\x03\xe0\x41\x03\x12\x19\n\x0c\x64isplay_name\x18\x07 \x01(\tB\x03\xe0\x41\x01\x12\x17\n\nrepository\x18\x08 \x01(\tB\x03\xe0\x41\x03\x12\x39\n\x05\x66iles\x18\t \x03(\x0b\x32%.google.cloud.telcoautomation.v1.FileB\x03\xe0\x41\x01\x12K\n\x06labels\x18\n \x03(\x0b\x32\x36.google.cloud.telcoautomation.v1.Blueprint.LabelsEntryB\x03\xe0\x41\x01\x12\x34\n\x0b\x63reate_time\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x1c\n\x0fsource_provider\x18\r \x01(\tB\x03\xe0\x41\x03\x12O\n\x10\x64\x65ployment_level\x18\x0e \x01(\x0e\x32\x30.google.cloud.telcoautomation.v1.DeploymentLevelB\x03\xe0\x41\x03\x12\x1d\n\x10rollback_support\x18\x0f \x01(\x08\x42\x03\xe0\x41\x03\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"V\n\rApprovalState\x12\x1e\n\x1a\x41PPROVAL_STATE_UNSPECIFIED\x10\x00\x12\t\n\x05\x44RAFT\x10\x01\x12\x0c\n\x08PROPOSED\x10\x02\x12\x0c\n\x08\x41PPROVED\x10\x03:\xb3\x01\xea\x41\xaf\x01\n(telcoautomation.googleapis.com/Blueprint\x12lprojects/{project}/locations/{location}/orchestrationClusters/{orchestration_cluster}/blueprints/{blueprint}*\nblueprints2\tblueprint\"\xf4\x02\n\x0fPublicBlueprint\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x14\n\x0c\x64isplay_name\x18\x02 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\x12J\n\x10\x64\x65ployment_level\x18\x04 \x01(\x0e\x32\x30.google.cloud.telcoautomation.v1.DeploymentLevel\x12\x17\n\x0fsource_provider\x18\x05 \x01(\t\x12\x1d\n\x10rollback_support\x18\x0f \x01(\x08\x42\x03\xe0\x41\x03:\xa3\x01\xea\x41\x9f\x01\n.telcoautomation.googleapis.com/PublicBlueprint\x12Jprojects/{project}/locations/{location}/publicBlueprints/{public_lueprint}*\x10publicBlueprints2\x0fpublicBlueprint\"\xee\x07\n\nDeployment\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x1b\n\x0brevision_id\x18\x02 \x01(\tB\x06\xe0\x41\x05\xe0\x41\x03\x12&\n\x19source_blueprint_revision\x18\x03 \x01(\tB\x03\xe0\x41\x02\x12=\n\x14revision_create_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x45\n\x05state\x18\x05 \x01(\x0e\x32\x31.google.cloud.telcoautomation.v1.Deployment.StateB\x03\xe0\x41\x03\x12\x19\n\x0c\x64isplay_name\x18\x06 \x01(\tB\x03\xe0\x41\x01\x12\x17\n\nrepository\x18\x07 \x01(\tB\x03\xe0\x41\x03\x12\x39\n\x05\x66iles\x18\x08 \x03(\x0b\x32%.google.cloud.telcoautomation.v1.FileB\x03\xe0\x41\x01\x12L\n\x06labels\x18\t \x03(\x0b\x32\x37.google.cloud.telcoautomation.v1.Deployment.LabelsEntryB\x03\xe0\x41\x01\x12\x34\n\x0b\x63reate_time\x18\n \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x1c\n\x0fsource_provider\x18\x0c \x01(\tB\x03\xe0\x41\x03\x12 \n\x10workload_cluster\x18\r \x01(\tB\x06\xe0\x41\x05\xe0\x41\x01\x12O\n\x10\x64\x65ployment_level\x18\x0e \x01(\x0e\x32\x30.google.cloud.telcoautomation.v1.DeploymentLevelB\x03\xe0\x41\x03\x12\x1d\n\x10rollback_support\x18\x0f \x01(\x08\x42\x03\xe0\x41\x03\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"D\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\t\n\x05\x44RAFT\x10\x01\x12\x0b\n\x07\x41PPLIED\x10\x02\x12\x0c\n\x08\x44\x45LETING\x10\x03:\xb8\x01\xea\x41\xb4\x01\n)telcoautomation.googleapis.com/Deployment\x12nprojects/{project}/locations/{location}/orchestrationClusters/{orchestration_cluster}/deployments/{deployment}*\x0b\x64\x65ployments2\ndeployment\"\x86\x04\n\x12HydratedDeployment\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x03\x12M\n\x05state\x18\x02 \x01(\x0e\x32\x39.google.cloud.telcoautomation.v1.HydratedDeployment.StateB\x03\xe0\x41\x03\x12\x39\n\x05\x66iles\x18\x03 \x03(\x0b\x32%.google.cloud.telcoautomation.v1.FileB\x03\xe0\x41\x01\x12\x1d\n\x10workload_cluster\x18\x04 \x01(\tB\x03\xe0\x41\x03\"6\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\t\n\x05\x44RAFT\x10\x01\x12\x0b\n\x07\x41PPLIED\x10\x02:\xfb\x01\xea\x41\xf7\x01\n1telcoautomation.googleapis.com/HydratedDeployment\x12\x98\x01projects/{project}/locations/{location}/orchestrationClusters/{orchestration_cluster}/deployments/{deployment}/hydratedDeployments/{hydrated_deployment}*\x13hydratedDeployments2\x12hydratedDeployment\"\xb8\x01\n ListOrchestrationClustersRequest\x12K\n\x06parent\x18\x01 \x01(\tB;\xe0\x41\x02\xfa\x41\x35\x12\x33telcoautomation.googleapis.com/OrchestrationCluster\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\x12\x0e\n\x06\x66ilter\x18\x04 \x01(\t\x12\x10\n\x08order_by\x18\x05 \x01(\t\"\xa8\x01\n!ListOrchestrationClustersResponse\x12U\n\x16orchestration_clusters\x18\x01 \x03(\x0b\x32\x35.google.cloud.telcoautomation.v1.OrchestrationCluster\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12\x13\n\x0bunreachable\x18\x03 \x03(\t\"k\n\x1eGetOrchestrationClusterRequest\x12I\n\x04name\x18\x01 \x01(\tB;\xe0\x41\x02\xfa\x41\x35\n3telcoautomation.googleapis.com/OrchestrationCluster\"\x8b\x02\n!CreateOrchestrationClusterRequest\x12K\n\x06parent\x18\x01 \x01(\tB;\xe0\x41\x02\xfa\x41\x35\x12\x33telcoautomation.googleapis.com/OrchestrationCluster\x12%\n\x18orchestration_cluster_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12Y\n\x15orchestration_cluster\x18\x03 \x01(\x0b\x32\x35.google.cloud.telcoautomation.v1.OrchestrationClusterB\x03\xe0\x41\x02\x12\x17\n\nrequest_id\x18\x04 \x01(\tB\x03\xe0\x41\x01\"\x87\x01\n!DeleteOrchestrationClusterRequest\x12I\n\x04name\x18\x01 \x01(\tB;\xe0\x41\x02\xfa\x41\x35\n3telcoautomation.googleapis.com/OrchestrationCluster\x12\x17\n\nrequest_id\x18\x02 \x01(\tB\x03\xe0\x41\x01\"\x9e\x01\n\x13ListEdgeSlmsRequest\x12>\n\x06parent\x18\x01 \x01(\tB.\xe0\x41\x02\xfa\x41(\x12&telcoautomation.googleapis.com/EdgeSlm\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\x12\x0e\n\x06\x66ilter\x18\x04 \x01(\t\x12\x10\n\x08order_by\x18\x05 \x01(\t\"\x81\x01\n\x14ListEdgeSlmsResponse\x12;\n\tedge_slms\x18\x01 \x03(\x0b\x32(.google.cloud.telcoautomation.v1.EdgeSlm\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12\x13\n\x0bunreachable\x18\x03 \x03(\t\"Q\n\x11GetEdgeSlmRequest\x12<\n\x04name\x18\x01 \x01(\tB.\xe0\x41\x02\xfa\x41(\n&telcoautomation.googleapis.com/EdgeSlm\"\xca\x01\n\x14\x43reateEdgeSlmRequest\x12>\n\x06parent\x18\x01 \x01(\tB.\xe0\x41\x02\xfa\x41(\x12&telcoautomation.googleapis.com/EdgeSlm\x12\x18\n\x0b\x65\x64ge_slm_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12?\n\x08\x65\x64ge_slm\x18\x03 \x01(\x0b\x32(.google.cloud.telcoautomation.v1.EdgeSlmB\x03\xe0\x41\x02\x12\x17\n\nrequest_id\x18\x04 \x01(\tB\x03\xe0\x41\x01\"m\n\x14\x44\x65leteEdgeSlmRequest\x12<\n\x04name\x18\x01 \x01(\tB.\xe0\x41\x02\xfa\x41(\n&telcoautomation.googleapis.com/EdgeSlm\x12\x17\n\nrequest_id\x18\x02 \x01(\tB\x03\xe0\x41\x01\"\xb9\x01\n\x16\x43reateBlueprintRequest\x12@\n\x06parent\x18\x01 \x01(\tB0\xe0\x41\x02\xfa\x41*\x12(telcoautomation.googleapis.com/Blueprint\x12\x19\n\x0c\x62lueprint_id\x18\x02 \x01(\tB\x03\xe0\x41\x01\x12\x42\n\tblueprint\x18\x03 \x01(\x0b\x32*.google.cloud.telcoautomation.v1.BlueprintB\x03\xe0\x41\x02\"\x92\x01\n\x16UpdateBlueprintRequest\x12\x42\n\tblueprint\x18\x01 \x01(\x0b\x32*.google.cloud.telcoautomation.v1.BlueprintB\x03\xe0\x41\x02\x12\x34\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x02\"\x98\x01\n\x13GetBlueprintRequest\x12>\n\x04name\x18\x01 \x01(\tB0\xe0\x41\x02\xfa\x41*\n(telcoautomation.googleapis.com/Blueprint\x12\x41\n\x04view\x18\x02 \x01(\x0e\x32..google.cloud.telcoautomation.v1.BlueprintViewB\x03\xe0\x41\x01\"X\n\x16\x44\x65leteBlueprintRequest\x12>\n\x04name\x18\x01 \x01(\tB0\xe0\x41\x02\xfa\x41*\n(telcoautomation.googleapis.com/Blueprint\"\x9f\x01\n\x15ListBlueprintsRequest\x12@\n\x06parent\x18\x01 \x01(\tB0\xe0\x41\x02\xfa\x41*\x12(telcoautomation.googleapis.com/Blueprint\x12\x13\n\x06\x66ilter\x18\x04 \x01(\tB\x03\xe0\x41\x01\x12\x16\n\tpage_size\x18\x02 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\npage_token\x18\x03 \x01(\tB\x03\xe0\x41\x01\"q\n\x16ListBlueprintsResponse\x12>\n\nblueprints\x18\x01 \x03(\x0b\x32*.google.cloud.telcoautomation.v1.Blueprint\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"Y\n\x17\x41pproveBlueprintRequest\x12>\n\x04name\x18\x01 \x01(\tB0\xe0\x41\x02\xfa\x41*\n(telcoautomation.googleapis.com/Blueprint\"Y\n\x17ProposeBlueprintRequest\x12>\n\x04name\x18\x01 \x01(\tB0\xe0\x41\x02\xfa\x41*\n(telcoautomation.googleapis.com/Blueprint\"X\n\x16RejectBlueprintRequest\x12>\n\x04name\x18\x01 \x01(\tB0\xe0\x41\x02\xfa\x41*\n(telcoautomation.googleapis.com/Blueprint\"\x86\x01\n\x1dListBlueprintRevisionsRequest\x12>\n\x04name\x18\x01 \x01(\tB0\xe0\x41\x02\xfa\x41*\n(telcoautomation.googleapis.com/Blueprint\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\"y\n\x1eListBlueprintRevisionsResponse\x12>\n\nblueprints\x18\x01 \x03(\x0b\x32*.google.cloud.telcoautomation.v1.Blueprint\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xa8\x01\n\x1fSearchBlueprintRevisionsRequest\x12@\n\x06parent\x18\x01 \x01(\tB0\xe0\x41\x02\xfa\x41*\x12(telcoautomation.googleapis.com/Blueprint\x12\x12\n\x05query\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12\x16\n\tpage_size\x18\x03 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\npage_token\x18\x04 \x01(\tB\x03\xe0\x41\x01\"{\n SearchBlueprintRevisionsResponse\x12>\n\nblueprints\x18\x01 \x03(\x0b\x32*.google.cloud.telcoautomation.v1.Blueprint\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"`\n\x1e\x44iscardBlueprintChangesRequest\x12>\n\x04name\x18\x01 \x01(\tB0\xe0\x41\x02\xfa\x41*\n(telcoautomation.googleapis.com/Blueprint\"!\n\x1f\x44iscardBlueprintChangesResponse\"\x96\x01\n\x1bListPublicBlueprintsRequest\x12\x46\n\x06parent\x18\x01 \x01(\tB6\xe0\x41\x02\xfa\x41\x30\x12.telcoautomation.googleapis.com/PublicBlueprint\x12\x16\n\tpage_size\x18\x02 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\npage_token\x18\x03 \x01(\tB\x03\xe0\x41\x01\"\x89\x01\n\x1cListPublicBlueprintsResponse\x12K\n\x11public_blueprints\x18\x01 \x03(\x0b\x32\x30.google.cloud.telcoautomation.v1.PublicBlueprint\x12\x1c\n\x0fnext_page_token\x18\x02 \x01(\tB\x03\xe0\x41\x03\"a\n\x19GetPublicBlueprintRequest\x12\x44\n\x04name\x18\x01 \x01(\tB6\xe0\x41\x02\xfa\x41\x30\n.telcoautomation.googleapis.com/PublicBlueprint\"\xbe\x01\n\x17\x43reateDeploymentRequest\x12\x41\n\x06parent\x18\x01 \x01(\tB1\xe0\x41\x02\xfa\x41+\x12)telcoautomation.googleapis.com/Deployment\x12\x1a\n\rdeployment_id\x18\x02 \x01(\tB\x03\xe0\x41\x01\x12\x44\n\ndeployment\x18\x03 \x01(\x0b\x32+.google.cloud.telcoautomation.v1.DeploymentB\x03\xe0\x41\x02\"\x95\x01\n\x17UpdateDeploymentRequest\x12\x44\n\ndeployment\x18\x01 \x01(\x0b\x32+.google.cloud.telcoautomation.v1.DeploymentB\x03\xe0\x41\x02\x12\x34\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x02\"\x9b\x01\n\x14GetDeploymentRequest\x12?\n\x04name\x18\x01 \x01(\tB1\xe0\x41\x02\xfa\x41+\n)telcoautomation.googleapis.com/Deployment\x12\x42\n\x04view\x18\x02 \x01(\x0e\x32/.google.cloud.telcoautomation.v1.DeploymentViewB\x03\xe0\x41\x01\"Z\n\x17RemoveDeploymentRequest\x12?\n\x04name\x18\x01 \x01(\tB1\xe0\x41\x02\xfa\x41+\n)telcoautomation.googleapis.com/Deployment\"\xa1\x01\n\x16ListDeploymentsRequest\x12\x41\n\x06parent\x18\x01 \x01(\tB1\xe0\x41\x02\xfa\x41+\x12)telcoautomation.googleapis.com/Deployment\x12\x13\n\x06\x66ilter\x18\x04 \x01(\tB\x03\xe0\x41\x01\x12\x16\n\tpage_size\x18\x02 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\npage_token\x18\x03 \x01(\tB\x03\xe0\x41\x01\"t\n\x17ListDeploymentsResponse\x12@\n\x0b\x64\x65ployments\x18\x01 \x03(\x0b\x32+.google.cloud.telcoautomation.v1.Deployment\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\x92\x01\n\x1eListDeploymentRevisionsRequest\x12?\n\x04name\x18\x01 \x01(\tB1\xe0\x41\x02\xfa\x41+\n)telcoautomation.googleapis.com/Deployment\x12\x16\n\tpage_size\x18\x02 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\npage_token\x18\x03 \x01(\tB\x03\xe0\x41\x01\"|\n\x1fListDeploymentRevisionsResponse\x12@\n\x0b\x64\x65ployments\x18\x01 \x03(\x0b\x32+.google.cloud.telcoautomation.v1.Deployment\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xa9\x01\n SearchDeploymentRevisionsRequest\x12@\n\x06parent\x18\x01 \x01(\tB0\xe0\x41\x02\xfa\x41*\x12(telcoautomation.googleapis.com/Blueprint\x12\x12\n\x05query\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12\x16\n\tpage_size\x18\x03 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\npage_token\x18\x04 \x01(\tB\x03\xe0\x41\x01\"~\n!SearchDeploymentRevisionsResponse\x12@\n\x0b\x64\x65ployments\x18\x01 \x03(\x0b\x32+.google.cloud.telcoautomation.v1.Deployment\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"b\n\x1f\x44iscardDeploymentChangesRequest\x12?\n\x04name\x18\x01 \x01(\tB1\xe0\x41\x02\xfa\x41+\n)telcoautomation.googleapis.com/Deployment\"\"\n DiscardDeploymentChangesResponse\"Y\n\x16\x41pplyDeploymentRequest\x12?\n\x04name\x18\x01 \x01(\tB1\xe0\x41\x02\xfa\x41+\n)telcoautomation.googleapis.com/Deployment\"a\n\x1e\x43omputeDeploymentStatusRequest\x12?\n\x04name\x18\x01 \x01(\tB1\xe0\x41\x02\xfa\x41+\n)telcoautomation.googleapis.com/Deployment\"\xc9\x01\n\x1f\x43omputeDeploymentStatusResponse\x12\x0c\n\x04name\x18\x01 \x01(\t\x12G\n\x11\x61ggregated_status\x18\x02 \x01(\x0e\x32\'.google.cloud.telcoautomation.v1.StatusB\x03\xe0\x41\x03\x12O\n\x11resource_statuses\x18\x03 \x03(\x0b\x32/.google.cloud.telcoautomation.v1.ResourceStatusB\x03\xe0\x41\x03\"v\n\x19RollbackDeploymentRequest\x12?\n\x04name\x18\x01 \x01(\tB1\xe0\x41\x02\xfa\x41+\n)telcoautomation.googleapis.com/Deployment\x12\x18\n\x0brevision_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\"\x80\x02\n\x11OperationMetadata\x12\x34\n\x0b\x63reate_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x31\n\x08\x65nd_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x13\n\x06target\x18\x03 \x01(\tB\x03\xe0\x41\x03\x12\x11\n\x04verb\x18\x04 \x01(\tB\x03\xe0\x41\x03\x12\x1b\n\x0estatus_message\x18\x05 \x01(\tB\x03\xe0\x41\x03\x12#\n\x16requested_cancellation\x18\x06 \x01(\x08\x42\x03\xe0\x41\x03\x12\x18\n\x0b\x61pi_version\x18\x07 \x01(\tB\x03\xe0\x41\x03\"g\n\x1cGetHydratedDeploymentRequest\x12G\n\x04name\x18\x01 \x01(\tB9\xe0\x41\x02\xfa\x41\x33\n1telcoautomation.googleapis.com/HydratedDeployment\"\x9c\x01\n\x1eListHydratedDeploymentsRequest\x12I\n\x06parent\x18\x01 \x01(\tB9\xe0\x41\x02\xfa\x41\x33\x12\x31telcoautomation.googleapis.com/HydratedDeployment\x12\x16\n\tpage_size\x18\x02 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\npage_token\x18\x03 \x01(\tB\x03\xe0\x41\x01\"\x8d\x01\n\x1fListHydratedDeploymentsResponse\x12Q\n\x14hydrated_deployments\x18\x01 \x03(\x0b\x32\x33.google.cloud.telcoautomation.v1.HydratedDeployment\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xae\x01\n\x1fUpdateHydratedDeploymentRequest\x12U\n\x13hydrated_deployment\x18\x01 \x01(\x0b\x32\x33.google.cloud.telcoautomation.v1.HydratedDeploymentB\x03\xe0\x41\x02\x12\x34\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x02\"i\n\x1e\x41pplyHydratedDeploymentRequest\x12G\n\x04name\x18\x01 \x01(\tB9\xe0\x41\x02\xfa\x41\x33\n1telcoautomation.googleapis.com/HydratedDeployment\"\xdc\x01\n\x10ManagementConfig\x12_\n\x1astandard_management_config\x18\x01 \x01(\x0b\x32\x39.google.cloud.telcoautomation.v1.StandardManagementConfigH\x00\x12W\n\x16\x66ull_management_config\x18\x02 \x01(\x0b\x32\x35.google.cloud.telcoautomation.v1.FullManagementConfigH\x00\x42\x0e\n\x0coneof_config\"\xe3\x02\n\x18StandardManagementConfig\x12\x14\n\x07network\x18\x01 \x01(\tB\x03\xe0\x41\x01\x12\x13\n\x06subnet\x18\x02 \x01(\tB\x03\xe0\x41\x01\x12#\n\x16master_ipv4_cidr_block\x18\x03 \x01(\tB\x03\xe0\x41\x01\x12\x1f\n\x12\x63luster_cidr_block\x18\x04 \x01(\tB\x03\xe0\x41\x01\x12 \n\x13services_cidr_block\x18\x05 \x01(\tB\x03\xe0\x41\x01\x12 \n\x13\x63luster_named_range\x18\x06 \x01(\tB\x03\xe0\x41\x01\x12!\n\x14services_named_range\x18\x07 \x01(\tB\x03\xe0\x41\x01\x12o\n!master_authorized_networks_config\x18\x08 \x01(\x0b\x32?.google.cloud.telcoautomation.v1.MasterAuthorizedNetworksConfigB\x03\xe0\x41\x01\"\xdf\x02\n\x14\x46ullManagementConfig\x12\x14\n\x07network\x18\x01 \x01(\tB\x03\xe0\x41\x01\x12\x13\n\x06subnet\x18\x02 \x01(\tB\x03\xe0\x41\x01\x12#\n\x16master_ipv4_cidr_block\x18\x03 \x01(\tB\x03\xe0\x41\x01\x12\x1f\n\x12\x63luster_cidr_block\x18\x04 \x01(\tB\x03\xe0\x41\x01\x12 \n\x13services_cidr_block\x18\x05 \x01(\tB\x03\xe0\x41\x01\x12 \n\x13\x63luster_named_range\x18\x06 \x01(\tB\x03\xe0\x41\x01\x12!\n\x14services_named_range\x18\x07 \x01(\tB\x03\xe0\x41\x01\x12o\n!master_authorized_networks_config\x18\x08 \x01(\x0b\x32?.google.cloud.telcoautomation.v1.MasterAuthorizedNetworksConfigB\x03\xe0\x41\x01\"\xc6\x01\n\x1eMasterAuthorizedNetworksConfig\x12\x63\n\x0b\x63idr_blocks\x18\x01 \x03(\x0b\x32I.google.cloud.telcoautomation.v1.MasterAuthorizedNetworksConfig.CidrBlockB\x03\xe0\x41\x01\x1a?\n\tCidrBlock\x12\x19\n\x0c\x64isplay_name\x18\x01 \x01(\tB\x03\xe0\x41\x01\x12\x17\n\ncidr_block\x18\x02 \x01(\tB\x03\xe0\x41\x01\"\\\n\x04\x46ile\x12\x11\n\x04path\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x14\n\x07\x63ontent\x18\x02 \x01(\tB\x03\xe0\x41\x01\x12\x14\n\x07\x64\x65leted\x18\x03 \x01(\x08\x42\x03\xe0\x41\x01\x12\x15\n\x08\x65\x64itable\x18\x04 \x01(\x08\x42\x03\xe0\x41\x01\"\xc1\x02\n\x0eResourceStatus\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x1a\n\x12resource_namespace\x18\x02 \x01(\t\x12\r\n\x05group\x18\x03 \x01(\t\x12\x0f\n\x07version\x18\x04 \x01(\t\x12\x0c\n\x04kind\x18\x05 \x01(\t\x12I\n\rresource_type\x18\x06 \x01(\x0e\x32-.google.cloud.telcoautomation.v1.ResourceTypeB\x03\xe0\x41\x03\x12<\n\x06status\x18\x07 \x01(\x0e\x32\'.google.cloud.telcoautomation.v1.StatusB\x03\xe0\x41\x03\x12N\n\x10nf_deploy_status\x18\x08 \x01(\x0b\x32/.google.cloud.telcoautomation.v1.NFDeployStatusB\x03\xe0\x41\x03\"\x8c\x01\n\x0eNFDeployStatus\x12\x19\n\x0ctargeted_nfs\x18\x01 \x01(\x05\x42\x03\xe0\x41\x03\x12\x16\n\tready_nfs\x18\x02 \x01(\x05\x42\x03\xe0\x41\x03\x12G\n\x05sites\x18\x03 \x03(\x0b\x32\x33.google.cloud.telcoautomation.v1.NFDeploySiteStatusB\x03\xe0\x41\x03\"\xd8\x01\n\x12NFDeploySiteStatus\x12\x11\n\x04site\x18\x01 \x01(\tB\x03\xe0\x41\x03\x12\x1d\n\x10pending_deletion\x18\x02 \x01(\x08\x42\x03\xe0\x41\x03\x12H\n\thydration\x18\x03 \x01(\x0b\x32\x30.google.cloud.telcoautomation.v1.HydrationStatusB\x03\xe0\x41\x03\x12\x46\n\x08workload\x18\x04 \x01(\x0b\x32/.google.cloud.telcoautomation.v1.WorkloadStatusB\x03\xe0\x41\x03\"o\n\x0fHydrationStatus\x12G\n\x0csite_version\x18\x01 \x01(\x0b\x32,.google.cloud.telcoautomation.v1.SiteVersionB\x03\xe0\x41\x03\x12\x13\n\x06status\x18\x02 \x01(\tB\x03\xe0\x41\x03\"T\n\x0bSiteVersion\x12\x16\n\tnf_vendor\x18\x01 \x01(\tB\x03\xe0\x41\x03\x12\x14\n\x07nf_type\x18\x02 \x01(\tB\x03\xe0\x41\x03\x12\x17\n\nnf_version\x18\x03 \x01(\tB\x03\xe0\x41\x03\"n\n\x0eWorkloadStatus\x12G\n\x0csite_version\x18\x01 \x01(\x0b\x32,.google.cloud.telcoautomation.v1.SiteVersionB\x03\xe0\x41\x03\x12\x13\n\x06status\x18\x02 \x01(\tB\x03\xe0\x41\x03*b\n\rBlueprintView\x12\x1e\n\x1a\x42LUEPRINT_VIEW_UNSPECIFIED\x10\x00\x12\x18\n\x14\x42LUEPRINT_VIEW_BASIC\x10\x01\x12\x17\n\x13\x42LUEPRINT_VIEW_FULL\x10\x02*f\n\x0e\x44\x65ploymentView\x12\x1f\n\x1b\x44\x45PLOYMENT_VIEW_UNSPECIFIED\x10\x00\x12\x19\n\x15\x44\x45PLOYMENT_VIEW_BASIC\x10\x01\x12\x18\n\x14\x44\x45PLOYMENT_VIEW_FULL\x10\x02*^\n\x0cResourceType\x12\x1d\n\x19RESOURCE_TYPE_UNSPECIFIED\x10\x00\x12\x16\n\x12NF_DEPLOY_RESOURCE\x10\x01\x12\x17\n\x13\x44\x45PLOYMENT_RESOURCE\x10\x02*\x9b\x01\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x16\n\x12STATUS_IN_PROGRESS\x10\x01\x12\x11\n\rSTATUS_ACTIVE\x10\x02\x12\x11\n\rSTATUS_FAILED\x10\x03\x12\x13\n\x0fSTATUS_DELETING\x10\x04\x12\x12\n\x0eSTATUS_DELETED\x10\x05\x12\x12\n\x0eSTATUS_PEERING\x10\n*o\n\x0f\x44\x65ploymentLevel\x12 \n\x1c\x44\x45PLOYMENT_LEVEL_UNSPECIFIED\x10\x00\x12\r\n\tHYDRATION\x10\x01\x12\x15\n\x11SINGLE_DEPLOYMENT\x10\x02\x12\x14\n\x10MULTI_DEPLOYMENT\x10\x03\x32\xec\x43\n\x0fTelcoAutomation\x12\xee\x01\n\x19ListOrchestrationClusters\x12\x41.google.cloud.telcoautomation.v1.ListOrchestrationClustersRequest\x1a\x42.google.cloud.telcoautomation.v1.ListOrchestrationClustersResponse\"J\x82\xd3\xe4\x93\x02;\x12\x39/v1/{parent=projects/*/locations/*}/orchestrationClusters\xda\x41\x06parent\x12\xdb\x01\n\x17GetOrchestrationCluster\x12?.google.cloud.telcoautomation.v1.GetOrchestrationClusterRequest\x1a\x35.google.cloud.telcoautomation.v1.OrchestrationCluster\"H\x82\xd3\xe4\x93\x02;\x12\x39/v1/{name=projects/*/locations/*/orchestrationClusters/*}\xda\x41\x04name\x12\xbe\x02\n\x1a\x43reateOrchestrationCluster\x12\x42.google.cloud.telcoautomation.v1.CreateOrchestrationClusterRequest\x1a\x1d.google.longrunning.Operation\"\xbc\x01\x82\xd3\xe4\x93\x02R\"9/v1/{parent=projects/*/locations/*}/orchestrationClusters:\x15orchestration_cluster\xda\x41\x35parent,orchestration_cluster,orchestration_cluster_id\xca\x41)\n\x14OrchestrationCluster\x12\x11OperationMetadata\x12\xf6\x01\n\x1a\x44\x65leteOrchestrationCluster\x12\x42.google.cloud.telcoautomation.v1.DeleteOrchestrationClusterRequest\x1a\x1d.google.longrunning.Operation\"u\x82\xd3\xe4\x93\x02;*9/v1/{name=projects/*/locations/*/orchestrationClusters/*}\xda\x41\x04name\xca\x41*\n\x15google.protobuf.Empty\x12\x11OperationMetadata\x12\xba\x01\n\x0cListEdgeSlms\x12\x34.google.cloud.telcoautomation.v1.ListEdgeSlmsRequest\x1a\x35.google.cloud.telcoautomation.v1.ListEdgeSlmsResponse\"=\x82\xd3\xe4\x93\x02.\x12,/v1/{parent=projects/*/locations/*}/edgeSlms\xda\x41\x06parent\x12\xa7\x01\n\nGetEdgeSlm\x12\x32.google.cloud.telcoautomation.v1.GetEdgeSlmRequest\x1a(.google.cloud.telcoautomation.v1.EdgeSlm\";\x82\xd3\xe4\x93\x02.\x12,/v1/{name=projects/*/locations/*/edgeSlms/*}\xda\x41\x04name\x12\xe2\x01\n\rCreateEdgeSlm\x12\x35.google.cloud.telcoautomation.v1.CreateEdgeSlmRequest\x1a\x1d.google.longrunning.Operation\"{\x82\xd3\xe4\x93\x02\x38\",/v1/{parent=projects/*/locations/*}/edgeSlms:\x08\x65\x64ge_slm\xda\x41\x1bparent,edge_slm,edge_slm_id\xca\x41\x1c\n\x07\x45\x64geSlm\x12\x11OperationMetadata\x12\xcf\x01\n\rDeleteEdgeSlm\x12\x35.google.cloud.telcoautomation.v1.DeleteEdgeSlmRequest\x1a\x1d.google.longrunning.Operation\"h\x82\xd3\xe4\x93\x02.*,/v1/{name=projects/*/locations/*/edgeSlms/*}\xda\x41\x04name\xca\x41*\n\x15google.protobuf.Empty\x12\x11OperationMetadata\x12\xf1\x01\n\x0f\x43reateBlueprint\x12\x37.google.cloud.telcoautomation.v1.CreateBlueprintRequest\x1a*.google.cloud.telcoautomation.v1.Blueprint\"y\x82\xd3\xe4\x93\x02S\"F/v1/{parent=projects/*/locations/*/orchestrationClusters/*}/blueprints:\tblueprint\xda\x41\x1dparent,blueprint,blueprint_id\x12\xf3\x01\n\x0fUpdateBlueprint\x12\x37.google.cloud.telcoautomation.v1.UpdateBlueprintRequest\x1a*.google.cloud.telcoautomation.v1.Blueprint\"{\x82\xd3\xe4\x93\x02]2P/v1/{blueprint.name=projects/*/locations/*/orchestrationClusters/*/blueprints/*}:\tblueprint\xda\x41\x15\x62lueprint,update_mask\x12\xc7\x01\n\x0cGetBlueprint\x12\x34.google.cloud.telcoautomation.v1.GetBlueprintRequest\x1a*.google.cloud.telcoautomation.v1.Blueprint\"U\x82\xd3\xe4\x93\x02H\x12\x46/v1/{name=projects/*/locations/*/orchestrationClusters/*/blueprints/*}\xda\x41\x04name\x12\xb9\x01\n\x0f\x44\x65leteBlueprint\x12\x37.google.cloud.telcoautomation.v1.DeleteBlueprintRequest\x1a\x16.google.protobuf.Empty\"U\x82\xd3\xe4\x93\x02H*F/v1/{name=projects/*/locations/*/orchestrationClusters/*/blueprints/*}\xda\x41\x04name\x12\xda\x01\n\x0eListBlueprints\x12\x36.google.cloud.telcoautomation.v1.ListBlueprintsRequest\x1a\x37.google.cloud.telcoautomation.v1.ListBlueprintsResponse\"W\x82\xd3\xe4\x93\x02H\x12\x46/v1/{parent=projects/*/locations/*/orchestrationClusters/*}/blueprints\xda\x41\x06parent\x12\xda\x01\n\x10\x41pproveBlueprint\x12\x38.google.cloud.telcoautomation.v1.ApproveBlueprintRequest\x1a*.google.cloud.telcoautomation.v1.Blueprint\"`\x82\xd3\xe4\x93\x02S\"N/v1/{name=projects/*/locations/*/orchestrationClusters/*/blueprints/*}:approve:\x01*\xda\x41\x04name\x12\xda\x01\n\x10ProposeBlueprint\x12\x38.google.cloud.telcoautomation.v1.ProposeBlueprintRequest\x1a*.google.cloud.telcoautomation.v1.Blueprint\"`\x82\xd3\xe4\x93\x02S\"N/v1/{name=projects/*/locations/*/orchestrationClusters/*/blueprints/*}:propose:\x01*\xda\x41\x04name\x12\xd7\x01\n\x0fRejectBlueprint\x12\x37.google.cloud.telcoautomation.v1.RejectBlueprintRequest\x1a*.google.cloud.telcoautomation.v1.Blueprint\"_\x82\xd3\xe4\x93\x02R\"M/v1/{name=projects/*/locations/*/orchestrationClusters/*/blueprints/*}:reject:\x01*\xda\x41\x04name\x12\xfe\x01\n\x16ListBlueprintRevisions\x12>.google.cloud.telcoautomation.v1.ListBlueprintRevisionsRequest\x1a?.google.cloud.telcoautomation.v1.ListBlueprintRevisionsResponse\"c\x82\xd3\xe4\x93\x02V\x12T/v1/{name=projects/*/locations/*/orchestrationClusters/*/blueprints/*}:listRevisions\xda\x41\x04name\x12\x8e\x02\n\x18SearchBlueprintRevisions\x12@.google.cloud.telcoautomation.v1.SearchBlueprintRevisionsRequest\x1a\x41.google.cloud.telcoautomation.v1.SearchBlueprintRevisionsResponse\"m\x82\xd3\xe4\x93\x02X\x12V/v1/{parent=projects/*/locations/*/orchestrationClusters/*}/blueprints:searchRevisions\xda\x41\x0cparent,query\x12\x92\x02\n\x19SearchDeploymentRevisions\x12\x41.google.cloud.telcoautomation.v1.SearchDeploymentRevisionsRequest\x1a\x42.google.cloud.telcoautomation.v1.SearchDeploymentRevisionsResponse\"n\x82\xd3\xe4\x93\x02Y\x12W/v1/{parent=projects/*/locations/*/orchestrationClusters/*}/deployments:searchRevisions\xda\x41\x0cparent,query\x12\xfe\x01\n\x17\x44iscardBlueprintChanges\x12?.google.cloud.telcoautomation.v1.DiscardBlueprintChangesRequest\x1a@.google.cloud.telcoautomation.v1.DiscardBlueprintChangesResponse\"`\x82\xd3\xe4\x93\x02S\"N/v1/{name=projects/*/locations/*/orchestrationClusters/*/blueprints/*}:discard:\x01*\xda\x41\x04name\x12\xda\x01\n\x14ListPublicBlueprints\x12<.google.cloud.telcoautomation.v1.ListPublicBlueprintsRequest\x1a=.google.cloud.telcoautomation.v1.ListPublicBlueprintsResponse\"E\x82\xd3\xe4\x93\x02\x36\x12\x34/v1/{parent=projects/*/locations/*}/publicBlueprints\xda\x41\x06parent\x12\xc7\x01\n\x12GetPublicBlueprint\x12:.google.cloud.telcoautomation.v1.GetPublicBlueprintRequest\x1a\x30.google.cloud.telcoautomation.v1.PublicBlueprint\"C\x82\xd3\xe4\x93\x02\x36\x12\x34/v1/{name=projects/*/locations/*/publicBlueprints/*}\xda\x41\x04name\x12\xf8\x01\n\x10\x43reateDeployment\x12\x38.google.cloud.telcoautomation.v1.CreateDeploymentRequest\x1a+.google.cloud.telcoautomation.v1.Deployment\"}\x82\xd3\xe4\x93\x02U\"G/v1/{parent=projects/*/locations/*/orchestrationClusters/*}/deployments:\ndeployment\xda\x41\x1fparent,deployment,deployment_id\x12\xfa\x01\n\x10UpdateDeployment\x12\x38.google.cloud.telcoautomation.v1.UpdateDeploymentRequest\x1a+.google.cloud.telcoautomation.v1.Deployment\"\x7f\x82\xd3\xe4\x93\x02`2R/v1/{deployment.name=projects/*/locations/*/orchestrationClusters/*/deployments/*}:\ndeployment\xda\x41\x16\x64\x65ployment,update_mask\x12\xcb\x01\n\rGetDeployment\x12\x35.google.cloud.telcoautomation.v1.GetDeploymentRequest\x1a+.google.cloud.telcoautomation.v1.Deployment\"V\x82\xd3\xe4\x93\x02I\x12G/v1/{name=projects/*/locations/*/orchestrationClusters/*/deployments/*}\xda\x41\x04name\x12\xc6\x01\n\x10RemoveDeployment\x12\x38.google.cloud.telcoautomation.v1.RemoveDeploymentRequest\x1a\x16.google.protobuf.Empty\"`\x82\xd3\xe4\x93\x02S\"N/v1/{name=projects/*/locations/*/orchestrationClusters/*/deployments/*}:remove:\x01*\xda\x41\x04name\x12\xde\x01\n\x0fListDeployments\x12\x37.google.cloud.telcoautomation.v1.ListDeploymentsRequest\x1a\x38.google.cloud.telcoautomation.v1.ListDeploymentsResponse\"X\x82\xd3\xe4\x93\x02I\x12G/v1/{parent=projects/*/locations/*/orchestrationClusters/*}/deployments\xda\x41\x06parent\x12\x82\x02\n\x17ListDeploymentRevisions\x12?.google.cloud.telcoautomation.v1.ListDeploymentRevisionsRequest\x1a@.google.cloud.telcoautomation.v1.ListDeploymentRevisionsResponse\"d\x82\xd3\xe4\x93\x02W\x12U/v1/{name=projects/*/locations/*/orchestrationClusters/*/deployments/*}:listRevisions\xda\x41\x04name\x12\x82\x02\n\x18\x44iscardDeploymentChanges\x12@.google.cloud.telcoautomation.v1.DiscardDeploymentChangesRequest\x1a\x41.google.cloud.telcoautomation.v1.DiscardDeploymentChangesResponse\"a\x82\xd3\xe4\x93\x02T\"O/v1/{name=projects/*/locations/*/orchestrationClusters/*/deployments/*}:discard:\x01*\xda\x41\x04name\x12\xd8\x01\n\x0f\x41pplyDeployment\x12\x37.google.cloud.telcoautomation.v1.ApplyDeploymentRequest\x1a+.google.cloud.telcoautomation.v1.Deployment\"_\x82\xd3\xe4\x93\x02R\"M/v1/{name=projects/*/locations/*/orchestrationClusters/*/deployments/*}:apply:\x01*\xda\x41\x04name\x12\x8c\x02\n\x17\x43omputeDeploymentStatus\x12?.google.cloud.telcoautomation.v1.ComputeDeploymentStatusRequest\x1a@.google.cloud.telcoautomation.v1.ComputeDeploymentStatusResponse\"n\x82\xd3\xe4\x93\x02\x61\x12_/v1/{name=projects/*/locations/*/orchestrationClusters/*/deployments/*}:computeDeploymentStatus\xda\x41\x04name\x12\xed\x01\n\x12RollbackDeployment\x12:.google.cloud.telcoautomation.v1.RollbackDeploymentRequest\x1a+.google.cloud.telcoautomation.v1.Deployment\"n\x82\xd3\xe4\x93\x02U\"P/v1/{name=projects/*/locations/*/orchestrationClusters/*/deployments/*}:rollback:\x01*\xda\x41\x10name,revision_id\x12\xf9\x01\n\x15GetHydratedDeployment\x12=.google.cloud.telcoautomation.v1.GetHydratedDeploymentRequest\x1a\x33.google.cloud.telcoautomation.v1.HydratedDeployment\"l\x82\xd3\xe4\x93\x02_\x12]/v1/{name=projects/*/locations/*/orchestrationClusters/*/deployments/*/hydratedDeployments/*}\xda\x41\x04name\x12\x8c\x02\n\x17ListHydratedDeployments\x12?.google.cloud.telcoautomation.v1.ListHydratedDeploymentsRequest\x1a@.google.cloud.telcoautomation.v1.ListHydratedDeploymentsResponse\"n\x82\xd3\xe4\x93\x02_\x12]/v1/{parent=projects/*/locations/*/orchestrationClusters/*/deployments/*}/hydratedDeployments\xda\x41\x06parent\x12\xc5\x02\n\x18UpdateHydratedDeployment\x12@.google.cloud.telcoautomation.v1.UpdateHydratedDeploymentRequest\x1a\x33.google.cloud.telcoautomation.v1.HydratedDeployment\"\xb1\x01\x82\xd3\xe4\x93\x02\x88\x01\x32q/v1/{hydrated_deployment.name=projects/*/locations/*/orchestrationClusters/*/deployments/*/hydratedDeployments/*}:\x13hydrated_deployment\xda\x41\x1fhydrated_deployment,update_mask\x12\x86\x02\n\x17\x41pplyHydratedDeployment\x12?.google.cloud.telcoautomation.v1.ApplyHydratedDeploymentRequest\x1a\x33.google.cloud.telcoautomation.v1.HydratedDeployment\"u\x82\xd3\xe4\x93\x02h\"c/v1/{name=projects/*/locations/*/orchestrationClusters/*/deployments/*/hydratedDeployments/*}:apply:\x01*\xda\x41\x04name\x1aR\xca\x41\x1etelcoautomation.googleapis.com\xd2\x41.https://www.googleapis.com/auth/cloud-platformB\xf5\x01\n#com.google.cloud.telcoautomation.v1B\x14TelcoautomationProtoP\x01ZMcloud.google.com/go/telcoautomation/apiv1/telcoautomationpb;telcoautomationpb\xaa\x02\x1fGoogle.Cloud.TelcoAutomation.V1\xca\x02\x1fGoogle\\Cloud\\TelcoAutomation\\V1\xea\x02\"Google::Cloud::TelcoAutomation::V1b\x06proto3"
18
+
19
+ pool = Google::Protobuf::DescriptorPool.generated_pool
20
+
21
+ begin
22
+ pool.add_serialized_file(descriptor_data)
23
+ rescue TypeError => e
24
+ # Compatibility code: will be removed in the next major version.
25
+ require 'google/protobuf/descriptor_pb'
26
+ parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
27
+ parsed.clear_dependency
28
+ serialized = parsed.class.encode(parsed)
29
+ file = pool.add_serialized_file(serialized)
30
+ warn "Warning: Protobuf detected an import path issue while loading generated file #{__FILE__}"
31
+ imports = [
32
+ ["google.protobuf.Timestamp", "google/protobuf/timestamp.proto"],
33
+ ["google.protobuf.FieldMask", "google/protobuf/field_mask.proto"],
34
+ ]
35
+ imports.each do |type_name, expected_filename|
36
+ import_file = pool.lookup(type_name).file_descriptor
37
+ if import_file.name != expected_filename
38
+ warn "- #{file.name} imports #{expected_filename}, but that import was loaded as #{import_file.name}"
39
+ end
40
+ end
41
+ warn "Each proto file must use a consistent fully-qualified name."
42
+ warn "This will become an error in the next major version."
43
+ end
44
+
45
+ module Google
46
+ module Cloud
47
+ module TelcoAutomation
48
+ module V1
49
+ OrchestrationCluster = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.OrchestrationCluster").msgclass
50
+ OrchestrationCluster::State = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.OrchestrationCluster.State").enummodule
51
+ EdgeSlm = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.EdgeSlm").msgclass
52
+ EdgeSlm::State = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.EdgeSlm.State").enummodule
53
+ EdgeSlm::WorkloadClusterType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.EdgeSlm.WorkloadClusterType").enummodule
54
+ Blueprint = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.Blueprint").msgclass
55
+ Blueprint::ApprovalState = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.Blueprint.ApprovalState").enummodule
56
+ PublicBlueprint = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.PublicBlueprint").msgclass
57
+ Deployment = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.Deployment").msgclass
58
+ Deployment::State = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.Deployment.State").enummodule
59
+ HydratedDeployment = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.HydratedDeployment").msgclass
60
+ HydratedDeployment::State = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.HydratedDeployment.State").enummodule
61
+ ListOrchestrationClustersRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.ListOrchestrationClustersRequest").msgclass
62
+ ListOrchestrationClustersResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.ListOrchestrationClustersResponse").msgclass
63
+ GetOrchestrationClusterRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.GetOrchestrationClusterRequest").msgclass
64
+ CreateOrchestrationClusterRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.CreateOrchestrationClusterRequest").msgclass
65
+ DeleteOrchestrationClusterRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.DeleteOrchestrationClusterRequest").msgclass
66
+ ListEdgeSlmsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.ListEdgeSlmsRequest").msgclass
67
+ ListEdgeSlmsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.ListEdgeSlmsResponse").msgclass
68
+ GetEdgeSlmRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.GetEdgeSlmRequest").msgclass
69
+ CreateEdgeSlmRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.CreateEdgeSlmRequest").msgclass
70
+ DeleteEdgeSlmRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.DeleteEdgeSlmRequest").msgclass
71
+ CreateBlueprintRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.CreateBlueprintRequest").msgclass
72
+ UpdateBlueprintRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.UpdateBlueprintRequest").msgclass
73
+ GetBlueprintRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.GetBlueprintRequest").msgclass
74
+ DeleteBlueprintRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.DeleteBlueprintRequest").msgclass
75
+ ListBlueprintsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.ListBlueprintsRequest").msgclass
76
+ ListBlueprintsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.ListBlueprintsResponse").msgclass
77
+ ApproveBlueprintRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.ApproveBlueprintRequest").msgclass
78
+ ProposeBlueprintRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.ProposeBlueprintRequest").msgclass
79
+ RejectBlueprintRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.RejectBlueprintRequest").msgclass
80
+ ListBlueprintRevisionsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.ListBlueprintRevisionsRequest").msgclass
81
+ ListBlueprintRevisionsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.ListBlueprintRevisionsResponse").msgclass
82
+ SearchBlueprintRevisionsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.SearchBlueprintRevisionsRequest").msgclass
83
+ SearchBlueprintRevisionsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.SearchBlueprintRevisionsResponse").msgclass
84
+ DiscardBlueprintChangesRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.DiscardBlueprintChangesRequest").msgclass
85
+ DiscardBlueprintChangesResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.DiscardBlueprintChangesResponse").msgclass
86
+ ListPublicBlueprintsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.ListPublicBlueprintsRequest").msgclass
87
+ ListPublicBlueprintsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.ListPublicBlueprintsResponse").msgclass
88
+ GetPublicBlueprintRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.GetPublicBlueprintRequest").msgclass
89
+ CreateDeploymentRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.CreateDeploymentRequest").msgclass
90
+ UpdateDeploymentRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.UpdateDeploymentRequest").msgclass
91
+ GetDeploymentRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.GetDeploymentRequest").msgclass
92
+ RemoveDeploymentRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.RemoveDeploymentRequest").msgclass
93
+ ListDeploymentsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.ListDeploymentsRequest").msgclass
94
+ ListDeploymentsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.ListDeploymentsResponse").msgclass
95
+ ListDeploymentRevisionsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.ListDeploymentRevisionsRequest").msgclass
96
+ ListDeploymentRevisionsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.ListDeploymentRevisionsResponse").msgclass
97
+ SearchDeploymentRevisionsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.SearchDeploymentRevisionsRequest").msgclass
98
+ SearchDeploymentRevisionsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.SearchDeploymentRevisionsResponse").msgclass
99
+ DiscardDeploymentChangesRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.DiscardDeploymentChangesRequest").msgclass
100
+ DiscardDeploymentChangesResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.DiscardDeploymentChangesResponse").msgclass
101
+ ApplyDeploymentRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.ApplyDeploymentRequest").msgclass
102
+ ComputeDeploymentStatusRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.ComputeDeploymentStatusRequest").msgclass
103
+ ComputeDeploymentStatusResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.ComputeDeploymentStatusResponse").msgclass
104
+ RollbackDeploymentRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.RollbackDeploymentRequest").msgclass
105
+ OperationMetadata = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.OperationMetadata").msgclass
106
+ GetHydratedDeploymentRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.GetHydratedDeploymentRequest").msgclass
107
+ ListHydratedDeploymentsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.ListHydratedDeploymentsRequest").msgclass
108
+ ListHydratedDeploymentsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.ListHydratedDeploymentsResponse").msgclass
109
+ UpdateHydratedDeploymentRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.UpdateHydratedDeploymentRequest").msgclass
110
+ ApplyHydratedDeploymentRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.ApplyHydratedDeploymentRequest").msgclass
111
+ ManagementConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.ManagementConfig").msgclass
112
+ StandardManagementConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.StandardManagementConfig").msgclass
113
+ FullManagementConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.FullManagementConfig").msgclass
114
+ MasterAuthorizedNetworksConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.MasterAuthorizedNetworksConfig").msgclass
115
+ MasterAuthorizedNetworksConfig::CidrBlock = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.MasterAuthorizedNetworksConfig.CidrBlock").msgclass
116
+ File = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.File").msgclass
117
+ ResourceStatus = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.ResourceStatus").msgclass
118
+ NFDeployStatus = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.NFDeployStatus").msgclass
119
+ NFDeploySiteStatus = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.NFDeploySiteStatus").msgclass
120
+ HydrationStatus = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.HydrationStatus").msgclass
121
+ SiteVersion = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.SiteVersion").msgclass
122
+ WorkloadStatus = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.WorkloadStatus").msgclass
123
+ BlueprintView = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.BlueprintView").enummodule
124
+ DeploymentView = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.DeploymentView").enummodule
125
+ ResourceType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.ResourceType").enummodule
126
+ Status = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.Status").enummodule
127
+ DeploymentLevel = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.telcoautomation.v1.DeploymentLevel").enummodule
128
+ end
129
+ end
130
+ end
131
+ end
@@ -0,0 +1,126 @@
1
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
2
+ # Source: google/cloud/telcoautomation/v1/telcoautomation.proto for package 'Google.Cloud.TelcoAutomation.V1'
3
+ # Original file comments:
4
+ # Copyright 2023 Google LLC
5
+ #
6
+ # Licensed under the Apache License, Version 2.0 (the "License");
7
+ # you may not use this file except in compliance with the License.
8
+ # You may obtain a copy of the License at
9
+ #
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
+ #
12
+ # Unless required by applicable law or agreed to in writing, software
13
+ # distributed under the License is distributed on an "AS IS" BASIS,
14
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ # See the License for the specific language governing permissions and
16
+ # limitations under the License.
17
+ #
18
+
19
+ require 'grpc'
20
+ require 'google/cloud/telcoautomation/v1/telcoautomation_pb'
21
+
22
+ module Google
23
+ module Cloud
24
+ module TelcoAutomation
25
+ module V1
26
+ module TelcoAutomation
27
+ # TelcoAutomation Service manages the control plane cluster a.k.a.
28
+ # Orchestration Cluster (GKE cluster with config controller) of TNA. It also
29
+ # exposes blueprint APIs which manages the lifecycle of blueprints that control
30
+ # the infrastructure setup (e.g GDCE clusters) and deployment of network
31
+ # functions.
32
+ class Service
33
+
34
+ include ::GRPC::GenericService
35
+
36
+ self.marshal_class_method = :encode
37
+ self.unmarshal_class_method = :decode
38
+ self.service_name = 'google.cloud.telcoautomation.v1.TelcoAutomation'
39
+
40
+ # Lists OrchestrationClusters in a given project and location.
41
+ rpc :ListOrchestrationClusters, ::Google::Cloud::TelcoAutomation::V1::ListOrchestrationClustersRequest, ::Google::Cloud::TelcoAutomation::V1::ListOrchestrationClustersResponse
42
+ # Gets details of a single OrchestrationCluster.
43
+ rpc :GetOrchestrationCluster, ::Google::Cloud::TelcoAutomation::V1::GetOrchestrationClusterRequest, ::Google::Cloud::TelcoAutomation::V1::OrchestrationCluster
44
+ # Creates a new OrchestrationCluster in a given project and location.
45
+ rpc :CreateOrchestrationCluster, ::Google::Cloud::TelcoAutomation::V1::CreateOrchestrationClusterRequest, ::Google::Longrunning::Operation
46
+ # Deletes a single OrchestrationCluster.
47
+ rpc :DeleteOrchestrationCluster, ::Google::Cloud::TelcoAutomation::V1::DeleteOrchestrationClusterRequest, ::Google::Longrunning::Operation
48
+ # Lists EdgeSlms in a given project and location.
49
+ rpc :ListEdgeSlms, ::Google::Cloud::TelcoAutomation::V1::ListEdgeSlmsRequest, ::Google::Cloud::TelcoAutomation::V1::ListEdgeSlmsResponse
50
+ # Gets details of a single EdgeSlm.
51
+ rpc :GetEdgeSlm, ::Google::Cloud::TelcoAutomation::V1::GetEdgeSlmRequest, ::Google::Cloud::TelcoAutomation::V1::EdgeSlm
52
+ # Creates a new EdgeSlm in a given project and location.
53
+ rpc :CreateEdgeSlm, ::Google::Cloud::TelcoAutomation::V1::CreateEdgeSlmRequest, ::Google::Longrunning::Operation
54
+ # Deletes a single EdgeSlm.
55
+ rpc :DeleteEdgeSlm, ::Google::Cloud::TelcoAutomation::V1::DeleteEdgeSlmRequest, ::Google::Longrunning::Operation
56
+ # Creates a blueprint.
57
+ rpc :CreateBlueprint, ::Google::Cloud::TelcoAutomation::V1::CreateBlueprintRequest, ::Google::Cloud::TelcoAutomation::V1::Blueprint
58
+ # Updates a blueprint.
59
+ rpc :UpdateBlueprint, ::Google::Cloud::TelcoAutomation::V1::UpdateBlueprintRequest, ::Google::Cloud::TelcoAutomation::V1::Blueprint
60
+ # Returns the requested blueprint.
61
+ rpc :GetBlueprint, ::Google::Cloud::TelcoAutomation::V1::GetBlueprintRequest, ::Google::Cloud::TelcoAutomation::V1::Blueprint
62
+ # Deletes a blueprint and all its revisions.
63
+ rpc :DeleteBlueprint, ::Google::Cloud::TelcoAutomation::V1::DeleteBlueprintRequest, ::Google::Protobuf::Empty
64
+ # List all blueprints.
65
+ rpc :ListBlueprints, ::Google::Cloud::TelcoAutomation::V1::ListBlueprintsRequest, ::Google::Cloud::TelcoAutomation::V1::ListBlueprintsResponse
66
+ # Approves a blueprint and commits a new revision.
67
+ rpc :ApproveBlueprint, ::Google::Cloud::TelcoAutomation::V1::ApproveBlueprintRequest, ::Google::Cloud::TelcoAutomation::V1::Blueprint
68
+ # Proposes a blueprint for approval of changes.
69
+ rpc :ProposeBlueprint, ::Google::Cloud::TelcoAutomation::V1::ProposeBlueprintRequest, ::Google::Cloud::TelcoAutomation::V1::Blueprint
70
+ # Rejects a blueprint revision proposal and flips it back to Draft state.
71
+ rpc :RejectBlueprint, ::Google::Cloud::TelcoAutomation::V1::RejectBlueprintRequest, ::Google::Cloud::TelcoAutomation::V1::Blueprint
72
+ # List blueprint revisions of a given blueprint.
73
+ rpc :ListBlueprintRevisions, ::Google::Cloud::TelcoAutomation::V1::ListBlueprintRevisionsRequest, ::Google::Cloud::TelcoAutomation::V1::ListBlueprintRevisionsResponse
74
+ # Searches across blueprint revisions.
75
+ rpc :SearchBlueprintRevisions, ::Google::Cloud::TelcoAutomation::V1::SearchBlueprintRevisionsRequest, ::Google::Cloud::TelcoAutomation::V1::SearchBlueprintRevisionsResponse
76
+ # Searches across deployment revisions.
77
+ rpc :SearchDeploymentRevisions, ::Google::Cloud::TelcoAutomation::V1::SearchDeploymentRevisionsRequest, ::Google::Cloud::TelcoAutomation::V1::SearchDeploymentRevisionsResponse
78
+ # Discards the changes in a blueprint and reverts the blueprint to the last
79
+ # approved blueprint revision. No changes take place if a blueprint does not
80
+ # have revisions.
81
+ rpc :DiscardBlueprintChanges, ::Google::Cloud::TelcoAutomation::V1::DiscardBlueprintChangesRequest, ::Google::Cloud::TelcoAutomation::V1::DiscardBlueprintChangesResponse
82
+ # Lists the blueprints in TNA's public catalog. Default page size = 20,
83
+ # Max Page Size = 100.
84
+ rpc :ListPublicBlueprints, ::Google::Cloud::TelcoAutomation::V1::ListPublicBlueprintsRequest, ::Google::Cloud::TelcoAutomation::V1::ListPublicBlueprintsResponse
85
+ # Returns the requested public blueprint.
86
+ rpc :GetPublicBlueprint, ::Google::Cloud::TelcoAutomation::V1::GetPublicBlueprintRequest, ::Google::Cloud::TelcoAutomation::V1::PublicBlueprint
87
+ # Creates a deployment.
88
+ rpc :CreateDeployment, ::Google::Cloud::TelcoAutomation::V1::CreateDeploymentRequest, ::Google::Cloud::TelcoAutomation::V1::Deployment
89
+ # Updates a deployment.
90
+ rpc :UpdateDeployment, ::Google::Cloud::TelcoAutomation::V1::UpdateDeploymentRequest, ::Google::Cloud::TelcoAutomation::V1::Deployment
91
+ # Returns the requested deployment.
92
+ rpc :GetDeployment, ::Google::Cloud::TelcoAutomation::V1::GetDeploymentRequest, ::Google::Cloud::TelcoAutomation::V1::Deployment
93
+ # Removes the deployment by marking it as DELETING. Post which deployment and
94
+ # it's revisions gets deleted.
95
+ rpc :RemoveDeployment, ::Google::Cloud::TelcoAutomation::V1::RemoveDeploymentRequest, ::Google::Protobuf::Empty
96
+ # List all deployments.
97
+ rpc :ListDeployments, ::Google::Cloud::TelcoAutomation::V1::ListDeploymentsRequest, ::Google::Cloud::TelcoAutomation::V1::ListDeploymentsResponse
98
+ # List deployment revisions of a given deployment.
99
+ rpc :ListDeploymentRevisions, ::Google::Cloud::TelcoAutomation::V1::ListDeploymentRevisionsRequest, ::Google::Cloud::TelcoAutomation::V1::ListDeploymentRevisionsResponse
100
+ # Discards the changes in a deployment and reverts the deployment to the last
101
+ # approved deployment revision. No changes take place if a deployment does
102
+ # not have revisions.
103
+ rpc :DiscardDeploymentChanges, ::Google::Cloud::TelcoAutomation::V1::DiscardDeploymentChangesRequest, ::Google::Cloud::TelcoAutomation::V1::DiscardDeploymentChangesResponse
104
+ # Applies the deployment's YAML files to the parent orchestration cluster.
105
+ rpc :ApplyDeployment, ::Google::Cloud::TelcoAutomation::V1::ApplyDeploymentRequest, ::Google::Cloud::TelcoAutomation::V1::Deployment
106
+ # Returns the requested deployment status.
107
+ rpc :ComputeDeploymentStatus, ::Google::Cloud::TelcoAutomation::V1::ComputeDeploymentStatusRequest, ::Google::Cloud::TelcoAutomation::V1::ComputeDeploymentStatusResponse
108
+ # Rollback the active deployment to the given past approved deployment
109
+ # revision.
110
+ rpc :RollbackDeployment, ::Google::Cloud::TelcoAutomation::V1::RollbackDeploymentRequest, ::Google::Cloud::TelcoAutomation::V1::Deployment
111
+ # Returns the requested hydrated deployment.
112
+ rpc :GetHydratedDeployment, ::Google::Cloud::TelcoAutomation::V1::GetHydratedDeploymentRequest, ::Google::Cloud::TelcoAutomation::V1::HydratedDeployment
113
+ # List all hydrated deployments present under a deployment.
114
+ rpc :ListHydratedDeployments, ::Google::Cloud::TelcoAutomation::V1::ListHydratedDeploymentsRequest, ::Google::Cloud::TelcoAutomation::V1::ListHydratedDeploymentsResponse
115
+ # Updates a hydrated deployment.
116
+ rpc :UpdateHydratedDeployment, ::Google::Cloud::TelcoAutomation::V1::UpdateHydratedDeploymentRequest, ::Google::Cloud::TelcoAutomation::V1::HydratedDeployment
117
+ # Applies a hydrated deployment to a workload cluster.
118
+ rpc :ApplyHydratedDeployment, ::Google::Cloud::TelcoAutomation::V1::ApplyHydratedDeploymentRequest, ::Google::Cloud::TelcoAutomation::V1::HydratedDeployment
119
+ end
120
+
121
+ Stub = Service.rpc_stub_class
122
+ end
123
+ end
124
+ end
125
+ end
126
+ end
@@ -0,0 +1,21 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Copyright 2023 Google LLC
4
+ #
5
+ # Licensed under the Apache License, Version 2.0 (the "License");
6
+ # you may not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # https://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing, software
12
+ # distributed under the License is distributed on an "AS IS" BASIS,
13
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ # See the License for the specific language governing permissions and
15
+ # limitations under the License.
16
+
17
+ # Auto-generated by gapic-generator-ruby. DO NOT EDIT!
18
+
19
+ # This gem does not autoload during Bundler.require. To load this gem,
20
+ # issue explicit require statements for the packages desired, e.g.:
21
+ # require "google/cloud/telco_automation/v1"
@@ -0,0 +1,4 @@
1
+ # Telco Automation V1 Protocol Buffer Documentation
2
+
3
+ These files are for the YARD documentation of the generated protobuf files.
4
+ They are not intended to be required or loaded at runtime.