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 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.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
hasPscConnectionId()
The PSC connection id of the connected endpoint.boolean
hasStatus()
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.
-
-