Sha256: 94779ed9a8ffb9edfc1e74b7deac4888fb1be111b4a232f5e05e5411d8389ccf
Contents?: true
Size: 1.82 KB
Versions: 3
Compression:
Stored size: 1.82 KB
Contents
# frozen_string_literal: true # Copyright 2024 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # Auto-generated by gapic-generator-ruby. DO NOT EDIT! module Google module Cloud module Connectors module V1 # Define the Connectors target endpoint. # @!attribute [rw] key # @return [::String] # The key is the destination identifier that is supported by the Connector. # @!attribute [rw] destinations # @return [::Array<::Google::Cloud::Connectors::V1::Destination>] # The destinations for the key. class DestinationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] service_attachment # @return [::String] # PSC service attachments. # Format: projects/*/regions/*/serviceAttachments/* # @!attribute [rw] host # @return [::String] # For publicly routable host. # @!attribute [rw] port # @return [::Integer] # The port is the target port number that is accepted by the destination. class Destination include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems