- 1.86.0 (latest)
 - 1.85.0
 - 1.84.0
 - 1.83.0
 - 1.82.0
 - 1.80.0
 - 1.78.0
 - 1.77.0
 - 1.74.0
 - 1.73.0
 - 1.72.0
 - 1.70.0
 - 1.69.0
 - 1.68.0
 - 1.67.0
 - 1.66.0
 - 1.65.0
 - 1.64.0
 - 1.63.0
 - 1.62.0
 - 1.61.0
 - 1.59.0
 - 1.58.0
 - 1.57.0
 - 1.56.0
 - 1.55.0
 - 1.54.0
 - 1.53.0
 - 1.52.0
 - 1.51.0
 - 1.50.0
 - 1.49.0
 - 1.47.0
 - 1.46.0
 - 1.45.0
 - 1.44.0
 - 1.43.0
 - 1.42.0
 - 1.41.0
 - 1.40.0
 - 1.39.0
 - 1.38.0
 - 1.37.0
 - 1.34.0
 - 1.33.0
 - 1.32.0
 - 1.31.0
 - 1.30.0
 - 1.29.0
 - 1.28.0
 - 1.27.0
 - 1.26.0
 - 1.25.0
 - 1.24.0
 - 1.23.0
 - 1.22.0
 - 1.21.0
 - 1.20.0
 - 1.19.0
 - 1.18.0
 - 1.17.0
 - 1.16.0
 - 1.15.0
 - 1.14.0
 - 1.13.0
 - 1.12.1
 - 1.11.0
 - 1.9.1
 - 1.8.1
 - 1.7.2
 - 1.6.0-beta
 
public static final class VpnTunnelPhase1Algorithms.Builder extends GeneratedMessageV3.Builder<VpnTunnelPhase1Algorithms.Builder> implements VpnTunnelPhase1AlgorithmsOrBuilder Protobuf type google.cloud.compute.v1.VpnTunnelPhase1Algorithms
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > VpnTunnelPhase1Algorithms.BuilderImplements
VpnTunnelPhase1AlgorithmsOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
Methods
addAllDh(Iterable<String> values)
public VpnTunnelPhase1Algorithms.Builder addAllDh(Iterable<String> values)repeated string dh = 3204;
| Parameter | |
|---|---|
| Name | Description | 
values | 
        Iterable<String>The dh to add.  | 
      
| Returns | |
|---|---|
| Type | Description | 
VpnTunnelPhase1Algorithms.Builder | 
        This builder for chaining.  | 
      
addAllEncryption(Iterable<String> values)
public VpnTunnelPhase1Algorithms.Builder addAllEncryption(Iterable<String> values)repeated string encryption = 97980291;
| Parameter | |
|---|---|
| Name | Description | 
values | 
        Iterable<String>The encryption to add.  | 
      
| Returns | |
|---|---|
| Type | Description | 
VpnTunnelPhase1Algorithms.Builder | 
        This builder for chaining.  | 
      
addAllIntegrity(Iterable<String> values)
public VpnTunnelPhase1Algorithms.Builder addAllIntegrity(Iterable<String> values)repeated string integrity = 492830541;
| Parameter | |
|---|---|
| Name | Description | 
values | 
        Iterable<String>The integrity to add.  | 
      
| Returns | |
|---|---|
| Type | Description | 
VpnTunnelPhase1Algorithms.Builder | 
        This builder for chaining.  | 
      
addAllPrf(Iterable<String> values)
public VpnTunnelPhase1Algorithms.Builder addAllPrf(Iterable<String> values)repeated string prf = 111268;
| Parameter | |
|---|---|
| Name | Description | 
values | 
        Iterable<String>The prf to add.  | 
      
| Returns | |
|---|---|
| Type | Description | 
VpnTunnelPhase1Algorithms.Builder | 
        This builder for chaining.  | 
      
addDh(String value)
public VpnTunnelPhase1Algorithms.Builder addDh(String value)repeated string dh = 3204;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe dh to add.  | 
      
| Returns | |
|---|---|
| Type | Description | 
VpnTunnelPhase1Algorithms.Builder | 
        This builder for chaining.  | 
      
