Class RouterMd5AuthenticationKey.Builder (1.93.0)

public static final class RouterMd5AuthenticationKey.Builder extends GeneratedMessage.Builder<RouterMd5AuthenticationKey.Builder> implements RouterMd5AuthenticationKeyOrBuilder

Protobuf type google.cloud.compute.v1.RouterMd5AuthenticationKey

Static Methods

getDescriptor()

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

Methods

build()

public RouterMd5AuthenticationKey build()
Returns
Type Description
RouterMd5AuthenticationKey

buildPartial()

public RouterMd5AuthenticationKey buildPartial()
Returns
Type Description
RouterMd5AuthenticationKey

clear()

public RouterMd5AuthenticationKey.Builder clear()
Returns
Type Description
RouterMd5AuthenticationKey.Builder
Overrides

clearKey()

public RouterMd5AuthenticationKey.Builder clearKey()

[Input only] Value of the key.

For patch and update calls, it can be skipped to copy the value from the previous configuration. This is allowed if the key with the same name existed before the operation. Maximum length is 80 characters. Can only contain printable ASCII characters.

optional string key = 106079;

Returns
Type Description
RouterMd5AuthenticationKey.Builder

This builder for chaining.

clearName()

public RouterMd5AuthenticationKey.Builder clearName()

Name used to identify the key.

Must be unique within a router. Must be referenced by exactly one bgpPeer. Must comply withRFC1035.

optional string name = 3373707;

Returns
Type Description
RouterMd5AuthenticationKey.Builder

This builder for chaining.

getDefaultInstanceForType()

public RouterMd5AuthenticationKey getDefaultInstanceForType()
Returns
Type Description
RouterMd5AuthenticationKey

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getKey()

public String getKey()

[Input only] Value of the key.

For patch and update calls, it can be skipped to copy the value from the previous configuration. This is allowed if the key with the same name existed before the operation. Maximum length is 80 characters. Can only contain printable ASCII characters.

optional string key = 106079;

Returns
Type Description
String

The key.

getKeyBytes()

public ByteString getKeyBytes()

[Input only] Value of the key.

For patch and update calls, it can be skipped to copy the value from the previous configuration. This is allowed if the key with the same name existed before the operation. Maximum length is 80 characters. Can only contain printable ASCII characters.

optional string key = 106079;

Returns
Type Description
ByteString

The bytes for key.

getName()

public String getName()

Name used to identify the key.

Must be unique within a router. Must be referenced by exactly one bgpPeer. Must comply withRFC1035.

optional string name = 3373707;

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Name used to identify the key.

Must be unique within a router. Must be referenced by exactly one bgpPeer. Must comply withRFC1035.

optional string name = 3373707;

Returns
Type Description
ByteString

The bytes for name.

hasKey()

public boolean hasKey()

[Input only] Value of the key.

For patch and update calls, it can be skipped to copy the value from the previous configuration. This is allowed if the key with the same name existed before the operation. Maximum length is 80 characters. Can only contain printable ASCII characters.

optional string key = 106079;

Returns
Type Description
boolean

Whether the key field is set.

hasName()

public boolean hasName()

Name used to identify the key.

Must be unique within a router. Must be referenced by exactly one bgpPeer. Must comply withRFC1035.

optional string name = 3373707;

Returns
Type Description
boolean

Whether the name field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(RouterMd5AuthenticationKey other)

public RouterMd5AuthenticationKey.Builder mergeFrom(RouterMd5AuthenticationKey other)
Parameter
Name Description
other RouterMd5AuthenticationKey
Returns
Type Description
RouterMd5AuthenticationKey.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public RouterMd5AuthenticationKey.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RouterMd5AuthenticationKey.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public RouterMd5AuthenticationKey.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
RouterMd5AuthenticationKey.Builder
Overrides

setKey(String value)

public RouterMd5AuthenticationKey.Builder setKey(String value)

[Input only] Value of the key.

For patch and update calls, it can be skipped to copy the value from the previous configuration. This is allowed if the key with the same name existed before the operation. Maximum length is 80 characters. Can only contain printable ASCII characters.

optional string key = 106079;

Parameter
Name Description
value String

The key to set.

Returns
Type Description
RouterMd5AuthenticationKey.Builder

This builder for chaining.

setKeyBytes(ByteString value)

public RouterMd5AuthenticationKey.Builder setKeyBytes(ByteString value)

[Input only] Value of the key.

For patch and update calls, it can be skipped to copy the value from the previous configuration. This is allowed if the key with the same name existed before the operation. Maximum length is 80 characters. Can only contain printable ASCII characters.

optional string key = 106079;

Parameter
Name Description
value ByteString

The bytes for key to set.

Returns
Type Description
RouterMd5AuthenticationKey.Builder

This builder for chaining.

setName(String value)

public RouterMd5AuthenticationKey.Builder setName(String value)

Name used to identify the key.

Must be unique within a router. Must be referenced by exactly one bgpPeer. Must comply withRFC1035.

optional string name = 3373707;

Parameter
Name Description
value String

The name to set.

Returns
Type Description
RouterMd5AuthenticationKey.Builder

This builder for chaining.

setNameBytes(ByteString value)

public RouterMd5AuthenticationKey.Builder setNameBytes(ByteString value)

Name used to identify the key.

Must be unique within a router. Must be referenced by exactly one bgpPeer. Must comply withRFC1035.

optional string name = 3373707;

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
RouterMd5AuthenticationKey.Builder

This builder for chaining.