public static final class NetworkEndpointGroupPscData.Builder extends GeneratedMessage.Builder<NetworkEndpointGroupPscData.Builder> implements NetworkEndpointGroupPscDataOrBuilderAll data that is specifically relevant to only network endpoint groups of type PRIVATE_SERVICE_CONNECT.
Protobuf type google.cloud.compute.v1.NetworkEndpointGroupPscData
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > NetworkEndpointGroupPscData.BuilderImplements
NetworkEndpointGroupPscDataOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public NetworkEndpointGroupPscData build()| Returns | |
|---|---|
| Type | Description |
NetworkEndpointGroupPscData |
|
buildPartial()
public NetworkEndpointGroupPscData buildPartial()| Returns | |
|---|---|
| Type | Description |
NetworkEndpointGroupPscData |
|
clear()
public NetworkEndpointGroupPscData.Builder clear()| Returns | |
|---|---|
| Type | Description |
NetworkEndpointGroupPscData.Builder |
|
clearConsumerPscAddress()
public NetworkEndpointGroupPscData.Builder clearConsumerPscAddress()Output only. [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 | |
|---|---|
| Type | Description |
NetworkEndpointGroupPscData.Builder |
This builder for chaining. |
clearProducerPort()
public NetworkEndpointGroupPscData.Builder clearProducerPort()The psc producer port is used to connect PSC NEG with specific port on the PSC Producer side; should only be used for the PRIVATE_SERVICE_CONNECT NEG type
optional int32 producer_port = 410021134;
| Returns | |
|---|---|
| Type | Description |
NetworkEndpointGroupPscData.Builder |
This builder for chaining. |
clearPscConnectionId()
public NetworkEndpointGroupPscData.Builder clearPscConnectionId()Output only. [Output Only] The PSC connection id of the PSC Network Endpoint Group Consumer.
optional uint64 psc_connection_id = 292082397;
| Returns | |
|---|---|
| Type | Description |
NetworkEndpointGroupPscData.Builder |
This builder for chaining. |
clearPscConnectionStatus()
public NetworkEndpointGroupPscData.Builder clearPscConnectionStatus()Output only. [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 | |
|---|---|
| Type | Description |
NetworkEndpointGroupPscData.Builder |
This builder for chaining. |
getConsumerPscAddress()
public String getConsumerPscAddress()Output only. [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 | |
|---|---|
| Type | Description |
String |
The consumerPscAddress. |
getConsumerPscAddressBytes()
public ByteString getConsumerPscAddressBytes()Output only. [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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for consumerPscAddress. |
getDefaultInstanceForType()
public NetworkEndpointGroupPscData getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
NetworkEndpointGroupPscData |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getProducerPort()
public int getProducerPort()The psc producer port is used to connect PSC NEG with specific port on the PSC Producer side; should only be used for the PRIVATE_SERVICE_CONNECT NEG type
optional int32 producer_port = 410021134;
| Returns | |
|---|---|
| Type | Description |
int |
The producerPort. |
getPscConnectionId()
public long getPscConnectionId()Output only. [Output Only] The PSC connection id of the PSC Network Endpoint Group Consumer.
optional uint64 psc_connection_id = 292082397;
| Returns | |
|---|---|
| Type | Description |
long |
The pscConnectionId. |
getPscConnectionStatus()
public String getPscConnectionStatus()Output only. [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 | |
|---|---|
| Type | Description |
String |
The pscConnectionStatus. |
getPscConnectionStatusBytes()
public ByteString getPscConnectionStatusBytes()Output only. [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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for pscConnectionStatus. |
hasConsumerPscAddress()
public boolean hasConsumerPscAddress()Output only. [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 | |
|---|---|
| Type | Description |
boolean |
Whether the consumerPscAddress field is set. |
hasProducerPort()
public boolean hasProducerPort()The psc producer port is used to connect PSC NEG with specific port on the PSC Producer side; should only be used for the PRIVATE_SERVICE_CONNECT NEG type
optional int32 producer_port = 410021134;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the producerPort field is set. |
hasPscConnectionId()
public boolean hasPscConnectionId()Output only. [Output Only] The PSC connection id of the PSC Network Endpoint Group Consumer.
optional uint64 psc_connection_id = 292082397;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the pscConnectionId field is set. |
hasPscConnectionStatus()
public boolean hasPscConnectionStatus()Output only. [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 | |
|---|---|
| Type | Description |
boolean |
Whether the pscConnectionStatus field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(NetworkEndpointGroupPscData other)
public NetworkEndpointGroupPscData.Builder mergeFrom(NetworkEndpointGroupPscData other)| Parameter | |
|---|---|
| Name | Description |
other |
NetworkEndpointGroupPscData |
| Returns | |
|---|---|
| Type | Description |
NetworkEndpointGroupPscData.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public NetworkEndpointGroupPscData.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
NetworkEndpointGroupPscData.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public NetworkEndpointGroupPscData.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
NetworkEndpointGroupPscData.Builder |
|
setConsumerPscAddress(String value)
public NetworkEndpointGroupPscData.Builder setConsumerPscAddress(String value)Output only. [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;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe consumerPscAddress to set. |
| Returns | |
|---|---|
| Type | Description |
NetworkEndpointGroupPscData.Builder |
This builder for chaining. |
setConsumerPscAddressBytes(ByteString value)
public NetworkEndpointGroupPscData.Builder setConsumerPscAddressBytes(ByteString value)Output only. [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;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for consumerPscAddress to set. |
| Returns | |
|---|---|
| Type | Description |
NetworkEndpointGroupPscData.Builder |
This builder for chaining. |
setProducerPort(int value)
public NetworkEndpointGroupPscData.Builder setProducerPort(int value)The psc producer port is used to connect PSC NEG with specific port on the PSC Producer side; should only be used for the PRIVATE_SERVICE_CONNECT NEG type
optional int32 producer_port = 410021134;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe producerPort to set. |
| Returns | |
|---|---|
| Type | Description |
NetworkEndpointGroupPscData.Builder |
This builder for chaining. |
setPscConnectionId(long value)
public NetworkEndpointGroupPscData.Builder setPscConnectionId(long value)Output only. [Output Only] The PSC connection id of the PSC Network Endpoint Group Consumer.
optional uint64 psc_connection_id = 292082397;
| Parameter | |
|---|---|
| Name | Description |
value |
longThe pscConnectionId to set. |
| Returns | |
|---|---|
| Type | Description |
NetworkEndpointGroupPscData.Builder |
This builder for chaining. |
setPscConnectionStatus(String value)
public NetworkEndpointGroupPscData.Builder setPscConnectionStatus(String value)Output only. [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;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe pscConnectionStatus to set. |
| Returns | |
|---|---|
| Type | Description |
NetworkEndpointGroupPscData.Builder |
This builder for chaining. |
setPscConnectionStatusBytes(ByteString value)
public NetworkEndpointGroupPscData.Builder setPscConnectionStatusBytes(ByteString value)Output only. [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;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for pscConnectionStatus to set. |
| Returns | |
|---|---|
| Type | Description |
NetworkEndpointGroupPscData.Builder |
This builder for chaining. |