Class Instance.PscInterfaceConfig (0.43.0)

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

Configuration for setting up a PSC interface to enable outbound connectivity.

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

Static Fields

NETWORK_ATTACHMENT_RESOURCE_FIELD_NUMBER

public static final int NETWORK_ATTACHMENT_RESOURCE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static Instance.PscInterfaceConfig getDefaultInstance()
Returns
Type Description
Instance.PscInterfaceConfig

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static Instance.PscInterfaceConfig.Builder newBuilder()
Returns
Type Description
Instance.PscInterfaceConfig.Builder

newBuilder(Instance.PscInterfaceConfig prototype)

public static Instance.PscInterfaceConfig.Builder newBuilder(Instance.PscInterfaceConfig prototype)
Parameter
Name Description
prototype Instance.PscInterfaceConfig
Returns
Type Description
Instance.PscInterfaceConfig.Builder

parseDelimitedFrom(InputStream input)

public static Instance.PscInterfaceConfig parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Instance.PscInterfaceConfig
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Instance.PscInterfaceConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Instance.PscInterfaceConfig
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static Instance.PscInterfaceConfig parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
Instance.PscInterfaceConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Instance.PscInterfaceConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Instance.PscInterfaceConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Instance.PscInterfaceConfig parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
Instance.PscInterfaceConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Instance.PscInterfaceConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Instance.PscInterfaceConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Instance.PscInterfaceConfig parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
Instance.PscInterfaceConfig
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Instance.PscInterfaceConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Instance.PscInterfaceConfig
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static Instance.PscInterfaceConfig parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Instance.PscInterfaceConfig
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Instance.PscInterfaceConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Instance.PscInterfaceConfig
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static Instance.PscInterfaceConfig parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
Instance.PscInterfaceConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Instance.PscInterfaceConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Instance.PscInterfaceConfig
Exceptions
Type Description
InvalidProtocolBufferException

parser()

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

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public Instance.PscInterfaceConfig getDefaultInstanceForType()
Returns
Type Description
Instance.PscInterfaceConfig

getNetworkAttachmentResource()

public String getNetworkAttachmentResource()

The network attachment resource created in the consumer network to which the PSC interface will be linked. This is of the format: "projects/${CONSUMER_PROJECT}/regions/${REGION}/networkAttachments/${NETWORK_ATTACHMENT_NAME}". The network attachment must be in the same region as the instance.

string network_attachment_resource = 1;

Returns
Type Description
String

The networkAttachmentResource.

getNetworkAttachmentResourceBytes()

public ByteString getNetworkAttachmentResourceBytes()

The network attachment resource created in the consumer network to which the PSC interface will be linked. This is of the format: "projects/${CONSUMER_PROJECT}/regions/${REGION}/networkAttachments/${NETWORK_ATTACHMENT_NAME}". The network attachment must be in the same region as the instance.

string network_attachment_resource = 1;

Returns
Type Description
ByteString

The bytes for networkAttachmentResource.

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public Instance.PscInterfaceConfig.Builder newBuilderForType()
Returns
Type Description
Instance.PscInterfaceConfig.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Instance.PscInterfaceConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
Instance.PscInterfaceConfig.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public Instance.PscInterfaceConfig.Builder toBuilder()
Returns
Type Description
Instance.PscInterfaceConfig.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException