public static final class InterconnectMacsecConfigPreSharedKey.Builder extends GeneratedMessageV3.Builder<InterconnectMacsecConfigPreSharedKey.Builder> implements InterconnectMacsecConfigPreSharedKeyOrBuilderDescribes a pre-shared key used to setup MACsec in static connectivity association key (CAK) mode.
Protobuf type google.cloud.compute.v1.InterconnectMacsecConfigPreSharedKey
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > InterconnectMacsecConfigPreSharedKey.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public InterconnectMacsecConfigPreSharedKey.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
InterconnectMacsecConfigPreSharedKey.Builder |
|
build()
public InterconnectMacsecConfigPreSharedKey build()| Returns | |
|---|---|
| Type | Description |
InterconnectMacsecConfigPreSharedKey |
|
buildPartial()
public InterconnectMacsecConfigPreSharedKey buildPartial()| Returns | |
|---|---|
| Type | Description |
InterconnectMacsecConfigPreSharedKey |
|
clear()
public InterconnectMacsecConfigPreSharedKey.Builder clear()| Returns | |
|---|---|
| Type | Description |
InterconnectMacsecConfigPreSharedKey.Builder |
|
clearCak()
public InterconnectMacsecConfigPreSharedKey.Builder clearCak()An auto-generated Connectivity Association Key (CAK) for this key.
optional string cak = 98253;
| Returns | |
|---|---|
| Type | Description |
InterconnectMacsecConfigPreSharedKey.Builder |
This builder for chaining. |
clearCkn()
public InterconnectMacsecConfigPreSharedKey.Builder clearCkn()An auto-generated Connectivity Association Key Name (CKN) for this key.
optional string ckn = 98566;
| Returns | |
|---|---|
| Type | Description |
InterconnectMacsecConfigPreSharedKey.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public InterconnectMacsecConfigPreSharedKey.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
InterconnectMacsecConfigPreSharedKey.Builder |
|
clearName()
public InterconnectMacsecConfigPreSharedKey.Builder clearName()User provided name for this pre-shared key.
optional string name = 3373707;
| Returns | |
|---|---|
| Type | Description |
InterconnectMacsecConfigPreSharedKey.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public InterconnectMacsecConfigPreSharedKey.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
InterconnectMacsecConfigPreSharedKey.Builder |
|
clearStartTime()
public InterconnectMacsecConfigPreSharedKey.Builder clearStartTime()User provided timestamp on or after which this key is valid.
optional string start_time = 37467274;
| Returns | |
|---|---|
| Type | Description |
InterconnectMacsecConfigPreSharedKey.Builder |
This builder for chaining. |
clone()
public InterconnectMacsecConfigPreSharedKey.Builder clone()| Returns | |
|---|---|
| Type | Description |
InterconnectMacsecConfigPreSharedKey.Builder |
|
getCak()
public String getCak()An auto-generated Connectivity Association Key (CAK) for this key.
optional string cak = 98253;
| Returns | |
|---|---|
| Type | Description |
String |
The cak. |
getCakBytes()
public ByteString getCakBytes()An auto-generated Connectivity Association Key (CAK) for this key.
optional string cak = 98253;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for cak. |
getCkn()
public String getCkn()An auto-generated Connectivity Association Key Name (CKN) for this key.
optional string ckn = 98566;
| Returns | |
|---|---|
| Type | Description |
String |
The ckn. |
getCknBytes()
public ByteString getCknBytes()An auto-generated Connectivity Association Key Name (CKN) for this key.
optional string ckn = 98566;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for ckn. |
getDefaultInstanceForType()
public InterconnectMacsecConfigPreSharedKey getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
InterconnectMacsecConfigPreSharedKey |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getName()
public String getName()User provided name for this pre-shared key.
optional string name = 3373707;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()User provided name for this pre-shared key.
optional string name = 3373707;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getStartTime()
public String getStartTime()User provided timestamp on or after which this key is valid.
optional string start_time = 37467274;
| Returns | |
|---|---|
| Type | Description |
String |
The startTime. |
getStartTimeBytes()
public ByteString getStartTimeBytes()User provided timestamp on or after which this key is valid.
optional string start_time = 37467274;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for startTime. |
hasCak()
public boolean hasCak()An auto-generated Connectivity Association Key (CAK) for this key.
optional string cak = 98253;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the cak field is set. |
hasCkn()
public boolean hasCkn()An auto-generated Connectivity Association Key Name (CKN) for this key.
optional string ckn = 98566;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the ckn field is set. |
hasName()
public boolean hasName()User provided name for this pre-shared key.
optional string name = 3373707;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the name field is set. |
hasStartTime()
public boolean hasStartTime()User provided timestamp on or after which this key is valid.
optional string start_time = 37467274;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the startTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(InterconnectMacsecConfigPreSharedKey other)
public InterconnectMacsecConfigPreSharedKey.Builder mergeFrom(InterconnectMacsecConfigPreSharedKey other)| Parameter | |
|---|---|
| Name | Description |
other |
InterconnectMacsecConfigPreSharedKey |
| Returns | |
|---|---|
| Type | Description |
InterconnectMacsecConfigPreSharedKey.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public InterconnectMacsecConfigPreSharedKey.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
InterconnectMacsecConfigPreSharedKey.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public InterconnectMacsecConfigPreSharedKey.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
InterconnectMacsecConfigPreSharedKey.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final InterconnectMacsecConfigPreSharedKey.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
InterconnectMacsecConfigPreSharedKey.Builder |
|
setCak(String value)
public InterconnectMacsecConfigPreSharedKey.Builder setCak(String value)An auto-generated Connectivity Association Key (CAK) for this key.
optional string cak = 98253;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe cak to set. |
| Returns | |
|---|---|
| Type | Description |
InterconnectMacsecConfigPreSharedKey.Builder |
This builder for chaining. |
setCakBytes(ByteString value)
public InterconnectMacsecConfigPreSharedKey.Builder setCakBytes(ByteString value)An auto-generated Connectivity Association Key (CAK) for this key.
optional string cak = 98253;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for cak to set. |
| Returns | |
|---|---|
| Type | Description |
InterconnectMacsecConfigPreSharedKey.Builder |
This builder for chaining. |
setCkn(String value)
public InterconnectMacsecConfigPreSharedKey.Builder setCkn(String value)An auto-generated Connectivity Association Key Name (CKN) for this key.
optional string ckn = 98566;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe ckn to set. |
| Returns | |
|---|---|
| Type | Description |
InterconnectMacsecConfigPreSharedKey.Builder |
This builder for chaining. |
setCknBytes(ByteString value)
public InterconnectMacsecConfigPreSharedKey.Builder setCknBytes(ByteString value)An auto-generated Connectivity Association Key Name (CKN) for this key.
optional string ckn = 98566;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for ckn to set. |
| Returns | |
|---|---|
| Type | Description |
InterconnectMacsecConfigPreSharedKey.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public InterconnectMacsecConfigPreSharedKey.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
InterconnectMacsecConfigPreSharedKey.Builder |
|
setName(String value)
public InterconnectMacsecConfigPreSharedKey.Builder setName(String value)User provided name for this pre-shared key.
optional string name = 3373707;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
InterconnectMacsecConfigPreSharedKey.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public InterconnectMacsecConfigPreSharedKey.Builder setNameBytes(ByteString value)User provided name for this pre-shared key.
optional string name = 3373707;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
InterconnectMacsecConfigPreSharedKey.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public InterconnectMacsecConfigPreSharedKey.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
InterconnectMacsecConfigPreSharedKey.Builder |
|
setStartTime(String value)
public InterconnectMacsecConfigPreSharedKey.Builder setStartTime(String value)User provided timestamp on or after which this key is valid.
optional string start_time = 37467274;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe startTime to set. |
| Returns | |
|---|---|
| Type | Description |
InterconnectMacsecConfigPreSharedKey.Builder |
This builder for chaining. |
setStartTimeBytes(ByteString value)
public InterconnectMacsecConfigPreSharedKey.Builder setStartTimeBytes(ByteString value)User provided timestamp on or after which this key is valid.
optional string start_time = 37467274;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for startTime to set. |
| Returns | |
|---|---|
| Type | Description |
InterconnectMacsecConfigPreSharedKey.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final InterconnectMacsecConfigPreSharedKey.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
InterconnectMacsecConfigPreSharedKey.Builder |
|