public interface InterconnectMacsecConfigPreSharedKeyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCak()
An auto-generated Connectivity Association Key (CAK) for this key.
|
com.google.protobuf.ByteString |
getCakBytes()
An auto-generated Connectivity Association Key (CAK) for this key.
|
String |
getCkn()
An auto-generated Connectivity Association Key Name (CKN) for this key.
|
com.google.protobuf.ByteString |
getCknBytes()
An auto-generated Connectivity Association Key Name (CKN) for this key.
|
String |
getName()
User provided name for this pre-shared key.
|
com.google.protobuf.ByteString |
getNameBytes()
User provided name for this pre-shared key.
|
String |
getStartTime()
User provided timestamp on or after which this key is valid.
|
com.google.protobuf.ByteString |
getStartTimeBytes()
User provided timestamp on or after which this key is valid.
|
boolean |
hasCak()
An auto-generated Connectivity Association Key (CAK) for this key.
|
boolean |
hasCkn()
An auto-generated Connectivity Association Key Name (CKN) for this key.
|
boolean |
hasName()
User provided name for this pre-shared key.
|
boolean |
hasStartTime()
User provided timestamp on or after which this key is valid.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCak()
An auto-generated Connectivity Association Key (CAK) for this key.
optional string cak = 98253;String getCak()
An auto-generated Connectivity Association Key (CAK) for this key.
optional string cak = 98253;com.google.protobuf.ByteString getCakBytes()
An auto-generated Connectivity Association Key (CAK) for this key.
optional string cak = 98253;boolean hasCkn()
An auto-generated Connectivity Association Key Name (CKN) for this key.
optional string ckn = 98566;String getCkn()
An auto-generated Connectivity Association Key Name (CKN) for this key.
optional string ckn = 98566;com.google.protobuf.ByteString getCknBytes()
An auto-generated Connectivity Association Key Name (CKN) for this key.
optional string ckn = 98566;boolean hasName()
User provided name for this pre-shared key.
optional string name = 3373707;String getName()
User provided name for this pre-shared key.
optional string name = 3373707;com.google.protobuf.ByteString getNameBytes()
User provided name for this pre-shared key.
optional string name = 3373707;boolean hasStartTime()
User provided timestamp on or after which this key is valid.
optional string start_time = 37467274;String getStartTime()
User provided timestamp on or after which this key is valid.
optional string start_time = 37467274;com.google.protobuf.ByteString getStartTimeBytes()
User provided timestamp on or after which this key is valid.
optional string start_time = 37467274;Copyright © 2025 Google LLC. All rights reserved.