public final class VpnTunnelPhase1Algorithms extends GeneratedMessage implements VpnTunnelPhase1AlgorithmsOrBuilder
Protobuf type google.cloud.compute.v1.VpnTunnelPhase1Algorithms
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public VpnTunnelPhase1Algorithms.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected VpnTunnelPhase1Algorithms.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public VpnTunnelPhase1Algorithms.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides