- 1.92.0 (latest)
- 1.91.0
- 1.90.0
- 1.88.0
- 1.86.0
- 1.85.0
- 1.84.0
- 1.83.0
- 1.82.0
- 1.80.0
- 1.78.0
- 1.77.0
- 1.74.0
- 1.73.0
- 1.72.0
- 1.70.0
- 1.69.0
- 1.68.0
- 1.67.0
- 1.66.0
- 1.65.0
- 1.64.0
- 1.63.0
- 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 InitialStateConfig.Builder extends GeneratedMessage.Builder<InitialStateConfig.Builder> implements InitialStateConfigOrBuilderInitial State for shielded instance, these are public keys which are safe to store in public
Protobuf type google.cloud.compute.v1.InitialStateConfig
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > InitialStateConfig.BuilderImplements
InitialStateConfigOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllDbs(Iterable<? extends FileContentBuffer> values)
public InitialStateConfig.Builder addAllDbs(Iterable<? extends FileContentBuffer> values)The Key Database (db).
repeated .google.cloud.compute.v1.FileContentBuffer dbs = 99253;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.compute.v1.FileContentBuffer> |
| Returns | |
|---|---|
| Type | Description |
InitialStateConfig.Builder |
|
addAllDbxs(Iterable<? extends FileContentBuffer> values)
public InitialStateConfig.Builder addAllDbxs(Iterable<? extends FileContentBuffer> values)The forbidden key database (dbx).
repeated .google.cloud.compute.v1.FileContentBuffer dbxs = 3077113;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.compute.v1.FileContentBuffer> |
| Returns | |
|---|---|
| Type | Description |
InitialStateConfig.Builder |
|
addAllKeks(Iterable<? extends FileContentBuffer> values)
public InitialStateConfig.Builder addAllKeks(Iterable<? extends FileContentBuffer> values)The Key Exchange Key (KEK).
repeated .google.cloud.compute.v1.FileContentBuffer keks = 3288130;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.compute.v1.FileContentBuffer> |
| Returns | |
|---|---|
| Type | Description |
InitialStateConfig.Builder |
|
addDbs(FileContentBuffer value)
public InitialStateConfig.Builder addDbs(FileContentBuffer value)The Key Database (db).
repeated .google.cloud.compute.v1.FileContentBuffer dbs = 99253;
| Parameter | |
|---|---|
| Name | Description |
value |
FileContentBuffer |
| Returns | |
|---|---|
| Type | Description |
InitialStateConfig.Builder |
|
addDbs(FileContentBuffer.Builder builderForValue)
public InitialStateConfig.Builder addDbs(FileContentBuffer.Builder builderForValue)The Key Database (db).
repeated .google.cloud.compute.v1.FileContentBuffer dbs = 99253;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
FileContentBuffer.Builder |
| Returns | |
|---|---|
| Type | Description |
InitialStateConfig.Builder |
|
addDbs(int index, FileContentBuffer value)
public InitialStateConfig.Builder addDbs(int index, FileContentBuffer value)The Key Database (db).
repeated .google.cloud.compute.v1.FileContentBuffer dbs = 99253;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
FileContentBuffer |
| Returns | |
|---|---|
| Type | Description |
InitialStateConfig.Builder |
|
addDbs(int index, FileContentBuffer.Builder builderForValue)
public InitialStateConfig.Builder addDbs(int index, FileContentBuffer.Builder builderForValue)The Key Database (db).
repeated .google.cloud.compute.v1.FileContentBuffer dbs = 99253;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
FileContentBuffer.Builder |
| Returns | |
|---|---|
| Type | Description |
InitialStateConfig.Builder |
|
addDbsBuilder()
public FileContentBuffer.Builder addDbsBuilder()The Key Database (db).
repeated .google.cloud.compute.v1.FileContentBuffer dbs = 99253;
| Returns | |
|---|---|
| Type | Description |
FileContentBuffer.Builder |
|
addDbsBuilder(int index)
public FileContentBuffer.Builder addDbsBuilder(int index)The Key Database (db).
repeated .google.cloud.compute.v1.FileContentBuffer dbs = 99253;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
FileContentBuffer.Builder |
|
addDbxs(FileContentBuffer value)
public InitialStateConfig.Builder addDbxs(FileContentBuffer value)The forbidden key database (dbx).
repeated .google.cloud.compute.v1.FileContentBuffer dbxs = 3077113;
| Parameter | |
|---|---|
| Name | Description |
value |
FileContentBuffer |
| Returns | |
|---|---|
| Type | Description |
InitialStateConfig.Builder |
|
addDbxs(FileContentBuffer.Builder builderForValue)
public InitialStateConfig.Builder addDbxs(FileContentBuffer.Builder builderForValue)The forbidden key database (dbx).
repeated .google.cloud.compute.v1.FileContentBuffer dbxs = 3077113;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
FileContentBuffer.Builder |
| Returns | |
|---|---|
| Type | Description |
InitialStateConfig.Builder |
|
addDbxs(int index, FileContentBuffer value)
public InitialStateConfig.Builder addDbxs(int index, FileContentBuffer value)The forbidden key database (dbx).
repeated .google.cloud.compute.v1.FileContentBuffer dbxs = 3077113;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
FileContentBuffer |
| Returns | |
|---|---|
| Type | Description |
InitialStateConfig.Builder |
|
addDbxs(int index, FileContentBuffer.Builder builderForValue)
public InitialStateConfig.Builder addDbxs(int index, FileContentBuffer.Builder builderForValue)The forbidden key database (dbx).
repeated .google.cloud.compute.v1.FileContentBuffer dbxs = 3077113;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
FileContentBuffer.Builder |
| Returns | |
|---|---|
| Type | Description |
InitialStateConfig.Builder |
|
addDbxsBuilder()
public FileContentBuffer.Builder addDbxsBuilder()The forbidden key database (dbx).
repeated .google.cloud.compute.v1.FileContentBuffer dbxs = 3077113;
| Returns | |
|---|---|
| Type | Description |
FileContentBuffer.Builder |
|
addDbxsBuilder(int index)
public FileContentBuffer.Builder addDbxsBuilder(int index)The forbidden key database (dbx).
repeated .google.cloud.compute.v1.FileContentBuffer dbxs = 3077113;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
FileContentBuffer.Builder |
|
addKeks(FileContentBuffer value)
public InitialStateConfig.Builder addKeks(FileContentBuffer value)The Key Exchange Key (KEK).
repeated .google.cloud.compute.v1.FileContentBuffer keks = 3288130;
| Parameter | |
|---|---|
| Name | Description |
value |
FileContentBuffer |
| Returns | |
|---|---|
| Type | Description |
InitialStateConfig.Builder |
|
addKeks(FileContentBuffer.Builder builderForValue)
public InitialStateConfig.Builder addKeks(FileContentBuffer.Builder builderForValue)The Key Exchange Key (KEK).
repeated .google.cloud.compute.v1.FileContentBuffer keks = 3288130;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
FileContentBuffer.Builder |
| Returns | |
|---|---|
| Type | Description |
InitialStateConfig.Builder |
|
addKeks(int index, FileContentBuffer value)
public InitialStateConfig.Builder addKeks(int index, FileContentBuffer value)The Key Exchange Key (KEK).
repeated .google.cloud.compute.v1.FileContentBuffer keks = 3288130;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
FileContentBuffer |
| Returns | |
|---|---|
| Type | Description |
InitialStateConfig.Builder |
|
addKeks(int index, FileContentBuffer.Builder builderForValue)
public InitialStateConfig.Builder addKeks(int index, FileContentBuffer.Builder builderForValue)The Key Exchange Key (KEK).
repeated .google.cloud.compute.v1.FileContentBuffer keks = 3288130;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
FileContentBuffer.Builder |
| Returns | |
|---|---|
| Type | Description |
InitialStateConfig.Builder |
|
addKeksBuilder()
public FileContentBuffer.Builder addKeksBuilder()The Key Exchange Key (KEK).
repeated .google.cloud.compute.v1.FileContentBuffer keks = 3288130;
| Returns | |
|---|---|
| Type | Description |
FileContentBuffer.Builder |
|
addKeksBuilder(int index)
public FileContentBuffer.Builder addKeksBuilder(int index)The Key Exchange Key (KEK).
repeated .google.cloud.compute.v1.FileContentBuffer keks = 3288130;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
FileContentBuffer.Builder |
|
build()
public InitialStateConfig build()| Returns | |
|---|---|
| Type | Description |
InitialStateConfig |
|
buildPartial()
public InitialStateConfig buildPartial()| Returns | |
|---|---|
| Type | Description |
InitialStateConfig |
|
clear()
public InitialStateConfig.Builder clear()| Returns | |
|---|---|
| Type | Description |
InitialStateConfig.Builder |
|
clearDbs()
public InitialStateConfig.Builder clearDbs()The Key Database (db).
repeated .google.cloud.compute.v1.FileContentBuffer dbs = 99253;
| Returns | |
|---|---|
| Type | Description |
InitialStateConfig.Builder |
|
clearDbxs()
public InitialStateConfig.Builder clearDbxs()The forbidden key database (dbx).
repeated .google.cloud.compute.v1.FileContentBuffer dbxs = 3077113;
| Returns | |
|---|---|
| Type | Description |
InitialStateConfig.Builder |
|
clearKeks()
public InitialStateConfig.Builder clearKeks()The Key Exchange Key (KEK).
repeated .google.cloud.compute.v1.FileContentBuffer keks = 3288130;
| Returns | |
|---|---|
| Type | Description |
InitialStateConfig.Builder |
|
clearPk()
public InitialStateConfig.Builder clearPk()The Platform Key (PK).
optional .google.cloud.compute.v1.FileContentBuffer pk = 3579;
| Returns | |
|---|---|
| Type | Description |
InitialStateConfig.Builder |
|
getDbs(int index)
public FileContentBuffer getDbs(int index)The Key Database (db).
repeated .google.cloud.compute.v1.FileContentBuffer dbs = 99253;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
FileContentBuffer |
|
getDbsBuilder(int index)
public FileContentBuffer.Builder getDbsBuilder(int index)The Key Database (db).
repeated .google.cloud.compute.v1.FileContentBuffer dbs = 99253;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
FileContentBuffer.Builder |
|
getDbsBuilderList()
public List<FileContentBuffer.Builder> getDbsBuilderList()The Key Database (db).
repeated .google.cloud.compute.v1.FileContentBuffer dbs = 99253;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getDbsCount()
public int getDbsCount()The Key Database (db).
repeated .google.cloud.compute.v1.FileContentBuffer dbs = 99253;
| Returns | |
|---|---|
| Type | Description |
int |
|
getDbsList()
public List<FileContentBuffer> getDbsList()The Key Database (db).
repeated .google.cloud.compute.v1.FileContentBuffer dbs = 99253;
| Returns | |
|---|---|
| Type | Description |
List<FileContentBuffer> |
|
getDbsOrBuilder(int index)
public FileContentBufferOrBuilder getDbsOrBuilder(int index)The Key Database (db).
repeated .google.cloud.compute.v1.FileContentBuffer dbs = 99253;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
FileContentBufferOrBuilder |
|
getDbsOrBuilderList()
public List<? extends FileContentBufferOrBuilder> getDbsOrBuilderList()The Key Database (db).
repeated .google.cloud.compute.v1.FileContentBuffer dbs = 99253;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.compute.v1.FileContentBufferOrBuilder> |
|
getDbxs(int index)
public FileContentBuffer getDbxs(int index)The forbidden key database (dbx).
repeated .google.cloud.compute.v1.FileContentBuffer dbxs = 3077113;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
FileContentBuffer |
|
getDbxsBuilder(int index)
public FileContentBuffer.Builder getDbxsBuilder(int index)The forbidden key database (dbx).
repeated .google.cloud.compute.v1.FileContentBuffer dbxs = 3077113;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
FileContentBuffer.Builder |
|
getDbxsBuilderList()
public List<FileContentBuffer.Builder> getDbxsBuilderList()The forbidden key database (dbx).
repeated .google.cloud.compute.v1.FileContentBuffer dbxs = 3077113;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getDbxsCount()
public int getDbxsCount()The forbidden key database (dbx).
repeated .google.cloud.compute.v1.FileContentBuffer dbxs = 3077113;
| Returns | |
|---|---|
| Type | Description |
int |
|
getDbxsList()
public List<FileContentBuffer> getDbxsList()The forbidden key database (dbx).
repeated .google.cloud.compute.v1.FileContentBuffer dbxs = 3077113;
| Returns | |
|---|---|
| Type | Description |
List<FileContentBuffer> |
|
getDbxsOrBuilder(int index)
public FileContentBufferOrBuilder getDbxsOrBuilder(int index)The forbidden key database (dbx).
repeated .google.cloud.compute.v1.FileContentBuffer dbxs = 3077113;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
FileContentBufferOrBuilder |
|
getDbxsOrBuilderList()
public List<? extends FileContentBufferOrBuilder> getDbxsOrBuilderList()The forbidden key database (dbx).
repeated .google.cloud.compute.v1.FileContentBuffer dbxs = 3077113;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.compute.v1.FileContentBufferOrBuilder> |
|
getDefaultInstanceForType()
public InitialStateConfig getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
InitialStateConfig |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getKeks(int index)
public FileContentBuffer getKeks(int index)The Key Exchange Key (KEK).
repeated .google.cloud.compute.v1.FileContentBuffer keks = 3288130;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
FileContentBuffer |
|
getKeksBuilder(int index)
public FileContentBuffer.Builder getKeksBuilder(int index)The Key Exchange Key (KEK).
repeated .google.cloud.compute.v1.FileContentBuffer keks = 3288130;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
FileContentBuffer.Builder |
|
getKeksBuilderList()
public List<FileContentBuffer.Builder> getKeksBuilderList()The Key Exchange Key (KEK).
repeated .google.cloud.compute.v1.FileContentBuffer keks = 3288130;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getKeksCount()
public int getKeksCount()The Key Exchange Key (KEK).
repeated .google.cloud.compute.v1.FileContentBuffer keks = 3288130;
| Returns | |
|---|---|
| Type | Description |
int |
|
getKeksList()
public List<FileContentBuffer> getKeksList()The Key Exchange Key (KEK).
repeated .google.cloud.compute.v1.FileContentBuffer keks = 3288130;
| Returns | |
|---|---|
| Type | Description |
List<FileContentBuffer> |
|
getKeksOrBuilder(int index)
public FileContentBufferOrBuilder getKeksOrBuilder(int index)The Key Exchange Key (KEK).
repeated .google.cloud.compute.v1.FileContentBuffer keks = 3288130;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
FileContentBufferOrBuilder |
|
getKeksOrBuilderList()
public List<? extends FileContentBufferOrBuilder> getKeksOrBuilderList()The Key Exchange Key (KEK).
repeated .google.cloud.compute.v1.FileContentBuffer keks = 3288130;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.compute.v1.FileContentBufferOrBuilder> |
|
getPk()
public FileContentBuffer getPk()The Platform Key (PK).
optional .google.cloud.compute.v1.FileContentBuffer pk = 3579;
| Returns | |
|---|---|
| Type | Description |
FileContentBuffer |
The pk. |
getPkBuilder()
public FileContentBuffer.Builder getPkBuilder()The Platform Key (PK).
optional .google.cloud.compute.v1.FileContentBuffer pk = 3579;
| Returns | |
|---|---|
| Type | Description |
FileContentBuffer.Builder |
|
getPkOrBuilder()
public FileContentBufferOrBuilder getPkOrBuilder()The Platform Key (PK).
optional .google.cloud.compute.v1.FileContentBuffer pk = 3579;
| Returns | |
|---|---|
| Type | Description |
FileContentBufferOrBuilder |
|
hasPk()
public boolean hasPk()The Platform Key (PK).
optional .google.cloud.compute.v1.FileContentBuffer pk = 3579;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the pk field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(InitialStateConfig other)
public InitialStateConfig.Builder mergeFrom(InitialStateConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
InitialStateConfig |
| Returns | |
|---|---|
| Type | Description |
InitialStateConfig.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public InitialStateConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
InitialStateConfig.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public InitialStateConfig.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
InitialStateConfig.Builder |
|
mergePk(FileContentBuffer value)
public InitialStateConfig.Builder mergePk(FileContentBuffer value)The Platform Key (PK).
optional .google.cloud.compute.v1.FileContentBuffer pk = 3579;
| Parameter | |
|---|---|
| Name | Description |
value |
FileContentBuffer |
| Returns | |
|---|---|
| Type | Description |
InitialStateConfig.Builder |
|
removeDbs(int index)
public InitialStateConfig.Builder removeDbs(int index)The Key Database (db).
repeated .google.cloud.compute.v1.FileContentBuffer dbs = 99253;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
InitialStateConfig.Builder |
|
removeDbxs(int index)
public InitialStateConfig.Builder removeDbxs(int index)The forbidden key database (dbx).
repeated .google.cloud.compute.v1.FileContentBuffer dbxs = 3077113;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
InitialStateConfig.Builder |
|
removeKeks(int index)
public InitialStateConfig.Builder removeKeks(int index)The Key Exchange Key (KEK).
repeated .google.cloud.compute.v1.FileContentBuffer keks = 3288130;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
InitialStateConfig.Builder |
|
setDbs(int index, FileContentBuffer value)
public InitialStateConfig.Builder setDbs(int index, FileContentBuffer value)The Key Database (db).
repeated .google.cloud.compute.v1.FileContentBuffer dbs = 99253;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
FileContentBuffer |
| Returns | |
|---|---|
| Type | Description |
InitialStateConfig.Builder |
|
setDbs(int index, FileContentBuffer.Builder builderForValue)
public InitialStateConfig.Builder setDbs(int index, FileContentBuffer.Builder builderForValue)The Key Database (db).
repeated .google.cloud.compute.v1.FileContentBuffer dbs = 99253;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
FileContentBuffer.Builder |
| Returns | |
|---|---|
| Type | Description |
InitialStateConfig.Builder |
|
setDbxs(int index, FileContentBuffer value)
public InitialStateConfig.Builder setDbxs(int index, FileContentBuffer value)The forbidden key database (dbx).
repeated .google.cloud.compute.v1.FileContentBuffer dbxs = 3077113;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
FileContentBuffer |
| Returns | |
|---|---|
| Type | Description |
InitialStateConfig.Builder |
|
setDbxs(int index, FileContentBuffer.Builder builderForValue)
public InitialStateConfig.Builder setDbxs(int index, FileContentBuffer.Builder builderForValue)The forbidden key database (dbx).
repeated .google.cloud.compute.v1.FileContentBuffer dbxs = 3077113;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
FileContentBuffer.Builder |
| Returns | |
|---|---|
| Type | Description |
InitialStateConfig.Builder |
|
setKeks(int index, FileContentBuffer value)
public InitialStateConfig.Builder setKeks(int index, FileContentBuffer value)The Key Exchange Key (KEK).
repeated .google.cloud.compute.v1.FileContentBuffer keks = 3288130;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
FileContentBuffer |
| Returns | |
|---|---|
| Type | Description |
InitialStateConfig.Builder |
|
setKeks(int index, FileContentBuffer.Builder builderForValue)
public InitialStateConfig.Builder setKeks(int index, FileContentBuffer.Builder builderForValue)The Key Exchange Key (KEK).
repeated .google.cloud.compute.v1.FileContentBuffer keks = 3288130;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
FileContentBuffer.Builder |
| Returns | |
|---|---|
| Type | Description |
InitialStateConfig.Builder |
|
setPk(FileContentBuffer value)
public InitialStateConfig.Builder setPk(FileContentBuffer value)The Platform Key (PK).
optional .google.cloud.compute.v1.FileContentBuffer pk = 3579;
| Parameter | |
|---|---|
| Name | Description |
value |
FileContentBuffer |
| Returns | |
|---|---|
| Type | Description |
InitialStateConfig.Builder |
|
setPk(FileContentBuffer.Builder builderForValue)
public InitialStateConfig.Builder setPk(FileContentBuffer.Builder builderForValue)The Platform Key (PK).
optional .google.cloud.compute.v1.FileContentBuffer pk = 3579;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
FileContentBuffer.Builder |
| Returns | |
|---|---|
| Type | Description |
InitialStateConfig.Builder |
|