Class RouterMd5AuthenticationKey.Builder (1.51.0)

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

Protobuf type google.cloud.compute.v1.RouterMd5AuthenticationKey

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public RouterMd5AuthenticationKey.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
RouterMd5AuthenticationKey.Builder
Overrides

build()

public RouterMd5AuthenticationKey build()
Returns
TypeDescription
RouterMd5AuthenticationKey

buildPartial()

public RouterMd5AuthenticationKey buildPartial()
Returns
TypeDescription
RouterMd5AuthenticationKey

clear()

public RouterMd5AuthenticationKey.Builder clear()
Returns
TypeDescription
RouterMd5AuthenticationKey.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public RouterMd5AuthenticationKey.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
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
TypeDescription
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 with RFC1035.

optional string name = 3373707;

Returns
TypeDescription
RouterMd5AuthenticationKey.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public RouterMd5AuthenticationKey.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
RouterMd5AuthenticationKey.Builder
Overrides

clone()

public RouterMd5AuthenticationKey.Builder clone()
Returns
TypeDescription
RouterMd5AuthenticationKey.Builder
Overrides

getDefaultInstanceForType()

public RouterMd5AuthenticationKey getDefaultInstanceForType()
Returns
TypeDescription
RouterMd5AuthenticationKey

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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 with RFC1035.

optional string name = 3373707;

Returns
TypeDescription
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 with RFC1035.

optional string name = 3373707;

Returns
TypeDescription
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
TypeDescription
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 with RFC1035.

optional string name = 3373707;

Returns
TypeDescription
boolean

Whether the name field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(RouterMd5AuthenticationKey other)

public RouterMd5AuthenticationKey.Builder mergeFrom(RouterMd5AuthenticationKey other)
Parameter
NameDescription
otherRouterMd5AuthenticationKey
Returns
TypeDescription
RouterMd5AuthenticationKey.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public RouterMd5AuthenticationKey.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
RouterMd5AuthenticationKey.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public RouterMd5AuthenticationKey.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
RouterMd5AuthenticationKey.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final RouterMd5AuthenticationKey.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
RouterMd5AuthenticationKey.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public RouterMd5AuthenticationKey.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
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
NameDescription
valueString

The key to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for key to set.

Returns
TypeDescription
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 with RFC1035.

optional string name = 3373707;

Parameter
NameDescription
valueString

The name to set.

Returns
TypeDescription
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 with RFC1035.

optional string name = 3373707;

Parameter
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
RouterMd5AuthenticationKey.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public RouterMd5AuthenticationKey.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
RouterMd5AuthenticationKey.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final RouterMd5AuthenticationKey.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
RouterMd5AuthenticationKey.Builder
Overrides