Package com.google.cloud.compute.v1
Class NetworkEndpointGroupPscData.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<NetworkEndpointGroupPscData.Builder>
-
- com.google.cloud.compute.v1.NetworkEndpointGroupPscData.Builder
-
- All Implemented Interfaces:
NetworkEndpointGroupPscDataOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- NetworkEndpointGroupPscData
public static final class NetworkEndpointGroupPscData.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<NetworkEndpointGroupPscData.Builder> implements NetworkEndpointGroupPscDataOrBuilder
All data that is specifically relevant to only network endpoint groups of type PRIVATE_SERVICE_CONNECT.
Protobuf typegoogle.cloud.compute.v1.NetworkEndpointGroupPscData
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description NetworkEndpointGroupPscData.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
NetworkEndpointGroupPscData
build()
NetworkEndpointGroupPscData
buildPartial()
NetworkEndpointGroupPscData.Builder
clear()
NetworkEndpointGroupPscData.Builder
clearConsumerPscAddress()
[Output Only] Address allocated from given subnetwork for PSC.NetworkEndpointGroupPscData.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
NetworkEndpointGroupPscData.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
NetworkEndpointGroupPscData.Builder
clearPscConnectionId()
[Output Only] The PSC connection id of the PSC Network Endpoint Group Consumer.NetworkEndpointGroupPscData.Builder
clearPscConnectionStatus()
[Output Only] The connection status of the PSC Forwarding Rule.NetworkEndpointGroupPscData.Builder
clone()
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.NetworkEndpointGroupPscData
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
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.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
NetworkEndpointGroupPscData.Builder
mergeFrom(NetworkEndpointGroupPscData other)
NetworkEndpointGroupPscData.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
NetworkEndpointGroupPscData.Builder
mergeFrom(com.google.protobuf.Message other)
NetworkEndpointGroupPscData.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
NetworkEndpointGroupPscData.Builder
setConsumerPscAddress(String value)
[Output Only] Address allocated from given subnetwork for PSC.NetworkEndpointGroupPscData.Builder
setConsumerPscAddressBytes(com.google.protobuf.ByteString value)
[Output Only] Address allocated from given subnetwork for PSC.NetworkEndpointGroupPscData.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
NetworkEndpointGroupPscData.Builder
setPscConnectionId(long value)
[Output Only] The PSC connection id of the PSC Network Endpoint Group Consumer.NetworkEndpointGroupPscData.Builder
setPscConnectionStatus(String value)
[Output Only] The connection status of the PSC Forwarding Rule.NetworkEndpointGroupPscData.Builder
setPscConnectionStatusBytes(com.google.protobuf.ByteString value)
[Output Only] The connection status of the PSC Forwarding Rule.NetworkEndpointGroupPscData.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
NetworkEndpointGroupPscData.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<NetworkEndpointGroupPscData.Builder>
-
clear
public NetworkEndpointGroupPscData.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<NetworkEndpointGroupPscData.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<NetworkEndpointGroupPscData.Builder>
-
getDefaultInstanceForType
public NetworkEndpointGroupPscData getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public NetworkEndpointGroupPscData build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public NetworkEndpointGroupPscData buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public NetworkEndpointGroupPscData.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<NetworkEndpointGroupPscData.Builder>
-
setField
public NetworkEndpointGroupPscData.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<NetworkEndpointGroupPscData.Builder>
-
clearField
public NetworkEndpointGroupPscData.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<NetworkEndpointGroupPscData.Builder>
-
clearOneof
public NetworkEndpointGroupPscData.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<NetworkEndpointGroupPscData.Builder>
-
setRepeatedField
public NetworkEndpointGroupPscData.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<NetworkEndpointGroupPscData.Builder>
-
addRepeatedField
public NetworkEndpointGroupPscData.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<NetworkEndpointGroupPscData.Builder>
-
mergeFrom
public NetworkEndpointGroupPscData.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<NetworkEndpointGroupPscData.Builder>
-
mergeFrom
public NetworkEndpointGroupPscData.Builder mergeFrom(NetworkEndpointGroupPscData other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<NetworkEndpointGroupPscData.Builder>
-
mergeFrom
public NetworkEndpointGroupPscData.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<NetworkEndpointGroupPscData.Builder>
- Throws:
IOException
-
hasConsumerPscAddress
public 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;
- Specified by:
hasConsumerPscAddress
in interfaceNetworkEndpointGroupPscDataOrBuilder
- Returns:
- Whether the consumerPscAddress field is set.
-
getConsumerPscAddress
public 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;
- Specified by:
getConsumerPscAddress
in interfaceNetworkEndpointGroupPscDataOrBuilder
- Returns:
- The consumerPscAddress.
-
getConsumerPscAddressBytes
public 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;
- Specified by:
getConsumerPscAddressBytes
in interfaceNetworkEndpointGroupPscDataOrBuilder
- Returns:
- The bytes for consumerPscAddress.
-
setConsumerPscAddress
public NetworkEndpointGroupPscData.Builder setConsumerPscAddress(String value)
[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;
- Parameters:
value
- The consumerPscAddress to set.- Returns:
- This builder for chaining.
-
clearConsumerPscAddress
public NetworkEndpointGroupPscData.Builder clearConsumerPscAddress()
[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:
- This builder for chaining.
-
setConsumerPscAddressBytes
public NetworkEndpointGroupPscData.Builder setConsumerPscAddressBytes(com.google.protobuf.ByteString value)
[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;
- Parameters:
value
- The bytes for consumerPscAddress to set.- Returns:
- This builder for chaining.
-
hasPscConnectionId
public boolean hasPscConnectionId()
[Output Only] The PSC connection id of the PSC Network Endpoint Group Consumer.
optional uint64 psc_connection_id = 292082397;
- Specified by:
hasPscConnectionId
in interfaceNetworkEndpointGroupPscDataOrBuilder
- Returns:
- Whether the pscConnectionId field is set.
-
getPscConnectionId
public long getPscConnectionId()
[Output Only] The PSC connection id of the PSC Network Endpoint Group Consumer.
optional uint64 psc_connection_id = 292082397;
- Specified by:
getPscConnectionId
in interfaceNetworkEndpointGroupPscDataOrBuilder
- Returns:
- The pscConnectionId.
-
setPscConnectionId
public NetworkEndpointGroupPscData.Builder setPscConnectionId(long value)
[Output Only] The PSC connection id of the PSC Network Endpoint Group Consumer.
optional uint64 psc_connection_id = 292082397;
- Parameters:
value
- The pscConnectionId to set.- Returns:
- This builder for chaining.
-
clearPscConnectionId
public NetworkEndpointGroupPscData.Builder clearPscConnectionId()
[Output Only] The PSC connection id of the PSC Network Endpoint Group Consumer.
optional uint64 psc_connection_id = 292082397;
- Returns:
- This builder for chaining.
-
hasPscConnectionStatus
public 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;
- Specified by:
hasPscConnectionStatus
in interfaceNetworkEndpointGroupPscDataOrBuilder
- Returns:
- Whether the pscConnectionStatus field is set.
-
getPscConnectionStatus
public 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;
- Specified by:
getPscConnectionStatus
in interfaceNetworkEndpointGroupPscDataOrBuilder
- Returns:
- The pscConnectionStatus.
-
getPscConnectionStatusBytes
public 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;
- Specified by:
getPscConnectionStatusBytes
in interfaceNetworkEndpointGroupPscDataOrBuilder
- Returns:
- The bytes for pscConnectionStatus.
-
setPscConnectionStatus
public NetworkEndpointGroupPscData.Builder setPscConnectionStatus(String value)
[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;
- Parameters:
value
- The pscConnectionStatus to set.- Returns:
- This builder for chaining.
-
clearPscConnectionStatus
public NetworkEndpointGroupPscData.Builder clearPscConnectionStatus()
[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:
- This builder for chaining.
-
setPscConnectionStatusBytes
public NetworkEndpointGroupPscData.Builder setPscConnectionStatusBytes(com.google.protobuf.ByteString value)
[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;
- Parameters:
value
- The bytes for pscConnectionStatus to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final NetworkEndpointGroupPscData.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<NetworkEndpointGroupPscData.Builder>
-
mergeUnknownFields
public final NetworkEndpointGroupPscData.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<NetworkEndpointGroupPscData.Builder>
-
-