Package com.google.cloud.compute.v1
Interface NetworkEndpointGroupPscDataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NetworkEndpointGroupPscData,NetworkEndpointGroupPscData.Builder
public interface NetworkEndpointGroupPscDataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetConsumerPscAddress()[Output Only] Address allocated from given subnetwork for PSC.com.google.protobuf.ByteStringgetConsumerPscAddressBytes()[Output Only] Address allocated from given subnetwork for PSC.longgetPscConnectionId()[Output Only] The PSC connection id of the PSC Network Endpoint Group Consumer.StringgetPscConnectionStatus()[Output Only] The connection status of the PSC Forwarding Rule.com.google.protobuf.ByteStringgetPscConnectionStatusBytes()[Output Only] The connection status of the PSC Forwarding Rule.booleanhasConsumerPscAddress()[Output Only] Address allocated from given subnetwork for PSC.booleanhasPscConnectionId()[Output Only] The PSC connection id of the PSC Network Endpoint Group Consumer.booleanhasPscConnectionStatus()[Output Only] The connection status of the PSC Forwarding Rule.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasConsumerPscAddress
boolean hasConsumerPscAddress()
[Output Only] Address allocated from given subnetwork for PSC. This IP address acts as a VIP for a PSC NEG, allowing it to act as an endpoint in L7 PSC-XLB.
optional string consumer_psc_address = 452646572;- Returns:
- Whether the consumerPscAddress field is set.
-
getConsumerPscAddress
String getConsumerPscAddress()
[Output Only] Address allocated from given subnetwork for PSC. This IP address acts as a VIP for a PSC NEG, allowing it to act as an endpoint in L7 PSC-XLB.
optional string consumer_psc_address = 452646572;- Returns:
- The consumerPscAddress.
-
getConsumerPscAddressBytes
com.google.protobuf.ByteString getConsumerPscAddressBytes()
[Output Only] Address allocated from given subnetwork for PSC. This IP address acts as a VIP for a PSC NEG, allowing it to act as an endpoint in L7 PSC-XLB.
optional string consumer_psc_address = 452646572;- Returns:
- The bytes for consumerPscAddress.
-
hasPscConnectionId
boolean hasPscConnectionId()
[Output Only] The PSC connection id of the PSC Network Endpoint Group Consumer.
optional uint64 psc_connection_id = 292082397;- Returns:
- Whether the pscConnectionId field is set.
-
getPscConnectionId
long getPscConnectionId()
[Output Only] The PSC connection id of the PSC Network Endpoint Group Consumer.
optional uint64 psc_connection_id = 292082397;- Returns:
- The pscConnectionId.
-
hasPscConnectionStatus
boolean hasPscConnectionStatus()
[Output Only] The connection status of the PSC Forwarding Rule. Check the PscConnectionStatus enum for the list of possible values.
optional string psc_connection_status = 184149172;- Returns:
- Whether the pscConnectionStatus field is set.
-
getPscConnectionStatus
String getPscConnectionStatus()
[Output Only] The connection status of the PSC Forwarding Rule. Check the PscConnectionStatus enum for the list of possible values.
optional string psc_connection_status = 184149172;- Returns:
- The pscConnectionStatus.
-
getPscConnectionStatusBytes
com.google.protobuf.ByteString getPscConnectionStatusBytes()
[Output Only] The connection status of the PSC Forwarding Rule. Check the PscConnectionStatus enum for the list of possible values.
optional string psc_connection_status = 184149172;- Returns:
- The bytes for pscConnectionStatus.
-
-