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 String
getConsumerPscAddress()
[Output Only] Address allocated from given subnetwork for PSC.com.google.protobuf.ByteString
getConsumerPscAddressBytes()
[Output Only] Address allocated from given subnetwork for PSC.long
getPscConnectionId()
[Output Only] The PSC connection id of the PSC Network Endpoint Group Consumer.String
getPscConnectionStatus()
[Output Only] The connection status of the PSC Forwarding Rule.com.google.protobuf.ByteString
getPscConnectionStatusBytes()
[Output Only] The connection status of the PSC Forwarding Rule.boolean
hasConsumerPscAddress()
[Output Only] Address allocated from given subnetwork for PSC.boolean
hasPscConnectionId()
[Output Only] The PSC connection id of the PSC Network Endpoint Group Consumer.boolean
hasPscConnectionStatus()
[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.
-
-