google-cloud-network_connectivity-v1beta 0.a → 0.2.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 (56) hide show
  1. checksums.yaml +4 -4
  2. data/.yardopts +12 -0
  3. data/AUTHENTICATION.md +122 -0
  4. data/README.md +153 -8
  5. data/lib/google/cloud/network_connectivity/v1beta/data_transfer_service/client.rb +1784 -0
  6. data/lib/google/cloud/network_connectivity/v1beta/data_transfer_service/credentials.rb +47 -0
  7. data/lib/google/cloud/network_connectivity/v1beta/data_transfer_service/operations.rb +843 -0
  8. data/lib/google/cloud/network_connectivity/v1beta/data_transfer_service/paths.rb +109 -0
  9. data/lib/google/cloud/network_connectivity/v1beta/data_transfer_service.rb +50 -0
  10. data/lib/google/cloud/network_connectivity/v1beta/hub_service/client.rb +3583 -0
  11. data/lib/google/cloud/network_connectivity/v1beta/hub_service/credentials.rb +47 -0
  12. data/lib/google/cloud/network_connectivity/v1beta/hub_service/operations.rb +843 -0
  13. data/lib/google/cloud/network_connectivity/v1beta/hub_service/paths.rb +259 -0
  14. data/lib/google/cloud/network_connectivity/v1beta/hub_service.rb +52 -0
  15. data/lib/google/cloud/network_connectivity/v1beta/policy_based_routing_service/client.rb +879 -0
  16. data/lib/google/cloud/network_connectivity/v1beta/policy_based_routing_service/credentials.rb +47 -0
  17. data/lib/google/cloud/network_connectivity/v1beta/policy_based_routing_service/operations.rb +843 -0
  18. data/lib/google/cloud/network_connectivity/v1beta/policy_based_routing_service/paths.rb +84 -0
  19. data/lib/google/cloud/network_connectivity/v1beta/policy_based_routing_service.rb +51 -0
  20. data/lib/google/cloud/network_connectivity/v1beta/transport_manager/client.rb +1287 -0
  21. data/lib/google/cloud/network_connectivity/v1beta/transport_manager/credentials.rb +47 -0
  22. data/lib/google/cloud/network_connectivity/v1beta/transport_manager/operations.rb +843 -0
  23. data/lib/google/cloud/network_connectivity/v1beta/transport_manager/paths.rb +105 -0
  24. data/lib/google/cloud/network_connectivity/v1beta/transport_manager.rb +50 -0
  25. data/lib/google/cloud/network_connectivity/v1beta/version.rb +7 -2
  26. data/lib/google/cloud/network_connectivity/v1beta.rb +43 -0
  27. data/lib/google/cloud/networkconnectivity/v1beta/common_pb.rb +25 -0
  28. data/lib/google/cloud/networkconnectivity/v1beta/data_transfer_pb.rb +56 -0
  29. data/lib/google/cloud/networkconnectivity/v1beta/data_transfer_services_pb.rb +72 -0
  30. data/lib/google/cloud/networkconnectivity/v1beta/hub_pb.rb +111 -0
  31. data/lib/google/cloud/networkconnectivity/v1beta/hub_services_pb.rb +110 -0
  32. data/lib/google/cloud/networkconnectivity/v1beta/policy_based_routing_pb.rb +42 -0
  33. data/lib/google/cloud/networkconnectivity/v1beta/policy_based_routing_services_pb.rb +52 -0
  34. data/lib/google/cloud/networkconnectivity/v1beta/transport_manager_pb.rb +55 -0
  35. data/lib/google/cloud/networkconnectivity/v1beta/transport_manager_services_pb.rb +59 -0
  36. data/lib/google-cloud-network_connectivity-v1beta.rb +21 -0
  37. data/proto_docs/README.md +4 -0
  38. data/proto_docs/google/api/client.rb +593 -0
  39. data/proto_docs/google/api/field_behavior.rb +85 -0
  40. data/proto_docs/google/api/field_info.rb +88 -0
  41. data/proto_docs/google/api/launch_stage.rb +71 -0
  42. data/proto_docs/google/api/resource.rb +227 -0
  43. data/proto_docs/google/cloud/networkconnectivity/v1beta/common.rb +58 -0
  44. data/proto_docs/google/cloud/networkconnectivity/v1beta/data_transfer.rb +635 -0
  45. data/proto_docs/google/cloud/networkconnectivity/v1beta/hub.rb +2024 -0
  46. data/proto_docs/google/cloud/networkconnectivity/v1beta/policy_based_routing.rb +340 -0
  47. data/proto_docs/google/cloud/networkconnectivity/v1beta/transport_manager.rb +621 -0
  48. data/proto_docs/google/longrunning/operations.rb +191 -0
  49. data/proto_docs/google/protobuf/any.rb +145 -0
  50. data/proto_docs/google/protobuf/duration.rb +98 -0
  51. data/proto_docs/google/protobuf/empty.rb +34 -0
  52. data/proto_docs/google/protobuf/field_mask.rb +229 -0
  53. data/proto_docs/google/protobuf/timestamp.rb +127 -0
  54. data/proto_docs/google/rpc/status.rb +48 -0
  55. data/proto_docs/google/type/expr.rb +75 -0
  56. metadata +116 -9
@@ -0,0 +1,105 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Copyright 2026 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
+
20
+ module Google
21
+ module Cloud
22
+ module NetworkConnectivity
23
+ module V1beta
24
+ module TransportManager
25
+ # Path helper methods for the TransportManager API.
26
+ module Paths
27
+ ##
28
+ # Create a fully-qualified Location resource string.
29
+ #
30
+ # The resource will be in the following format:
31
+ #
32
+ # `projects/{project}/locations/{location}`
33
+ #
34
+ # @param project [String]
35
+ # @param location [String]
36
+ #
37
+ # @return [::String]
38
+ def location_path project:, location:
39
+ raise ::ArgumentError, "project cannot contain /" if project.to_s.include? "/"
40
+
41
+ "projects/#{project}/locations/#{location}"
42
+ end
43
+
44
+ ##
45
+ # Create a fully-qualified Network resource string.
46
+ #
47
+ # The resource will be in the following format:
48
+ #
49
+ # `projects/{project}/global/networks/{resource_id}`
50
+ #
51
+ # @param project [String]
52
+ # @param resource_id [String]
53
+ #
54
+ # @return [::String]
55
+ def network_path project:, resource_id:
56
+ raise ::ArgumentError, "project cannot contain /" if project.to_s.include? "/"
57
+
58
+ "projects/#{project}/global/networks/#{resource_id}"
59
+ end
60
+
61
+ ##
62
+ # Create a fully-qualified RemoteTransportProfile resource string.
63
+ #
64
+ # The resource will be in the following format:
65
+ #
66
+ # `projects/{project}/locations/{location}/remoteTransportProfiles/{remote_transport_profile}`
67
+ #
68
+ # @param project [String]
69
+ # @param location [String]
70
+ # @param remote_transport_profile [String]
71
+ #
72
+ # @return [::String]
73
+ def remote_transport_profile_path project:, location:, remote_transport_profile:
74
+ raise ::ArgumentError, "project cannot contain /" if project.to_s.include? "/"
75
+ raise ::ArgumentError, "location cannot contain /" if location.to_s.include? "/"
76
+
77
+ "projects/#{project}/locations/#{location}/remoteTransportProfiles/#{remote_transport_profile}"
78
+ end
79
+
80
+ ##
81
+ # Create a fully-qualified Transport resource string.
82
+ #
83
+ # The resource will be in the following format:
84
+ #
85
+ # `projects/{project}/locations/{location}/transports/{transport}`
86
+ #
87
+ # @param project [String]
88
+ # @param location [String]
89
+ # @param transport [String]
90
+ #
91
+ # @return [::String]
92
+ def transport_path project:, location:, transport:
93
+ raise ::ArgumentError, "project cannot contain /" if project.to_s.include? "/"
94
+ raise ::ArgumentError, "location cannot contain /" if location.to_s.include? "/"
95
+
96
+ "projects/#{project}/locations/#{location}/transports/#{transport}"
97
+ end
98
+
99
+ extend self
100
+ end
101
+ end
102
+ end
103
+ end
104
+ end
105
+ end
@@ -0,0 +1,50 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Copyright 2026 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/network_connectivity/v1beta/version"
24
+
25
+ require "google/cloud/network_connectivity/v1beta/transport_manager/credentials"
26
+ require "google/cloud/network_connectivity/v1beta/transport_manager/paths"
27
+ require "google/cloud/network_connectivity/v1beta/transport_manager/operations"
28
+ require "google/cloud/network_connectivity/v1beta/transport_manager/client"
29
+
30
+ module Google
31
+ module Cloud
32
+ module NetworkConnectivity
33
+ module V1beta
34
+ ##
35
+ # The CLH based service for managing RemoteTransportProfiles and Transports.
36
+ #
37
+ # @example Load this service and instantiate a gRPC client
38
+ #
39
+ # require "google/cloud/network_connectivity/v1beta/transport_manager"
40
+ # client = ::Google::Cloud::NetworkConnectivity::V1beta::TransportManager::Client.new
41
+ #
42
+ module TransportManager
43
+ end
44
+ end
45
+ end
46
+ end
47
+ end
48
+
49
+ helper_path = ::File.join __dir__, "transport_manager", "helpers.rb"
50
+ require "google/cloud/network_connectivity/v1beta/transport_manager/helpers" if ::File.file? helper_path
@@ -1,10 +1,12 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # Copyright 2026 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 NetworkConnectivity
18
23
  module V1beta
19
- VERSION = "0.a"
24
+ VERSION = "0.2.0"
20
25
  end
21
26
  end
22
27
  end
