public interface ServiceAttachmentConnectedEndpointOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getEndpoint()
The url of a connected endpoint.
|
com.google.protobuf.ByteString |
getEndpointBytes()
The url of a connected endpoint.
|
long |
getPscConnectionId()
The PSC connection id of the connected endpoint.
|
String |
getStatus()
The status of a connected endpoint to this service attachment.
|
com.google.protobuf.ByteString |
getStatusBytes()
The status of a connected endpoint to this service attachment.
|
boolean |
hasEndpoint()
The url of a connected endpoint.
|
boolean |
hasPscConnectionId()
The PSC connection id of the connected endpoint.
|
boolean |
hasStatus()
The status of a connected endpoint to this service attachment.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasEndpoint()
The url of a connected endpoint.
optional string endpoint = 130489749;String getEndpoint()
The url of a connected endpoint.
optional string endpoint = 130489749;com.google.protobuf.ByteString getEndpointBytes()
The url of a connected endpoint.
optional string endpoint = 130489749;boolean hasPscConnectionId()
The PSC connection id of the connected endpoint.
optional uint64 psc_connection_id = 292082397;long getPscConnectionId()
The PSC connection id of the connected endpoint.
optional uint64 psc_connection_id = 292082397;boolean hasStatus()
The status of a connected endpoint to this service attachment. Check the Status enum for the list of possible values.
optional string status = 181260274;String getStatus()
The status of a connected endpoint to this service attachment. Check the Status enum for the list of possible values.
optional string status = 181260274;com.google.protobuf.ByteString getStatusBytes()
The status of a connected endpoint to this service attachment. Check the Status enum for the list of possible values.
optional string status = 181260274;Copyright © 2023 Google LLC. All rights reserved.