- 1.63.0 (latest)
- 1.62.0
- 1.61.0
- 1.59.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.50.0
- 1.49.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.1
- 1.11.0
- 1.9.1
- 1.8.1
- 1.7.2
- 1.6.0-beta
public static final class InterconnectMacsecConfigPreSharedKey.Builder extends GeneratedMessageV3.Builder<InterconnectMacsecConfigPreSharedKey.Builder> implements InterconnectMacsecConfigPreSharedKeyOrBuilder
Describes 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 |
String The 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 |
ByteString The 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 |
String The 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 |
ByteString The 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 |
String The 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 |
ByteString The 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 |
String The 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 |
ByteString The 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 |