public interface RouterMd5AuthenticationKeyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
[Input only] Value of the key.
|
com.google.protobuf.ByteString |
getKeyBytes()
[Input only] Value of the key.
|
String |
getName()
Name used to identify the key.
|
com.google.protobuf.ByteString |
getNameBytes()
Name used to identify the key.
|
boolean |
hasKey()
[Input only] Value of the key.
|
boolean |
hasName()
Name used to identify the key.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;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;com.google.protobuf.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;boolean hasName()
Name used to identify the key. Must be unique within a router. Must be referenced by at least one bgpPeer. Must comply with RFC1035.
optional string name = 3373707;String getName()
Name used to identify the key. Must be unique within a router. Must be referenced by at least one bgpPeer. Must comply with RFC1035.
optional string name = 3373707;com.google.protobuf.ByteString getNameBytes()
Name used to identify the key. Must be unique within a router. Must be referenced by at least one bgpPeer. Must comply with RFC1035.
optional string name = 3373707;Copyright © 2023 Google LLC. All rights reserved.