addDhBytes(ByteString value)
public VpnTunnelPhase1Algorithms.Builder addDhBytes(ByteString value)repeated string dh = 3204;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes of the dh to add.  | 
      
| Returns | |
|---|---|
| Type | Description | 
VpnTunnelPhase1Algorithms.Builder | 
        This builder for chaining.  | 
      
addEncryption(String value)
public VpnTunnelPhase1Algorithms.Builder addEncryption(String value)repeated string encryption = 97980291;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe encryption to add.  | 
      
| Returns | |
|---|---|
| Type | Description | 
VpnTunnelPhase1Algorithms.Builder | 
        This builder for chaining.  | 
      
addEncryptionBytes(ByteString value)
public VpnTunnelPhase1Algorithms.Builder addEncryptionBytes(ByteString value)repeated string encryption = 97980291;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes of the encryption to add.  | 
      
| Returns | |
|---|---|
| Type | Description | 
VpnTunnelPhase1Algorithms.Builder | 
        This builder for chaining.  | 
      
addIntegrity(String value)
public VpnTunnelPhase1Algorithms.Builder addIntegrity(String value)repeated string integrity = 492830541;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe integrity to add.  | 
      
| Returns | |
|---|---|
| Type | Description | 
VpnTunnelPhase1Algorithms.Builder | 
        This builder for chaining.  | 
      
addIntegrityBytes(ByteString value)
public VpnTunnelPhase1Algorithms.Builder addIntegrityBytes(ByteString value)repeated string integrity = 492830541;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes of the integrity to add.  | 
      
| Returns | |
|---|---|
| Type | Description | 
VpnTunnelPhase1Algorithms.Builder | 
        This builder for chaining.  | 
      
addPrf(String value)
public VpnTunnelPhase1Algorithms.Builder addPrf(String value)repeated string prf = 111268;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe prf to add.  | 
      
| Returns | |
|---|---|
| Type | Description | 
VpnTunnelPhase1Algorithms.Builder | 
        This builder for chaining.  | 
      
addPrfBytes(ByteString value)
public VpnTunnelPhase1Algorithms.Builder addPrfBytes(ByteString value)repeated string prf = 111268;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes of the prf to add.  | 
      
| Returns | |
|---|---|
| Type | Description | 
VpnTunnelPhase1Algorithms.Builder | 
        This builder for chaining.  | 
      
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public VpnTunnelPhase1Algorithms.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
VpnTunnelPhase1Algorithms.Builder | 
        |
build()
public VpnTunnelPhase1Algorithms build()| Returns | |
|---|---|
| Type | Description | 
VpnTunnelPhase1Algorithms | 
        |
buildPartial()
public VpnTunnelPhase1Algorithms buildPartial()| Returns | |
|---|---|
| Type | Description | 
VpnTunnelPhase1Algorithms | 
        |
clear()
public VpnTunnelPhase1Algorithms.Builder clear()| Returns | |
|---|---|
| Type | Description | 
VpnTunnelPhase1Algorithms.Builder | 
        |
clearDh()
public VpnTunnelPhase1Algorithms.Builder clearDh()repeated string dh = 3204;
| Returns | |
|---|---|
| Type | Description | 
VpnTunnelPhase1Algorithms.Builder | 
        This builder for chaining.  | 
      
clearEncryption()
public VpnTunnelPhase1Algorithms.Builder clearEncryption()repeated string encryption = 97980291;
| Returns | |
|---|---|
| Type | Description | 
VpnTunnelPhase1Algorithms.Builder | 
        This builder for chaining.  | 
      
clearField(Descriptors.FieldDescriptor field)
public VpnTunnelPhase1Algorithms.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
VpnTunnelPhase1Algorithms.Builder | 
        |
clearIntegrity()
public VpnTunnelPhase1Algorithms.Builder clearIntegrity()repeated string integrity = 492830541;
| Returns | |
|---|---|
| Type | Description | 
VpnTunnelPhase1Algorithms.Builder | 
        This builder for chaining.  | 
      
clearOneof(Descriptors.OneofDescriptor oneof)
public VpnTunnelPhase1Algorithms.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
oneof | 
        OneofDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
VpnTunnelPhase1Algorithms.Builder | 
        |
clearPrf()
public VpnTunnelPhase1Algorithms.Builder clearPrf()repeated string prf = 111268;
| Returns | |
|---|---|
| Type | Description | 
VpnTunnelPhase1Algorithms.Builder | 
        This builder for chaining.  | 
      
clone()
public VpnTunnelPhase1Algorithms.Builder clone()| Returns | |
|---|---|
| Type | Description | 
VpnTunnelPhase1Algorithms.Builder | 
        |
getDefaultInstanceForType()
public VpnTunnelPhase1Algorithms getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
VpnTunnelPhase1Algorithms | 
        |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
getDh(int index)
public String getDh(int index)repeated string dh = 3204;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        intThe 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 | 
        intThe 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 | 
        intThe 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 | 
        intThe 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 | 
        intThe 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 | 
        intThe 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.  | 
      
getPrf(int index)
public String getPrf(int index)repeated string prf = 111268;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        intThe 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 | 
        intThe 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.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
FieldAccessorTable | 
        |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
boolean | 
        |
mergeFrom(VpnTunnelPhase1Algorithms other)
public VpnTunnelPhase1Algorithms.Builder mergeFrom(VpnTunnelPhase1Algorithms other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        VpnTunnelPhase1Algorithms | 
      
| Returns | |
|---|---|
| Type | Description | 
VpnTunnelPhase1Algorithms.Builder | 
        |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public VpnTunnelPhase1Algorithms.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
input | 
        CodedInputStream | 
      
extensionRegistry | 
        ExtensionRegistryLite | 
      
| Returns | |
|---|---|
| Type | Description | 
VpnTunnelPhase1Algorithms.Builder | 
        |
| Exceptions | |
|---|---|
| Type | Description | 
IOException | 
        |
mergeFrom(Message other)
public VpnTunnelPhase1Algorithms.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        Message | 
      
| Returns | |
|---|---|
| Type | Description | 
VpnTunnelPhase1Algorithms.Builder | 
        |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final VpnTunnelPhase1Algorithms.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
VpnTunnelPhase1Algorithms.Builder | 
        |
setDh(int index, String value)
public VpnTunnelPhase1Algorithms.Builder setDh(int index, String value)repeated string dh = 3204;
| Parameters | |
|---|---|
| Name | Description | 
index | 
        intThe index to set the value at.  | 
      
value | 
        StringThe dh to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
VpnTunnelPhase1Algorithms.Builder | 
        This builder for chaining.  | 
      
setEncryption(int index, String value)
public VpnTunnelPhase1Algorithms.Builder setEncryption(int index, String value)repeated string encryption = 97980291;
| Parameters | |
|---|---|
| Name | Description | 
index | 
        intThe index to set the value at.  | 
      
value | 
        StringThe encryption to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
VpnTunnelPhase1Algorithms.Builder | 
        This builder for chaining.  | 
      
setField(Descriptors.FieldDescriptor field, Object value)
public VpnTunnelPhase1Algorithms.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
VpnTunnelPhase1Algorithms.Builder | 
        |
setIntegrity(int index, String value)
public VpnTunnelPhase1Algorithms.Builder setIntegrity(int index, String value)repeated string integrity = 492830541;
| Parameters | |
|---|---|
| Name | Description | 
index | 
        intThe index to set the value at.  | 
      
value | 
        StringThe integrity to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
VpnTunnelPhase1Algorithms.Builder | 
        This builder for chaining.  | 
      
setPrf(int index, String value)
public VpnTunnelPhase1Algorithms.Builder setPrf(int index, String value)repeated string prf = 111268;
| Parameters | |
|---|---|
| Name | Description | 
index | 
        intThe index to set the value at.  | 
      
value | 
        StringThe prf to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
VpnTunnelPhase1Algorithms.Builder | 
        This builder for chaining.  | 
      
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public VpnTunnelPhase1Algorithms.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
index | 
        int | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
VpnTunnelPhase1Algorithms.Builder | 
        |
setUnknownFields(UnknownFieldSet unknownFields)
public final VpnTunnelPhase1Algorithms.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
VpnTunnelPhase1Algorithms.Builder | 
        |