Class VpnTunnelPhase1Algorithms (1.85.0)

public final class VpnTunnelPhase1Algorithms extends GeneratedMessageV3 implements VpnTunnelPhase1AlgorithmsOrBuilder

Protobuf type google.cloud.compute.v1.VpnTunnelPhase1Algorithms

Static Fields

DH_FIELD_NUMBER

public static final int DH_FIELD_NUMBER
Field Value
Type Description
int

ENCRYPTION_FIELD_NUMBER

public static final int ENCRYPTION_FIELD_NUMBER
Field Value
Type Description
int

INTEGRITY_FIELD_NUMBER

public static final int INTEGRITY_FIELD_NUMBER
Field Value
Type Description
int

PRF_FIELD_NUMBER

public static final int PRF_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static VpnTunnelPhase1Algorithms getDefaultInstance()
Returns
Type Description
VpnTunnelPhase1Algorithms

getDescriptor()

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

newBuilder()

public static VpnTunnelPhase1Algorithms.Builder newBuilder()
Returns
Type Description
VpnTunnelPhase1Algorithms.Builder

newBuilder(VpnTunnelPhase1Algorithms prototype)

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

parseDelimitedFrom(InputStream input)

public static VpnTunnelPhase1Algorithms parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
VpnTunnelPhase1Algorithms
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

public static VpnTunnelPhase1Algorithms parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
VpnTunnelPhase1Algorithms
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

public static VpnTunnelPhase1Algorithms parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
VpnTunnelPhase1Algorithms
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

public static VpnTunnelPhase1Algorithms parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
VpnTunnelPhase1Algorithms
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

public static VpnTunnelPhase1Algorithms parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
VpnTunnelPhase1Algorithms
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

public static Parser<VpnTunnelPhase1Algorithms> parser()
Returns
Type Description
Parser<VpnTunnelPhase1Algorithms>

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public VpnTunnelPhase1Algorithms getDefaultInstanceForType()
Returns
Type Description
VpnTunnelPhase1Algorithms

getDh(int index)

public String getDh(int index)

repeated string dh = 3204;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The dh at the given index.

getDhBytes(int index)

public ByteString getDhBytes(int index)

repeated string dh = 3204;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the dh at the given index.

getDhCount()

public int getDhCount()

repeated string dh = 3204;

Returns
Type Description
int

The count of dh.

getDhList()

public ProtocolStringList getDhList()

repeated string dh = 3204;

Returns
Type Description
ProtocolStringList

A list containing the dh.

getEncryption(int index)

public String getEncryption(int index)

repeated string encryption = 97980291;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The encryption at the given index.

getEncryptionBytes(int index)

public ByteString getEncryptionBytes(int index)

repeated string encryption = 97980291;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the encryption at the given index.

getEncryptionCount()

public int getEncryptionCount()

repeated string encryption = 97980291;

Returns
Type Description
int

The count of encryption.

getEncryptionList()

public ProtocolStringList getEncryptionList()

repeated string encryption = 97980291;

Returns
Type Description
ProtocolStringList

A list containing the encryption.

getIntegrity(int index)

public String getIntegrity(int index)

repeated string integrity = 492830541;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The integrity at the given index.

getIntegrityBytes(int index)

public ByteString getIntegrityBytes(int index)

repeated string integrity = 492830541;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the integrity at the given index.

getIntegrityCount()

public int getIntegrityCount()

repeated string integrity = 492830541;

Returns
Type Description
int

The count of integrity.

getIntegrityList()

public ProtocolStringList getIntegrityList()

repeated string integrity = 492830541;

Returns
Type Description
ProtocolStringList

A list containing the integrity.

getParserForType()

public Parser<VpnTunnelPhase1Algorithms> getParserForType()
Returns
Type Description
Parser<VpnTunnelPhase1Algorithms>
Overrides

getPrf(int index)

public String getPrf(int index)

repeated string prf = 111268;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The prf at the given index.

getPrfBytes(int index)

public ByteString getPrfBytes(int index)

repeated string prf = 111268;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the prf at the given index.

getPrfCount()

public int getPrfCount()

repeated string prf = 111268;

Returns
Type Description
int

The count of prf.

getPrfList()

public ProtocolStringList getPrfList()

repeated string prf = 111268;

Returns
Type Description
ProtocolStringList

A list containing the prf.

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 VpnTunnelPhase1Algorithms.Builder newBuilderForType()
Returns
Type Description
VpnTunnelPhase1Algorithms.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

public VpnTunnelPhase1Algorithms.Builder toBuilder()
Returns
Type Description
VpnTunnelPhase1Algorithms.Builder

writeTo(CodedOutputStream output)

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