Package com.google.cloud.compute.v1
Interface ServiceAttachmentConnectedEndpointOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ServiceAttachmentConnectedEndpoint,ServiceAttachmentConnectedEndpoint.Builder
public interface ServiceAttachmentConnectedEndpointOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetConsumerNetwork()The url of the consumer network.com.google.protobuf.ByteStringgetConsumerNetworkBytes()The url of the consumer network.StringgetEndpoint()The url of a connected endpoint.com.google.protobuf.ByteStringgetEndpointBytes()The url of a connected endpoint.longgetPscConnectionId()The PSC connection id of the connected endpoint.StringgetStatus()The status of a connected endpoint to this service attachment.com.google.protobuf.ByteStringgetStatusBytes()The status of a connected endpoint to this service attachment.booleanhasConsumerNetwork()The url of the consumer network.booleanhasEndpoint()The url of a connected endpoint.booleanhasPscConnectionId()The PSC connection id of the connected endpoint.booleanhasStatus()The status of a connected endpoint to this service attachment.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasConsumerNetwork
boolean hasConsumerNetwork()
The url of the consumer network.
optional string consumer_network = 254357221;- Returns:
- Whether the consumerNetwork field is set.
-
getConsumerNetwork
String getConsumerNetwork()
The url of the consumer network.
optional string consumer_network = 254357221;- Returns:
- The consumerNetwork.
-
getConsumerNetworkBytes
com.google.protobuf.ByteString getConsumerNetworkBytes()
The url of the consumer network.
optional string consumer_network = 254357221;- Returns:
- The bytes for consumerNetwork.
-
hasEndpoint
boolean hasEndpoint()
The url of a connected endpoint.
optional string endpoint = 130489749;- Returns:
- Whether the endpoint field is set.
-
getEndpoint
String getEndpoint()
The url of a connected endpoint.
optional string endpoint = 130489749;- Returns:
- The endpoint.
-
getEndpointBytes
com.google.protobuf.ByteString getEndpointBytes()
The url of a connected endpoint.
optional string endpoint = 130489749;- Returns:
- The bytes for endpoint.
-
hasPscConnectionId
boolean hasPscConnectionId()
The PSC connection id of the connected endpoint.
optional uint64 psc_connection_id = 292082397;- Returns:
- Whether the pscConnectionId field is set.
-
getPscConnectionId
long getPscConnectionId()
The PSC connection id of the connected endpoint.
optional uint64 psc_connection_id = 292082397;- Returns:
- The pscConnectionId.
-
hasStatus
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;- Returns:
- Whether the status field is set.
-
getStatus
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;- Returns:
- The status.
-
getStatusBytes
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;- Returns:
- The bytes for status.
-
-