Send feedback
Integration Connectors v1 API - Class Destination (1.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.1.0 keyboard_arrow_down
public sealed class Destination : IMessage<Destination>, IEquatable<Destination>, IDeepCloneable<Destination>, IBufferMessage, IMessage
Inheritance
object >
Destination
Namespace
Google.Cloud.Connectors.V1
Assembly
Google.Cloud.Connectors.V1.dll
Constructors
Destination()
Destination(Destination)
public Destination(Destination other)
Properties
DestinationCase
public Destination.DestinationOneofCase DestinationCase { get; }
HasHost
public bool HasHost { get; }
Gets whether the "host" field is set
Property Value Type Description bool
HasServiceAttachment
public bool HasServiceAttachment { get; }
Gets whether the "service_attachment" field is set
Property Value Type Description bool
Host
public string Host { get; set; }
For publicly routable host.
Property Value Type Description string
Port
public int Port { get; set; }
The port is the target port number that is accepted by the destination.
Property Value Type Description int
ServiceAttachment
public string ServiceAttachment { get; set; }
PSC service attachments.
Format: projects//regions/ /serviceAttachments/*
Property Value Type Description string
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-06 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-06 UTC."],[],[]]