public interface ServiceAttachmentConnectedEndpointOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getConsumerNetwork()
The url of the consumer network.
|
com.google.protobuf.ByteString |
getConsumerNetworkBytes()
The url of the consumer network.
|
String |
getEndpoint()
The url of a connected endpoint.
|
com.google.protobuf.ByteString |
getEndpointBytes()
The url of a connected endpoint.
|
int |
getPropagatedConnectionCount()
The number of consumer Network Connectivity Center spokes that the connected Private Service Connect endpoint has propagated to.
|
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 |
hasConsumerNetwork()
The url of the consumer network.
|
boolean |
hasEndpoint()
The url of a connected endpoint.
|
boolean |
hasPropagatedConnectionCount()
The number of consumer Network Connectivity Center spokes that the connected Private Service Connect endpoint has propagated to.
|
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 hasConsumerNetwork()
The url of the consumer network.
optional string consumer_network = 254357221;String getConsumerNetwork()
The url of the consumer network.
optional string consumer_network = 254357221;com.google.protobuf.ByteString getConsumerNetworkBytes()
The url of the consumer network.
optional string consumer_network = 254357221;boolean 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 hasPropagatedConnectionCount()
The number of consumer Network Connectivity Center spokes that the connected Private Service Connect endpoint has propagated to.
optional uint32 propagated_connection_count = 324594130;int getPropagatedConnectionCount()
The number of consumer Network Connectivity Center spokes that the connected Private Service Connect endpoint has propagated to.
optional uint32 propagated_connection_count = 324594130;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 © 2025 Google LLC. All rights reserved.