Class Instance.PscInterfaceConfig (0.30.0)

public static final class Instance.PscInterfaceConfig extends GeneratedMessageV3 implements Instance.PscInterfaceConfigOrBuilder

Configuration for setting up a PSC interface. This information needs to be provided by the customer. PSC interfaces will be created and added to VMs via SLM (adding a network interface will require recreating the VM). For HA instances this will be done via LDTM.

Protobuf type google.cloud.alloydb.v1beta.Instance.PscInterfaceConfig

Static Fields

CONSUMER_ENDPOINT_IPS_FIELD_NUMBER

public static final int CONSUMER_ENDPOINT_IPS_FIELD_NUMBER
Field Value
TypeDescription
int

NETWORK_ATTACHMENT_FIELD_NUMBER

public static final int NETWORK_ATTACHMENT_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static Instance.PscInterfaceConfig getDefaultInstance()
Returns
TypeDescription
Instance.PscInterfaceConfig

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static Instance.PscInterfaceConfig.Builder newBuilder()
Returns
TypeDescription
Instance.PscInterfaceConfig.Builder

newBuilder(Instance.PscInterfaceConfig prototype)

public static Instance.PscInterfaceConfig.Builder newBuilder(Instance.PscInterfaceConfig prototype)
Parameter
NameDescription
prototypeInstance.PscInterfaceConfig
Returns
TypeDescription
Instance.PscInterfaceConfig.Builder

parseDelimitedFrom(InputStream input)

public static Instance.PscInterfaceConfig parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Instance.PscInterfaceConfig
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Instance.PscInterfaceConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Instance.PscInterfaceConfig
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static Instance.PscInterfaceConfig parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
Instance.PscInterfaceConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Instance.PscInterfaceConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Instance.PscInterfaceConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Instance.PscInterfaceConfig parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
Instance.PscInterfaceConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Instance.PscInterfaceConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Instance.PscInterfaceConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Instance.PscInterfaceConfig parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
Instance.PscInterfaceConfig
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Instance.PscInterfaceConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Instance.PscInterfaceConfig
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static Instance.PscInterfaceConfig parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Instance.PscInterfaceConfig
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Instance.PscInterfaceConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Instance.PscInterfaceConfig
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static Instance.PscInterfaceConfig parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
Instance.PscInterfaceConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Instance.PscInterfaceConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Instance.PscInterfaceConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<Instance.PscInterfaceConfig> parser()
Returns
TypeDescription
Parser<PscInterfaceConfig>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getConsumerEndpointIps(int index)

public String getConsumerEndpointIps(int index)

A list of endpoints in the consumer VPC the interface might initiate outbound connections to. This list has to be provided when the PSC interface is created.

repeated string consumer_endpoint_ips = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The consumerEndpointIps at the given index.

getConsumerEndpointIpsBytes(int index)

public ByteString getConsumerEndpointIpsBytes(int index)

A list of endpoints in the consumer VPC the interface might initiate outbound connections to. This list has to be provided when the PSC interface is created.

repeated string consumer_endpoint_ips = 1;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the consumerEndpointIps at the given index.

getConsumerEndpointIpsCount()

public int getConsumerEndpointIpsCount()

A list of endpoints in the consumer VPC the interface might initiate outbound connections to. This list has to be provided when the PSC interface is created.

repeated string consumer_endpoint_ips = 1;

Returns
TypeDescription
int

The count of consumerEndpointIps.

getConsumerEndpointIpsList()

public ProtocolStringList getConsumerEndpointIpsList()

A list of endpoints in the consumer VPC the interface might initiate outbound connections to. This list has to be provided when the PSC interface is created.

repeated string consumer_endpoint_ips = 1;

Returns
TypeDescription
ProtocolStringList

A list containing the consumerEndpointIps.

getDefaultInstanceForType()

public Instance.PscInterfaceConfig getDefaultInstanceForType()
Returns
TypeDescription
Instance.PscInterfaceConfig

getNetworkAttachment()

public String getNetworkAttachment()

The NetworkAttachment resource created in the consumer VPC to which the PSC interface will be linked, in the form of: projects/${CONSUMER_PROJECT}/regions/${REGION}/networkAttachments/${NETWORK_ATTACHMENT_NAME}. NetworkAttachment has to be provided when the PSC interface is created.

string network_attachment = 2;

Returns
TypeDescription
String

The networkAttachment.

getNetworkAttachmentBytes()

public ByteString getNetworkAttachmentBytes()

The NetworkAttachment resource created in the consumer VPC to which the PSC interface will be linked, in the form of: projects/${CONSUMER_PROJECT}/regions/${REGION}/networkAttachments/${NETWORK_ATTACHMENT_NAME}. NetworkAttachment has to be provided when the PSC interface is created.

string network_attachment = 2;

Returns
TypeDescription
ByteString

The bytes for networkAttachment.

getParserForType()

public Parser<Instance.PscInterfaceConfig> getParserForType()
Returns
TypeDescription
Parser<PscInterfaceConfig>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public Instance.PscInterfaceConfig.Builder newBuilderForType()
Returns
TypeDescription
Instance.PscInterfaceConfig.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Instance.PscInterfaceConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
Instance.PscInterfaceConfig.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public Instance.PscInterfaceConfig.Builder toBuilder()
Returns
TypeDescription
Instance.PscInterfaceConfig.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException