Integration Connectors v1 API - Class Destination (1.4.0)
Version latestkeyboard_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
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 2025-11-05 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-11-05 UTC."],[],[]]