@@ -0,0 +1,43 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Copyright 2026 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/network_connectivity/v1beta/data_transfer_service"
20
+ require "google/cloud/network_connectivity/v1beta/hub_service"
21
+ require "google/cloud/network_connectivity/v1beta/policy_based_routing_service"
22
+ require "google/cloud/network_connectivity/v1beta/transport_manager"
23
+ require "google/cloud/network_connectivity/v1beta/version"
24
+
25
+ module Google
26
+ module Cloud
27
+ module NetworkConnectivity
28
+ ##
29
+ # API client module.
30
+ #
31
+ # @example Load this package, including all its services, and instantiate a gRPC client
32
+ #
33
+ # require "google/cloud/network_connectivity/v1beta"
34
+ # client = ::Google::Cloud::NetworkConnectivity::V1beta::DataTransferService::Client.new
35
+ #
36
+ module V1beta
37
+ end
38
+ end
39
+ end
40
+ end
41
+
42
+ helper_path = ::File.join __dir__, "v1beta", "_helpers.rb"
43
+ require "google/cloud/network_connectivity/v1beta/_helpers" if ::File.file? helper_path
@@ -0,0 +1,25 @@
1
+ # frozen_string_literal: true
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: google/cloud/networkconnectivity/v1beta/common.proto
4
+
5
+ require 'google/protobuf'
6
+
7
+ require 'google/api/field_behavior_pb'
8
+ require 'google/api/resource_pb'
9
+ require 'google/protobuf/timestamp_pb'
10
+
11
+
12
+ descriptor_data = "\n4google/cloud/networkconnectivity/v1beta/common.proto\x12\'google.cloud.networkconnectivity.v1beta\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\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\x42\xcc\x05\n+com.google.cloud.networkconnectivity.v1betaB\x0b\x43ommonProtoP\x01Z]cloud.google.com/go/networkconnectivity/apiv1beta/networkconnectivitypb;networkconnectivitypb\xaa\x02\'Google.Cloud.NetworkConnectivity.V1Beta\xca\x02\'Google\\Cloud\\NetworkConnectivity\\V1beta\xea\x02*Google::Cloud::NetworkConnectivity::V1beta\xea\x41z\n-compute.googleapis.com/InterconnectAttachment\x12Iprojects/{project}/regions/{region}/interconnectAttachments/{resource_id}\xea\x41R\n\x1e\x63ompute.googleapis.com/Network\x12\x30projects/{project}/global/networks/{resource_id}\xea\x41\x61\n!compute.googleapis.com/Subnetwork\x12<projects/{project}/regions/{region}/subnetworks/{subnetwork}\xea\x41w\n(compute.googleapis.com/ServiceAttachment\x12Kprojects/{project}/regions/{region}/serviceAttachments/{service_attachment}b\x06proto3"
13
+
14
+ pool = ::Google::Protobuf::DescriptorPool.generated_pool
15
+ pool.add_serialized_file(descriptor_data)
16
+
17
+ module Google
18
+ module Cloud
19
+ module NetworkConnectivity
20
+ module V1beta
21
+ OperationMetadata = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networkconnectivity.v1beta.OperationMetadata").msgclass
22
+ end
23
+ end
24
+ end
25
+ end
@@ -0,0 +1,56 @@
1
+ # frozen_string_literal: true
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: google/cloud/networkconnectivity/v1beta/data_transfer.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/field_info_pb'
11
+ require 'google/api/resource_pb'
12
+ require 'google/cloud/networkconnectivity/v1beta/common_pb'
13
+ require 'google/longrunning/operations_pb'
14
+ require 'google/protobuf/empty_pb'
15
+ require 'google/protobuf/field_mask_pb'
16
+ require 'google/protobuf/timestamp_pb'
17
+
18
+
19
+ descriptor_data = "\n;google/cloud/networkconnectivity/v1beta/data_transfer.proto\x12\'google.cloud.networkconnectivity.v1beta\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x1bgoogle/api/field_info.proto\x1a\x19google/api/resource.proto\x1a\x34google/cloud/networkconnectivity/v1beta/common.proto\x1a#google/longrunning/operations.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a google/protobuf/field_mask.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\x82\x07\n\x1cMulticloudDataTransferConfig\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x08\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\x12\x66\n\x06labels\x18\x04 \x03(\x0b\x32Q.google.cloud.networkconnectivity.v1beta.MulticloudDataTransferConfig.LabelsEntryB\x03\xe0\x41\x01\x12\x0c\n\x04\x65tag\x18\x05 \x01(\t\x12\x18\n\x0b\x64\x65scription\x18\x06 \x01(\tB\x03\xe0\x41\x01\x12\x1f\n\x12\x64\x65stinations_count\x18\x07 \x01(\x05\x42\x03\xe0\x41\x03\x12&\n\x19\x64\x65stinations_active_count\x18\x08 \x01(\x05\x42\x03\xe0\x41\x03\x12j\n\x08services\x18\t \x03(\x0b\x32S.google.cloud.networkconnectivity.v1beta.MulticloudDataTransferConfig.ServicesEntryB\x03\xe0\x41\x01\x12\x18\n\x03uid\x18\n \x01(\tB\x0b\xe0\x41\x03\xe2\x8c\xcf\xd7\x08\x02\x08\x01\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1ag\n\rServicesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x45\n\x05value\x18\x02 \x01(\x0b\x32\x36.google.cloud.networkconnectivity.v1beta.StateTimeline:\x02\x38\x01:\xeb\x01\xea\x41\xe7\x01\n?networkconnectivity.googleapis.com/MulticloudDataTransferConfig\x12gprojects/{project}/locations/{location}/multicloudDataTransferConfigs/{multicloud_data_transfer_config}*\x1dmulticloudDataTransferConfigs2\x1cmulticloudDataTransferConfig\"\xe7\x01\n(ListMulticloudDataTransferConfigsRequest\x12\x39\n\x06parent\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\n!locations.googleapis.com/Location\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\x12\x13\n\x06\x66ilter\x18\x04 \x01(\tB\x03\xe0\x41\x01\x12\x15\n\x08order_by\x18\x05 \x01(\tB\x03\xe0\x41\x01\x12#\n\x16return_partial_success\x18\x06 \x01(\x08\x42\x03\xe0\x41\x01\"\xca\x01\n)ListMulticloudDataTransferConfigsResponse\x12o\n multicloud_data_transfer_configs\x18\x01 \x03(\x0b\x32\x45.google.cloud.networkconnectivity.v1beta.MulticloudDataTransferConfig\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12\x13\n\x0bunreachable\x18\x03 \x03(\t\"\x7f\n&GetMulticloudDataTransferConfigRequest\x12U\n\x04name\x18\x01 \x01(\tBG\xe0\x41\x02\xfa\x41\x41\n?networkconnectivity.googleapis.com/MulticloudDataTransferConfig\"\xad\x02\n)CreateMulticloudDataTransferConfigRequest\x12\x39\n\x06parent\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\n!locations.googleapis.com/Location\x12/\n\"multicloud_data_transfer_config_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12s\n\x1fmulticloud_data_transfer_config\x18\x03 \x01(\x0b\x32\x45.google.cloud.networkconnectivity.v1beta.MulticloudDataTransferConfigB\x03\xe0\x41\x02\x12\x1f\n\nrequest_id\x18\x04 \x01(\tB\x0b\xe0\x41\x01\xe2\x8c\xcf\xd7\x08\x02\x08\x01\"\xf7\x01\n)UpdateMulticloudDataTransferConfigRequest\x12\x34\n\x0bupdate_mask\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x01\x12s\n\x1fmulticloud_data_transfer_config\x18\x02 \x01(\x0b\x32\x45.google.cloud.networkconnectivity.v1beta.MulticloudDataTransferConfigB\x03\xe0\x41\x02\x12\x1f\n\nrequest_id\x18\x03 \x01(\tB\x0b\xe0\x41\x01\xe2\x8c\xcf\xd7\x08\x02\x08\x01\"\xb6\x01\n)DeleteMulticloudDataTransferConfigRequest\x12U\n\x04name\x18\x01 \x01(\tBG\xe0\x41\x02\xfa\x41\x41\n?networkconnectivity.googleapis.com/MulticloudDataTransferConfig\x12\x1f\n\nrequest_id\x18\x02 \x01(\tB\x0b\xe0\x41\x01\xe2\x8c\xcf\xd7\x08\x02\x08\x01\x12\x11\n\x04\x65tag\x18\x03 \x01(\tB\x03\xe0\x41\x01\"\x8e\x08\n\x0b\x44\x65stination\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x08\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\x12U\n\x06labels\x18\x04 \x03(\x0b\x32@.google.cloud.networkconnectivity.v1beta.Destination.LabelsEntryB\x03\xe0\x41\x01\x12\x0c\n\x04\x65tag\x18\x05 \x01(\t\x12\x18\n\x0b\x64\x65scription\x18\x06 \x01(\tB\x03\xe0\x41\x01\x12\x19\n\tip_prefix\x18\x07 \x01(\tB\x06\xe0\x41\x02\xe0\x41\x05\x12\x63\n\tendpoints\x18\x08 \x03(\x0b\x32H.google.cloud.networkconnectivity.v1beta.Destination.DestinationEndpointB\x06\xe0\x41\x06\xe0\x41\x02\x12S\n\x0estate_timeline\x18\t \x01(\x0b\x32\x36.google.cloud.networkconnectivity.v1beta.StateTimelineB\x03\xe0\x41\x03\x12\x18\n\x03uid\x18\n \x01(\tB\x0b\xe0\x41\x03\xe2\x8c\xcf\xd7\x08\x02\x08\x01\x1a\x8b\x02\n\x13\x44\x65stinationEndpoint\x12\x10\n\x03\x61sn\x18\x01 \x01(\x03\x42\x03\xe0\x41\x02\x12\x10\n\x03\x63sp\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12\x62\n\x05state\x18\x03 \x01(\x0e\x32N.google.cloud.networkconnectivity.v1beta.Destination.DestinationEndpoint.StateB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\"6\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\t\n\x05VALID\x10\x01\x12\x0b\n\x07INVALID\x10\x02\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01:\xd4\x01\xea\x41\xd0\x01\n.networkconnectivity.googleapis.com/Destination\x12\x82\x01projects/{project}/locations/{location}/multicloudDataTransferConfigs/{multicloud_data_transfer_config}/destinations/{destination}*\x0c\x64\x65stinations2\x0b\x64\x65stination\"\xf4\x01\n\x17ListDestinationsRequest\x12W\n\x06parent\x18\x01 \x01(\tBG\xe0\x41\x02\xfa\x41\x41\n?networkconnectivity.googleapis.com/MulticloudDataTransferConfig\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\x12\x13\n\x06\x66ilter\x18\x04 \x01(\tB\x03\xe0\x41\x01\x12\x15\n\x08order_by\x18\x05 \x01(\tB\x03\xe0\x41\x01\x12#\n\x16return_partial_success\x18\x06 \x01(\x08\x42\x03\xe0\x41\x01\"\x94\x01\n\x18ListDestinationsResponse\x12J\n\x0c\x64\x65stinations\x18\x01 \x03(\x0b\x32\x34.google.cloud.networkconnectivity.v1beta.Destination\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12\x13\n\x0bunreachable\x18\x03 \x03(\t\"]\n\x15GetDestinationRequest\x12\x44\n\x04name\x18\x01 \x01(\tB6\xe0\x41\x02\xfa\x41\x30\n.networkconnectivity.googleapis.com/Destination\"\x81\x02\n\x18\x43reateDestinationRequest\x12W\n\x06parent\x18\x01 \x01(\tBG\xe0\x41\x02\xfa\x41\x41\n?networkconnectivity.googleapis.com/MulticloudDataTransferConfig\x12\x1b\n\x0e\x64\x65stination_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12N\n\x0b\x64\x65stination\x18\x03 \x01(\x0b\x32\x34.google.cloud.networkconnectivity.v1beta.DestinationB\x03\xe0\x41\x02\x12\x1f\n\nrequest_id\x18\x04 \x01(\tB\x0b\xe0\x41\x01\xe2\x8c\xcf\xd7\x08\x02\x08\x01\"\xc1\x01\n\x18UpdateDestinationRequest\x12\x34\n\x0bupdate_mask\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x01\x12N\n\x0b\x64\x65stination\x18\x02 \x01(\x0b\x32\x34.google.cloud.networkconnectivity.v1beta.DestinationB\x03\xe0\x41\x02\x12\x1f\n\nrequest_id\x18\x03 \x01(\tB\x0b\xe0\x41\x01\xe2\x8c\xcf\xd7\x08\x02\x08\x01\"\x94\x01\n\x18\x44\x65leteDestinationRequest\x12\x44\n\x04name\x18\x01 \x01(\tB6\xe0\x41\x02\xfa\x41\x30\n.networkconnectivity.googleapis.com/Destination\x12\x1f\n\nrequest_id\x18\x02 \x01(\tB\x0b\xe0\x41\x01\xe2\x8c\xcf\xd7\x08\x02\x08\x01\x12\x11\n\x04\x65tag\x18\x03 \x01(\tB\x03\xe0\x41\x01\"\xfa\x02\n\rStateTimeline\x12Y\n\x06states\x18\x01 \x03(\x0b\x32\x44.google.cloud.networkconnectivity.v1beta.StateTimeline.StateMetadataB\x03\xe0\x41\x03\x1a\x8d\x02\n\rStateMetadata\x12^\n\x05state\x18\x01 \x01(\x0e\x32J.google.cloud.networkconnectivity.v1beta.StateTimeline.StateMetadata.StateB\x03\xe0\x41\x03\x12\x37\n\x0e\x65\x66\x66\x65\x63tive_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\"c\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\n\n\x06\x41\x44\x44ING\x10\x01\x12\n\n\x06\x41\x43TIVE\x10\x02\x12\x0c\n\x08\x44\x45LETING\x10\x03\x12\x0e\n\nSUSPENDING\x10\x04\x12\r\n\tSUSPENDED\x10\x05\"\xb2\x03\n&MulticloudDataTransferSupportedService\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x08\x12T\n\x0fservice_configs\x18\x02 \x03(\x0b\x32\x36.google.cloud.networkconnectivity.v1beta.ServiceConfigB\x03\xe0\x41\x03:\x9e\x02\xea\x41\x9a\x02\nInetworkconnectivity.googleapis.com/MulticloudDataTransferSupportedService\x12|projects/{project}/locations/{location}/multicloudDataTransferSupportedServices/{multicloud_data_transfer_supported_service}*\'multicloudDataTransferSupportedServices2&multicloudDataTransferSupportedService\"\xf3\x02\n\rServiceConfig\x12m\n\x14\x65ligibility_criteria\x18\x01 \x01(\x0e\x32J.google.cloud.networkconnectivity.v1beta.ServiceConfig.EligibilityCriteriaB\x03\xe0\x41\x03\x12\x39\n\x10support_end_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\"\xb7\x01\n\x13\x45ligibilityCriteria\x12$\n ELIGIBILITY_CRITERIA_UNSPECIFIED\x10\x00\x12%\n!NETWORK_SERVICE_TIER_PREMIUM_ONLY\x10\x01\x12&\n\"NETWORK_SERVICE_TIER_STANDARD_ONLY\x10\x02\x12+\n\'REQUEST_ENDPOINT_REGIONAL_ENDPOINT_ONLY\x10\x03\"\x93\x01\n0GetMulticloudDataTransferSupportedServiceRequest\x12_\n\x04name\x18\x01 \x01(\tBQ\xe0\x41\x02\xfa\x41K\nInetworkconnectivity.googleapis.com/MulticloudDataTransferSupportedService\"\xa0\x01\n2ListMulticloudDataTransferSupportedServicesRequest\x12\x39\n\x06parent\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\n!locations.googleapis.com/Location\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\"\xd5\x01\n3ListMulticloudDataTransferSupportedServicesResponse\x12\x84\x01\n+multicloud_data_transfer_supported_services\x18\x01 \x03(\x0b\x32O.google.cloud.networkconnectivity.v1beta.MulticloudDataTransferSupportedService\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t2\xb4\x1d\n\x13\x44\x61taTransferService\x12\xa2\x02\n!ListMulticloudDataTransferConfigs\x12Q.google.cloud.networkconnectivity.v1beta.ListMulticloudDataTransferConfigsRequest\x1aR.google.cloud.networkconnectivity.v1beta.ListMulticloudDataTransferConfigsResponse\"V\xda\x41\x06parent\x82\xd3\xe4\x93\x02G\x12\x45/v1beta/{parent=projects/*/locations/*}/multicloudDataTransferConfigs\x12\x8f\x02\n\x1fGetMulticloudDataTransferConfig\x12O.google.cloud.networkconnectivity.v1beta.GetMulticloudDataTransferConfigRequest\x1a\x45.google.cloud.networkconnectivity.v1beta.MulticloudDataTransferConfig\"T\xda\x41\x04name\x82\xd3\xe4\x93\x02G\x12\x45/v1beta/{name=projects/*/locations/*/multicloudDataTransferConfigs/*}\x12\x88\x03\n\"CreateMulticloudDataTransferConfig\x12R.google.cloud.networkconnectivity.v1beta.CreateMulticloudDataTransferConfigRequest\x1a\x1d.google.longrunning.Operation\"\xee\x01\xca\x41\x31\n\x1cMulticloudDataTransferConfig\x12\x11OperationMetadata\xda\x41Iparent,multicloud_data_transfer_config,multicloud_data_transfer_config_id\x82\xd3\xe4\x93\x02h\"E/v1beta/{parent=projects/*/locations/*}/multicloudDataTransferConfigs:\x1fmulticloud_data_transfer_config\x12\x8b\x03\n\"UpdateMulticloudDataTransferConfig\x12R.google.cloud.networkconnectivity.v1beta.UpdateMulticloudDataTransferConfigRequest\x1a\x1d.google.longrunning.Operation\"\xf1\x01\xca\x41\x31\n\x1cMulticloudDataTransferConfig\x12\x11OperationMetadata\xda\x41+multicloud_data_transfer_config,update_mask\x82\xd3\xe4\x93\x02\x88\x01\x32\x65/v1beta/{multicloud_data_transfer_config.name=projects/*/locations/*/multicloudDataTransferConfigs/*}:\x1fmulticloud_data_transfer_config\x12\x9b\x02\n\"DeleteMulticloudDataTransferConfig\x12R.google.cloud.networkconnectivity.v1beta.DeleteMulticloudDataTransferConfigRequest\x1a\x1d.google.longrunning.Operation\"\x81\x01\xca\x41*\n\x15google.protobuf.Empty\x12\x11OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02G*E/v1beta/{name=projects/*/locations/*/multicloudDataTransferConfigs/*}\x12\xfe\x01\n\x10ListDestinations\x12@.google.cloud.networkconnectivity.v1beta.ListDestinationsRequest\x1a\x41.google.cloud.networkconnectivity.v1beta.ListDestinationsResponse\"e\xda\x41\x06parent\x82\xd3\xe4\x93\x02V\x12T/v1beta/{parent=projects/*/locations/*/multicloudDataTransferConfigs/*}/destinations\x12\xeb\x01\n\x0eGetDestination\x12>.google.cloud.networkconnectivity.v1beta.GetDestinationRequest\x1a\x34.google.cloud.networkconnectivity.v1beta.Destination\"c\xda\x41\x04name\x82\xd3\xe4\x93\x02V\x12T/v1beta/{name=projects/*/locations/*/multicloudDataTransferConfigs/*/destinations/*}\x12\xa8\x02\n\x11\x43reateDestination\x12\x41.google.cloud.networkconnectivity.v1beta.CreateDestinationRequest\x1a\x1d.google.longrunning.Operation\"\xb0\x01\xca\x41 \n\x0b\x44\x65stination\x12\x11OperationMetadata\xda\x41!parent,destination,destination_id\x82\xd3\xe4\x93\x02\x63\"T/v1beta/{parent=projects/*/locations/*/multicloudDataTransferConfigs/*}/destinations:\x0b\x64\x65stination\x12\xaa\x02\n\x11UpdateDestination\x12\x41.google.cloud.networkconnectivity.v1beta.UpdateDestinationRequest\x1a\x1d.google.longrunning.Operation\"\xb2\x01\xca\x41 \n\x0b\x44\x65stination\x12\x11OperationMetadata\xda\x41\x17\x64\x65stination,update_mask\x82\xd3\xe4\x93\x02o2`/v1beta/{destination.name=projects/*/locations/*/multicloudDataTransferConfigs/*/destinations/*}:\x0b\x64\x65stination\x12\x88\x02\n\x11\x44\x65leteDestination\x12\x41.google.cloud.networkconnectivity.v1beta.DeleteDestinationRequest\x1a\x1d.google.longrunning.Operation\"\x90\x01\xca\x41*\n\x15google.protobuf.Empty\x12\x11OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02V*T/v1beta/{name=projects/*/locations/*/multicloudDataTransferConfigs/*/destinations/*}\x12\xb7\x02\n)GetMulticloudDataTransferSupportedService\x12Y.google.cloud.networkconnectivity.v1beta.GetMulticloudDataTransferSupportedServiceRequest\x1aO.google.cloud.networkconnectivity.v1beta.MulticloudDataTransferSupportedService\"^\xda\x41\x04name\x82\xd3\xe4\x93\x02Q\x12O/v1beta/{name=projects/*/locations/*/multicloudDataTransferSupportedServices/*}\x12\xca\x02\n+ListMulticloudDataTransferSupportedServices\x12[.google.cloud.networkconnectivity.v1beta.ListMulticloudDataTransferSupportedServicesRequest\x1a\\.google.cloud.networkconnectivity.v1beta.ListMulticloudDataTransferSupportedServicesResponse\"`\xda\x41\x06parent\x82\xd3\xe4\x93\x02Q\x12O/v1beta/{parent=projects/*/locations/*}/multicloudDataTransferSupportedServices\x1aV\xca\x41\"networkconnectivity.googleapis.com\xd2\x41.https://www.googleapis.com/auth/cloud-platformB\xa2\x02\n+com.google.cloud.networkconnectivity.v1betaB\x11\x44\x61taTransferProtoP\x01Z]cloud.google.com/go/networkconnectivity/apiv1beta/networkconnectivitypb;networkconnectivitypb\xaa\x02\'Google.Cloud.NetworkConnectivity.V1Beta\xca\x02\'Google\\Cloud\\NetworkConnectivity\\V1beta\xea\x02*Google::Cloud::NetworkConnectivity::V1betab\x06proto3"
20
+
21
+ pool = ::Google::Protobuf::DescriptorPool.generated_pool
22
+ pool.add_serialized_file(descriptor_data)
23
+
24
+ module Google
25
+ module Cloud
26
+ module NetworkConnectivity
27
+ module V1beta
28
+ MulticloudDataTransferConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networkconnectivity.v1beta.MulticloudDataTransferConfig").msgclass
29
+ ListMulticloudDataTransferConfigsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networkconnectivity.v1beta.ListMulticloudDataTransferConfigsRequest").msgclass
30
+ ListMulticloudDataTransferConfigsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networkconnectivity.v1beta.ListMulticloudDataTransferConfigsResponse").msgclass
31
+ GetMulticloudDataTransferConfigRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networkconnectivity.v1beta.GetMulticloudDataTransferConfigRequest").msgclass
32
+ CreateMulticloudDataTransferConfigRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networkconnectivity.v1beta.CreateMulticloudDataTransferConfigRequest").msgclass
33
+ UpdateMulticloudDataTransferConfigRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networkconnectivity.v1beta.UpdateMulticloudDataTransferConfigRequest").msgclass
34
+ DeleteMulticloudDataTransferConfigRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networkconnectivity.v1beta.DeleteMulticloudDataTransferConfigRequest").msgclass
35
+ Destination = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networkconnectivity.v1beta.Destination").msgclass
36
+ Destination::DestinationEndpoint = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networkconnectivity.v1beta.Destination.DestinationEndpoint").msgclass
37
+ Destination::DestinationEndpoint::State = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networkconnectivity.v1beta.Destination.DestinationEndpoint.State").enummodule
38
+ ListDestinationsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networkconnectivity.v1beta.ListDestinationsRequest").msgclass
39
+ ListDestinationsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networkconnectivity.v1beta.ListDestinationsResponse").msgclass
40
+ GetDestinationRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networkconnectivity.v1beta.GetDestinationRequest").msgclass
41
+ CreateDestinationRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networkconnectivity.v1beta.CreateDestinationRequest").msgclass
42
+ UpdateDestinationRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networkconnectivity.v1beta.UpdateDestinationRequest").msgclass
43
+ DeleteDestinationRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networkconnectivity.v1beta.DeleteDestinationRequest").msgclass
44
+ StateTimeline = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networkconnectivity.v1beta.StateTimeline").msgclass
45
+ StateTimeline::StateMetadata = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networkconnectivity.v1beta.StateTimeline.StateMetadata").msgclass
46
+ StateTimeline::StateMetadata::State = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networkconnectivity.v1beta.StateTimeline.StateMetadata.State").enummodule
47
+ MulticloudDataTransferSupportedService = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networkconnectivity.v1beta.MulticloudDataTransferSupportedService").msgclass
48
+ ServiceConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networkconnectivity.v1beta.ServiceConfig").msgclass
49
+ ServiceConfig::EligibilityCriteria = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networkconnectivity.v1beta.ServiceConfig.EligibilityCriteria").enummodule
50
+ GetMulticloudDataTransferSupportedServiceRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networkconnectivity.v1beta.GetMulticloudDataTransferSupportedServiceRequest").msgclass
51
+ ListMulticloudDataTransferSupportedServicesRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networkconnectivity.v1beta.ListMulticloudDataTransferSupportedServicesRequest").msgclass
52
+ ListMulticloudDataTransferSupportedServicesResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networkconnectivity.v1beta.ListMulticloudDataTransferSupportedServicesResponse").msgclass
53
+ end
54
+ end
55
+ end
56
+ end
@@ -0,0 +1,72 @@
1
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
2
+ # Source: google/cloud/networkconnectivity/v1beta/data_transfer.proto for package 'Google.Cloud.NetworkConnectivity.V1beta'
3
+ # Original file comments:
4
+ # Copyright 2026 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/networkconnectivity/v1beta/data_transfer_pb'
21
+
22
+ module Google
23
+ module Cloud
24
+ module NetworkConnectivity
25
+ module V1beta
26
+ module DataTransferService
27
+ # DataTransferService is the service for the Data Transfer API.
28
+ class Service
29
+
30
+ include ::GRPC::GenericService
31
+
32
+ self.marshal_class_method = :encode
33
+ self.unmarshal_class_method = :decode
34
+ self.service_name = 'google.cloud.networkconnectivity.v1beta.DataTransferService'
35
+
36
+ # Lists the `MulticloudDataTransferConfig` resources in a specified project
37
+ # and location.
38
+ rpc :ListMulticloudDataTransferConfigs, ::Google::Cloud::NetworkConnectivity::V1beta::ListMulticloudDataTransferConfigsRequest, ::Google::Cloud::NetworkConnectivity::V1beta::ListMulticloudDataTransferConfigsResponse
39
+ # Gets the details of a `MulticloudDataTransferConfig` resource.
40
+ rpc :GetMulticloudDataTransferConfig, ::Google::Cloud::NetworkConnectivity::V1beta::GetMulticloudDataTransferConfigRequest, ::Google::Cloud::NetworkConnectivity::V1beta::MulticloudDataTransferConfig
41
+ # Creates a `MulticloudDataTransferConfig` resource in a specified project
42
+ # and location.
43
+ rpc :CreateMulticloudDataTransferConfig, ::Google::Cloud::NetworkConnectivity::V1beta::CreateMulticloudDataTransferConfigRequest, ::Google::Longrunning::Operation
44
+ # Updates a `MulticloudDataTransferConfig` resource in a specified project
45
+ # and location.
46
+ rpc :UpdateMulticloudDataTransferConfig, ::Google::Cloud::NetworkConnectivity::V1beta::UpdateMulticloudDataTransferConfigRequest, ::Google::Longrunning::Operation
47
+ # Deletes a `MulticloudDataTransferConfig` resource.
48
+ rpc :DeleteMulticloudDataTransferConfig, ::Google::Cloud::NetworkConnectivity::V1beta::DeleteMulticloudDataTransferConfigRequest, ::Google::Longrunning::Operation
49
+ # Lists the `Destination` resources in a specified project and location.
50
+ rpc :ListDestinations, ::Google::Cloud::NetworkConnectivity::V1beta::ListDestinationsRequest, ::Google::Cloud::NetworkConnectivity::V1beta::ListDestinationsResponse
51
+ # Gets the details of a `Destination` resource.
52
+ rpc :GetDestination, ::Google::Cloud::NetworkConnectivity::V1beta::GetDestinationRequest, ::Google::Cloud::NetworkConnectivity::V1beta::Destination
53
+ # Creates a `Destination` resource in a specified project and location.
54
+ rpc :CreateDestination, ::Google::Cloud::NetworkConnectivity::V1beta::CreateDestinationRequest, ::Google::Longrunning::Operation
55
+ # Updates a `Destination` resource in a specified project and location.
56
+ rpc :UpdateDestination, ::Google::Cloud::NetworkConnectivity::V1beta::UpdateDestinationRequest, ::Google::Longrunning::Operation
57
+ # Deletes a `Destination` resource.
58
+ rpc :DeleteDestination, ::Google::Cloud::NetworkConnectivity::V1beta::DeleteDestinationRequest, ::Google::Longrunning::Operation
59
+ # Gets the details of a service that is supported for Data Transfer
60
+ # Essentials.
61
+ rpc :GetMulticloudDataTransferSupportedService, ::Google::Cloud::NetworkConnectivity::V1beta::GetMulticloudDataTransferSupportedServiceRequest, ::Google::Cloud::NetworkConnectivity::V1beta::MulticloudDataTransferSupportedService
62
+ # Lists the services in the project for a region that are supported for
63
+ # Data Transfer Essentials.
64
+ rpc :ListMulticloudDataTransferSupportedServices, ::Google::Cloud::NetworkConnectivity::V1beta::ListMulticloudDataTransferSupportedServicesRequest, ::Google::Cloud::NetworkConnectivity::V1beta::ListMulticloudDataTransferSupportedServicesResponse
65
+ end
66
+
67
+ Stub = Service.rpc_stub_class
68
+ end
69
+ end
70
+ end
71
+ end
72
+ end