Class VpnTunnelPhase1Algorithms (1.85.0)
Note: Some or all of the information on this page might not apply
to Trusted Cloud. For a list of services that are available in
Trusted Cloud, see Services available for
Trusted Cloud .
Version latestkeyboard_arrow_down
public final class VpnTunnelPhase1Algorithms extends GeneratedMessageV3 implements VpnTunnelPhase1AlgorithmsOrBuilder
Protobuf type google.cloud.compute.v1.VpnTunnelPhase1Algorithms
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
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 ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static VpnTunnelPhase1Algorithms . Builder newBuilder ()
newBuilder(VpnTunnelPhase1Algorithms prototype)
public static VpnTunnelPhase1Algorithms . Builder newBuilder ( VpnTunnelPhase1Algorithms prototype )
public static VpnTunnelPhase1Algorithms parseDelimitedFrom ( InputStream input )
public static VpnTunnelPhase1Algorithms parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static VpnTunnelPhase1Algorithms parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static VpnTunnelPhase1Algorithms parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static VpnTunnelPhase1Algorithms parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static VpnTunnelPhase1Algorithms parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static VpnTunnelPhase1Algorithms parseFrom ( CodedInputStream input )
public static VpnTunnelPhase1Algorithms parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static VpnTunnelPhase1Algorithms parseFrom ( InputStream input )
public static VpnTunnelPhase1Algorithms parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static VpnTunnelPhase1Algorithms parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static VpnTunnelPhase1Algorithms parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<VpnTunnelPhase1Algorithms> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getDefaultInstanceForType()
public VpnTunnelPhase1Algorithms getDefaultInstanceForType ()
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()
repeated string dh = 3204;
Returns
Type
Description
int
The count of dh.
getDhList()
public ProtocolStringList getDhList ()
repeated string dh = 3204;
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;
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;
getParserForType()
public Parser<VpnTunnelPhase1Algorithms> getParserForType ()
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()
repeated string prf = 111268;
Returns
Type
Description
int
The count of prf.
getPrfList()
public ProtocolStringList getPrfList ()
repeated string prf = 111268;
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public VpnTunnelPhase1Algorithms . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected VpnTunnelPhase1Algorithms . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public VpnTunnelPhase1Algorithms . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-30 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-30 UTC."],[],[],null,[]]